@charset "utf-8";

/* 共通部分///
---------------------------------------------- */
.kaitori{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	box-sizing: border-box;
}
.cont-kaitori{
	width: 1180px;
	margin: 0 auto;
}	
.kaitori-wrapper #body_header {
    position: relative;
    z-index: 3;
}
.kaitori-wrapper {
    overflow: hidden;
}
.kaitori .btn  a:hover {
    background-color: #0b743e;
}

/*#first-view ///
---------------------------------------------- */
.kaitori #first-view{
    min-width: 1200px;
}
.kaitori #first-view #mv::after {
    content: "";
    background: url(/images/index/left-rec.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 452px;
    height: 431px;
}
.kaitori #first-view #mv::before {
    content: "";
    background: url(/images/index/right-rec.png) no-repeat;
    position: absolute;
    right: 0;
    top: -188px;
    width: 615px;
    height: 581px;
}
.kaitori #mv {
    overflow: hidden;
    margin: auto;
    position: relative;
	background: url(/images/kaitori/mv-bg.webp) center center;
    height: 550px;
}
.kaitori #mv .cont-kaitori {
	position: relative;
	max-height: 550px;
}
.kaitori #first-view .model {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: right;
}
.kaitori #first-view #mv .title{
	padding-top: 69px;
	padding-bottom: 58px;
    display: block;
    width: 800px;
    z-index: 1;
    position: relative;
	font-feature-settings: normal;
}
.kaitori #first-view #mv .title p{
	font-size: 4.2rem;
	font-weight:900 ;
	padding-left: 10px;
}
.kaitori #first-view #mv .title h2{
	color: #333;
	font-size: 48px;
	font-weight:900 ;
	text-align: left;
	line-height: 1.36;
	padding-left: 5px;
    padding-top: 12px;

}
.kaitori #first-view #mv .title h2 .green{
	color: #0ea95a;
}
.kaitori #first-view #mv .title h2 .green-big{
	color: #0ea95a;
	font-size: 7.6rem;
}
.kaitori #first-view #mv .title h2 .black-big{
	font-size: 5.6rem;
	padding-left: 15px;
}
.kaitori #first-view #mv p.title-sub{
	color: #0ea95a;
    border: 5px solid #0ea95a;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    background: #ecedee;
    width: 500px;
    padding: 13px 0;
    text-align: center;
    border-radius: 5px;
    margin: 44px auto 0;
}
.kaitori #mv_btm{	
    background: #fff;
    height: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 55px;
    box-sizing: border-box;
    font-feature-settings: normal;
}
.kaitori #mv_btm .cont-kaitori h4{
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
    margin-bottom: 23px;
}
.kaitori #mv_btm .cont-kaitori btn{
	font-size: 3rem;
	font-weight: 700;
}
.kaitori #mv_btm .cont-kaitori .btn {
    margin: auto;
    width: 510px;
	height: 80px;
    background-color: #0ea95a;
    font-size: 2.8rem;
    border-radius: 5px;
}
.kaitori #mv_btm .cont-kaitori .btn a {
    display: block;
    color: #fff;
    line-height: 80px;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
	border-radius: 5px;
}

/*#strength///
---------------------------------------------- */
.kaitori #strength{
	width: 100%;
	font-feature-settings: normal;
	background: #0ea95a;
}
.kaitori #strength .strength-inner  {
    text-align: center;
    background: #fbf9f3;
	padding-top: 70px;
	padding-bottom: 70px;
}
.kaitori #strength .strength-inner h3{
	font-size: 40px;
	font-weight: 700;
	color: #0ea95a;
	letter-spacing: 1px;
	padding-bottom: 5px;
	line-height: 57px;
}
.kaitori #strength .strength-inner h3 span {
    font-size: 48px;
}
.kaitori #strength .strength-inner h3 span strong{
    font-size: 66px;
	font-weight: 700;
}
.kaitori #strength .strength-inner .strength-list {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kaitori #strength .strength-inner .strength-list li {
    font-size: 36px;
    font-weight: 700;
    color: #fe9b0a;
	text-align: left;
    width: 900px;
    height: 88px;
    margin: auto;
    background: #fff;
    border: 4px solid #cccccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    align-items: center;
	font-style: italic;
}
.kaitori #strength .strength-inner .strength-list li span{
    font-size: 62px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	padding-right: 15px;
}
.kaitori #strength .triangle-wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
}
.kaitori #strength .triangle {
	height: 30px;
	width: 60px;
	background-color: #fbf9f3;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	margin: auto;
}
.kaitori #strength .strength_tx p{
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    margin-top: -30px;
    line-height: 1.666;}
