@charset "UTF-8";
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}
*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	font-family: "noto sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem; 
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #333;
	word-wrap: break-word;/* IE */
	overflow-wrap: break-word;/* CSS3 */
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	text-align: center;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border: none;
}

section {
	padding: 60px 0px 80px 0px;
}

h2 {
	display: inline-block;
    font-size: 3.2rem;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 5px;
    border-bottom: 1px solid #009F99;
    font-weight: 400;
	margin: 0px auto 40px auto;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 0.8;
	transition: 0.3s ;
}

.fb {
	display: flex;
}

.inner {
	max-width: 1000px;
    margin: auto;
}

.font-g {
	font-size: 2rem;
	color: #009F99;
	font-weight: 600;
}

.line-y{
	background-color: #FAFFBC
}

/* ヘッダー */

header {
	z-index: 1;
    position: relative;
}

.wrap-header {
	display: flex;
	margin: 0 20px;
    min-height: 80px;
    align-items: center;
	justify-content: space-between;
	background-color:#fff
}

.wrap-header .wrap-hd-cta {
	display: flex;
	align-items: center;
}

.wrap-header a {
	display: block;
	margin-left: 10px;
}

.wrap-header .btn {
	max-width: 200px;
}

.hd-logo {
	max-width: 230px;
    height: 31px;
}


/* メインビジュアル  */

.mv {
	height: 698px;
	width: 100%;
	background: url(../img/bg-mv-pc-l.jpg) no-repeat center center / cover;
	position: relative;
}

.main-copy {
	font-weight: 400;
    font-size: 3.8rem;
	font-family: "Noto Serif JP", serif;
    background-color: #009F99;
    color: #fff;
    padding: 0px 20px;
    width: 854px;
}

.sub-copy {
	width: 550px;
	font-weight: 600;
    font-size: 2rem;
    background-color: #fff;
    padding: 20px;
	margin: 30px auto 0px auto;
	letter-spacing: 0.06em;
}

.sub-copy span{
    color: #009F99;
}
  
