@charset "utf-8";
html {
	line-height: 1;
	scroll-behavior: smooth;
}
body {
	font-size: 16px;
	letter-spacing: 4%;
	font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
	background-color:#fff;
	color:#333333;
}
img {
	width:100%;
}
a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.inner {
	width:85%;
	margin:0 auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.bg-white {
	background-color:#fff;
}
.bg-green {
	background-color: #E6F5F1;
}
.bg-deep-green {
	background-color: #63BFAC;
}
.text-white {
	color:#fff!important;
}
.text-gray {
	color:#6B7280;
}
.text-green {
	color:#3A6B5F;
}
.text-purple {
	color:#5D34AF;
}
.font-weight-500 {
	font-weight:500;
}
.lh-28 {
	line-height:28px!important;
}
.font-zen-old {
	font-family: "Zen Old Mincho", serif;	
}
.font-ebg {
	font-family: "EB Garamond", serif;	
}
.pt-0 {
	padding-top: 0px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.pt-20 {
	padding-top: 20px!important;
}
.pt-30 {
	padding-top: 30px!important;
}
.pt-40 {
	padding-top: 40px!important;
}
.pt-50 {
	padding-top: 50px!important;
}
.pt-60 {
	padding-top: 60px!important;
}
.pt-70 {
	padding-top: 70px!important;
}
.pt-80 {
	padding-top: 80px!important;
}
.pt-90 {
	padding-top: 90px!important;
}
.pt-100 {
	padding-top: 100px!important;
}
.pt-120 {
	padding-top: 120px!important;
}
.pt-140 {
	padding-top: 140px!important;
}
.pt-160 {
	padding-top: 160px!important;
}
.pb-0 {
	padding-bottom: 0!important;
}
.pb-10 {
	padding-bottom: 10px!important;
}
.pb-20 {
	padding-bottom: 20px!important;
}
.pb-30 {
	padding-bottom: 30px!important;
}
.pb-40 {
	padding-bottom: 40px!important;
}
.pb-50 {
	padding-bottom: 50px!important;
}
.pb-60 {
	padding-bottom: 60px!important;
}
.pb-70 {
	padding-bottom: 70px!important;
}
.pb-80 {
	padding-bottom: 80px!important;
}
.pb-90 {
	padding-bottom: 90px!important;
}
.pb-100 {
	padding-bottom: 100px!important;
}
.pb-120 {
	padding-bottom: 120px!important;
}
.pb-140 {
	padding-bottom: 140px!important;
}
.pb-160 {
	padding-bottom: 160px!important;
}
.mt-0 {
	margin-top: 0!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.mt-30 {
	margin-top: 30px!important;
}
.mt-40 {
	margin-top: 40px!important;
}
.mt-50 {
	margin-top: 50px!important;
}
.mt-60 {
	margin-top: 60px!important;
}
.mt-70 {
	margin-top: 70px!important;
}
.mt-80 {
	margin-top: 80px!important;
}
.mt-100 {
	margin-top: 100px!important;
}
.mt-120 {
	margin-top: 120px!important;
}
.mt-140 {
	margin-top: 140px!important;
}
.mt-160 {
	margin-top: 160px!important;
}
.mb-0 {
	margin-bottom: 0!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.mb-12 {
	margin-bottom: 12px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}
.mb-30 {
	margin-bottom: 30px!important;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.mb-60 {
	margin-bottom: 60px!important;
}
.mb-80 {
	margin-bottom: 80px!important;
}
.mb-100 {
	margin-bottom: 100px!important;
}
.mb-120 {
	margin-bottom: 120px!important;
}
.mb-140 {
	margin-bottom: 140px!important;
}
.mb-160 {
	margin-bottom: 160px!important;
}
.ml-0 {
	margin-left: 0px!important;
}
.ml-20 {
	margin-left: 20px!important;
}
.ml-30 {
	margin-left: 30px!important;
}
.ml-40 {
	margin-left: 40px!important;
}

.mr-0 {
	margin-right: 0px!important;
}
.mr-20 {
	margin-right: 20px!important;
}
.mr-30 {
	margin-right: 30px!important;
}
.mr-40 {
	margin-right: 40px!important;
}
.mr-50 {
	margin-right: 50px!important;
}
.mr-60 {
	margin-right: 60px!important;
}

.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.align-baseline {
	align-items: baseline;
}
.align-start {
	align-items: flex-start;
}
.align-end {
	align-items: flex-end;
}
.content-center {
	align-content: center;
}
.col-1-2 {
	width:48%;
	margin:0 auto;
}
.col-1-3 {
	width:32%;
	margin:0 auto;
}
.col-2-3 {
	width:64%;
	margin:0 auto;
}
.col-1-4 {
	width:23%;
	margin:0 auto;
}
.col-3-4 {
	width:69%;
	margin:0 auto;
}
.col-1-5 {
	width:18%;
	margin:0 auto;
}
.col-4-5 {
	width:72%;
	margin:0 auto;
}
.col-1-6 {
	width:15%;
	margin:0 auto;
}

/* header */
header {
	position: fixed;
	top:0;
	width:100%;
	z-index: 10;
}
header .container {
	background-color: #fff;
	padding: 16px 32px;
}
.logo-area a img {
	width:195px;
}
.gnav ul {
	display: flex;
	align-items: center;
}
.gnav ul li.tel-num {
	padding:0 20px;
}
.gnav ul li.tel-num a {
	font-size: 31px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0;
	color:#268770;
  	font-family: "Roboto", sans-serif;
}
.gnav ul li.tel-num span {
	font-size:12px;
}
.gnav ul li.tel-num img {
	width:22px;
	margin-right: 4px;
	margin-bottom: 5px;
}
.gnav ul li.consul-btn {
	text-align: center;
}
.gnav ul li.consul-btn a {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0;
	color:#fff;
	background-color:#C29E66;
	padding: 11px 19px;
	align-content: center;
}
.gnav ul li.consul-btn img {
	width:20px;
	margin-right: 6px;
	margin-bottom: 5px;
}
.gnav ul li a {
	display: block;
	padding: 0 20px;
	font-weight: 400;
	line-height: 150%;
	color:#333333;
	font-size:14px;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-bottom:4px;
  margin-left:10px;
}

/*=============================
.btn-trigger
=============================*/
.humberger-btn {
	top:0px;
	right: 0px;
	z-index: 2;
	position: absolute;
}
.btn-trigger {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color:#66af9e;
}
.btn-trigger span {
  position: absolute;
  left: 10px;
  width: 28px;
  height: 1.5px;
  background-color: #EEEADE;
  border-radius: 3px;
}
.btn-trigger.active span {
  width: 28px;
  background-color: #EEEADE;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 14px;
}
.btn-trigger span:nth-of-type(2) {
  top: 21px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 14px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-35deg);
  transform: translateY(8px) rotate(-35deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(35deg);
  transform: translateY(-10px) rotate(35deg);
  bottom: 10px;
}

/* sp nav */
.sp-nav-area {
	height: 0vh;
	opacity: 0;
    visibility: hidden;
  	pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: relative;
}

.sp-nav-area.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	width:100%;
	height: fit-content;
	padding-bottom: 40px;
	background-color:#fff;
	top:0;
	right:0;
	z-index: 1;
    position: fixed;
    overflow-y: auto;
    box-shadow: 0 0 16px #0000000F;
    height: 100vh;
}
.sp-nav-area.active .logo-area {
	padding:16px;
}
.sp-nav-area.active ul {
	width:90%;
	margin:0 auto;
}
.sp-nav-area.active li a {
	font-size:16px;
	font-weight: 400;
	line-height: 100%;
	color: #333333;
	letter-spacing: 0;
	padding: 20px 0;
	display: block;
	display: flex;
	align-items:center;
	justify-content: space-between;
	border-bottom: 1px solid #333333;
}
.sp-nav-area.active li img {
	width:25px;
}
.sp-nav-area.active .consul-btn a {
	text-align: center;
	align-content: center;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0%;
	width:100%;
	padding: 11px 20px;
	display: block;
}
.sp-nav-area.active .tel-num a {
	font-size:31px;
	color:#268770;
	margin-top:40px;
}
.sp-nav-area.active .tel-num a img {
	width:22px;
	display: inline-block;
	margin:0 4px 4px 0;
}
.sp-nav-area.active .tel-num a span {
	display: inline-block;
	color:#E8AFA5;
	vertical-align: text-bottom;
}
.sp-nav-area.active .consul-btn a {
	background-color: #C29E66;
	color:#fff;
	font-size:22px;
	margin-top:10px;
	font-family: "Zen Old Mincho", serif;
}
.sp-nav-area.active .consul-btn a img {
	width:20px;
	display: inline-block;
	margin:0 10px 8px 0;
}
.humberger-cta {
	padding: 32px 44px 28px;
	text-align: center;
}
.humberger-cta span {
	font-size: 12px;
}
.sp-nav-area.active .detail-area {
	text-align: center;
}
.sp-nav-area.active .detail-area .logo-area {
	padding:16px 16px 0;
}
.sp-nav-area.active .detail-area .logo-area a img {
	width:195px;
}
.sp-nav-area.active .address-area p {
	font-size:14px;
	line-height: 23px;
	color:#333333;
	font-weight: 500;
}


/* fv */
.fv {
	position: relative;
	background: linear-gradient(to bottom, #ffffff ,#ffffff ,#E8D6C4);
	padding:100px 0 40px;
}
.fv .bg-fv {
	position: relative;
	z-index: 0;
	width:62%;
	margin:0 0 0 auto;
}
.fv .catchcopy-area {
	position: absolute;
	top:30%;
	left:5%;
}
.catch-tag {
	text-align: center;
	margin-bottom: 10px;
}
.catch-tag span.flex {
	background-color:#C6E8DEE5;
	padding:6px 8px;
	color:#268770;
	font-size:20px;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
	margin:0 4px;
}
.catch-tag span span {
	padding: 0;
}
.catch-tag span.railway {
	font-size:10px;
	padding: 0;
	margin-right: 4px;
}
.catch-tag span.railway.one-line {
	margin:4px 4px 0 0;
}
.fv h1 {
	font-size:36px;
	font-weight:600;
	line-height: 200%;
	letter-spacing: 0%;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 40px;
}
.fv h1 .bg-white {
	background-color: rgba(255,255,255,0.8);
	padding:0 10px 0 20px;
}
.dots {
  background-image: radial-gradient(circle at center, #5D34AF 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}
.circle-feature-area {
	display: flex;
	justify-content: center;
}
.circle-feature-area.sp {
	display: none;
}
.circle-feature-area .circle {
	background:linear-gradient(to right , #4EB9A0 , #68BFAE);
	border-radius: 50%;
	width:178px;
	height: 178px;
	text-align: center;
	align-content: center;
	color:#fff;
	margin:0 10px;
}
.circle-feature-area .circle img {
	width:64px;
}
.circle-feature-area .circle p {
	font-size: 26px;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	line-height: 130%;
	margin-top: 4px;
}
.circle-feature-area .circle.three-line p {
	font-size: 21px;
	line-height: 100%;
}
.circle-feature-area .circle.three-line p span {
	font-size: 16px;
}
.circle-feature-area .circle .inner-content {
	position: relative;
	z-index:1;
}
.circle-feature-area .circle img.bg-laurel-wreath {
	position: absolute;
	z-index: 0;
	width: 165px;
	top:8px;
	left:7px;
}
/* common */
.ttl-area {
	position: relative;
}
h2.ttl {
	font-size:40px;
	font-weight: 700;
	line-height: 48px;
	font-family: "Zen Old Mincho", serif;
	position: relative;
	z-index: 1;
}
.en-ttl {
	font-size:20px;
	font-weight: 700;
	color:#268770;
	line-height: 100%;
	display: inline-block;
	font-family: "EB Garamond", serif;
}
.btn {
	color:#fff;
	padding: 24px 30px;
	background-color: #C29E66;
	box-shadow: 0 2px 8px #0000001A;
	font-size:24px;
	font-weight: 700;
	display: inline-block;
}
.btn img {
	width:20px;
	vertical-align: baseline;
	margin-right: 10px;
}
/* worry */
.worries-sec {
	background-image: url(./../img/bg/bg-worries.webp);
	background-position:center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.worries-sec .inner {
	width:75%;
	margin: 0 auto;
}
.worries-sec .en-ttl {
	position: absolute;
	z-index: 0;
	top:-50px;
	left:0;
	right: 0;
	font-size:120px;
	font-weight: 500;
	line-height: 143px;
	color: #3FC26230;
}
.worries-box {
	background-color: #FFFFFFC7;
	border:6px solid #66AF9E;
	padding: 37px 22px;
	margin-bottom: 40px;
	position: relative;
}
.worries-box ul {
	padding-left: 20px;
}
.worries-box ul li {
	font-size:18px;
	font-weight: 500;
	line-height: 40px;
	color:#374151;
	padding-left: 4px;
	list-style-image: url("./../img/icon/worries-check.svg");
}
.worries-box ul li span {
	background-color: #C6E8DEE5;
}
.worries-box::before {
	content: "";
	background-color: #268770;
	height: 1px;
	width: 54px;
	position: absolute;
	z-index: 1;
	transform: rotate(-45deg);
	top:6px;
	left:-22px;
}
.worries-box::after {
	content: "";
	background-color: #5A4EC4;
	height: 1px;
	width: 54px;
	position: absolute;
	z-index: 1;
	transform: rotate(-45deg);
	bottom:6px;
	right:-22px;
}
/* problem */
.problem-sec .inner {
	width:90%;
	margin: 0 auto;
}
.problem-box {
	display: flex;
	justify-content: center;
	border-radius: 12px;
}
.problem-box .ttl-area {
	margin-bottom: 10px;
}
.problem-box h2.ttl {
	font-size: 38px;
	line-height: 136%;
}
.problem-box h2.ttl .text-purple {
	border-bottom: 1px solid #5D34AF;
	line-height: 50px;
	display: inline-block;
}
.problem-box .detail-area {
	padding: 40px 80px 40px 60px;
	background-color: #E6F5F1E5;
	width:50%;	
	border-radius: 12px 0 0 12px;
}
.problem-box .detail-area .txt-area p {
	font-size: 16px;
	font-weight: 500;
	line-height: 175%;
	letter-spacing: 4%;
}
.problem-box .img-area {
	width:50%;
}

/* consul */
.consul-sec {
	background-image: url(./../img/bg/bg-consul.webp);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 80%;
}
.consul-box {
	width:30%;
	background-color: #F9FFFD;
	margin-bottom: 40px;
	box-shadow: 10px 10px 0 #88CCB9;
}
.consul-box .img-area {
	padding: 12px;
}
.consul-box .detail-area {
	padding: 18px 16px 24px;
	position: relative;
}
.consul-box .detail-area h3 {
	font-size:24px;
	color:#5D34AF;
	line-height: 130%;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.consul-box .detail-area .num {
	position: absolute;
	top:-20px;
	left:10px;
	font-family: "Zen Old Mincho", serif;
	font-size: 93px;
	line-height: 130%;
	font-weight: 500;
	color:#DEF1EB;
	z-index: 0;
}
.consul-box .detail-area p {
	line-height: 150%;
	position: relative;
	z-index: 1;
}
/* case */
.case-sec .ttl-area , 
.process-sec .ttl-area {
	background:linear-gradient(to bottom ,#4EB9A0 ,#68BFAE);
}
.case-sec .bg-case-ttl , 
.process-sec .bg-process-ttl {
	background-image: url(./../img/bg/bg-case-ttl.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 46px 0 61px;
	color:#fff;
}
.case-sec .bg-case-ttl .en-ttl , 
.process-sec .bg-process-ttl .en-ttl {
	color:#fff;
}
.case-sec .bg-case-ttl h2 ,
 .process-sec .bg-process-ttl h2 {
	font-size: 32px;
	position: relative;
}
.case-sec .bg-case-ttl h2 .text-purple {
	background-color:#fff;
}
.case-detail-area {
	width:85%;
	margin: 0 auto;
}
.case-detail-area .case-01 ,
.case-detail-area .case-02 ,
.case-detail-area .case-03 {
	padding: 24px;
	box-shadow: 1px 2px 4px #00000014;
	color:#fff;
	min-height: 450px;
	position: relative;
	z-index: 1;
}
.case-detail-area .col-1-3 h3 {
	font-size:18px;
	font-weight: 700;
	line-height: 142%;
	font-family: "Zen Old Mincho", serif;
}
.case-detail-area .col-1-3 p {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.case-detail-area .case-01 {
	background-color: #77C5B3;
}
.case-detail-area .case-02 {
	background-color: #5DB8BA;
	margin-top: 20px;
}
.case-detail-area .case-03 {
	background-color: #5D9FBA;
	margin-top: 40px;
}
.case-detail-area .case-num {
	font-size: 62px;
	line-height: 21px;
	font-weight: 500;
	color: #FFFFFFCC;
	position: absolute;
	bottom: 25px;
	right: 0;
	font-family: "EB Garamond", serif;
}
.case-sec .bg-green-box {
	background-color: #CFEDE4E5;
	width:100%;
	height: 247px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left:0;
	right:0;
}
/* feature */
.feature-sec .ttl-area {
	background-color: #63BFAC;
	padding: 24px 0 36px;
	color:#fff;
}
.feature-sec .ttl-area .en-ttl {
	color:#fff;
}
.feature-detail-area {
	background-color: #81C9B4E5;
	background-image: url(./../img/bg/bg-feature.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.feature-detail-area .col-1-3 {
	padding: 12px 12px 18px;
	text-align: center;
	background-color: #fff;
	position: relative;
	width: 30%;
}
.feature-detail-area .col-1-3 .feature-num {
	font-size: 26px;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	line-height: 130%;
	color:#5A4EC4;
	background-color: #fff;
	width:45px;
	height: 45px;
	text-align: center;
	align-content: center;
	border-radius: 0 0 4px 0;
	position: absolute;
	top:0;
	left: 0;
}
.feature-detail-area .col-1-3 h3 {
	font-size:24px;
	font-weight: 700;
	line-height: 130%;
	font-family: "Zen Old Mincho", serif;
	color:#268770;
}
.feature-detail-area .col-1-3 p {
	line-height: 150%;
}
.feature-triangle {
  width: 21px;
  height: 21px;
  background-color: #88CDBD;
  clip-path: polygon( 100% 100%, 0% 100%,100% 0%);
  display: block;
  position: absolute;
  bottom:12px;
  right: 12px;
}
/* professional */
.professional-sec .inner {
	width:85%;
}
.professional-sec .inner .ttl-detail-area {
	width:90%;
	margin:0 auto;
}
.professional-sec .ttl-area .ttl {
	font-size: 48px;
	line-height: 129%;
}
.professional-sec .col-1-2 p {
	font-size: 24px;
	line-height: 152%;
}
.professional-sec .btn {
	font-size: 29px;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	padding-left: 60px;
	padding-right: 60px;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 8px;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn-arrow::before {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.btn-arrow::after {
	left: 8px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #C29E66;
	border-right: 1px solid #C29E66;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* flow */
.bg-flow-detail {
	background-color: #C6E8DEE5;
}
.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 24px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 85px;
  height: 85px;
  position: relative;
  margin-top: 0;
  font-family: "EB Garamond", serif;
  background-color: #44B297;
  padding: 20px 18px 19px;
  border-radius: 50%;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - -163px);
  background-color: #66AF9E;
  position: absolute;
  left: 0;
  right: 0;
  top: 83px;
  margin: auto;
}
.flow09 > li:last-child .icon09::after {
	content: unset;
}
.flow09 > li dl {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
	margin-left: 20px;
}
.flow09 > li dl .img-area {
	width:300px;
}
.flow09 > li dl .detail-area {
	width:70%;
	margin-left: 40px;
}
.flow09 > li dl dt {
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	line-height: 100%;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	color:#5A4EC4;
	border-bottom:1px solid #E5E5E5;
}
.flow09 > li dl dd {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}
.flow09 > li dl dd .btn {
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	padding: 14px 80px;
	font-family: "Zen Old Mincho", serif;
	margin-top: 20px;
}
.flow09 > li dl dd ul {
	padding-left: 20px;
}
.flow09 > li dl dd ul li {
	list-style: disc;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.flow09 > li dl dd .btn .arrow {
	margin-left: 6px;
	margin-bottom: 2px;
}
.flow09 > li dl dd .btn .btn-arrow::before {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.flow09 > li dl dd .btn .btn-arrow::after {
	left: 4px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #C29E66;
	border-right: 1px solid #C29E66;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* info */
.info-sec .inner {
	width:70%;
}
.info-sec .day-tag {
	font-size:14px;
	line-height: 16px;
	color:#666666;
	display: inline-block;
}
.info-sec .cat-tag {
	font-size:12px;
	line-height: 14px;
	font-weight: 500;
	color:#fff;
	font-family: "Zen Old Mincho", serif;
	padding: 4px 12px;
	background-color: #66AF9E;
	margin-left: 10px;
	display: inline-block;
}
.info-sec ul li a {
	font-size: 16px;
	line-height: 19px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	padding: 32px;
	border-bottom: 1px solid #A2A2A2;
	display: block;
}
.info-sec .btn {
	font-size: 18px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 60px;
}
/* office */
.office-sec h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
	color:#000000;
	font-family: "Zen Old Mincho", serif;
	margin: 10px 0;
}
.office-sec .col-1-3 {
	width:30%;
	box-shadow: 2px 2px 8px #0000003B;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.office-sec .detail-area {
	padding:12px 12px 16px;
}
.office-sec .detail-area .office-tag {
	background-color: #5A4EC4;
	color:#fff;
	padding:4px 8px;
	width:fit-content;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 6px;
}
.office-sec .detail-area p {
	font-family: "Zen Old Mincho", serif;
	line-height: 150%;
}
.office-sec .bg-green-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	background-color: #CFEDE4E5;
	width:100%;
	height: 278px;
	z-index: 0;
}
/* footer cta */
.footer-cta-sec {
	background: linear-gradient(to bottom , #4EB9A0 ,#4BBEA7);
}
.bg-footer-cta {
	background-image: url(./../img/bg/bg-footer-cta.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-cta-sec .text-area {
	color:#fff;
	width:42%;
}
.footer-cta-sec .text-area h2 {
	font-size: 40px;
	font-family: "Zen Old Mincho", serif;
	line-height: 120%;
	margin-bottom: 40px;
}
.footer-cta-sec .text-area p {
	line-height: 150%;
}
.footer-cta-sec .cta-area {
	background-color: #fff;
	padding: 32px 44px;
	text-align: center;
	width:36%;
}
.footer-cta-sec .cta-area .tel-cta {
	margin-bottom: 20px;
}
.footer-cta-sec .cta-area .tel-cta a {
	display: block;
	font-size: 31px;
	font-weight: 400;
	color:#268770;
	margin-bottom: 4px;
}
.footer-cta-sec .cta-area .tel-cta a img {
	width:22px;
	margin-bottom: 4px;
	margin-right: 6px;
}
.footer-cta-sec .cta-area .mail-cta .btn {
	box-shadow: unset;
	font-size: 22px;
	font-weight:400;
	line-height:150%;
	font-family: "Zen Old Mincho", serif;
	padding: 12px 80px;
}
.footer-cta-sec .inner {
	width:85%;
	max-width:100%!important;
}

/* footer */
footer {
	padding:24px 40px;
}
footer .detail-area .address-area p {
	line-height: 24px;
	font-weight: 500;
}
footer .link-area ul li a {
	padding: 0 16px;
	line-height: 134%;
	display: inline-block;
}
footer .link-area ul li:last-child a {
	padding-right: 0;
}
.copyright {
	padding-top: 34px;
}
.copyright small {
	font-size: 13px;
	line-height: 15px;
	color:#999999;
}

/* under */

/* under common */
.under .inner {
	max-width: 1000px;
	margin: 0 auto;
}
.breadcrumbs {
	padding: 14px 34px; 
}
.breadcrumbs p a {
	color:#66AF9E;
}
.under .sec-padd {
	padding:80px 64px;
}
.under h2 {
	font-size:40px;
	font-weight: 700;
	line-height: 120%;
	font-family: "Zen Old Mincho", serif;
	line-height: 36px;
	margin-bottom: 40px;
}
.under h2 .under-en {
	font-size: 20px;
	font-weight: 700;
	color:#66AF9E;
	display: block;
}
.under .detail h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	font-family: "Zen Old Mincho", serif;
	color:#5A4EC4;
	margin-bottom: 10px;
}
.under p {
	line-height: 25px;
}
.beige-box {
	padding: 24px;
	border-radius: 8px;
	background-color: #EDE9E0;
	line-height: 24px;
}
.beige-box .lead {
	font-size: 20px;
}
/* under fv */
.under .under-fv {
	background-image: url(./../img/bg/under-fv.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;
	height: 220px;
	position: relative;
	margin-top: 76px;
}
.under .under-fv .green-layer {
	background-color: #59BCA6F0;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
.under .under-fv h1 {
	font-size: 44px;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	text-align: center;
	align-content: center;
	line-height: 40px;
}
.under .under-fv h1 .under-en {
	font-size:28px;
	font-weight: 400;
	font-family: "EB Garamond", serif;
	display: block;
}

/* flow */

.flow-box {
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 2px 12px #0000000A;
	position: relative;
	margin-bottom:60px;
}
.flow-box::after {
	content:url("./../img/icon/flow-arrow.svg");
	position: absolute;
	margin: auto;
	bottom: -40px;
	left: 0;
	right: 0;
	width:58px;
}
.flow-box:last-child::after {
	content: none;
	margin-bottom: 0;
}
.flow-box .num ,
.priority-box .num {
	background-color: #66AF9E;
	border-radius:50px;
	width: 60px;
	height: 60px;
	margin-right: 16px;
	text-align: center;
	align-content: center;
}
.flow-box .num p ,
.priority-box .num p {
	color:#fff;
	font-size:24px;
	font-weight: 700;
	line-height: 28px;
}
.priority-box .beige-box img ,
.priority-box .detail img {
	width:16px;
	vertical-align:middle;
	margin:0 10px 0 6px;
}

/* calicuration steps */
.calc-step-sec .flow-box {
	border-radius:8px;
	margin-bottom:20px;
}
.calc-step-sec .flow-box h3 {
	margin-bottom:0;
}
.calc-step-sec .flow-box::after {
	content:none;
}
.calc-step-sec .flow-box .num {
	width: 42px;
	height: 42px;
}
/* solution */
.calc-step-sec.solution-sec .flow-box {
	border-radius:8px;
	padding:32px;
	margin-bottom:24px;
}
.calc-step-sec.solution-sec .flow-box:last-child {
	margin-bottom:0;
}
.calc-step-sec.solution-sec .flow-box h3 {
	color:#3A6B5F;
	font-size:24px;
	line-height:24px;
	letter-spacing:0;
	font-weight:;700
}
.calc-step-sec.solution-sec .flow-box .num {
	width: 60px;
	height: 60px;
	font-size:24px;
	line-height:28px;
	font-family: "Noto Sans JP", sans-serif;
}
.calc-step-sec.solution-sec .flow-box .detail {
	width:93%;
}
/* priority */
.priority-box {
	padding: 24px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 12px #0000000A;
}
.priority-box .num {
	width: 40px;
	height: 40px;
	margin-right: 16px;
}
.priority-box .num p {
	font-size:18px;
	line-height: 21px;
}
.priority-box .detail .txt-small {
	font-size:14px;
	line-height: 16px;
}

/* assets */
.assets-area {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.assets-box {
	padding: 32px;
	background-color: #E6F5F1;
	box-shadow: 10px 10px 0 #BDDDD4;
}
.under .assets-box.detail h3 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.under .assets-box.detail h4 {
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	margin-bottom: 10px;
	font-family: "Zen Old Mincho", serif;
}
.under .assets-sec .assets-box.plus p {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 10px;
	color:#707070;
}
.under .assets-sec.consul-fee-sec .assets-box.plus p {
	font-size:16px;
	color:#333333;
	line-height:24px;
	margin-bottom:0;
	letter-spacing:0;
}
.assets-box.plus h3 ,
.types-box.detail h3 ,
.calculation-box .detail h3 {
	color:#3A6B5F;
}
.types-box.detail p img {
	width:20px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:4px;
}
.assets-box.minus {
	background-color: #F0EDFF;
	box-shadow: 10px 10px 0 #D3CEF0;
}
.under .assets-box p ,
.calculation-box .detail p ,
.deadline-sec .beige-box p {
	line-height: 24px; 
	letter-spacing: 0;
}
.under .beige-box.detail h3 {
	font-size: 24px;
	color:#333333;
}
.under .beige-box.detail h3 span {
	display: inline-block;
	margin-right: 10px;
}

/* will */

.assets-box.plus .check-mark {
  content: '';
  width: 18px;
  height: 8px;
  border-left: 2px solid #3A6B5F;
  border-bottom: 2px solid #3A6B5F;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: super;
  margin-right: 10px;
}

/* types */
.types-box {
	padding: 24px;
	border-radius: 8px;
	background-color: #E6F5F1;
}
.types-box.detail h3 img ,
.renunciation-sec .assets-box h3 img{
	width:32px;
	vertical-align: middle;
	margin-right: 10px;
}
.types-box p.item ,
.renunciation-sec .assets-box p.item ,
.priority-box p.item {
	padding: 12px;
	background-color: #F8FFFD;
	font-size:14px;
	font-weight: 500;
	line-height: 16px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	display: flex;
	align-items: center;
}
.renunciation-sec .assets-box p.item {
	line-height:24px;
}
.renunciation-sec .assets-box p.item .text-black {
	color:#333333;
}
.renunciation-sec .assets-box.minus p.item ,
 {
	background-color:#FAF9FF!important;
}
.renunciation-sec .assets-box.minus p.item.merrit {
	color:#5D34AF;
}
.types-box p.item img ,
.renunciation-sec .assets-box p.item img {
	width:22px;
	margin-right: 10px;
}
.types-box p.item.merrit ,
.renunciation-sec .assets-box p.item.merrit ,
.priority-box p.item.merrit {
	color:#268770;
}
.types-box p.item.attention ,
.renunciation-sec .assets-box p.item.attention ,
.priority-box p.item.attention {
	color:#C44E4E;
}

/* calculation */
.calculation-box {
	padding: 32px;
	border-radius: 8px;
	background-color:#fff;
}
.calculation-box .detail h3 img {
	width:32px;
	vertical-align: middle;
	margin-right:10px;
	margin-bottom:6px;
}
.calculation-box .detail ul.disc {
	list-style:disc;
	padding-left:20px;
}
.calculation-box .detail ul.disc li {
	line-height:24px;
}
.calculation-box .detail ul li img {
	width:24px;
	margin-right:10px;
	margin-bottom:4px;
	vertical-align:middle;
}
.calculation-box .beige-box {
	border-radius: 6px;
}
.calculation-box .beige-box h4 {
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	letter-spacing: 0;
}
.calculation-box .beige-box .txt-large {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0;
}
.calculation-box .detail h4 {
	color:#3A6B5F;
	font-size: 18px;
	font-weight: 900;
	line-height: 19px;
	letter-spacing: 0;
}
.calculation-box .detail .txt-small {
	font-size:14px;
	line-height: 16px;
	letter-spacing: 0;
}

/* deadline */
.deadline-sec .beige-box h3 ,
.fee-sec .beige-box h3 {
	color:#333333;
}
.deadline-sec .beige-box h3 img ,
.fee-sec .beige-box h3 img {
	width:24px;
	vertical-align: middle;
	margin-right: 10px;
}

/* professionals */
.professionals-sec {
	background-image: url(./../img/bg/bg-professionals.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.professionals-sec .bg-deep-green {
	padding: 24px 0;
}
.professionals-sec .inner {
	max-width: 1200px;
	padding: 40px 0 80px;
}
.bg-professionals {
	background-color: rgba(155, 214, 197,0.6);
}
.lead-member-area {
	margin-bottom: 24px;
}
.lead-member-area h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 24px;
	color:#268770;
	font-family: "Zen Old Mincho", serif;
}
.lead-member-area .member-box {
	padding: 32px;
}
.member-box {
	padding: 24px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 2px 12px #0000000A;
}
.lead-member-area .member-box .img-area img {
	width:102px;
	margin-right:20px; 
}
.member-box .img-area img {
	width:80px;
	margin-right:10px;
}
.lead-member-area .member-box .detail h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.member-box .detail h4 {
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	letter-spacing: 0;
	font-family: "Zen Old Mincho", serif;
	color:#268770;
	margin-bottom: 10px;
}
.lead-member-area .member-box .detail p {
	font-size:14px;
	line-height: 16px;
}
.member-box .detail p {
	font-size:12px;
	line-height: 14px;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
}
.lead-member-area .member-box .history-area {
	width:33%;
	margin-right: 20px;
}

.lead-member-area .member-box .history-area h4 {
	font-size: 16px;
	font-weight: 900;
	line-height: 19px;
	font-family: "Zen Old Mincho", serif;
	color:#268770;
	letter-spacing: 0;
}
.lead-member-area .member-box .history-area p {
	font-size: 14px;
}
.member-box .history-area p ,
.member-box .history-area a {
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}
.member-box .history-area a {
	color:#5A4EC4;
	font-weight: 500;
}
.member-box .history-area a img {
	width:5px;
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
}
.member-area {
	display: grid;
	grid-template-columns: repeat(3,2fr);
	gap:24px;
}
/* case */
.under .case-sec {
	padding:120px 64px; 
}
.case-sec .inner {
	max-width: 1072px;
	margin: 0 auto;
}
.case-area {
	position: relative;
}

.case-area::after {
	content:url(./../img/item/case-sub-ttl-01.svg);
	position: absolute;
	right:-36px;
	top:0;
}
.case-area:nth-child(3)::after {
	content:url(./../img/item/case-sub-ttl-02.svg);
	position: absolute;
	left:-36px;
	top:0;
}
.case-area:nth-child(4)::after {
	content:url(./../img/item/case-sub-ttl-03.svg);
	position: absolute;
	right:-36px;
	top:0;
}
.case-area h3 {
	font-size:28px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0;
	color:#268770;
	position: relative;
	font-family: "Zen Old Mincho", serif;	
	margin-bottom: 54px;
}
.case-area h3::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left:0;
	border-bottom: 1px solid #268770;
	width:80px;
}
.case-area .txt-area {
	width:55%;
}
.case-area .img-area {
	width:40%;
}

/* proxy */
.proxy-txt {
	font-size:20px;
	font-weight:900;
	line-height:19px;
	font-family: "Zen Old Mincho", serif;
	color:#5A4EC4;
	background-color:#fff;
	padding:20px;
	border-radius:8px;
	box-shadow:0 1px 8px #0000000A;
}

/* tax rate */
.tax-rate-sec .table-area {
	padding:24px;
	border-radius:8px;
	background-color:#fff;
}
.tax-rate-sec table {
	width:100%;
}
.tax-rate-sec table tbody ,
.tax-rate-sec table tr {
	width:100%;
}
.tax-rate-sec table tr th {
	width:33%;
	padding-bottom:20px;
	font-family: "Zen Old Mincho", serif;
	font-size:20px;
	line-height:19px;
	font-weight:900;
	color:#3A6B5F;	
}
.tax-rate-sec table tr td {
	padding:8px 0;
	line-height:16px;
	letter-spacing:0;
	color:#374151;
}

/* examples */
.under .examples-sec .detail h3 {
	font-size:24px;
}
.under .examples-sec .detail p {
	font-size:14px;
}
.examples-sec .detail ol {
	list-style:decimal;
	padding-left:20px;
}
.examples-sec .detail ol li {
	line-height:28px;
	font-size:14px;
	letter-spacing:0;
}
.examples-sec .detail ol p span {
	color:#6B7280;
}
.examples-sec .detail .text-red ,
.legal-fee-sec .types-box .text-red {
	font-size:12px!important;
	line-height:16px;
	color:#C44E4E;
	font-family: "Noto Sans JP", sans-serif;
}
/* renunciation */
.renunciation-sec .assets-box {
	padding:24px;
}
.renunciation-sec .assets-box h3 img {
	margin-bottom:6px;
}
.under .renunciation-sec .assets-box.detail h3 {
	margin-bottom:10px;
}
/* consul fee */
.consul-fee-sec .assets-box h3 img ,
.consul-fee-sec .beige-box h3 img{
	width:24px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
/* legal fee */
.legal-fee-sec .types-box {
	padding:32px;
}
.legal-fee-sec .types-box h3 {
	font-size:24px;
	line-height:24px;
}
.legal-fee-sec .types-box.detail h3 img {
	margin-bottom:6px;
}
.legal-fee-sec .types-box .inner-box {
	padding:16px;
	border-radius:6px;
	background-color:#F8FFFD;
	border:1px solid #E5E7EB;
}
.legal-fee-sec .types-box .inner-box ul {
	padding-left:20px;
}
.legal-fee-sec .types-box .inner-box ul li {
	list-style:disc;
	font-size:14px;
	font-weight:400;
	letter-spacing:0;
	color:#374151;
	line-height:24px;
}
/* payment */
.payment-area {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:32px;
}
.payment-box {
	padding:32px;
	background-color:#fff;
	box-shadow:10px 10px 0 #B4D5CD;
}
.payment-box h3 {
	font-size:18px;
	line-height:21px;
	font-weight:700;
	letter-spacing:0;
	color:#3A6B5F;
	font-family: "Zen Old Mincho", serif;
}
.payment-box h3 img {
	width:32px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
.payment-box p {
	line-height:19px;
}
.payment-box p img {
	width:16px;
	margin-right:10px;
	vertical-align:middle;
	margin-bottom:6px;
}
.payment-box p.flex span {
	width:90%;
}
.payment-box .beige-box {
	padding:16px;
	border-radius:6px;
}
.payment-box .beige-box p {
	font-family: "Noto Sans JP", sans-serif;
}

.mission-box {
	padding:24px;
	background-color:#E6F5F1;
}
.mission-box h3 {
	font-size:24px;
	line-height:21px;
	font-weight:700;
	color:#3A6B5F;
	font-family: "Zen Old Mincho", serif;
}
.mission-box h3 img {
	width:32px;
	vertical-align:middle;
	margin-bottom:6px;
	margin-right:10px;
}
.under .promise-sec h2 {
	font-size:32px;
	line-height:42px;
}
.video-sec .intro-txt {
	position:absolute;
	right:0;
	bottom:0;
	width:8%;
}

/* office */
.office-area {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:32px;
}
.office-box {
	padding:24px;
	border-radius:8px;
	background-color:#E6F5F1;
	box-shadow:10px 10px 0 #BDDDD4;
}
.office-box h3 {
	font-size:20px;
	line-height:24px;
	font-weight:700;
	letter-spacing:0;
	font-family: "Zen Old Mincho", serif;
	margin-bottom:10px;
	color:#3A6B5F;
}
.office-box h3 img {
	width:32px;
	vertical-align:middle;
	margin-bottom:6px;
	margin-right:10px;
}
.office-box table {
	width:100%;
}
.office-box table tr th ,
.office-box table tr td {
	align-content:center;
	padding:5px 0;
}
.office-box table tr th {
	width:10%;
}
.office-box table tr th img {
	width:16px;
}
.office-box table tr td {
	font-size:16px;
	font-weight:500;
	line-height:19px;
	letter-spacing:0;
	color:#374151;
}

/* access */
.access-box {
	padding:32px;
	background-color:#fff;
	box-shadow:0 2px 12px #0000000A;
}
.access-box h3 {
	font-size:24px;
	line-height:24px;
	font-family: "Zen Old Mincho", serif;
	font-weight:700;
	letter-spacing:0;
	color:#3A6B5F;
}
.access-box .detail {
	width:45%;
}
.access-box .map-area {
	width:55%;
}
.access-box .map-area iframe {
	aspect-ratio:5 /3;
	width:100%;
}
.access-box .detail .ttl-tag {
	background-color:#268770;
	color:#fff;
	padding:4px 8px;
	font-weight:500;
	line-height:19px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing:0;
	width:fit-content;
}
.access-box p {
	font-size:16px;
	font-weight:500;
	line-height:23px;
	letter-spacing:0;
}
.access-box p img {
	width:32px;
	margin-bottom:6px;
	margin-right:10px;
	vertical-align:middle;
}
.request-flow-sec .flow-box .detail {
	width:90%;
}
.request-flow-sec .flow-box .detail .beige-box {
	padding:16px;
}
.request-flow-sec .flow-box .detail .beige-box p img {
	width:16px;
	vertical-align:middle;
	margin-bottom:6px;
	margin-right:10px;
}

/* faq */
.faq-box {
	padding:32px;
	background-color:#E6F5F1;
	box-shadow:0 2px 12px #0000000A;
}
.faq-box .q-item span {
	font-size:24px;
	font-weight:700;
	line-height:36px;
	letter-spacing:0;
	color:#5A4EC4;
	font-family: "Zen Old Mincho", serif;
}
.faq-box .a-item {
	align-items:flex-start;
}
.faq-box .a-item span {
	line-height:24px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing:0;
}
.faq-box .q-item span ,
.faq-box .a-item span {
	width:93%;	
}
.faq-box .q-item img ,
.faq-box .a-item img {
	width:40px;
	margin-right:10px;
	vertical-align:middle;
}
.faq-box .a-item span img {
	width:16px;
	margin-bottom:4px;
}
.yellow-box {
	padding:16px;
	background-color:#FFFAE6;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.faq-box .yellow-box img ,
.faq-box .red-box img {
	width:16px;
}
.faq-box .yellow-box span ,
.faq-box .red-box span {
	font-size:14px;
	line-height:16px;
	font-weight:500;
	letter-spacing:0;
	color:#B18845;
	font-family: "Noto Sans JP", sans-serif;
	width:96%;
}
.faq-box .red-box span {
	color:#D55353;	
}
.red-box {
	padding:16px;
	background-color:#FFCDCD;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
/* concern */
.concern-box {
	padding:32px;
	border-radius:8px;
	background-color:#fff;
	box-shadow:0 2px 16px #0000000A;
}
.concern-box ul li {
	font-size:18px;
	font-weight:500;
	font-family: "Zen Old Mincho", serif;
	line-height:19px;
	letter-spacing:0;
	color:#3A6B5F;
	margin-bottom:16px;
}
.concern-box ul li:last-child {
	margin-bottom:0;
}
.concern-box ul li img {
	width:32px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
/* trouble */
.trouble-box {
	padding:32px;
	margin-bottom:24px;
	background-color:#fff;
	box-shadow:0 2px 12px #0000000A;
}
.trouble-box:last-child {
	margin-bottom:0;
}
.under .trouble-box h3 {
	font-size:20xp;
	line-height:24px;
	font-weight:700;
	letter-spacing:0;
	color:#3A6B5F;
	font-family: "Zen Old Mincho", serif;
}
.trouble-box h3 img {
	width:32px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
.trouble-box h3 p {
	line-height:24px;
	letter-spacing:0;
	font-family: "Noto Sans JP", sans-serif;
	color:#6B7280;
}
/* layer merrit */
.layer-merrit-area {
	display:grid;
	grid-template-columns:repeat(2,2fr);
	gap:24px;
}
.layer-merrit-box {
	padding:24px;
	background-color:#E6F5F1;
	box-shadow:8px 8px 0 #BDDDD4;
}
.layer-merrit-box img {
	width:32px;
	margin-bottom:20px;
}
.layer-merrit-box h3 {
	font-size:20px;
	line-height:21px;
	font-weight:700;
	letter-spacing:0;
	color:#3A6B5F;
	margin-bottom:10px;
	font-family: "Zen Old Mincho", serif;
}
.layer-merrit-box p {
	font-size:14px;
	line-height:19px;
	letter-spacing:0;
}
/* solution flow */
.solution-flow-sec {
	background-image:url(/wp-content/themes/inheritance/img/bg/bg-solution-flow.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.solution-flow-sec .flow-box {
	background-color:#E6F5F1;
	box-shadow:4px 4px 0 #A5D3C8;
}
.solution-flow-sec .flow-box .detail {
	width:90%;
}
.under .arrow-btn {
	background-color:#C29E66;
	padding:20px 60px;
	display:inline-block;
	color:#fff;
	box-shadow:0 2px 8px #0000001A;
	font-size:18px;
	font-weight:600;
	line-height:19px;
	letter-spacing:0;
	font-family: "Noto Sans JP", sans-serif;
}
.under .arrow-btn img {
	width:25px;
	margin-left:16px;
	vertical-align:middle;
}
.inner-box table {
	width:100%;
}
.inner-box table tr th ,
.inner-box table tr td {
	padding:10px 0;
}
.inner-box table tr th {
	color:#3A6B5F;
	font-size:18px;
	font-weight:600;
}
/* renunciation case */
.renunciation-case-sec {
	background-image:url(/wp-content/themes/inheritance/img/bg/bg-renunciation-case.webp);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
.renunciation-case-sec .inner {
	max-width:1072px;
}
.renunciation-case-area {
	display:grid;
	grid-template-columns:repeat(2,2fr);
	gap:48px;
}
.renunciation-case-box {
	background-color:#F4FFFC;
	box-shadow:10px 10px 0 #88CCB9;
}
.renunciation-case-box .img-area {
	margin:12px;
}
.renunciation-case-box .detail {
	position:relative;
	padding:18px 16px 24px;
}
.renunciation-case-box .detail .num {
	position:absolute;
	top:-24px;
	right:0px;
	font-size:93px;
	font-family: "Zen Old Mincho", serif;
	font-weight:500;
	line-height:130%;
	letter-spacing:0;
	color:#DEF1EB;
	z-index:0;
}
.renunciation-case-box .detail h3 {
	font-size:24px;
	line-height:130%;
	font-weight:700;
	letter-spacing:0;
	color:#5D34AF;
	margin-bottom:10px;
	position:relative;
	z-index:1;
}
.renunciation-case-box .detail p {
	line-height:150%;
	letter-spacing:0;
	position:relative;
	z-index:1;
}
.renunciation-explain-area h2 {
	font-size:32px;
	line-height:38px;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
	letter-spacing:0;
	color:#3A6B5F;
	position:relative;
	margin-bottom:40px;
}
.renunciation-explain-area h2::after {
	content:"";
	position:absolute;
	left:0;
	bottom:-20px;
	border:3px solid #3A6B5F;
	width:80px;
}
.renunciation-explain-area p {
	line-height:30px;
	font-weight:500;
	letter-spacing:0;
}
.renunciation-explain-area .flex p {
	width:55%;
}
.renunciation-explain-area .flex img {
	width:40%;
	height:100%;
}
.renunciation-explain-area ul.disc {
	list-style:disc;
	padding-left:20px;
}
.renunciation-explain-area ul.disc li {
	line-height:24px;
}
/* point */
.point-sec .inner {
	max-width:1072px;
}
.point-area {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:16px;
}
.point-box {
	padding:32px;
	border-radius:8px;
	background-color:#E6F5F1;
}
.point-box h3 {
	font-size:24px;
	line-height:24px;
	font-weight:700;
	letter-spacing:0;
	font-family: "Zen Old Mincho", serif;
	color:#3A6B5F;
	margin-bottom:16px;
}
.point-box p {
	line-height:24px;
	letter-spacing:0;
}
/* attention */
.attention-sec .beige-box img {
	width:24px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
.attention-sec .beige-box h3 {
	font-size:20px;
	line-height:21px;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
	margin-bottom:16px;
}

/* feature */
.feature-sec h3 {
	font-size:24px;
	font-weight:700;
	line-height:28px;
	letter-spacing:0;
	font-family: "Zen Old Mincho", serif;
	margin-bottom:16px;
}
.feature-sec h3 img {
	width:32px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
.feature-sec .assets-box h4 {
	font-size:16px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	line-height:16px;
	margin-bottom:10px;
}
.feature-sec .assets-box.plus h4 {
	color:#3A6B5F;
}
.feature-sec .assets-box.minus h4 {
	color:#5A4EC4;
}
.feature-sec .assets-box h4 img {
	width:20px;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:6px;
}
.feature-sec .assets-box ul.disc {
	list-style:disc;
	padding-left:20px;
}
.feature-sec .assets-box ul.disc li {
	line-height:24px;
	letter-spacing:0;
}

/* contact */
.form-area {
	padding:32px;
	background-color:#E6F5F1
}
.form-area label {
	font-size:18px;
	line-height:24px;
	letter-spacing:0;
	font-weight:700;
	font-family: "Zen Old Mincho", serif;
	margin-top:20px;
	margin-bottom:10px;
	display:inline-block;
}
.form-area label .must {
	color:#fff;
	padding:4px 8px;
	background-color:#66AF9E;
	font-size:12px;
	margin-left:10px;
	font-weight:700;
}
.form-area input[type="text"] ,
.form-area input[type="email"] , 
.form-area textarea {
	background-color:#fff;
	width:100%;
}
.form-area input[type="text"] ,
.form-area input[type="email"] {
	height:40px;
	padding:10px;
}
.form-area textarea {
	padding:10px;
}
.form-area input[type="checkbox"] {
	appearance:auto;
	transform:scale(1.5);
	margin-bottom:4px;
	margin-right:10px;
}
.form-area a {
	font-weight:700;
}
.submit-btn {
	display:inline-block;
	padding:10px 60px;
	color:#fff;
	font-weight:700;
	font-size:16px;
	box-shadow:0 2px 8px #0000001A;
	background-color:#C29E66;
	margin:30px 0 10px;
}
.wpcf7-spinner {
	display:none!important;
}

.dropdown-menu {
  position: relative;
}

.dropdown-menu-list {
  opacity: 0!important;
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 12px #0000000A;
  padding:10px;
  border-radius:6px;
}
.dropdown-menu-list li a {
	font-size:14px!important;
	display:inline-block!important;
	padding:4px 10px!important;
}

/* 子孫セレクタになるので安定 */
.dropdown-menu:hover .dropdown-menu-list {
   opacity: 1!important;
	transition:all 0.3s;
	display:block;
}
.intro-yt {
	width:100%;
	aspect-ratio:5 / 3;
}
@media (901px <= width < 1181px) {
	.logo-area a img {
		width:160px;
	}	
	.gnav ul li a {
		font-size:12px;
	}
	.gnav ul li.tel-num a {
		font-size:24px;
	}
	.gnav ul li.tel-num img {
		width:16px;
	}
	.gnav ul li.consul-btn a {
		font-size:14px;
		padding:10px 12px;
	}
	.footer-cta-sec .text-area ,
	.footer-cta-sec .cta-area {
		width:100%;
	}
	.footer-cta-sec .text-area p {
		margin-bottom:20px;
	}
}
@media (901px <= width < 1370px) {
	.gnav ul li a {
		padding:0 10px;
	}
}
@media (901px <= width < 1140px) {
	header .container {
		padding:10px;
	}
	.logo-area a img {
		width:120px;
	}
	.gnav ul li a {
		font-size:10px;
		padding:0 4px;
	}
	.gnav ul li.tel-num {
		padding:0 10px;
	}
	.gnav ul li.tel-num a {
		font-size:14px;
	}
	.gnav ul li.consul-btn a {
		font-size:10px;
		padding:8px 12px;
	}
	.gnav ul li.tel-num span {
		font-size:8px;
	}
	.dropdown-menu-list li a {
		font-size:12px!important;
	}
	.dropdown-menu:hover .dropdown-menu-list {
		width:150px;
	}
}
@media screen and (max-width: 900px) {
	.inner {
		width:90%;
	}
	.pt-0-sp {
		padding-top: 0px!important;
	}
	.pt-10-sp {
		padding-top: 10px!important;
	}
	.pt-20-sp {
		padding-top: 20px!important;
	}
	.pt-30-sp {
		padding-top: 30px!important;
	}
	.pt-40-sp {
		padding-top: 40px!important;
	}
	.pt-50-sp {
		padding-top: 50px!important;
	}
	.pt-60-sp {
		padding-top: 60px!important;
	}
	.pt-70-sp {
		padding-top: 70px!important;
	}
	.pt-80-sp {
		padding-top: 80px!important;
	}
	.pb-0-sp {
		padding-bottom: 0!important;
	}
	.pb-10-sp {
		padding-bottom: 10px!important;
	}
	.pb-20-sp {
		padding-bottom: 20px!important;
	}
	.pb-30-sp {
		padding-bottom: 30px!important;
	}
	.pb-40-sp {
		padding-bottom: 40px!important;
	}
	.pb-50-sp {
		padding-bottom: 50px!important;
	}
	.pb-60-sp {
		padding-bottom: 60px!important;
	}
	.pb-70-sp {
		padding-bottom: 70px!important;
	}
	.pb-80-sp {
		padding-bottom: 80px!important;
	}
	.mt-0-sp {
		margin-top: 0!important;
	}
	.mt-10-sp {
		margin-top: 10px!important;
	}
	.mt-20-sp {
		margin-top: 20px!important;
	}
	.mt-30-sp {
		margin-top: 30px!important;
	}
	.mt-40-sp {
		margin-top: 40px!important;
	}
	.mt-50-sp {
		margin-top: 50px!important;
	}
	.mt-60-sp {
		margin-top: 60px!important;
	}
	.mt-70-sp {
		margin-top: 70px!important;
	}
	.mt-80-sp {
		margin-top: 80px!important;
	}
	.mb-0-sp {
		margin-bottom: 0!important;
	}
	.mb-10-sp {
		margin-bottom: 10px!important;
	}
	.mb-20-sp {
		margin-bottom: 20px!important;
	}
	.mb-30-sp {
		margin-bottom: 30px!important;
	}
	.mb-40-sp {
		margin-bottom: 40px!important;
	}
	.mb-60-sp {
		margin-bottom: 60px!important;
	}
	.mb-80-sp {
		margin-bottom: 80px!important;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	/* header */
	header {
		position: fixed;
		top:0;
		width:100%;
		z-index: 10;
	}
	header .container {
		padding: 16px;
	}
	.logo-area a img {
		width:148px;
	}
	/* fv */
	.fv {
		position: relative;
		background: unset;
		padding:0;
	}
	.fv .bg-fv {
		position: relative;
		z-index: 0;
		width:100%;
		margin:40px 0 0;
	}
	.fv .catchcopy-area {
		position: absolute;
		top:5%;
		left:0;
		right: 0;
	}
	.catch-tag {
		text-align: center;
		margin-bottom: 10px;
	}
	.catch-tag span.flex {
		background-color:#C6E8DEE5;
		padding:6px 8px;
		color:#268770;
		font-size:16px;
		font-weight: 400;
		font-family: "Zen Old Mincho", serif;
		margin:0 4px;
		display: block;
	}
	.catch-tag span span {
		display: block;
	}
	.catch-tag span.railway {
		margin-right: 0;
		margin-bottom: 4px;
	}
	.catch-tag span.railway.one-line {
		margin:4px 4px 0 0;
	}
	.fv h1 {
		font-size:24px;
		line-height: 120%;
		margin: 0 10px;
		background-color: rgba(255,255,255,0.8);
		padding:12px 16px 16px;
	}
	.fv h1 .bg-white {
		background-color: unset;
		padding:unset;
	}
	.dots {
	  background-image: unset; /* 点の色とサイズ調整 */
	  background-position: unset; /* 点の位置 */
	  background-repeat: unset; /* 横方向に繰り返し */
	  background-size: unset; /* 点の間隔とサイズ調整 */
	  padding-top: unset; /* 縦方向の位置調整 */
	}
	.circle-feature-area {
		display: flex;
		justify-content: center;
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}

	.circle-feature-area.pc {
		display: none;
	}
	.circle-feature-area .circle {
		background:linear-gradient(to right , #4EB9A0 , #68BFAE);
		border-radius: 50%;
		width:110px;
		height: 110px;
		text-align: center;
		align-content: center;
		color:#fff;
		margin:0 10px;
	}
	.circle-feature-area .circle img {
		width:40px;
	}
	.circle-feature-area .circle p {
		font-size: 16px;
	}
	.circle-feature-area .circle.three-line p {
		font-size: 13px;
		line-height: 100%;
	}
	.circle-feature-area .circle.three-line p span {
		font-size: 9px;
	}
	.circle-feature-area .circle .inner-content {
		position: relative;
		z-index:1;
	}
	.circle-feature-area .circle img.bg-laurel-wreath {
		position: absolute;
		z-index: 0;
		width: 100px;
		top:6px;
		left:4px;
	}
	/* common */
	.ttl-area {
		position: relative;
	}
	h2.ttl {
		font-size:24px;
		line-height: 26px;
	}
	.en-ttl {
		letter-spacing: 5%;
		color:#268770;
		display: block;
		text-align: center;
		margin-bottom: 6px;
	}
	.btn {
		color:#fff;
		padding: 24px 30px;
		background-color: #C29E66;
		box-shadow: 0 2px 8px #0000001A;
		font-size:24px;
		font-weight: 700;
		display: inline-block;
	}
	.btn img {
		width:20px;
		vertical-align: baseline;
		margin-right: 10px;
	}
	/* worry */
	.worries-sec {
		background-image: url(./../img/bg/bg-worries-sp.webp);
		background-position:center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.worries-sec .inner {
		width:90%;
	}
	.worries-sec .en-ttl {
		top:-24px;
		font-size:64px;
		line-height: 77px;
	}
	.worries-box {
		padding: 24px 12px;
		background-color: #FFFFFFC7;
		margin-bottom: 0;
	}
	.worries-box .flex {
		display: block;
	}
	.worries-box .flex .col-1-2 {
		width: 100%;
	}
	.worries-box ul {
		padding-left: 32px;
	}
	.worries-box ul li {
		line-height: 22px;
		padding-bottom: 12px;
	}
	.worries-box ul li:last-child {
		padding-bottom: 0;
	}
	.worries-box ul li span {
		background-color: #C6E8DEE5;
	}
	.worries-box::before ,
	.worries-box::after {
		content: none;
	}
	/* problem */
	.problem-sec .inner {
		width:100%;
		margin: 0;
	}
	.problem-box {
		flex-wrap: wrap;
		border-radius: 0;
		background-color: #E6F5F1;
	}
	.problem-box .ttl-area {
		margin-bottom: 10px;
	}
	.problem-box h2.ttl {
		font-size: 24px;
		line-height: 136%;
		color:#3a6b5f;
		width:92%;
		margin:0 auto 20px;
	}
	.problem-box h2.ttl .text-purple {
		border-bottom: 1px solid #5D34AF;
		line-height: 26px;
		display: inline-block;
	}
	.problem-box .detail-area {
		padding: 32px 24px 0;
		width:100%;	
		border-radius: 12px 0 0 12px;
	}
	.problem-box .detail-area .txt-area p {
		font-size: 16px;
		font-weight: 500;
		line-height: 175%;
		letter-spacing: 4%;
		margin-bottom: 32px;
	}
	.problem-box .img-area {
		width:100%;
		padding-bottom: 32px;
	}
	.problem-box .img-area img {
		border-radius: 0 12px 12px 0;
	}
	/* consul */
	.consul-sec {
		background-image: url(./../img/bg/bg-consul-sp.webp);
		background-position: center;
		background-size: 100%;
		padding:0 16px;
	}
	.consul-sec .inner {
		width:100%;
	}
	.consul-box {
		width:100%;
	}
	.consul-box .detail-area p {
		letter-spacing: 0;
	}
	/* case */
	.case-sec {
		position: relative;
	}
	.case-sec .ttl-area , 
	.process-sec .ttl-area {
		background:linear-gradient(to bottom ,#4EB9A0 ,#68BFAE);
	}
	.case-sec .bg-case-ttl , 
	.process-sec .bg-process-ttl {
		background-image: url(./../img/bg/bg-case-ttl-sp.webp);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 24px 12px;
		color:#fff;
	}
	.case-sec .bg-case-ttl .en-ttl , 
	.process-sec .bg-process-ttl .en-ttl {
		color:#fff;
	}
	.case-sec .bg-case-ttl h2 {
		font-size: 24px;
		font-weight: 600;
		line-height: 143%;
		letter-spacing: 11%;
		position: relative;
	}
	.case-sec .bg-case-ttl h2 .text-purple {
		background-color:#fff;
	}
	.case-detail-area {
		width:100%;
	}
	.case-detail-area .col-1-3 {
		width:100%;
	}
	.case-detail-area .case-01 ,
	.case-detail-area .case-02 ,
	.case-detail-area .case-03 {
		padding: 16px;
		min-height: auto;
	}
	.case-detail-area .case-01 {
		background-color: #77C5B3;
	}
	.case-detail-area .case-02 ,
	.case-detail-area .case-03 {
		background-color: #5DB8BA;
		margin-top: 20px;
	}
	.case-sec .bg-green-box {
		height: 45%;
	}
	/* professional */
	.professional-sec .inner {
		width:90%;
	}
	.professional-sec .inner .ttl-detail-area {
		width:100%;
		margin:0 auto;
	}
	.professional-sec .ttl-area {
		width:90%;
		margin:0 auto 20px;
	}
	.professional-sec .ttl-area .ttl {
		font-size: 24px;
		line-height: 129%;
	}
	.professional-sec .col-1-2 {
		width:100%;
	}
	.professional-sec .col-1-2 p {
		font-size: 16px;
		line-height: 152%;
	}
	.professional-sec .btn {
		font-size: 24px;
		font-weight: 600;
		font-family: "Zen Old Mincho", serif;
		padding: 18px 30px;
	}
	.process-sec .bg-process-ttl h2 {
		font-size: 24px;
		font-weight: 600;
		line-height: 100%;
		letter-spacing: 0%;
		position: relative;
	}
	/* flow */
	.bg-flow-detail {
		background-color: #C6E8DEE5;
	}
	.flow_design09 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	.flow09 {
	  padding-left: 0;
	}

	.flow09 > li {
	  list-style-type: none;
	  display: block;
	  position: relative;
	  padding:0;
	}

	.flow09 > li .icon09 {
	  position: absolute;
	  top:-47px;
	  left:37%;
	}

	.flow09 > li .icon09::after ,
	.flow09 > li:last-child .icon09::after {
	  content: "";
	  display: block;
	  width: 1px;
	  height: 100%;
	  background-color: #66AF9E;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -13px;
	  margin: auto;
	}
	.flow09 > li:first-child .icon09::after {
		content: unset;
	}
	.flow09 > li dl {
		display: block;
		padding: 24px;
		background-color: #fff;
		margin-left: 0;
	}
	.flow09 > li dl img {
		width:100%;
	}
	.flow09 > li dl .detail-area {
		width:100%;
		margin-left: 0px;
	}
	.flow09 > li dl dt {
		font-size: 24px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		margin-top: 20px;
		line-height: 100%;
		font-weight: 700;
		font-family: "Zen Old Mincho", serif;
		color:#5A4EC4;
		border-bottom:1px solid #E5E5E5;
		text-align: center;
	}
	.flow09 > li dl dd {
	  margin: 0;
	  font-size: 14px;
	  line-height: 25px;
	}
	.flow09 > li dl dd .btn {
		font-size: 14px;
		line-height: 32px;
		font-weight: 700;
		padding: 14px 40px;
		font-family: "Zen Old Mincho", serif;
		margin: 20px auto 0;
		width:100%;
	}
	.flow09 > li dl dd ul {
		padding-left: 20px;
	}
	.flow09 > li dl dd ul li {
		list-style: disc;
	}

	.flow09 > li dl {
	  width: 100%;
	  margin-top: 0.8em;
	  margin-bottom: 60px;
	}
	.flow09 > li:last-child dl {
	  margin-bottom: 0;
	}
	.flow09 > li dl dd .btn .arrow {
		margin-left: 6px;
		margin-bottom: 2px;
	}
	.flow09 > li dl dd .btn .btn-arrow::before {
		width: 12px;
		height: 12px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
	}
	.flow09 > li dl dd .btn .btn-arrow::after {
		left: 4px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #C29E66;
		border-right: 1px solid #C29E66;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/* info */
	.info-sec .inner {
		width:90%;
		margin: 0 auto;
	}
	.info-sec .day-tag {
		font-size:14px;
		line-height: 16px;
		color:#666666;
		display: inline-block;
	}
	.info-sec .cat-tag {
		font-size:12px;
		line-height: 14px;
		font-weight: 500;
		color:#fff;
		font-family: "Zen Old Mincho", serif;
		padding: 4px 12px;
		background-color: #66AF9E;
		margin-left: 10px;
		display: inline-block;
	}
	.info-sec ul li a {
		line-height: 150%;
		padding: 32px 0;
	}
	.info-sec .btn {
		font-size: 24px;
		width:90%;
		margin:0 auto;
		margin-top: 40px;
		font-family: "Zen Old Mincho", serif;
	}/* office */
	.office-sec h3 {
		font-size: 24px;
		font-weight: 700;
		line-height: 120%;
		color:#333333;
		margin: 10px 0;
	}
	.office-sec .col-1-3 {
		width:100%;
		margin-bottom: 20px;
	}
	.office-sec .detail-area .office-tag {
		padding:0px 8px;
	}
	.office-sec .bg-green-box {
		height: 40%;
	}
	/* footer cta */
	.footer-cta-sec {
		background: linear-gradient(to bottom , #4EB9A0 ,#4BBEA7);
	}
	.bg-footer-cta {
		background-image: url(./../img/bg/bg-footer-cta.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.bg-footer-cta .inner {
		padding: 56px 0;
	}
	.footer-cta-sec .text-area {
		color:#fff;
		width:100%;
	}
	.footer-cta-sec .text-area h2 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer-cta-sec .text-area p {
		line-height: 150%;
		margin-bottom: 40px;
	}
	.footer-cta-sec .cta-area {
		background-color: #fff;
		padding: 32px 36px 28px;
		text-align: center;
		width:100%;
	}
	.footer-cta-sec .cta-area .tel-cta {
		margin-bottom: 16px;
	}
	.footer-cta-sec .cta-area .tel-cta span {
		font-size: 12px;
	}
	.footer-cta-sec .cta-area .tel-cta a {
		display: block;
		font-size: 31px;
		font-weight: 400;
		color:#268770;
		margin-bottom: 0;
	}
	.footer-cta-sec .cta-area .tel-cta a img {
		width:22px;
		margin-bottom: 4px;
		margin-right: 6px;
	}
	.footer-cta-sec .cta-area .mail-cta .btn {
		box-shadow: unset;
		font-size: 22px;
		font-weight:400;
		line-height:150%;
		font-family: "Zen Old Mincho", serif;
		padding: 12px 20px;
	}
	/* footer */
	footer {
		padding:24px;
	}
	footer .flex {
		display: block;
	}
	footer .detail-area .logo-area .logo {
		width:195px;
	}
	footer .detail-area .logo-area ,
	footer .detail-area .address-area {
		text-align: center;
	}
	footer .detail-area .address-area p {
		font-size: 14px;
		line-height: 23px;
		font-weight: 500;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #D4D4D4;
	}
	footer .link-area .flex {
		display: flex;
	}
	footer .link-area .flex.justify-between {
		justify-content: center;
	}
	footer .link-area ul li {
		width: fit-content;
	}
	footer .link-area ul li a {
		padding: 0 16px 16px;
		line-height: 134%;
		display: inline-block;
	}
	footer .link-area ul li:last-child a {
		padding-right: 0;
	}
	.copyright {
		padding-top: 34px;
	}
	.copyright small {
		font-size: 13px;
		line-height: 15px;
		color:#999999;
	}
	/* under */

	/* under common */
	.under .inner {
		max-width: 95%;
		margin: 0 auto;
	}
	.under .sec-padd {
		padding:40px 0;
	}
	.under h2 {
		font-size:24px;
		font-weight: 700;
		font-family: "Zen Old Mincho", serif;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.under h2 .under-en {
		font-size: 16px;
	}
	.under .detail h3 {
		font-size: 18px;
	}
	.under p {
		line-height: 22px;
		font-size: 14px;
	}
	.beige-box {
		padding: 16px;
	}
	.beige-box .lead {
		font-size: 16px;
	}
	/* under fv */
	.under .under-fv {
		height: 180px;
		margin-top: 60px;
	}
	.under .under-fv h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.under .under-fv h1 .under-en {
		font-size:18px;
	}

	/* flow */

	.flow-box {
		padding: 16px;
		margin-bottom:40px;
	}
	.flow-box::after {
		content:url("./../img/icon/flow-arrow-sp.svg");
		bottom: -30px;
		width:32px;
	}
	.flow-box .num ,
	.priority-box .num {
		width: 40px;
		height: 40px;
		margin-right: 12px;
	}
	.flow-box .num p ,
	.priority-box .num p {
		font-size:16px;
	}
	.flow-box .detail {
		width:80%;
	}
	
	.calc-step-sec .flow-box h3 {
		font-size:16px;
		line-height:24px;
	}

	/* priority */
	.priority-box {
		padding: 16px;
	}
	.priority-box .num {
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}
	.priority-box .num p {
		font-size:16px;
	}
	.priority-box .detail .txt-small {
		font-size:12px;
	}

	/* assets */
	.assets-area {
		grid-template-columns: 1fr;
	}
	.assets-box {
		padding: 16px;
	}
	.under .assets-box.detail h3 {
		font-size: 20px;
	}
	.under .assets-box.detail h4 {
		font-size: 14px;
	}
	.under .assets-sec .assets-box.plus p {
		font-size: 12px;
	}
	.under .beige-box.detail h3 {
		font-size: 20px;
	}

	/* will */

	.assets-box.plus .check-mark {
	  content: '';
	  width: 16px;
	  height: 8px;
	}

	/* types */
	.types-box {
		padding: 16px;
	}
	.types-box.detail h3 img {
		width:24px;
	}
	.types-box p.item {
		padding: 12px;
		font-size:12px;
	}
	.types-box p.item img {
		width:18px;
	}

	/* calculation */
	.calculation-box {
		padding: 16px;
	}
	.calculation-box .detail h3 img {
		width:24px;
		margin-bottom: 4px;
	}
	.calculation-box .beige-box h4 {
		font-size: 14px;
	}
	.calculation-box .beige-box .txt-large {
		font-size: 18px;
	}
	.calculation-box .detail h4 {
		font-size: 16px;
	}
	.calculation-box .detail .txt-small {
		font-size:14px;
	}
	
	.calculation-box .detail ul li {
		display:flex;
		font-size:14px;
	}
	.calculation-box .detail ul.disc li {
		display:list-item;
	}
	.calculation-box .detail ul li span {
		width:90%;
		line-height:24px;
	}

	/* deadline */
	.deadline-sec .beige-box h3 img {
		margin-bottom: 4px;
	}

	/* professionals */
	.professionals-sec .inner {
		max-width: 95%;
		padding: 40px 0;
	}
	.lead-member-area {
		margin-bottom: 16px;
	}
	.lead-member-area h3 {
		font-size: 18px;
	}
	.lead-member-area .member-box {
		padding: 16px;
	}
	.member-box {
		padding: 16px;
		border-radius: 6px;
	}
	.lead-member-area .member-box .img-area img {
		width:80px;
		margin-right:10px; 
	}
	.lead-member-area .member-box .detail h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
	}
	.member-box .detail h4 {
		font-size: 16px;
		font-weight: 900;
		line-height: 19px;
		letter-spacing: 0;
		font-family: "Zen Old Mincho", serif;
		color:#268770;
		margin-bottom: 10px;
	}
	.lead-member-area .member-box .detail p {
		font-size:14px;
		line-height: 16px;
	}
	.member-box .detail p {
		font-size:12px;
		line-height: 14px;
		letter-spacing: 0;
		font-family: "Roboto", sans-serif;
	}
	.lead-member-area .member-box .history-area {
		width:100%;
		margin-right: 0px;
	}

	.lead-member-area .member-box .history-area h4 {
		font-size: 14px;
	}
	.lead-member-area .member-box .history-area p {
		font-size: 12px;
	}
	.member-box .history-area p ,
	.member-box .history-area a {
		font-size: 12px;
	}
	.member-box .history-area a {
		color:#5A4EC4;
		font-weight: 500;
	}
	.member-box .history-area a img {
		width:5px;
		vertical-align: middle;
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.member-area {
		display: grid;
		grid-template-columns: repeat(1,2fr);
		gap:16px;
	}
	/* case */
	.under .case-sec {
		padding:60px 0; 
	}
	.case-sec .inner {
		max-width: 95%;
	}
	.case-area::after {
		content:none;
	}
	.case-area:nth-child(3)::after {
		content:none;
	}
	.case-area:nth-child(4)::after {
		content:none;
	}
	.case-area h3 {
		font-size:22px;
		margin-bottom: 36px;
	}
	.case-area h3::after {
		bottom: -10px;
	}
	.case-area .txt-area ,
	.case-area .img-area {
		width:100%;
	}
	.case-tag {
		padding: 6px 8px;
		border-radius: 2px;
		background-color: #268770;
		color:#fff;
		font-family: "Zen Old Mincho", serif;
		font-size: 12px;
		line-height: 100%;
		display: block;
		width:fit-content;	
	}
	/* proxy */
	.proxy-txt {
		font-size:16px;
		padding:16px;
		border-radius:6px;
	}
	/* tax rate */
	.tax-rate-sec .table-area {
		padding:16px;
	}
	.tax-rate-sec table tr th {
		font-size:18px;
		padding-bottom:16px;
	}	
	.tax-rate-sec table tr td {
		font-size:14px;
		padding:6px 0;
	}
	.tax-rate-sec table tr th:nth-child(1) {
		width:50%;
	}
	.tax-rate-sec table tr th:nth-child(2) {
		width:20%;
	}
	.tax-rate-sec table tr th:nth-child(3) {
		width:30%;
	}
	.under .examples-sec .detail h3 {
		font-size:18px;
	}
	.under .examples-sec .detail p {
		font-size:12px;
	}
	.examples-sec .detail ol li {
		line-height:22px;
		font-size:12px;
	}
	.legal-fee-sec .types-box {
		padding:16px;
	}
	.legal-fee-sec .types-box h3 {
		font-size:16px;
	}
	.payment-area {
		grid-template-columns:repeat(1, 1fr);
	}
	.payment-box h3 {
		font-size:16px;
	}
	.footer-cta-sec .inner {
		width:90%;
	}	
	.under .promise-sec h2 {
		font-size:20px;
		line-height:32px;
	}
	.video-sec .intro-txt {
		display:none;
	}
	/* office */
	.office-area {
		display:grid;
		grid-template-columns:repeat(1,1fr);
		gap:20px;
	}
	.office-box {
		padding:16px;
		border-radius:6px;
	}
	.office-box h3 {
		font-size:18px;
	}
	.office-box h3 img {
		width:24px;
	}
	.office-box table tr th img {
		width:16px;
	}
	.office-box table tr td {
		font-size:14px;
	}
	
	.access-box .detail ,
	.access-box .map-area {
		width:100%;
	}
	.access-box .detail p {
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.access-box .detail p span {
		width:90%;
	}
	/* faq */
	.faq-box {
		padding:16px;
	}
	.faq-box .q-item span {
		font-size:18px;
		line-height:26px;
	}
	.faq-box .q-item ,
	.faq-box .a-item {
		align-items:flex-start;
	}
	.faq-box .a-item span {
		font-size:14px;
		line-height:22px;
	}
	.faq-box .yellow-box span ,
	.faq-box .red-box span {
		font-size:12px;
	}
	/* concern */
	.concern-box {
		padding:16px;
		border-radius:6px;
	}
	.concern-box ul li {
		font-size:15px;
		margin-bottom:12px;
	}
	.concern-box ul li img {
		width:24px;
		margin-bottom:0;
	}
	.concern-box ul li {
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.concern-box ul li span {
		width:90%;
	}
	/* solution */
	.calc-step-sec.solution-sec .flow-box {
		border-radius:8px;
		padding:16px;
		margin-bottom:20px;
	}
	.calc-step-sec.solution-sec .flow-box h3 {
		font-size:18px;
		line-height:24px;
	}
	.calc-step-sec.solution-sec .flow-box .num {
		width: 40px;
		height: 40px;
		font-size:18px;
		line-height:24px;
	}
	.calc-step-sec.solution-sec .flow-box .detail {
		width:80%;
	}
	/* trouble */
	.trouble-box {
		padding:24px;
		margin-bottom:20px;
	}
	.under .trouble-box h3 {
		font-size:18xp;
		display:flex;
	}
	.under .trouble-box h3 span {
		width:90%;
		line-height:24px;
	}
	.trouble-box h3 img {
		width:24px;
		margin-bottom:4px;
	}
	/* layer merrit */
	.layer-merrit-area {
		grid-template-columns:repeat(1,1fr);
		gap:20px;
	}
	.layer-merrit-box {
		padding:16px;
	}
	.layer-merrit-box h3 {
		font-size:18px;
	}
	.layer-merrit-box p {
		font-size:12px;
	}
	
	.under .arrow-btn {
		font-size:16px;
	}
	.under .arrow-btn img {
		width:20px;
	}
	/* renunciation case */
	.renunciation-case-sec .inner {
		max-width:95%;
	}
	.renunciation-case-area {
		grid-template-columns:repeat(1,1fr);
		gap:36px;
	}
	.renunciation-case-box .detail .num {
		font-size:74px;
	}
	.renunciation-case-box .detail h3 {
		font-size:18px;
	}
	.renunciation-case-box .detail p {
		font-size:14px;
	}
	.renunciation-explain-area h2 {
		font-size:24px;
		line-height:32px;
	}
	.renunciation-explain-area h2::after {
		content:"";
		position:absolute;
		left:0;
		bottom:-10px;
		border:2px solid #3A6B5F;
		width:80px;
	}
	.renunciation-explain-area p {
		font-size:14p;
		line-height:24px;
	}
	.renunciation-explain-area .flex p ,
	.renunciation-explain-area .flex img {
		width:100%;
	}/* point */
	.point-sec .inner {
		max-width:100%;
	}
	.point-area {
		grid-template-columns:repeat(1,1fr);
	}
	.point-box {
		padding:24px;
	}
	.point-box h3 {
		font-size:18px;
	}
	.point-box p {
		font-size:14px;
	}
	/* feature */
	.feature-sec h3 {
		font-size:18px;
		line-height:24px;
	}
	.feature-sec h3 img {
		width:24px;
		margin-bottom:4px;
	}
	.feature-sec .assets-box ul.disc li {
		font-size:;14px
	}
	/* contact */
	.form-area {
		padding:16px;
	}
	.form-area label {
		font-size:16px;
	}
	.form-area label .must {
		font-size:10px;
	}
	.submit-btn {
		font-size:14px;
	}
	.dropdown-menu {
	  position: relative;
	}

	.dropdown-menu-list {
	  opacity: 0!important;
	  position: unset;
	  top: 20px;
	  left: 0;
	  background: #fff;
	  box-shadow: unset;
	  padding:0px;
	  border-radius:6px;
	}
	.dropdown-menu-list li a {
		font-size:14px!important;
		display:block!important;
		padding:16px 0px!important;
		display:inline-block;
	}

	/* 子孫セレクタになるので安定 */
	.dropdown-menu:hover .dropdown-menu-list {
	   opacity: 1!important;
		transition:all 0.3s;
		width:auto;
	}
	.sp-nav-area.active ul ul.dropdown-menu-list {
		width:100%;
	}
	
	.flow09 > li dl .img-area {
		width:auto;
	}

/* news pagination */
.news-pagination {
	margin-top: 60px;
	text-align: center;
}
.news-pagination .page-numbers {
	display: inline-block;
	min-width: 40px;
	padding: 8px 12px;
	margin: 0 4px;
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	color: #66AF9E;
	border: 1px solid #66AF9E;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s;
}
.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
	background-color: #66AF9E;
	color: #fff;
}
.news-pagination .page-numbers.dots {
	border: none;
	color: #666;
}
.news-pagination .page-numbers.dots:hover {
	background-color: transparent;
	color: #666;
}
@media screen and (max-width: 768px) {
	.news-pagination {
		margin-top: 40px;
	}
	.news-pagination .page-numbers {
		min-width: 32px;
		padding: 6px 8px;
		font-size: 14px;
		margin: 0 2px;
	}
}
}