/*#merit///
---------------------------------------------- */
.kaitori #merits{
	position: relative;;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
.kaitori #merits h3{
	font-size: 36px;
	font-weight: 700;
	color: #0ea95a;
    width: 1100px;
    height: 120px;
    box-sizing: border-box;
	border-radius: 60px;
	background: url(/images/kaitori/pattern.png);
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	font-feature-settings: normal;
	position: relative;
    z-index: 2;
}
.kaitori #merits h3 span:nth-child(1){
	font-size: 30px;
	padding: 0 50px 0 0;
    display: inline-block;
}
.kaitori #merits h3 span:nth-child(2){
	font-size: 58px;
    color: #fe9b0a;
	margin-right: -35px;
}

.kaitori #merits .merit-inner {
	background: #fff;
    padding: 65px 0 0;
}
.kaitori #merits .merit-inner ul{
	display: flex;
    justify-content: space-between;
    padding-bottom: 85px;
	flex-wrap: wrap;
    row-gap: 52px;
}
.kaitori #merits .merit-inner p{
	font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 360px;
    height: 56px;
    padding: 10px;
    box-sizing: border-box;
    background: #0ea95a;
    color: #fff;
    border-radius: 28px;
}
.kaitori #merits .merit-inner p span{
	font-size: 1.6rem;
}

/*#reasons///
---------------------------------------------- */
.kaitori #reasons{
	position: relative;;
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;
	height: 910px;
	background: #e5f7ee;
}
#reasons .title {
	flex-direction: column;
}
#reasons .title img {
    height: 46px;
    display: block;
    margin: auto;
}
.kaitori #reasons h3{
	font-size: 50px;
	font-weight: 700;
	color: #333;
	position: relative;
	margin-top: -20px;
	margin-bottom: 67px;
	font-feature-settings: normal;
	width: 100%;
}
.kaitori #reasons h3 span{
	font-size: 80px;
	color: #0ea95a;
}

.kaitori #reasons .reason ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 14px;
	margin-bottom:45px;
}
.kaitori #reasons .reason li{
	width: 384px;
}
.kaitori #reasons .reason li .reason-inner{
	background: #fff;
    border-radius: 5px;
	margin-top: -20px;
	padding: 0 25px;
	height: 425px;
}
.kaitori #reasons .reason .reason-inner p{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 55px 0 45px;
    box-sizing: border-box;
    line-height: 1.2;
}
.kaitori #reasons .reason .reason-inner img {
    margin: auto;
    display: block;
}
.reason-inner span {
    margin-top: 48px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: justify;
    display: inline-block;
    padding: 0 10px;
	margin-bottom: 30px;
}
.kaitori #reasons .reason .reason2 .reason-inner p {
    font-size: 3rem;
    padding-top: 67px;
	padding-bottom: 60px;
}


/*#voice///
---------------------------------------------- */
.kaitori #voice{
	width: 100%;
	font-feature-settings: normal;
}
.kaitori #voice .voice-inner  {
    text-align: center;
	padding-top: 80px;
	padding-bottom: 75px;
}
.kaitori #voice .voice-inner h3{
	font-size: 30px;
	font-weight: 700;
	color: #0ea95a;
	font-feature-settings: normal;
	padding-bottom: 5px;
	line-height: 50px;
}
.kaitori #voice .voice-inner h3 span {
    font-size: 38px;
}
.kaitori #voice .voice-inner .voice-list {
    margin-top:40px;
    display: flex;
	justify-content: space-between;
    gap: 20px;
}
.kaitori #voice .voice-inner .voice-list li {
	width: 350px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	border: 4px solid #0ea95a;
	padding: 38px 25px;
}
.kaitori #voice .voice-inner .voice-list li span{
    font-size: 18px;
	background: #0ea95a;
	color: #fff;
	width: 300px;
	line-height: 46px;
	border-radius: 23px;
	margin: 22px 0 15px;
}