.wrap-text-mv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  .wrap-text-mv02 {
	position: absolute;
	top: 68%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

/* CTA  */
.wrap-cta {
	background-color: #D1F0EE;
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: #FCFFAC 5px solid;
}

.wrap-cta p {
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.wrap-cta span {
	font-size: 3.4rem;
	color: #009F99;
}

.wrap-cta-btn {
	display: flex;
	gap: 35px;
	margin-top: 20px;
	justify-content: center;
}

.wrap-cta-btn .btn{
	max-width: 270px;
}

/* 後継者のバトンについて */
section.wrap-about {
	padding-bottom: 40px;
}

.wrap-baton {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	text-align: left;
}

.wrap-baton img {
	max-width: 500px;
}

.wrap-baton h3{
	color: #009F99;
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.wrap-about .btn{
	max-width: 270px;
    margin-top: 50px;
}	

.wrap-text-baton p {
	padding-bottom: 40px;
}

.wrap-text-baton ul {
	padding-bottom: 40px;
}

.wrap-text-baton li {
	padding-bottom: 20px;
	font-size: 2.2rem;
}

.wrap-text-baton a {
	text-decoration: underline;
	color: #fda41e;
}

.wrap-text-baton a:hover {
	opacity: 0.8;
	transition: 0.3s ;
	color: #fdc26a;
}

/* お悩み */

.wrap-onayami .inner {
	background: url(../img/bg-onayami.jpg) no-repeat center center / cover;
	height: 416px;
}

.wrap-text-onayami {
    max-width: 719px;
    text-align: left;
    padding: 70px 0px 80px 40px;
}

.text-onayami span {
	font-weight: 600;
}

.text-onayami li{
	margin-left: 34px;
    position: relative;
    margin-bottom: 10px;
}

.text-onayami li::before {
	content: "";
    position: absolute;
    background: url(../img/check.svg);
	width: 21px;
	height: 18px;
	left: -31px;
    top: 4px;
}


.wrap-onayami .jitsugen{
	margin-top: 40px;
	font-weight: 600;
	font-size: 2rem;
}

.wrap-onayami .jitsugen span{
	font-size: 2.8rem;
}

/* 選ばれる理由 */
section.wrap-reason {
	padding: 0px 0px 40px 0px;
}

.wrap-reason {
	background: url(../img/bg-reason.jpg) no-repeat center center / cover;
}

.wrap-reason h2 {
	display: block;
	background-color: #009F99;
	color: #fff;
	border-bottom: none;
	padding: 10px;
	margin-bottom: 20px;
}

.wrap-text-reason {
	display: flex;
	flex-wrap: wrap;
	max-width: 880px;
	justify-content: center;
    gap: 20px;
	margin: auto;
}

.wrap-reason .ttl {
	text-align: center;
	font-weight: 600;
	margin: 0px auto 10px;
    color: #009F99;
    font-size: 2rem;
}

.wrap-reason .txt-features {
	max-width: 380px;
	position: relative;
}

.wrap-reason .num {
    position: absolute;
    top: -30px;
    left: -20px;
    width: 60px;
    height: 60px;
}

.wrap-reason .fb {
	gap: 80px;
	align-items: start;
}

.wrap-reason .fb.first {
	margin-top: 60px;
}

.wrap-reason .fb.second {
	margin-top: 60px;
	margin-bottom: 40px;
}

.wrap-reason .txt {
	text-align: left;
}

.wrap-reason .wrap-txt {
	background-color: #fff;
	padding: 20px 20px;
    border-radius: 0 0 5px 5px;
    height: 174px;
}

/* 比較表 */
.wrap-list img {
	max-width: 740px;
}

.wrap-list-text {
	margin-bottom: 20px;
}

/* お客様の声 */
.wrap-voice {
	background-color: #F2FCFB;
}
.wrap-text-voice {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
	text-align: left;
	max-width: 880px;
	margin: auto;
}

.wrap-text-voice h3 {
	background-color: #009F99;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	padding: 3px 20px ;
	margin-bottom: 20px;
}

.wrap-text-voice.first {
	margin-bottom: 40px;
}


/* よくある質問 */

.wrap-faq ul {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
	max-width: 880px;
    margin: auto;
}
  
.wrap-faq-question {
	padding: 20px 40px;
	background-color: #009F99;
	border-radius: 5px 5px 0 0;
	display: flex;
	align-items: center;
	color: #fff;
}
  
.faq-q {
	font-family: "Noto Serif JP", serif; ;
	font-size: 30px;
	font-weight: 600;
	margin-right: 20px;
}
  
.faq-text-q {
	display: flex;
	font-size: 1.8rem;
	font-weight:  500;
	color: #fff;
	text-align: left;
}
  
.wrap-faq-answer {
	display: flex;
	padding: 20px 40px;
	align-items: center;
    border: 1px solid #009F99;
	border-radius: 0 0 5px 5px;
}

.faq-a {
	font-family: "Noto Serif JP", serif; ;
	font-size: 30px;
	font-weight: 500;
	margin-right: 20px;
	color: #009F99;
}
  
.faq-text-a {
	text-align: left;
}


/* ご利用流れ */
.wrap-step h3 {
	font-size: 2.6rem;
	color: #009F99;
	font-weight: 600;
	margin-bottom: 20px;
}

.wrap-content-step.first {
	border-bottom: 1px solid #A9D3D1;
    padding-bottom: 60px;
}

.wrap-content-step.second {
    padding-top: 60px;
}

.wrap-card-step {
	display: flex;
	gap: 34px;
	margin: 40px auto;
}

.wrap-text-step{
	max-width: 220px;
}

.wrap-text-step .ttl{
	margin: 20px auto 10px auto;
	font-size: 1.8rem;
	font-weight: 600;
	height: 56px;
    line-height: 1.5;
}

.wrap-text-step .text{
	text-align: left;
}


.icon-step::after{
	content: "";
    position: absolute;
    background: url(../img/arrow-step.svg);
	width: 14px;
	height: 16px;
    top: 52px;
    right: -26px;
	display: inline-block;
}

.icon-step {
	position: relative;
	margin: auto;
}

.wrap-text-step img{
	max-width: 120px;
}

.wrap-step .btn{
	max-width: 400px;
}

/* 代表プロフィール */
.wrap-profile {
	background-color: #F2FCFB;
}

.wrap-img-profile {
	display: flex;
	align-items: center;
	text-align: left;
	gap: 60px;
}

.wrap-img-profile img{
	max-width: 340px;
}

.wrap-img-profile .img-book{
	max-width: 309px;
}


.wrap-img-profile .copy {
	color: #009F99;
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.wrap-img-profile .ttl {
	font-size: 1.4rem;
} 

.wrap-img-profile .name {
	font-size: 4rem;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
} 

.wrap-name-profile {
	max-width: 600px;
}

.wrap-profile h3 {
	font-size: 2rem;
	color: #009F99;
	border-bottom: 1px solid #A9D3D1;
	margin-bottom: 20px;
}

.wrap-name-profile h3 {
	width: 598px;
}

.wrap-career-licence {
	display: flex;
	gap: 34px;
	margin-top: 30px;
}

.wrap-career {
	background-color: #fff;
	text-align: left;
	padding: 30px;
	border-radius: 5px;
	width: 604px;
}

.wrap-career table {
	font-size: 1.4rem;
	max-width: 540px;
	font-weight: 400;
}

.wrap-career th {
	padding-right: 10px;
}

.wrap-license {
	background-color: #fff;
	text-align: left;
	padding: 30px;
	border-radius: 5px;
	width: 360px;
}

.wrap-license table {
	font-size: 1.4rem;
	width: 300px;
	font-weight: 400;
}

.wrap-license th {
	padding-right: 10px;
}


/* フッター */

.wrap-footer {
	background: url(../img/bg-footer.jpg) no-repeat center center / cover;
	padding: 50px 0px 60px 0px;
}

footer .ft-logo {
    display: block;
	margin: 50px auto 0px auto;
    max-width: 230px;
}

footer .copyright {
	background-color: #009F99;
	color: #fff;
	padding: 5px 0px;
}


.wrap-cta-footer p {
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.04em;
}

.wrap-cta-footer span {
	font-size: 3.4rem;
	color: #009F99;
}

.wrap-cta-btn {
	display: flex;
	gap: 35px;
	margin-top: 20px;
	justify-content: center;
}

.wrap-cta-btn .btn{
	max-width: 270px;
}



