/*-------------
基本設定
--------------*/
body{
  line-height: 1.7;
  font-size: 17px;
  font-family: "Yu Gothic","游ゴシック体","YuGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}
a{
  transition: all ease .4s;
}
.pc{
  display: block;
}
.pc.tab{
  display: block;
}
.tab{
  display: none;
}
.mobi{
  display: none;
}
.bold{
  font-weight: bold;
}
.t-center{
  text-align: center;
}
.container{
  max-width: 1200px;
  width: 100%;
  margin: auto
}
.flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
.flex-end{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title{
  font-size: 50px;
}
.title span{
  font-size: 20px;
  display: block;
}
.alt-title{
  font-size: 42px;
}
.alt-title span{
  color: #d4000e;
}
.red{
  color: #d4000e;
}
.btn{
  border: 1px solid #656363;
  padding: 15px;
  text-align: center;
  display: block;
  width: 410px;
  position: relative;
  margin: 30px auto 0;
}
.btn::before{
  content: "";
  width: 31px;
  height: auto;
  aspect-ratio: 31/14;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.white::before{
  background: url(images/arrow-right-black.png);
}
.btn.white:hover{
  background: #d4000e;
  color: #fff;
  border: 1px solid #d4000e;
}
.btn.white:hover::before{
  background: url(images/arrow-right-white.png);
}
.btn.red{
  background: #d4000e;
  color: #fff;
  border: 1px solid #d4000e;
}
.btn.red::before{
  background: url(images/arrow-right-white.png);
}
.btn.red:hover{
  background: #fff;
  color: #000;
  border: 1px solid #636363;
}
.btn.red:hover::before{
  background: url(images/arrow-right-black.png);
}
/*-------------
header
--------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}
header .logo{
  padding: 5px 5px 5px 30px;
  max-width: 300px;
  width: 20%;
  height: auto;
  flex-shrink:1;
  display: block;
}
header .logo:hover{
  opacity: .6;
}
.header-sp{
  display: none;
}
.header-pc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header-contact{
  background: #d4000e;
  border: 1px solid #d4000e;
  box-sizing: border-box;
  color: #fff;
  width: 190px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header-contact::before{
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease .3s;
  transform: scale(0,1);
  transform-origin: left top;
}
.header-contact:hover{
  color: #d4000e;
}
.header-contact:hover::before{
  transform: scale(1,1);
}
.header-news{
  background: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #fff;
  width: 190px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.header-news::before{
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease .3s;
  transform: scale(0,1);
  transform-origin: left top
}
.header-news:hover{
  color: #000;
}
.header-news:hover::before{
  transform: scale(1,1);
}
.header-nav{
  align-self: flex-end;
}
.header-nav-sp{
  display: none;
}
.header-nav .menu{
  display: flex;
  justify-content: space-between;
}
.header-nav .menu li{
  flex-shrink: 0;
  padding: 15px 20px;
  font-size: 16px;
}
.header-nav .menu a{
  width: 100%;
  height: 100%;
  display: block;
}
.header-nav .menu a:hover{
  opacity: .6;
}
.header-nav .lang{
  padding: 0 10px;
}
.header-nav .lang li{
  padding: 0 20px;
  color: #636363;
}
.header-nav .lang li:last-of-type a:hover{
  color: #d4000e;
}
.header-nav .lang li:first-of-type{
  color: #d4000e;
  border-right: 1px solid #636363;
}
/*-------------
top
--------------*/
.top-kv{
  background: url(images/fv-bg.webp) no-repeat;
  background-size: cover;
  aspect-ratio: 1600 / 820;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
}
.top-kv-txt{
  padding-left: 30px;
}
.top-kv-txt h1{
  font-size: 69px;
  margin-bottom: 50px;
}
.top-kv-txt p{
  font-size: 60px;
  font-weight: bold;
}
.top-point{
  background: url(images/top-point-bg.webp) no-repeat;
	/*background-size: 95% 100%;
	padding: 65px 0 110px;*/
	background-size:cover;
	padding:65px 0;
}
.top-point .container{
	flex-wrap:wrap;
	column-gap: 30px;
    row-gap: 30px;
	column-gap: .5%;
    row-gap: .5%;
}
.top-point-inner{
  width: 380px;
	width:15.5%;
  height: 190px;
	height:170px;
  border-top: 5px solid #d4000e;
  box-shadow: 0px 2px 4px rgb(0 0 0 / .4);
  background: #fff;
}
.top-point-inner img{
  display: block;
  margin: 10px auto;
	margin:8px auto;
    max-width: 82px;
    height: auto;
}
.top-point-inner p{
  font-weight: bold;
  text-align: center;
  font-size:18px;
	font-size:16.5px;
}

.top-point .container a{
	position:relative;
	line-height:1.4;
}

.top-point .container a::before{
  content: "";
  position: absolute;
  background: url(images/arrow-down.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: auto;
  aspect-ratio: 20/12;
  bottom: 15px;
	bottom:10px;
  left: 50%;
  transform: translateX(-50%);
}
/*-------------
service
--------------*/
.service{
  background: url(images/top-service-title-bg.webp) no-repeat;
  background-position: left top;
  background-size: auto; 
  padding: 100px 0 0;
}

.service .bg{
  background: url(images/top-service-bg.webp) no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 100px 0;
}
.service h2{
  margin-bottom: 40px;
}
.service-inner-sp{
  display: none;
}
.service-inner{
  column-gap: 40px;
  margin-bottom: 120px;
  align-items: flex-start;
}
.service-inner.last{
  margin-bottom: 0;
}
.service .red-bg{
  position: relative;
  padding-top: 40px;
  padding-bottom:30px;
}
.service .red-bg::before{
  content: "";
  background: #d4000e;
  width: 95%;
	width:100%;
  height:355px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.service .red-bg .service-inner{
  position: relative;
  margin-bottom: 200px;
}
.service .red-bg dl{
  position: absolute;
  background: #fff;
  padding: 20px 45px 0;
  width: 52%;
  left: -45px;
}
.service-inner img{
	max-width:530px;
}
.service .red-bg .service-inner img{
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  z-index: 1;
}
.service-inner .num{
  display: block;
  padding-left: 40px;
  font-size: 50px;
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.service-inner .num::before{
  content: "";
  width: 30px;
  height: 2px;
  background: #d4000e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bg .service-inner .num::before{
  background: #fff;
}
.service-inner dt{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.service-inner dd{
  margin-top: 20px;
}
.service-inner dd p{
  margin-bottom: 20px;
}
.service-inner dd p:last-of-type{
  margin-bottom: 0;
}
.bg .service-inner{
  color: #fff;
}
/*-------------
access
--------------*/
.access{
  margin: 80px 0;
}
.access-inner{
  color: #fff;
}
.access .bg{
  position: relative;
  padding: 80px 0;
  margin-bottom: 50px;
}
.access .bg::before{
  content: "";
  /*background-image: linear-gradient(to bottom, rgba(48, 47, 47, 1) 55%, rgba(51, 51, 51, 1) 55%);*/
  background: #333;
  position: absolute;
  width: 95%;
	width:100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.access .flex-between{
  align-items: flex-start;
}
.access-txt{
  column-gap: 10%;
  margin: 40px auto 50px;
}
.access-txt div{
  width: 45%;
}
.access-txt p:first-of-type{
  font-size: 20px;
  font-weight:700;
  margin: 0 0 20px;
}
.access-txt p:last-of-type{
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding: 10px;
}
.access-map{
  display: flex;
  justify-content: space-between;
}
.access-map-inner .btn{
  margin: 100px 0 0;
}
.map iframe{
  display: block;
  width: 100%;
  max-width: 650px;
  margin: auto;
  
}
.access-map iframe{
  height:330px;	
}
.access img{

}
/*-------------
news
--------------*/
.news-wrap{
  background: url(images/news-bg.webp);
  padding: 90px 2.5%;
}
.news-inner{
  background: #fff;
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding: 50px 0;
}
/*-------------
footer
--------------*/
footer{
  background: #f7f7f7;
}
footer .logo{
  max-width: 300px;
  margin-bottom: 20px;
}
.footer-inner{
  max-width: 1380px;
  width: 100%;
  margin: auto;
  align-items: flex-start;
  padding: 50px 0;
  column-gap: 20px;
}
.footer-inner-nav{
  align-items: flex-start;
  column-gap: 30px;
  flex-shrink: 0;
}
.footer-inner-nav li{
  margin-bottom: 10px;
  font-size: 15px;
}
.footer-inner-nav a:hover{
  opacity: .6;
}
.copyright{
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #000;
}
/*-------------
contact banner
--------------*/
.contact-banner{
  padding: 50px 0;
  background: url(images/contact-banner/cta-bg.webp);
}
.contact-banner-inner{
  background: #fff;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 32px 0;
}
.contact-banner-inner .container{
	max-width:1000px;
}
.contact-banner-inner img{
  position: absolute;
  bottom: 0;
  right: 8%;
  max-width:440px;
}
.contact-banner-inner h2{
  font-size: 63px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-banner-inner p{
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.contact-banner-button .mail{
  color: #fff;
  width: 542px;
  display: block;
  position: relative;
  padding: 10px 30px 10px 45px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1);
  transition: all ease .3s;
  background: #d4000e;
  z-index: 1;
}
.contact-banner-button .mail::before{
  content: "";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 30px;
  background: url(images/contact-banner/mail.png);
  background-size: cover;
  aspect-ratio: 36/26;
  width: 36px;
}
.contact-banner-button a:hover{
  box-shadow: none;
  transform: translate(5px, 5px);
}
.contact-banner-button a .small{
  font-size: 20px;
}
/*-------------
page.php 
--------------*/
.page-wrap{
  margin: 100px 0 50px;
}
.page-title{
  background: url(images/page-title-bg.webp);
  background-size: cover;
  height: 300px;
}
.page-title h1{
  color: #fff;
  font-size: 40px;
}
.page-title h1 span{
  display: block;
  font-size: 20px;
}
.breadcrumbs{
  padding: 25px 0;
  font-size:14px;
}
.breadcrumbs span{
  margin-left: 10px;
}
.breadcrumbs a{
  margin-right: 10px;
}
.breadcrumbs a:hover{
  opacity: .6;
}
.page-inner-link{
  margin-bottom: 30px;
}
.page-inner-link .flex-center{
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: auto;
  column-gap: 25px;
  row-gap: 20px;
}
.page-inner-link li:last-of-type{
  margin-right: 0;
}
.page-inner-link li{
  width: 280px;
  height: 60px;
  border: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all ease .3s;
}
.page-inner-link a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-inner-link a::before{
  content: "";
  background: url(images/arrow-down.png);
  width: 18px;
  height: auto;
  aspect-ratio: 18/10;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.page-subtitle{
  font-size: 50px;
  text-align: center;
}
/*-------------
page tax-advisory
--------------*/
.taxadvisory-top{
  background: url(images/taxadvisory/tax-top-bg.jpg) no-repeat;
  background-position: bottom center;
  padding-bottom: 200px;
}
.taxadvisory-top h2{
  margin-bottom: 60px;
}
.taxadvisory-top-inner-box{
  width: 280px;
  background: #d4000e;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
}
.taxadvisory-top-inner-box:nth-of-type(even){
  background: #a90d17;
}
.taxadvisory-top-inner-box img{
  display: block;
  margin: 30px auto;
}
.taxadvisory-top-inner-txt{
  text-align: center;
  font-size: 25px;
  text-align: center;
  padding: 30px 25px 60px;
  margin-top: 50px;
  background: #fff;
}
.taxadvisory-top-inner-txt p:first-of-type{
  margin-bottom: 50px;
}
.taxadvisory-top-inner-txt .big{
  font-size: 30px;
}
.taxadvisory-onayami h2{
  margin: 60px auto;
}
.taxadvisory-onayami ul{
  background: url(images/taxadvisory/onayami-bg.jpg);
  padding: 90px 0;
  position: relative;
}
.taxadvisory-onayami ul::before{
  content: "";
  background: url(images/taxadvisory/onayami-triangle.png);
  background-size: cover;
  width: 324px;
  height: auto;
  aspect-ratio: 324/58;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}
.taxadvisory-onayami li{
  padding-left: 40px;
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto 20px;
}
.taxadvisory-onayami li::before{
  content: "";
  background: url(images/taxadvisory/check.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: auto;
  aspect-ratio: 19/15;
}
.taxadvisory-onayami > p{
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin: 120px auto 40px;
}
.taxadvisory-onayami > p::before,
.taxadvisory-onayami > p::after{
  content: "";
  width: 3px;
  height: 60px;
  background: #000;
  position: absolute;
  bottom: -5px;
}
.taxadvisory-onayami > p::before{
  left: 80px;
  transform: rotate(-30deg);
}
.taxadvisory-onayami > p::after{
  right: 80px;
  transform: rotate(30deg);
}
.tax-advisory-merit{
  background:  linear-gradient(180deg, rgba(242, 238, 238, 1) 75%, transparent 75%);
  padding: 50px 0;
}
.tax-advisory-merit.four{
  background:  linear-gradient(180deg, rgba(169, 13, 23, 1) 75%, transparent 75%);
}
.tax-advisory-merit .flex-between{
  column-gap: 25px;
}
.tax-advisory-merit h2{
  margin-bottom: 50px;
}
.tax-advisory-merit.four h2{
  color: #fff;
}
.tax-advisory-merit-inner{
  max-width: 380px;
  width: 100%;
  height: 375px;
  background: #fff;
  border-top: 5px solid #d4000e;
  box-shadow: 0px 2px 4px rgb(0 0 0 / .4);
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  box-sizing: border-box;
}
.tax-advisory-merit-inner img{
  margin: 20px auto;
}
.taxadvisory-service {
  margin-bottom: 50px;
}
.taxadvisory-service .flex-between{
  column-gap: 65px;
}
.taxadvisory-service-txt h3{
  border-left: 15px solid #d4000e;
  font-size: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.taxadvisory-service-txt-box{
  width: 100%;
  background-color: #f2eeee;
  margin-top: 50px;
  padding: 30px;
}
.taxadvisory-flow{
  margin: 60px auto;
}
.taxadvisory-flow h2{
  margin-bottom: 60px;
}
.taxadvisory-flow li{
  background: #f2eeee;
  padding: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.taxadvisory-flow li::before{
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 21px solid #d4000e;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
}
.taxadvisory-flow li:last-of-type:before{
  content: none;
}
.taxadvisory-flow li:last-of-type{
  margin-bottom: 0;
}
.taxadvisory-flow > .red{
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.taxadvisory-flow .num{
  font-size: 60px;
  display: block;
}
.taxadvisory-flow img{
  margin: auto 30px;
}
.taxadvisosry-flow-txt .red{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
/*-------------
page advantage
--------------*/
.advantage-top{
  margin-bottom: 70px;
  background:  url(images/top-service-title-bg.webp) no-repeat;
}
.advantage-top h2{
  line-height: 1.4;
}
.advantage-list-wrap {
  background-size: 1000px;
}

.advantage-list-wrap .container{
	position:relative;
}

.advantage-list-wrap .container .illust{
	position:absolute;
    right: 8%;
    top: 11%;
}
.advantage-list-wrap .container .illust img{
	max-height:220px;
	width:auto;
}

.advantage-list-wrap .container .illust.value{
    top: 20%;	
}
.advantage-list-wrap .container .illust.value img{
	max-height:300px;
	width:auto;
}
.advantage-list-wrap .bg-ash,
.advantage-list-wrap .bg-red{
  padding: 70px 0;
  margin-bottom: 70px;
}
.advantage-list-wrap .title{
  margin-bottom: 50px;
  font-size: 62px;
}
.advantage-list-wrap .title span{
  font-size: 20px;
}
.advantage-list-wrap li{
  padding-left: 50px;
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
	margin-bottom:5px;
  line-height: 1.4;
}
.advantage-list-wrap li:last-of-type{
  margin-bottom: 0;
}
.advantage-list-wrap li::before{
  content: "";
  width: 30px;
  height: 2px;
  background: #d4000e;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.advantage-list-wrap .bg-red li::before{
  background: #fff;
}
.advantage-list-wrap .bg-ash{
  background: linear-gradient(to right, #ece9e9 95%,transparent 95%);
}
.advantage-list-wrap .bg-red{
  background: linear-gradient(to right, #a90d17 95%,transparent 95%);
  color: #fff;
}
.advantage-list-wrap .flex-start ul{
  width: 39%;
}
.advantage-list-wrap .flex-start li{
  margin-bottom: 10px;
}
.advantage-main-title{
  margin-bottom: 60px;
}
.advantage-main-title h2{
  text-align: center;
  font-size: 42px;
  margin-bottom: 60px;
}
.advantage-main-title img{
  display: block;
  margin: auto;
  max-width:480px;
}
.advantage-main .service-inner{
  column-gap: 25px;
}
.advantage-main .service-inner dt{
  font-size: 30px;
}
/*-------------
page about
--------------*/
.about-representative{
  position: relative;
  padding: 60px 0 70px;
  overflow: hidden;
}
.about-representative .flex-between{
  align-items: flex-start;
  column-gap: 40px;
  margin-top: 50px;
}
.about-representative::before{
  content: "";
  background: linear-gradient(to right, #ece9e9 95%,transparent 95%);
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
}
.about-representative::after{
  content: "";
  background: url(images/top-service-title-bg.webp) no-repeat;
  position: absolute;
  top: 700px;
  aspect-ratio: 1000/700;
  width: 1000px;
  height: auto;
  z-index: -1;
}
.about-representative-txt h3{
  font-size: 36px;
  margin-bottom: 30px;
}
.about-representative-txt h3 > span{
  font-size: 20px;
}
.about-representative-txt h3 > span:first-of-type{
  display: block;
}
.about-representative-txt p{
  margin-bottom: 40px;
}
.about-representative-txt p:last-of-type{
  margin-bottom: 0;
}
.about-company{
  position: relative;
  padding-top: 60px;
}
.about-company .title{
  color: #fff;
  margin: 0 auto 50px;
}
.about-company::before{
  content: "";
  background: linear-gradient(to right, #a90d17 95%,transparent 95%);
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  display: block;
  z-index: -1;
}
.about-company-inner{
  background: #fff;
  padding: 20px;
}
.about-company-inner table{
  width: 870px;
  margin: auto;
}
.about-company-inner th,
.about-company-inner td{
  padding: 40px 20px;
}
.about-company-inner th{
  border-bottom: 1px solid #d4000e;
  width: 20%;
}
.about-company-inner td{
  border-bottom: 1px solid #a1a1a1;
  width: 80%;
}
/*-------------
page contact
--------------*/
.form-wrap {
  max-width: 1200px;
  margin: 30px auto 80px;
  width: 100%;
  padding: 50px 0;
  background: #ece9e9;
}
.form-wrap table{
  width: 100%;
  margin: auto;
}
.form-wrap th{
  vertical-align: text-top;
  text-align: left;
  position: relative;
  padding: 20px 30px;
  width: 25%;
}
.form-wrap td{
  padding: 20px 30px;
}
.required{
  font-size: 12px;
  color: #fff;
  background: #d4000e;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.optional{
  font-size: 12px;
  color: #fff;
  background: #6C757D;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.form-wrap input[type="text"],
.form-wrap input[type="email"]{
  width: 100%;
  height: 50px;
  border: none;
}
.form-wrap textarea{
  width: 100%;
  height: 250px;
  border: none;
}

.form-wrap input[name="post-num"]{
  width: 200px;
  margin: 0 0 10px 10px;
}
.form-check{
  text-align: center;
  margin-top: 20px;
}
.form-wrap input[type="submit"]{
  margin: 20px auto 0;
  width: 340px;
  padding: 20px;
  display: block;
  background: #d4000e;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.form-wrap input[type="submit"]:hover{
	cursor:pointer;
}
.form-wrap .wpcf7-list-item {
  display: block;
  margin: 0 0 10px!important;
}
.form-wrap input[type="checkbox"]{
  width: 25px;
  height: 25px;
  appearance: none;
  border: none;
  vertical-align: middle;
  background: #fff;
  position: relative;;
}

.form-wrap input[type="checkbox"]:checked::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 15px;
  border: solid #d4000e;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-wrap a{
  text-decoration: underline;
  text-align: center;
  display: block;
}
/*-------------
page faq
--------------*/
.faq-list{
  background: #f2eeee;
  padding:  50px 0;
}
.faq-list li {
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 3px 3px 5px rgb(0 0 0 / .2);
}
.faq-list li button{
  background: #a90d17;
  width: 100%;
  display: block;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 20px 50px 20px 70px;
  color: #fff;
}
.faq-list li button.active{
  padding-bottom: 20px;
}
.faq-list li button::before{
  content: "Q";
  position: absolute;
  left: 20px;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.faq-list .btn-icon{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all ease .3s;
}
.faq-list .btn-icon::before,
.faq-list .btn-icon::after{
  content: "";
  width: 50%;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  transition: all ease .3s;
}

.faq-list .btn-icon.active::after{
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq-list .btn-icon.active::before{
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}
.faq-list .btn-icon::before{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.faq-list .btn-icon::after{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(90deg);
}
.faq-list li p{
  padding-left: 70px;
  height: 0;
  opacity: 0;
  transition: all ease .3s;
  padding: 0 20px 0 70px;
  background: #ece9e9;
}
.faq-list li p.active{
  opacity: 1;
  height: auto;
  padding: 20px 20px 20px 70px;
}
/*-------------
page flow
--------------*/
.flow-top{
  background: url(images/top-service-title-bg.webp);
}
.flow-top h2{
  line-height: 1.4;
}
.flow-top .bg-red{
  background: #d4000e;
  color: #fff;
  padding: 30px 0;
  margin-top: 50px;
}
.flow-top .bg-red p{
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
	font-size:20px;
}
.flow-top .bg-red p:last-of-type{
  margin-bottom: 0;
}
.flow-step h2{
  margin: 60px 0 70px;
}
.flow-step-inner{
  background: #f2eeee;
  padding: 30px;
  margin-bottom: 60px;
  position: relative;
  min-height: 330px;
}
.flow-step-inner:last-of-type{
  margin-bottom: 0;
}
.flow-step-inner::before{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 21px solid #d4000e;
  border-bottom: 0;
}
.flow-step-inner:last-of-type::before{
  content: none;
}
.flow-step-inner h3{
  color: #d4000e;
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.flow-step-inner h3 span{
  font-size: 40px;
  margin-left: 5px;
  vertical-align: middle;
}
.flow-step-inner dl{
  width: 60%;
}
.flow-step-inner dt{
  background: #000;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.flow-step-inner .contact-banner-button{
  margin-top: 20px;
}
.flow-step-img{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.flow-onayami{
 margin: 90px 0 50px; 
}
.flow-onayami h2{
  position: relative;
  font-size: 36px;
  margin: auto;
  width: max-content;
}
.flow-onayami h2::before,
.flow-onayami h2::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 100%;
  background: #000;
}
.flow-onayami h2::before{
  left: -15px;
  transform: rotate(-30deg);
}
.flow-onayami h2::after{
  right: -15px;
  transform: rotate(30deg);
}
.flow-onayami ul{
  background: url(images/flow/onayami-bg.jpg);
  background-size: cover;
  padding: 100px 90px;
  position: relative;
  margin-top: 50px;
}
.flow-onayami ul::before{
  content: "";
  position: absolute;
  border-style: solid;
  border-right: 162px solid transparent;
  border-left: 162px solid transparent;
  border-top: 58px solid #5e707e;
  border-bottom: 0;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-onayami li{
  position: relative;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 25px;
}
.flow-onayami li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/flow/check.png);
  background-size: cover;
  width: 22px;
  height: auto;
  aspect-ratio: 22/18;
}
.flow-onayami p{
  margin: 100px 0 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

/*-------------
page voice
--------------*/
.voice-inner{
  box-shadow: 0 0 5px rgb(0 0 0 / .2);
  padding:  40px 20px;
  margin-bottom: 40px;
}
.voice-inner-imgs{
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin: 30px 0;
}
.voice-inner-imgs img{
  width: 48%;
}
.voice-inner-txt li{
  padding: 10px 20px;
}
.voice-inner-txt li:nth-of-type(odd){
  background: #d4000e;
  color: #fff;
}
.voice-list-wrap{
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-bottom: 50px;
}
.voice-list-inner{
  width: calc(100% / 3);
}
.voice-list-inner a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
.voice-list-inner-img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.voice-list-inner-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*-------------
page services
--------------*/
.services-wrap{
  background: url(images/top-service-title-bg.webp) no-repeat;
  padding: 100px 0 0;
}

.services-inner-link.flex-center{
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
}
.services-inner-link li{
  width: 380px;
  height: 200px;
}
.services-inner-link li a{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 20px;
  position: relative;
  line-height: 1.3;
}
.services-inner-link li a::before{
  content: "";
  position: absolute;
  background: url(images/services/down-arrow.png);
  background-size: cover;
  width: 20px;
  height: auto;
  aspect-ratio: 20/12;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.services-inner-link li:nth-of-type(odd){
  background: #d4000e;
}
.services-inner-link li:nth-of-type(even){
  background: #a90d17;
}
.services-inner-link img{
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.services-inner{
  margin-bottom: 70px;
	scroll-margin-top: 160px;/*アンカーリンクずれ対応*/
}
.services-inner h2{
  padding-left: 10px;
  border-left: 13px solid #d4000e;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.services-inner .flex-between{
  column-gap: 60px;
  align-items: flex-start;
}
.services-wrap img{
  width: 100%;
  max-width: 440px;
}
.services-inner-txt p{
  margin-bottom: 30px;
  line-height: 1.7;
}
.services-inner-txt p:last-of-type{
  margin-bottom: 0;
}
.services-inner-list{
  background: #f2eeee;
  padding: 30px;
  margin-top: 30px;
}
.services-inner-list h3{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.services-inner-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom:10px;
}
.services-inner-list li:last-of-type{
  margin-bottom: 0;
}
.services-inner-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/services/check.png);
  background-size: cover;
  aspect-ratio: 22/18;
  width: 22px;
}
/*-------------
archive
--------------*/
.archive-wrap{
  margin-bottom: 50px;
}
.archive-wrap li{
  border-bottom: 1px solid #000;
  padding: 10px 20px;
}
.archive-wrap li a:hover{
  opacity: .6;
}
@media screen and (max-width:1460px){
  .header-contact,
  .header-news{
    width: 160px;
  }
}
@media screen and (max-width:1340px){
  .page-wrap{
    margin-top: 80px;
  }
  .container{
    width: 95%;
  }
  .header-pc{
    height: 80px;
  }
  .header-nav .lang{
    font-size: 16px;
  }
  .header-nav .menu li{
    padding: 10px 15px;
  }
  .header-contact,
  .header-news{
    font-size: 14px;
    width: 100px;
    height: 80px;
  }
  .top-kv{
    margin-top: 80px;
  }
  .top-kv-txt h1{
    font-size: 4vw;
  }
  .top-kv-txt p{
    font-size: 3vw;
  }
  .top-point{
    background-size: 100% 100%;
  }
  .top-point-inner{
    width: calc(95% / 3);
  }
  .service{
    padding: 80px 0;
  }
  .service-inner{
    margin-bottom: 100px;
  }
  .service-inner img{
    flex-shrink: 1;
    width: 47%;
  }
  .service .red-bg .service-inner{
    margin-bottom: 50px;
  }
  .service-inner dt{
    font-size: 40px;
  }
  .service .red-bg::before{
    width: 100%;
  }
  .service .red-bg dl{
    width: 50%;
    left: 15px;
    padding: 20px;
    position: unset;
  }
  .advantage-list-wrap .bg-ash{
    background: #ece9e9;
  }
  .advantage-list-wrap .bg-red{
    background: #a90d17;
  }
  .access .bg::before{
    width: 100%;
  }
  .access img{
    width: 100%;
  }
  .access-txt{
    column-gap: 4%;
  }
  .access-txt div{
    width: 48%;
  }
  .access-map{
    column-gap: 20px;
  }
  .access-map iframe{
    width: 50%;
  }
  .footer-inner{
    width: 95%;
  }
  .contact-banner-inner{
    width: 95%;
  }
  .about-representative::before{
    background: linear-gradient(to right, #ece9e9 100%,transparent 100%);
  }
  .about-company::before{
    background: linear-gradient(to right, #a90d17 100%,transparent 100%);
  }
  .services-inner-link.flex-center{
    column-gap: 2.5%;
    row-gap: 15px;
  }
  .services-inner-link li{
    width: calc(95% / 3);
  }
  .services-inner-link li a{
    font-size: 23px;
  }
  .flow-step-img{
    width: 35%;
  }
  .flow-step-inner .contact-banner-button .mail{
    width: 100%;
  }
}