.kaitori #voice .voice-inner .voice-list li p{
	font-size: 16px;
	text-align: justify;
	line-height: 1.6;
    height: 180px;
}

/*/#difference///
---------------------------------------------- */
#difference{
	background: #f5f5f5;
	padding-bottom: 120px;
	letter-spacing: 1px;
}
#difference h3{
    font-size: 48px;
    color: #0ea95a;
    text-align: center;
    position: relative;
    padding: 77px 0 24px 0;
}
#difference .flow_inner{
	display: flex;
	padding-top: 35px;
	justify-content: space-between;
}
#difference div.flow_baikyaku{
    width: 520px;
}
#difference div.flow_baikyaku h4{
	font-size: 26px;
    font-weight: 700;
    background: #d0e0d2;
    width: 520px;
    line-height: 100px;
    text-align: center;
}

#difference div.flow_baikyaku ul li:nth-child(1) div{
	margin-top: 55px;
}
#difference div.flow_baikyaku ul li:nth-child(2) div{
	margin-top: 75px;
}
#difference div.flow_baikyaku ul li:nth-child(3) div{
	margin-top: 80px;
}
#difference div.flow_baikyaku ul li div{
	display: flex;
    flex-flow: column;
    justify-content: center;
	gap:15px;
    box-sizing: border-box;
    margin-top: 83px;
    position: relative;
}
#difference div.flow_baikyaku ul li div p:first-child{
	display: flex;
    align-items: center;
    padding-left: 23px;
    box-sizing: border-box;
    gap: 25px;
    color: #333;
    font-size: 26px;
    font-weight: 700;
}

#difference div.flow_baikyaku ul li:not(:last-child) div p:first-child::after{
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
	position: absolute;
	color: #555555;
    font-size: 48px;
    font-weight: 600;
	line-height: 55px;
    bottom: -66px;
    left: 55%;
    transform: translateX(-50%);
}
#difference div.flow_baikyaku ul li:nth-child(1) div p:first-child::after{
	bottom: -61px;
}
#difference div.flow_baikyaku ul li div p:first-child span{
	font-family:'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	position: relative;
    width: 70px;
    height: 70px;
    padding-top: 27px;
    box-sizing: border-box;
    background: #d0e0d2;
    color: #333;
    text-align: center;
}
#difference div.flow_baikyaku ul li div p:first-child span::before {
    content: "STEP";
    font-size: 16px;
    position: absolute;
    top: 14px;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
}
#difference div.flow_baikyaku ul li div p:last-child{
	color: #333;
	font-size: 18px;
	width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
}
#difference div.flow_baikyaku ul li:last-child div {
	display: block;
    font-size: 23px;
    font-weight: 700;
    background: #d0e0d2;
    padding: 40px 35px;
    margin: 85px auto 0;
    width: 500px;
    height: 160px;
    line-height: 1.65;
}
#difference div.flow_baikyaku ul li:last-child div span{
	color:#0ea95a;
	font-size: 30px;
}
#difference div.flow_kaitori{
	border: 5px solid #0ea95a;
    margin-top: 55px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
	width: 50%;
	padding: 0 30px;
}
#difference div.flow_kaitori h4{
	font-size: 26px;
    font-weight: 700;
    background: url(/images/kaitori/flow_kaitori_bg.png);
    width: 590px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -60px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}
