@charset "utf-8";

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/


html {
    font-family: 'Noto Sans JP', sans-serif;
    caret-color: transparent;
}
body {
    background: #fff;
    color: #1e1e1e;
    min-width: auto;
    margin: 0 auto;
}
.inner {max-width: 980px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

.fmctr {
    caret-color: #1e1e1e;
    border-radius: 0.3em
}

/* **************************************************************** */
/* ヘッダー
*/
header {
    background: #1B786E;
}
header .inner {
    align-items: center;
    justify-content: space-between;
}
header .logo {
    margin-bottom: -1.5rem;
}
header .util {
    gap: 1rem
}
header .util .tel_cell {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
header .util .tel_cell .cell_ttl {
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    border: solid 1px #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}
header .util .tel_cell .tel_num {

}
header .util .tel_cell .tel_num a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}
header .util .tel_cell .tel_num a i {

}
header .util .tel_cell .tel_num a span {

}
header .util .tel_cell .tel_num p {
    color: #fff;
    font-size: 15px;
    line-height: 1em;
}


header .util .contact_cell {

}

header .util .tel_cell_sp {
    display: none;
}


/* **************************************************************** */
/* フッター
*/
footer {
		background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #838383;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}


/* **************************************************************** */
/* コンタクト
*/
.contact {
    background: rgb(255 255 255 / 69%);
    background-size: cover;
    position: relative;
}
.contact:after {
    content: "";
    background: #fff url(../images/bg_pack.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.contact_title {
    position: relative;
    padding-bottom: 2rem;
}
.contact_title h2 {

}
.contact_title figure {
    position: absolute;
    top: -2rem;
    right: 0;
}
.contact_bloc dl dt.required:after {
    background: #E90101;
}
.btn_bloc button {
    background: #E90101;
    box-shadow: none;
}

.contact_bloc {
    margin: 0 auto;
    border: solid 3px #000;
    background: #fff;
}
.contact_bloc dl {
    border-top: none;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
}
.contact_bloc dl dt {
    background: #EBEBEB;
    padding: 1rem;
    border-bottom: solid 1px #fff;
}
.contact_bloc dl dd {
    padding: 1rem;
    border-bottom: solid 1px #EBEBEB;
}
.contact_bloc dl:nth-child(odd) {
    background: no-repeat;
}
.contact_bloc dl:last-child {
    border-bottom: none;
}
.contact_bloc dl:last-child dt {
    border-bottom: none;
}
.contact_bloc dl:last-child dd {
    border-bottom: none;
}

/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: #1DB3A5 url(../images/bg_mv.png) no-repeat center;
    background-size: cover;
    padding: 2rem
}
.mv h1 {

}

.coupon {
    padding: 2em 0;
}
.coupon_bloc {

}

.cv {
    background: #1DB3A5 url(../images/bg_cv.png) no-repeat center;
    background-size: cover;
    padding: 2rem
}
.cv h2 {

}
.cv_bloc {

}
.cv_bloc .upper {
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
}
.cv_bloc .upper .left {
    
}
.cv_bloc .upper .left a {
    display: block;
}
.cv_bloc .upper .right {
    
}
.cv_bloc .upper .right a {
    display: block;
}
.cv_bloc .upper .right a + a {
    margin-top: 0.25rem;
}
.cv_bloc .bottom {
    
}

.pack {
    background: rgb(255 255 255 / 69%) ;
    background-size: cover;
    padding: 2rem;
    position: relative;
}
.pack:after {
    content: "";
    background: #fff url(../images/bg_pack.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pack_bloc {
    margin-bottom: 2rem;
}
.pack_bloc h2 {
    margin-bottom: 1rem;
}
.pack_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.pack_bloc ul li {
    width: calc(100% / 3 - 1rem);
}

.single_bloc {
    margin-bottom: 2rem;
}
.single_bloc h2 {
    margin-bottom: 1rem;
}
.single_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.single_bloc ul li {
    width: calc(100% / 4 - 1rem);
}

.purchase_bloc {

}
.purchase_bloc h2 {
    margin-bottom: 1rem;
}
.purchase_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.purchase_bloc ul li {
    width: calc(100% / 2 - 1rem);
}

.result {
    background: #BDEBE3;
    padding: 2rem 0;
    overflow: hidden;
}
.result h2 {
    margin-bottom:2rem;
}

.result_bloc {

}
.result_item {
    position: relative;
}
.result_item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12px;
    left: 12px;
    background: #94D2C7;
    border-radius: 1rem;
}
.result_item + .result_item {
    margin-top:2rem;
}
.result_item .box  {
    border: solid 3px #000;
    border-radius: 1rem;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 1rem;
    gap: 1rem;
}

.result_item .box .voices {
    width: 50%;
}
.result_item .box .voices .upper {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.result_item .box .voices .upper figure {

}
.result_item .box .voices .upper h3 {
    flex: 1 0 0%;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 900;
    margin-left: -1em;
}

.result_item .box .voices .bottom {

}
.result_item .box .voices .bottom p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}

.result_item .box .photo {

    flex: 1 0 0%;
}


.result_item:nth-child(odd) .box {
    flex-direction: row-reverse;
}

.reason {
    background: url(../images/bg_reason.png) no-repeat center;
    background-size: cover;
    padding: 2rem
}
.reason h2 {

}
.reason_bloc {

}
.reason_bloc ul {
    gap: 1rem;
}
.reason_bloc ul li {
    width: calc(100% / 2 - 1rem);
}


.flow {
    background: url(../images/bg_flow.png) no-repeat center;
    background-size: cover;
    padding: 2rem
}
.flow h2 {
    margin-bottom: 2rem;
}
.flow_bloc {

}
.flow_bloc ul {

}
.flow_bloc ul li {

}
.flow_bloc ul li + li {
    margin-top: 1rem;
}


.wrapper {
    background: rgb(255 255 255 / 69%);
    background-size: cover;
    position: relative;
}
.wrapper:after {
    content: "";
    background: #fff url(../images/bg_pack.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.service {
    padding: 2rem 0;
}
.service h2 {
    margin-bottom: 2rem;
}
.service_bloc {

}
.service_bloc ul {
    gap: 1rem;
}
.service_bloc ul li {
    width: calc(100% / 3 - 1rem);
}


.voice {
    padding:2rem 0;
}
.voice h2 {
    margin-bottom: 2rem;
}
.voice_bloc {

}
.voice_bloc ul {
    
}
.voice_bloc ul li {
    width: calc(100% / 2 - 1rem);
}
.voice_bloc ul li:nth-child(1) {

}
.voice_bloc ul li:nth-child(2) {
    margin-top: 14rem;
}
.voice_bloc ul li:nth-child(3) {
    margin-top: -10rem;
}
.voice_bloc ul li:nth-child(4) {
    margin-top: -1rem;
}

.faq {
    background: #BDEBE3;
    padding: 2rem 0;
}
.faq h2 {
    margin-bottom: 2rem;
}
.faq_bloc {

}

.faq_bloc dl + dl {
    margin-top: 1rem;
}

.faq_bloc dl {
    background: #fff;
    border: solid 3px #000;
    border-radius: 0.5rem;
}
.faq_bloc dl dt {

    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
    padding: 1.5rem 3rem 1.5rem 4rem;
    cursor: pointer;

}
.faq_bloc dl dd {
    position: relative;
    /* background: #fff; */
    /* border: solid 2px #fff; */
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
    padding: 0 1rem 1rem 4rem;
    display: none;
}
.faq_bloc dl dt:before {
    content: "";
    width: 32px;
    height: 36px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.faq_bloc dl dd:before {
    content: "";
    width: 25px;
    height: 27px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.6rem;
    left: 1.2rem;
}
.faq_bloc dl dt:after {
    color: #000;
    content: "＋";
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 1.25rem;
    right: 0.75rem;
    font-weight: bold;
}
.faq_bloc dl dt.active:after {
    content:"－";

}


.area {
    background: url(../images/bg_flow.png) no-repeat center;
    background-size: cover;
    padding: 2rem;
}
.area h2 {
    margin-bottom:2rem;
}
.area_upper {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.area_upper_box {
    width: 48%;
    background: #fff;
    border: solid 3px #000;
    border-radius: 0.5rem;
    padding: 1rem;
}
.area_upper_box h3 {
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.area_upper_box h3 i {
    
}
.area_upper_box h3 span {
    font-size: 32px;
    line-height: 1em;
}
.area_upper_box h3 span em {
    color:#FF0000;
    
}
.area_upper_box ul {
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.area_upper_box ul li {
    font-size: 16px;
    line-height: 1em;
    background: #1B786E;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1.5em;
    border-radius: 100px;
}
.area_upper_box p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}


.area_upper figure {
    flex: 1 0 0%;
}

.area_bloc {

}

.area_item {
    background: #fff;
    border: solid 3px #000;
    border-radius: 0.5rem;
    overflow: hidden;
}
.area_item + .area_item {
    margin-top:2rem;
}
.area_item h4 {
    background: #44A292;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    padding: 1rem;
}
.area_item ul {
    padding: 1rem;
    font-size: 16px;
    line-height: 1em;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem 0.5rem;
}
.area_item ul li {

}

.company {
    background: #BDEBE3;
    padding: 2rem 0;
}
.company h2 {
    margin-bottom:2rem;
}
.company_bloc {
    
}
.company_bloc table {
    background: #fff;
    border: solid 3px #000;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 auto;
}
.company_bloc table th {
    background: #EBEBEB;
    font-weight: normal;
    padding: 1rem 2rem;
    border-bottom: solid 1px #fff;
}
.company_bloc table td {
    padding: 1rem 2rem;
    border-bottom: solid 1px #EBEBEB;
    text-align: left;
}







.thanks .detail h1 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.thanks .detail h1 + p {
    font-size: 16px;
    font-weight: bold;
}

.pc_none {
    display: none;
}



.cv_bloc09{
	background: url(../images/img_cv_tel09.png) center 0 no-repeat;
	background-size: 100% auto;
	aspect-ratio:960 / 282;
	width: 100%;
display: flex;
	position: relative;
	
}
.tel_btn{
	width: 50%;
	height: 100%;
	display: block;
}
.contact_btn{
	position: absolute;
	top: 21%;
	right: 2%;
	width: 46.25%;
	max-width: 444px;
}
