html{
	margin-top:0!important;
}
img{
	margin:0;
}
body{
	text-align: left;
	font-size: 16px;
	color: #000;
}
body::after{
	content: none;
}
#index h1, h1~p, h2, #nav{
	position: static;
}
a{
	text-decoration: none;
	color: #000;
	position:relative;
	z-index: 2;
}
a:hover{
	opacity: .8;
}
h3, .h3{
	background: none;
	border: none;
	padding: 0;
}

.header{
	display: flex;
    align-items: center;
	justify-content: space-between;
	max-width: 1300px;
	width: 100%;
	margin:0 auto;
}
.header-logo{
	width: 264px;
}
h1+p, h2, [id|="topicpath"] ol{
	overflow: inherit;
    text-overflow: inherit;
}
h2{
	padding: 0;
}
.header .address h2{
	font-size: 1.25rem;
	font-weight: 600;
}
.header .address a{
	font-size: .75rem;
	position:relative;
}
.header .address a:before{
	content: url(../images/lp-consultation/icon-map.webp);
	position: absolute;
	transform: scale(.35);
    top: -15px;
    right: -23px;
}
.header-contact{
	display: flex;
	height: 89px;
	width: 413px;
	justify-content: flex-end;
}
.header-contact a{
	display: flex;
	font-size: 1.275rem;
	font-weight: 500;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	position: relative;
}
.header-contact a:first-child{
	background-color: #65A8C2;
	max-width:232px;
	width: 55%;
}
.header-contact a:first-child:before{
	content: url(../images/lp-consultation/icon-tel.webp);
	position: absolute;
	transform: scale(.5);
    top: 20px;
    left: 0;
}
.header-contact a:last-child{
	background-color: #F8B62D;
	width: 45%;
	max-width:180px;
}
.header-contact a:last-child:before{
	content: url(../images/lp-consultation/icon-mail.webp);
	position: absolute;
	transform: scale(.5);
    top: 25px;
    left: 10px;
}
.lp-main .fv{
	position:relative;
	margin-bottom: 47px;
}
.lp-main .fv .fv-text{
	position: absolute;
	bottom: 45px;
	right: 0;
}
.lp-main .fv .fv-text span{
	display: block;
	background-color: rgba(255,255,255,.85);
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 11px;
	padding: 15px 30px;
}
.cta-btn a{
	max-width: 490px;
	width: 100%;
	background-color:#F8A22D;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 1.8125rem;
	position: relative;
	padding: 25px 0;
	margin: 0 auto;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.cta-btn a:before{
content: '';
 width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
}
.cta-btn a:after{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #F8A22D;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;	
}
h2{
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	width:100%;
}
.nayami-bg{
	background-color: #F2F3F4;
	margin-top: 108px;
	margin-bottom: 124px;
	position:relative;
	padding: 58px 0 66px;
}
article, section, .article, .section, .content{
	    overflow: visible;
}
.nayami-bg h2{
position:absolute;
	top: -20px;
}

.nayami-bg h2 span{
	color: #65A8C2;
}
.nayami-contents ul{
	font-size: 1.25rem;
	line-height: 2.5em;
	max-width: 430px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	position:relative;
}
.nayami-contents ul:after{
position:absolute;
	content: url(../images/lp-consultation/nayami-illust.webp);
	bottom: -140px;
    right: -170px;
    transform: scale(.5);	
}
.nayami-contents ul li{
	position:relative;
}
.nayami-contents ul li:before{
	position:absolute;
	content: url(../images/lp-consultation/icon-check.webp);
	top: -5px;
    left: -30px;
    transform: scale(.4);
}
.solution-text{
	text-align: center;
	font-size: 1rem;	
}
.solution-contents{
max-width: 773px;
	width: 100%;
	margin: 0 auto 100px;
}
.solution-contents h2 spna{
	color: #F8A22D;
}
.solution-contents span{
	color: #F8A22D;
}
.solution-contents ul{
	display: flex;
	justify-content:center;
	gap: 35px;
	padding:0 15px;
	margin-top: 63px;
}
.solution-contents ul li{
	border: solid 1px #F8A22D;
	border-radius: 5px;
	padding: 10px 20px;
}
.solution-contents ul li:first-child img{
	display: block;
	width: 101px;
	margin: 0 auto;
}
.solution-contents ul li:nth-child(2) img{
	display: block;
	width: 81px;
	margin: 25px auto;
}
.solution-contents ul li:last-child img{
	display: block;
	width: 100px;
    margin: 0 auto 15px;
}
.solution-contents h3{
	text-align: center;
	font-size: 1rem;
}
.solution-contents p{
	font-size: .9375rem;
	line-height: 1.8em;
	margin: 0;
}
.reason-contents{
	padding: 0 15px;
}
.reason-contents h2 span{
	color: #F8A22D;
	font-size: 3.125rem;
}
.reason-contents h2{
	margin-bottom: 47px;
}
.reason-contents .reason-box{
	max-width: 875px;
	width:100%;
	margin: 0 auto 100px;
	display: flex;
	align-items: center;
}
.reason-text h3{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	line-height: 1.5em;
}
.reason-text h3 span{
	background-color: #F8A22D;
	width: 90px;
	height: 90px;
	border-radius: 100vh;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 12px;
    line-height: 1.9em;
	margin-right: 25px;
}
.reason-text h3 span strong{
	display: block;
	font-size: 2.5rem;	
}
.reason-text p{
	margin: 15px 50px 15px 15px;
	line-height: 2em;
	font-size: 1rem;
}
.reason-text p span{
	color: #F8A22D;
	font-weight: 600;
}
h4, .h4, dl.box>dt{
	background: none;
	padding: 0;
}
.staff-contents-bg{
	background-color: rgba(248,162,45,.04);
}
.staff-contents{
	padding: 70px 15px 100px;
}
.staff-contents h2{
	margin-bottom: 70px;
}
.staff-contents h2 span{
	color:#65A8C2;
}
h2+p{
	width: 100%;
	max-width: 100%;
	padding: 0;
	line-height: 1.7em;
}
.staff-contents-text{
	text-align: center;
	margin-bottom: 32px;
}
.staff-contents-text:last-of-type{
	margin-bottom: 76px;
}
.staff-box{
	display: flex;
	background-color: #fff;
	box-shadow: 2px 3px 6px rgba(209,121,0,.25);
	padding: 32px;
	gap: 45px;
	max-width: 870px;
	width: 100%;
	margin:0 auto 60px;
	align-items: center;
}
.staff-img{
	width: 30%;
}
.staff-text{
	width: 70%;
}
.staff-box h3{
	font-size: 1.25rem;
	margin:20px 0 10px;
	color: #F8A22D;
}
.staff-box h4{
	font-size: 1.625rem;
}
.staff-box h4 span{
	font-size: .75rem;
	display: block;
	margin-top: 5px;
	font-weight: 400;
}
.staff-box .staff-text p{
	line-height: 1.7em;
	font-size: 1rem;
}
th, td, button, input, select, textarea{
	border: none;
}
th, [type="text"]:focus, select:focus, textarea:focus{
	background-color: transparent;
}
th, td{
	padding: 8px;
	font-size:.9375rem;
}
th{
	width: 100px;
}
.staff-contents-btn{
	    margin-top: -40px;
    margin-bottom: 120px;
}
.flow-contents{
	max-width: 793px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.flow-contents h2{
	margin-bottom: 35px;
}
.flow-contents .flow-box{
	border:1px solid #65A8C2;
	padding: 20px 30px 40px 70px;
	position:relative;
	margin-bottom: 40px;
}
.flow-contents .flow-box .flow-num{
	position:absolute;
	top:0;
	left:0;
	background-color: #65A8C2;
	color: #fff;
	font-size: .75rem;
	padding: 7px;
}
.flow-contents .flow-box .flow-num strong{
	display: block;
	font-size: 1.5rem;
}
.flow-contents .flow-box h3{
	font-size: 1.25rem;
	margin-bottom: 22px;
}
.flow-contents .flow-box p{
	font-size: 1rem;
	line-height:1.8em;
	mar
}
.flow-contents .flow-box p a{
	color: #F8A22D;
	text-decoration: underline;
}
h4, .h4, dl.box>dt{
	min-height: auto;
}
.flow-contents .flow-box h4{
	font-size: 1rem;
	color: #65A8C2;
	margin-bottom: 8px;
	margin-top: 20px;
}
.flow-contents .flow-box .map{
position: relative;	
}
.flow-contents .flow-box .map:after{
	content: url(../images/lp-consultation/icon-map.webp);
	position: absolute;
	transform: scale(.35);
    top: -15px;
    right: -23px;
}
.flow-contents .flow-box .eigyou{
	display: block;
	margin-top: 8px;
	font-size: .875rem;
}
p, article, .article, section, .section, table, dl, ul, ol{
	margin-bottom: 0;
}
.flow-caution{
	text-align: center;
	margin-bottom: 66px;
}
.flow-image{
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 100px;
}
.faq-section{
	max-width: 786px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 15px;
}
.faq-section h2{
	margin-bottom: 45px;
}
/*アコーディオンstart---------------*/
.accordion-004 {
    width:100%;
    margin-bottom: 30px;
    border: 1px solid #65a8c2;

}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 50px 15px 15px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
	background-color: #65a8c2;
	font-size: 1rem;
	line-height: 1.7em;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
	right: 2rem;
    position: absolute;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 16px 20px 30px 20px;
    color: #000;
	line-height: 1.8em;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}
/*アコーディオンend---------------*/
h2+p{
	line-height: 1.5em;
}
.cta-contents {
	margin-bottom: 100px;
}
.cta-contents .cta-box01{
	background-image: url(../images/lp-consultation/cta-bg-01.webp);
	padding: 62px 15px 64px;
	background-size: cover;
}
.cta-contents .cta-box01 .text{
	background-color: rgba(255,255,255,.85);
	max-width: 807px;
	width: 100%;
	margin: 0 auto 60px;
	padding: 38px 0 47px;
}
.cta-contents .cta-box01 .text p{
	margin-top: 38px;
	text-align: center;
	line-height: 1.8em;
}
.cta-contents .cta-box01{
	position: relative;
}
.cta-contents .cta-box01:before{
    content: url(../images/lp-consultation/cta-illust.webp);
    position: absolute;
    bottom: -101px;
    left: -110px;
    right: 0;
    transform: scale(.5);
    z-index: 9;
}
.cta-box01-btn a{
	max-width: 490px;
	width: 100%;
	background-color:#F8A22D;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 1.8125rem;
	position: relative;
	padding: 25px 0;
	margin: 0 auto;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);	
}
.cta-box01-btn a:before{
content: '';
 width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;	
}
.cta-box01-btn a:after{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #F8A22D;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;	
}
.cta-contents-flex{
	margin-top: 56px;
	display: flex;
}
.cta-contents-flex .cta-box02,
.cta-contents-flex .cta-box03{
	width: 50%;
}
.cta-contents-flex .cta-box02{
	background-image: url(../images/lp-consultation/cta-bg-02.webp);
	padding: 40px 15px;
	background-size: cover;
}
.cta-contents-flex .cta-box03{
	background-image: url(../images/lp-consultation/cta-bg-03.webp);
	padding: 40px 15px;
	background-size: cover;
}
.cta-contents-flex .cta-box02 .text,
.cta-contents-flex .cta-box03 .text{
	max-width: 392px;
	margin: 0 auto;
	width: 100%;
	padding: 48px 15px;
	text-align: center;
	background-color: rgba(255,255,255,.75);
}
.cta-contents-flex .cta-box02 .text span{
	margin-bottom: 20px;
	font-size: .9375rem;
	line-height: 1.4em;
	display: block;
}
.cta-contents-flex .cta-box02 .text h3{
	font-size: 1.375rem;
	margin-bottom: 45px;
}
.cta-contents-flex .cta-box03 .text h3{
	font-size: 1.375rem;
	margin-bottom: 45px;
	line-height: 1.5em;
}
.cta-contents-flex .cta-box03 .text span{
	margin-bottom: 8px;
	display: block;
}
.cta-box02-btn a{
max-width: 266px;
	width: 100%;
	background-color:#2C9ECB;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 1.375rem;
	position: relative;
	padding: 20px 0;
	margin: 0 auto;
	color: #fff;
}
.cta-box02 .cta-box02-btn a{
	padding-right: 15px;
}
.cta-box03 .cta-box02-btn a{
	padding-left: 15px;
}
.cta-box03 .cta-box02-btn a:before{
    content: url(../images/lp-consultation/icon-tel.webp);
    position: absolute;
    top: 5px;
    left: 10px;
    bottom: 0;
   transform: scale(.5);
}
.cta-box02 .cta-box02-btn a:before{
    content: '';
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.cta-box02 .cta-box02-btn a:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #2C9ECB;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;	
}
.features-contents h2 span{
	color: #65A8C2;
}
.features-contents h2{
	margin-bottom: 85px;
}
.features-contents-flex01{
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0 15px;
	gap: 30px;
}
.features-box .img{
	position: relative;
}
.features-box .img span{
	position: absolute;
	top: -20px;
    left: 0;
	font-size: 3.75rem;
	font-weight: 600;
	color: rgba(101,168,194,.25);
}
.features-box p{
	font-size:1rem;
	font-weight: 600;
	line-height: 1.8em;
	padding-left: 10px;
}
.features-address{
	display: flex;
	max-width:1000px;
	width: 100%;
	margin: 0 auto 160px;
	align-items: center;
	    gap: 20px;
	padding: 0 15px;
}
.features-address .text{
	width:40%;
}
.features-address .map{
	width: 60%;
}
.features-address h3{
	font-size: 1.5rem;
	color: #65A8C2;
	margin-bottom: 20px;
}
.features-address .features-map{
	font-size: 1.25rem;
	position: relative;
}
.features-address .features-map:after{
	content: url(../images/lp-consultation/icon-map.webp);
	position: absolute;
	transform: scale(.5);
    top: -12px;
    right: -23px;
}
.features-address span{
	display: block;
	font-size: 1.25rem;
	margin-top: 10px;
	margin-bottom: 25px;
}
.features-address .features-phone{
	font-size:1.375rem;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.features-address .features-phone:before{
	  content: url(../images/lp-consultation/icon-tel-black.webp);
       position: absolute;
    top: -6px;
    left: -15px;
    bottom: 0;
    transform: scale(.5);
}
.features-address .features-btn a{
	max-width: 270px;
	width: 100%;
	background-color:#F8A22D;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	position: relative;
	padding: 15px 0;
	margin-top: 25px;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
.features-address .features-btn a:before{
content: '';
 width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;	
}
.features-address .features-btn a:after{
content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #F8A22D;
  position: absolute;
  top: 0;
  right: 29px;
  bottom: 0;
  margin: auto;		
}
.case-study-contents{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.case-study-contents h2{
	margin-bottom: 59px;
}
.case-study-contents h3{
	font-size: 1.25rem;
	color: #65A8C2;
}
.case-study-contents .case-study-box{
	display: flex;
	gap: 39px;
	align-items:center;
	margin-bottom: 100px;
}
.case-study-contents .case-study-box:nth-of-type(2){
	flex-direction: row-reverse;
}
.case-study-contents .case-study-box .img{
	width: 45%;
}
.case-study-contents .case-study-box .text{
	font-size: 1.25rem;
	line-height: 1.7em;
	width: 55%;
}
.case-study-contents .case-study-box .img-flex{
	display: flex;
	gap:5px;
	margin-top: 5px;
}
.case-study-contents .case-study-box .search-icon{
	position: relative;
}
.case-study-contents .case-study-box .search-icon:after{
	position: absolute;
	content: url(../images/lp-consultation/icon-search.webp);
	bottom: 0;
	right: 0;
	transform: scale(.5);
}
.case-study-contents .case-study-box .img-flex img{
	display:block;
	width: 100%;
}
/* ポップアップの背景 */
.popup-overlay {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の黒い背景 */
  justify-content: center; /* 中央揃え */
  align-items: center; /* 中央揃え */
  z-index: 1000; /* 他の要素より手前に表示 */
}

/* ポップアップが開いたとき */
.popup-overlay.active {
  display: flex; /* 表示する */
}

/* ポップアップ内の画像 */
.popup-content {
  max-width: 90%; /* 画面幅の最大90% */
  max-height: 90%; /* 画面高さの最大90% */
  display: block; /* ブロック要素として表示 */
  margin: auto; /* 中央寄せ */
  object-fit: contain; /* 画像がはみ出さないように調整 */
}

/* 閉じるボタン */
.close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001; /* 画像より手前 */
}

/* 小さい画像（クリックできることを示すため） */
.thumbnail {
  cursor: pointer; /* クリックできることを示すカーソル */
  transition: transform 0.2s ease-in-out; /* ホバー時のアニメーション */
}

.thumbnail:hover {
  transform: scale(1.02); /* ホバーで少し拡大 */
}
.catch-copy{
	padding: 15px 0;
	background-color: #65A8C2;
	color: #fff;
	font-size:.625rem;
	text-align: center;
}
.sp-only{
	display: none;
}
	.staff-contents-text{
		    line-height: 1.7em;
	}
.staff-text table td{
		line-height: 1.5em;
	}
@media screen and (max-width: 800px) {
	.header .address{
		display: none;
	}	

}
@media screen and (max-width: 768px) {
	.sp-only{
	display: block;
}
	.pc-only{
		display: none;
	}
	.header-logo{
		width: 150px;
	}
	.header-contact{
		height: 50px;
	}
	.header-contact a:first-child{
		    max-width: 200px;
    width: 55%;
}
	.header-contact a:last-child{
		width: 45%;
    max-width: 132px;
	}
	.header-contact a{
		font-size: 1rem;
		padding-left: 10px;
	}
	.header-contact a:first-child:before{
	    transform: scale(.35);
    top: 2px;
    left: -65px;
    right: 0;	
	}
	.header-contact a:last-child:before{
		    transform: scale(.35);
    top: 7px;
    left: 2px;
	}
	.lp-main .fv img{
		    height: 595px;
    object-fit: cover;
	}
	.lp-main .fv .fv-text span{
		font-size: 1.125rem;
		padding: 15px;
	}
	.lp-main .fv .fv-text{
		bottom: 20px;
	}
	.cta-btn a{
		font-size: 1.5rem;
		    padding: 20px 0;
		    max-width: 400px;
	}
	.nayami-bg h2{
		    top: -15px;
    font-size: 1.25rem;
	}
	.nayami-contents ul{
		font-size: 1rem;
    line-height: 2.5em;
    max-width: 350px;
	}
	.nayami-contents ul li:before{
		    top: -9px;
		transform: scale(.35);
	}
	.nayami-contents ul:after{
		    bottom: -145px;	
    transform: scale(.4);
		    right: -120px;
	}
	.nayami-bg{
		    margin-bottom: 90px;
	}
	h2{
		font-size: 1.25rem;
	}
	.solution-contents ul{
		    margin-top: 30px;
		    display: block;
		    padding: 10px 20px 20px 20px;
	}
	.solution-contents{
		    margin: 0 auto 80px;
	}
	.solution-contents ul li{
		    padding: 10px 20px 20px 20px;
		margin-bottom: 25px;
	}
	.reason-text h3 span{
	        font-size: .8125rem;
        width: 70px;
        height: 70px;
        padding: 5px;
        line-height: 2em;
	}
	.reason-text h3 span strong{
		font-size: 2rem;
	}
	.reason-contents h2 {
    margin-bottom: 37px;
}
	.reason-text h3{
		font-size: 1.125rem;
	}
	.reason-contents .reason-img img{
		aspect-ratio: 410/146;
		object-fit: cover;
		width: 100%;
	}
	.reason-contents .reason-box{
		    margin: 0 auto 50px;
	}
	.staff-contents {
    padding: 55px 15px 100px;
}
	.staff-contents h2{
		    margin-bottom: 42px;
	}
	.staff-contents-text{
		text-align: center;
	}
	.staff-box{
		display: block;
		max-width: 450px;
		width: 100%;
		margin: 0 auto 48px;
	}
	.staff-img{
		width: 100%;
	}
	.staff-box h3{
		font-size: 1.25rem;
    margin: 18px 0 10px;
	}
	.staff-text{
		    width: 100%;
	}
	.staff-text table{
		margin-top: 20px;
	}
	.staff-text table th{
		    padding: 8px 8px 8px 0;
	}
	.flow-contents .flow-box .flow-num{
		font-size: .5625rem;
    padding: 2px 5px 5px 5px;
        line-height: 1.7em;
	}
	.flow-contents .flow-box .flow-num strong{
		font-size: 1.1875rem;
	}
	.flow-contents .flow-box{
		    padding: 15px 30px 20px 60px;
		margin-bottom: 28px;
	}
	.flow-contents .flow-box h3{
		    font-size: 1.125rem;
	}
	.flow-caution{
		font-size: .875rem;
		line-height: 1.7em;
	}
	.cta-contents .cta-box01 .text h2{
		line-height: 1.9em;
	}
	.cta-contents .cta-box01 .text p{
		    font-size: .9375em;
	}
	.cta-contents .cta-box01{
		padding: 40px 15px;
	}
	.cta-contents .cta-box01:before{
		    bottom: -141px;
    left: -210px;
    right: 0;
    transform: scale(.3);
    z-index: 9;
	}
	.cta-box01-btn a{
		    max-width: 400px;
		font-size: 1.375rem;
		padding: 20px 0;
	}
	.cta-contents-flex{
		    margin-top: 35px;
    display: block;
	}
	.cta-contents-flex .cta-box02, .cta-contents-flex .cta-box03 {
    width: 100%;
}
	.cta-contents {
    margin-bottom: 50px;
}
	.features-contents-flex01 .features-box{
		width: 46%;
		margin-bottom: 70px;
	}
	.features-contents-flex01{
		    flex-wrap: wrap;
		    margin: 0 auto 50px;
	}
	.features-address{
		    margin: 0 auto 130px;
		display: block;
	}
	.features-address .text {
    width: 100%;
    margin-bottom: 50px;
		text-align: center;
}
	.features-address .map{
		width: 100%;
	}
	.case-study-contents .case-study-box{
		display: block;
	}
	.case-study-contents h3{
		text-align: center;
		margin-bottom: 54px;
	}
	.case-study-contents .case-study-box .img{
		max-width: 700px;
        width: 100%;
        margin: 0 auto;
	}
	.case-study-contents .case-study-box .text{
		    font-size: 1rem;
		    margin-top: 20px;
		width: 100%;
	}
	.features-address .features-btn a{
		    margin: 25px auto 0;
	}
}
@media screen and (max-width: 428px) {
	.header-contact a{
		        font-size: .75rem;
	}
	.header-contact a:first-child:before{
		transform: scale(.3);
		left: -58px;
	}
	.header-contact a:last-child:before{
		transform: scale(.3);
        top: 7px;
        left: -7px;
	}
	.header-contact a:last-child{
		        width: 40%;
	}
	    .lp-main .fv .fv-text span {
        font-size: 1rem;
        padding: 10px 8px;
    }
	    .cta-btn a {
        font-size: 1.125rem;
        padding: 15px 0;
        max-width: 300px;
    }
	.cta-btn a:before{
		    width: 20px;
    height: 20px;
	}
	.cta-btn a:after{
		    border-width: 5px 0 5px 6px;
		right: 31px;
	}
	.nayami-bg{
		margin-top: 80px;
		    padding: 40px 0 40px;
		margin-bottom: 80px;
	}
	.nayami-contents ul{
		font-size: .9rem;
	}
	    .nayami-contents ul:after {
        bottom: -125px;
        transform: scale(.3);
        right: -90px;
    }
	    .solution-contents {
        margin: 0 auto 40px;
    }
	.reason-text h3 span{
		font-size: .75rem;
		text-align: center;
		width: 65px;
        height: 65px;
		margin-right: 15px;
	}
	.reason-text h3 span strong {
        font-size: 1.875rem;
    }
	.reason-text p{
		    margin: 15px 0;
	}
	    .reason-text h3 {
        font-size: 1rem;
    }
	    .staff-contents-text {
        text-align: left;
        margin-bottom: 20px;
    }
	.staff-contents-text:last-of-type {
    margin-bottom: 40px;
}
	.staff-text table th,
	.staff-text table td{
		        display: block;
        width: 100%;
		padding: 3px 0;
	}
	.staff-text table td{
		padding-bottom: 15px;
	}
	.staff-box{
		padding: 20px;
	}
	.cta-contents .cta-box01 .text h2{
		font-size: 1rem;
	}
	.cta-contents .cta-box01 .text p{
		    padding: 15px;
		    margin-top: 10px;
	}
	.cta-contents .cta-box01 .text{
		    margin: 0 auto 30px;
    padding: 38px 0 30px;
	}
	.cta-box01-btn a {
        max-width: 250px;
        font-size: 1rem;
        padding: 15px 0;
    }
	.cta-box01-btn a:before{
		width: 20px;
    height: 20px;
	}
	.cta-box01-btn a:after{
		    border-width: 4px 0 4px 6px;
		right: 31px;
	}
	    .cta-contents .cta-box01:before {
        bottom: -151px;
        left: -180px;
        transform: scale(.25);
    }
	.cta-box02-btn a{
		font-size: 1rem;
	}
	.features-contents-flex01 .features-box{
		        width: 100%;
	}
	.catch-copy{
		    line-height: 1.5em;
		font-size: .5rem;
	}
}
a[href^="tel:"]{
	cursor: pointer;
}