#difference div.flow_kaitori ul li:nth-child(1) div{
	margin-top: 95px;
}
#difference div.flow_kaitori ul li:nth-child(2) div{
	margin-top: 80px;
}
#difference div.flow_kaitori ul li:nth-child(3) div{
	margin-top: 138px;
}
#difference div.flow_kaitori ul li div{
	display: flex;
    flex-flow: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
	gap:15px;
	margin-top: 67px;
}
#difference div.flow_kaitori ul li:nth-child(2) .comment{
	margin-top:10px;
	position: relative;
}
#difference div.flow_kaitori ul li:nth-child(2) .comment p{
	font-size: 18px;
    font-weight: 500;
    margin-top: 28px;
    margin-left: 26px;
    line-height: 1.5;
    color: #333;
}
#difference div.flow_kaitori ul li:nth-child(2) .comment img{
	position: absolute;
	right: -7px;
    bottom: -84px;
    width: 225px;
}
#difference div.flow_kaitori ul li div p:first-child{
	display: flex;
    align-items: center;
    box-sizing: border-box;
    gap: 25px;
    color: #0ea95a;
    font-size: 26px;
    font-weight: 700;
	padding-left: 4px;
}
#difference div.flow_kaitori ul li:not(:last-child) div p:first-child::after{
	font-family: "Font Awesome 5 Free";
    content: "\f0d7";
	position: absolute;
	color: #0ea95a;
    font-size: 48px;
    font-weight: 600;
	line-height: 55px;
    bottom: -63px;
    left: 51%;
    transform: translateX(-50%);
}
#difference div.flow_kaitori ul li:nth-child(2) div:first-child p:first-child::after{
	display: none;
}
#difference div.flow_kaitori ul li:nth-child(2) div.comment p::after{
	bottom:-139px;
}
#difference div.flow_kaitori ul li:nth-child(5) div p:first-child::after{
	bottom:-91px;
}
#difference div.flow_kaitori ul li div p:nth-child(1) span{
	font-family:'Futura PT', sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	position: relative;
    width: 70px;
    height: 70px;
    padding-top: 27px;
    box-sizing: border-box;
    background: url("/images/kaitori/flow_kaitori_bg.png");
    color: #fff;
    text-align: center;
}
#difference div.flow_kaitori ul li div p:nth-child(1) span::before {
    content: "STEP";
    font-size: 16px;
    position: absolute;
    top: 14px;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
}
#difference div.flow_kaitori ul li div p:nth-child(2){
	color: #333;
	font-size: 18px;
    box-sizing: border-box;
	padding-left: 25px;
}
#difference div.flow_kaitori ul li:nth-child(2) div p:nth-child(2) span{
	color:#fe9b0a;
	font-weight:700;
}
#difference div.flow_kaitori ul li:nth-child(2) div ul{
	display: flex;
    row-gap: 18px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-left: 20px;
}
#difference div.flow_kaitori ul li:nth-child(2) div ul li {
	display: flex;
	align-items: center;
}
#difference div.flow_kaitori ul li:nth-child(2) div ul li span{
	background: url("/images/kaitori/flow_kaitori_bg.png");
	color: #fff;
	font-size: 16px;
	width: 115px;
	line-height: 43px;
	display: block;
	text-align: center;
	font-weight: 700;
}
#difference div.flow_kaitori ul li:nth-child(2) div ul li p{
	font-size: 22px;
	font-weight: 700;
	color: #0ea95a;
	padding-left: 20px;
}
#difference div.flow_kaitori ul li:last-child div {
	display: block;
    font-size: 23px;
    font-weight: 700;
    background: #fcf5d4;
    margin: 88px auto 46px;
    padding: 40px 35px;
    width: 500px;
    height: 160px;
    line-height: 1.65;
    color: #0ea95a;
}
#difference div.flow_kaitori ul li:last-child div span{
	color:#fe9b0a;
	font-size: 30px;
}
/*お任せください///
---------------------------------------------- */
section#omakase {
    height: 370px;
}
#omakase .cont-kaitori{
	position: relative;

}
#omakase .cont-kaitori .text{
	display: flex;
	flex-direction: column;
	padding-left: 30px;
    padding-top: 45px;
	padding-bottom: 58px;
}
#omakase  .model{
	position: absolute;
	right: 55px;
	bottom: 0;

}
#omakase h3{
	display: flex;
	flex-direction: column;
	font-size: 5rem;
	font-weight: 700;
	gap: 10px;
	font-feature-settings: normal;
}
#omakase h3 img {
    height: 64px;
	    padding-right: 10px;
}
#omakase .cont-kaitori .btn {
    width: 510px;
    height: 80px;
    background-color: #0ea95a;
    font-size: 2.8rem;
    border-radius: 5px;
    margin-top: 37px;
}
#omakase .cont-kaitori .btn a {
    display: block;
    color: #fff;
    line-height: 80px;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}
.kaitori #body_footer {
    margin-top: 0;
}