@charset "utf-8";

/*
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Montserrat', sans-serif;
*/


html {

}
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    caret-color: transparent;
    background: #fff;
    color: #000;
    min-width: auto;
    margin: 0 auto;
    font-feature-settings: "palt";
}
.inner {max-width: 1080px;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
}

a {
    color: #000;  
}
/* **************************************************************** */
/* ヘッダー
*/
.HF {

}
.HF .inner {
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 0;
}
.HF .logo {

}
.HF .logo img {
    
}
.HF .util {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.HF .util .tel_bloc {

}
.HF .util .tel_bloc ul {
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.5em;
}
.HF .util .tel_bloc ul li {
    color: #ff3300;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    border: solid 2px #ff3300;
    padding: 0.2em 0.5em;
    border-radius: 20px;
}
.HF .util .tel_bloc ul li + li {

}

.HF .util .tel_bloc .tel {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.HF .util .tel_bloc .tel i {

}
.HF .util .tel_bloc .tel a {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    line-height: 1;
    display: block;
    text-decoration: none;
}

.HF .util .tel_bloc p {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.HF .util .link_bloc {

}
.HF .util .link_bloc a {
    display: block;
    background: #ff3300;
    color: #fff;
    text-decoration: none;
    padding: 1em 0.5em;
    border-radius: 0.5em;
}
.HF .util .link_bloc a .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 0.5em;
}
.HF .util .link_bloc a i {

}
.HF .util .link_bloc a i img {
    display: block;
}
.HF .util .link_bloc a span {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.HF .util .link_bloc a span em {
    font-size: 21px;
    line-height: 1;
    font-weight: bold;
    margin-right: 0.2em;
}
.HF .util .link_bloc a:hover {
    background: rgb(255 51 0 / 80%);
}
/* **************************************************************** */
/* ナビ
*/
nav {
    background: #ececec;
}
nav ul {

}
nav ul li {
    flex: 1 0 0%;
}
nav ul li + li {

}
nav ul li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    padding: 1em;
}
nav ul li a:hover {

}
/* **************************************************************** */
/* フッター
*/
footer.HF {
	background: #fff;
    padding: 0;
}

footer .copy {
    display: block;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}


/* **************************************************************** */
/* コンタクト
*/
.contact {
    background: #00b050;
    padding: 3em;
}
.btn_bloc button {
    display: inline-block;
    max-width: none;
    width: auto;
    padding: 0;
    box-shadow: none;
    background: #fff;
    border-radius: 1em;
}
.btn_bloc button:hover img {
    opacity:0.8;
}


.contact_upper h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 900;
    text-shadow: 2px 2px 0 #000;
}
.contact_bloc {
    max-width: 680px;
    margin: 0 auto;
}
.contact_bloc dl {
    border-top: none;
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: 16px;
    display: block;
}
.contact_bloc dl:nth-child(odd) {
    background: none;
}
.contact_bloc dl:last-child {
    border-bottom: none;
}

.contact_bloc dl dt {
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.contact_bloc dl dt.required:after {
    background: #fff;
    color: #00b050;
}
.contact_bloc dl + dl {
    margin-top: 1em;
}

.check_dummy {
    background: #fff;
}
.check_label input:checked + .check_dummy {
    background: #fff;
}
.check_label input:checked + .check_dummy::before {
    background: #00b050;
}
.check_label input:checked + .check_dummy::after {
    background: #00b050;
}
.radio_item label span {
    color: #fff;
    font-weight: bold;
}
.contact_bloc dl dd {
    color: #fff;
}
.fmctr {
    color: #1e1e1e;
    font-weight: bold;
}

.contact_bloc dl dt.required {
    align-items: center;
    justify-content: flex-start;
    gap: 0.5em;
}
/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: #00b050;
    color: #fff;
    padding: 2em 0;
}
.mv .inner {
    background: url(../images/bg_mvinner.png) no-repeat center bottom;
}
.mv_upper {
    position: relative;
    background: url(../images/bg_mv_upper.png) no-repeat right 1em bottom;
    padding-bottom: 2em;
}
.mv_bloc {
    text-align: left;
}
.mv_bloc p {
    margin-bottom: 2em;
}
.mv_bloc h1 {
    
}
.mv_upper ul {
    position: absolute;
    top: 0;
    right: 0;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1em;
}
.mv_upper ul li {
    background: #000;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border-radius: 0.2em;
}
.mv_upper ul li + li {

}

.mv_bottom {
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 1em;
}
.mv_bottom .mv_figure_01 {
    margin-right: -1em;
}
.mv_bottom ul {
    
}
.mv_bottom ul li {
    
}
.mv_bottom ul li + li {
    margin-left: -1em;
}
.mv_bottom .mv_figure_02 {
    margin-left: -1em;
}


.cv {
    background:#fef3cc;
    padding:2em 0;
}
.cv_bloc {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5em;
}
.cv_bloc figure {
    flex: 1 0 0%;
}
.cv_bloc .box {
    
}

.cv_txt {
    margin-bottom: 1em;
}
.cv_txt h2 {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}
.cv_txt h2 .txt {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}
.cv_txt h2 .per {
    display: block;
    color: #ff3300;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
}
.cv_txt h2 .per em {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
}

.cv_tel {
    width: 100%;
    max-width: 700px;
}
.cv_tel a {
    display: block;
    background: #ff3300;
    color: #fff;
    box-shadow: 0 7px 0 #b32a08;
    border-radius: 1em;
    padding: 1em;
    text-decoration: none;
}
.cv_tel a:hover {
    background: rgb(255 51 0 / 80%);
}

.cv_tel ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.cv_tel ul li {
    background: #fff;
    color: #ff3300;
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
    border: solid 2px #fff;
    padding: 0.3em 0.5em 0.2em;
    border-radius: 20px;
}

.cv_tel .tel {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

.cv_tel .tel i {
    
}
.cv_tel .tel .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 1;
    display: block;
}
.cv_tel p {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.cv_btn_bloc {

}
.cv_btn_bloc ul {
    
}
.cv_btn_bloc ul li {
    
}
.cv_btn_bloc ul li a {
    
}
.cv_btn_bloc ul li a img {
    background: #fff;
    border-radius: 1em;
}
.cv_btn_bloc ul li a:hover img {
    opacity:0.8;
}



.card {
    padding: 4em 0 3em;
}
.card_payment {
    margin-bottom: 3em;
}
.card_bloc {
    display: inline-block;
    background: #f2f1f4;
    border: solid 6px #000000;
    padding: 2em;
}
.card_bloc h2 {
    margin-top: -2.5em;
    margin-bottom: 1em;
}
.card_bloc h2 span {
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    background: #000;
    color: #fff;
    padding: 0.2em 0.5em;
}
.card_bloc p {

}
.card_bloc p img {
    background: #f2f1f4;
    mix-blend-mode: multiply;
}

.coupon_bloc {

}

.trouble {
    background: #00b050;
    padding: 3em 0;
}
.trouble_bloc {
    margin-bottom: 4em;
}
.trouble_bloc h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 1em;
}
.trouble_bloc h2 em {
    display: inline-block;
    background: #fff;
    color: #00b050;
    font-size: 60px;
    line-height: 1em;
    padding: 0.1em;
    margin: 0 0.2em;
    vertical-align: text-bottom;
}
.trouble_list {

}
.trouble_list h3 {
    background: #fbc600;
    color: #fff;
    font-size: 48px;
    line-height: 1em;
    text-shadow: 0 2px 2px #000;
    padding: 0.5em;
    border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
}
.trouble_list .box {
    background: #fff;
    padding: 2em;
    position: relative;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.trouble_list .box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 150px 0 150px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.trouble_list .box ul {
    
}
.trouble_list .box ul li {
    text-align: left;
    position: relative;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: bold;
    padding-left: 1.5em;
}
.trouble_list .box ul li + li {
    margin-top:0.5em;
}
.trouble_list .box ul li em {
    color: #ff3300;
    text-decoration: underline;
}
.trouble_list .box ul li:before {
    content: "";
    width: 41px;
    height: 41px;
    background: url(../images/icon_check2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}
.trouble_list .box figure {
    position: absolute;
    bottom: 2em;
    right: 2em;
}

.trouble_bottom {

}
.trouble_bottom_bloc {

}
.trouble_bottom_bloc h3 {
    margin-bottom: 2em;
}
.trouble_bottom_bloc h3 .txt {
    display: block;
    color: #f3fb16;
    font-size: 52px;
    line-height: 1em;
}
.trouble_bottom_bloc h3 .img {
    display: block;
    margin: 1em auto;
}

.trouble_bottom_bloc ul {
    gap: 1em;
    margin-bottom: 2em;
}
.trouble_bottom_bloc ul li {
    background: #fff;
    color: #00b050;
    font-weight: bold;
    text-align: center;
    width: calc(100% / 2 - 0.5em);
    padding: 2em 1em;
    box-sizing: border-box;
    border-radius: 1em;
    box-shadow: 0 6px 6px #333;
}
.trouble_bottom_bloc ul li + li {

}
.trouble_bottom_bloc ul li span {
    display: inline-block;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 0.5em;
}
.trouble_bottom_bloc ul li figure {

}


.trouble_bottom_bloc figure {

}

.tokubetsu {
    background: #dbfcea;
    padding: 3em 0;
}
.tokubetsu_bloc {
    align-items: center;
    justify-content: space-between;
}
.tokubetsu_bloc figure {
    
}
.tokubetsu_bloc h2 {
    
}
.tokubetsu_bloc p {
    
}

.pac {
    padding:3em 0;
}

.pac_bloc {
    margin-bottom: 3em;
}
.pac_item {
    border: solid 6px #00af4f;

}
.pac_item + .pac_item {
    margin-top: 2em;
}

.pac_item .ttl {
    background: #fef3cc;
    padding: 1em;
    align-items: center;
    justify-content: space-between;
}
.pac_item .ttl h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 900;
    text-shadow: 2px 2px 0 #fff;
}
.pac_item .ttl p {
    color: #00b050;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    text-shadow: 2px 2px 0 #fff;
}

.pac_item .box {
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
.pac_item .box .cell {
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
}
.pac_item .box .cell i {

}
.pac_item .box .cell figure {

}

.pac_item .box .detail {
    text-align: right;
}
.pac_item .box .detail p {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 900;
}
.pac_item .box .detail span {
    color: #00b050;
    font-size: 68px;
    line-height: 1;
    font-weight: 900;
    display: inline-block;
}
.pac_item .box .detail span em {
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    line-height: 1;
    display: inline-block;
}

.pack_bottom {
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.pack_bottom figure {

}
.pack_bottom h3 {

}

.items {
    background:#dbfcea;
    padding:3em 0;
    position:relative;
}
.items:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.items_bloc {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.items_item {
    border: solid 1px #00af4f;
    background: #fff;
    box-shadow: 0 9px 0 #00af4f;
    border-radius: 1em;
    width: calc(100% / 2 - 1em);
    padding: 1em;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.items_item .box {
    flex: 1 0 0%;
    text-align: left;
}
.items_item .box h2 {
    color: #00b050;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
}
.items_item .box h2 span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2em;
}
.items_item .box p {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 900;
}

.items_item figure {
    
}

.mini_area {
    padding: 3em 0;
}
.mini_area_ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 3em;
}
.mini_area_ttl i {
    display: block;
    position: absolute;
    top: -4em;
    left: -6em;
}
.mini_area_ttl h2 {
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    text-shadow: 2px 2px 0 #fff;
    background: #f7b31c;
    padding: 0.3em 1em 0.4em;
    border-radius: 50px;
}

.mini_area_bloc {

}
.mini_area_bloc ul {
    margin-bottom: 2em;
    align-items: center;
    justify-content: center;
}
.mini_area_bloc ul li {
    
}

.mini_area_bloc p {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
}


.strength {
    background:#00b050;
    padding:3em 0;  
}
.strength h2 {
    margin-bottom:2em;
}

.strength_bloc {
    margin-bottom: 3em;
}

.strength_item {
    border: solid 1px #000;
    background: #fff;
    box-shadow: 0 9px 0 #000;
    border-radius: 1em;
    padding: 2em;
}
.strength_item + .strength_item {
    margin-top: 3em;
}


.strength_item .ttl {
    position: relative;
}
.strength_item .ttl i {
    display: inline-block;
    position: absolute;
    top: -3em;
    left: 0;
}
.strength_item .ttl h3 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 900;
    flex: 1 0 0%;
    text-align: left;
    padding-left: 4em;
}

.strength_item .box {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.strength_item .box p {
    flex: 1 0 0%;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
}

.strength_item .box figure {

}



.strength_bottom {

}
.strength_bottom ul {
    gap: 1em;
}
.strength_bottom ul li {
    background: #fff;
    color: #00b050;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    padding: 1em 1em;
    border-radius: 50px;
    width: calc(100% / 2 - 0.5em);
    text-align: left;
    box-sizing: border-box;
}
.strength_bottom ul li span {
    display: inline-block;
    position: relative;
    padding-left: 1em;
}
.strength_bottom ul li span:before {
    content: "";
    width: 18px;
    height: 19px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}


.cm {
    padding: 3em 0;
}
.cm_bloc {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2em;
}
.cm_item {

}
.cm_item + .cm_item {
    
}
.cm_item figure {
    margin-bottom: 1em;
}
.cm_item p {
    background: #fff;
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
    padding: 1em 1em;
    border-radius: 50px;
    text-align: center;
}
.cm_item:nth-child(1) figure img {
    margin-bottom: 1em;
}
.cm_item:nth-child(1) p {
    background: #00b050;
}
.cm_item:nth-child(2) p {
    background: #ed811b;
}

.cm_arrow {
    margin-bottom: 2em;
}

.cm_bottom {
    border: solid 1px #000;
    background: #fff;
    box-shadow: 0 9px 0 #000;
    border-radius: 1em;
    padding: 2em;
    align-items: center;
    justify-content: space-between;
}
.cm_bottom .box {

}
.cm_bottom .box h2 {
    margin-bottom: 0.5em;
}
.cm_bottom .box p {
    font-size: 26px;
    line-height: 1.6em;
    font-weight: 900;
    text-align: left;
}

.cm_bottom figure {

}


.flow {
    background: #dbfcea;
    padding: 3em 0;
}
.flow .title_bloc {
    margin-bottom: 2em;
}
.flow .title_bloc h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.flow .title_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.flow_bloc {

}
.flow_item {
    border: solid 6px #00af4f;
    border-radius: 1em;
    background: #fff;
    align-items: stretch;
    justify-content: space-between;
}
.flow_item + .flow_item {
    margin-top: 3em;
    position:relative;
}
.flow_item + .flow_item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: -2.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.flow_item .meta {
    background: #00b050;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
.flow_item .meta .cell {

}
.flow_item .meta .num {
    display: block;
    font-size: 32px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.flow_item .meta figure {

}

.flow_item .box {
    flex: 1 0 0%;
    padding: 1em;
    text-align: left;
}
.flow_item .box h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.flow_item .box p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}


.cm2 {
    background: #00b050;
    color: #fff;
    padding: 3em 0;
}
.cm2_bloc {
    align-items: center;
    justify-content: space-between;
}

.cm2_bloc .box {
    
}
.cm2_bloc .box h2 {
    color: #fbc600;
    font-size: 78px;
    text-align: left;
    text-shadow: 3px 3px 0 #000;
    margin-bottom: 0.5em;
}
.cm2_bloc .box p {
    font-size: 20px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: left;
}

.cm2_bloc figure {
    
}

.cm2_bottom {

}
.cm2_bottom figure {
    
}


.voice {
    background: #fef3cc;
    padding: 3em 0;
}
.voice .title_bloc {
    margin-bottom: 2em;
}
.voice .title_bloc h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.voice .title_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.voice_bloc {

}


.voice_item {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.voice_item + .voice_item {
    margin-top: 1em;
}
.voice_item figure {

}
.voice_item .box {
    flex: 1 0 0%;
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    text-align: left;
    position: relative;
}
.voice_item .box h3 {
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.voice_item .box .meta {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.voice_item .box .text {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}

.voice_item:nth-child(even) {
    flex-direction: row-reverse;
}
.voice_item:nth-child(odd) .box:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 20px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -40px;
}

.voice_item:nth-child(even) .box:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 40px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -40px;
}

.voice + .cv {
    padding-top: 0;
}

.attention {
    background: #fef0f0;
    padding: 3em 0;
}
.attention_content {
    align-items: flex-end;
    justify-content: space-between;
    gap: 1em;
}
.attention_content .figure_01 {
    
}
.attention_content .figure_02 {
    
}
.attention_bloc {
    flex: 1 0 0%;
}
.attention_bloc i {
    display: block;
    margin: 0 auto 1em;
}
.attention_bloc h2 {
    color: #fc0101;
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.2em;
}
.attention_bloc h3 {
    display: inline-block;
    background: linear-gradient(transparent 60%, #fcd95c 60%);
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    padding: 0 0.2em;
    text-align: center;
    margin-bottom: 1em;
}
.attention_bloc p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
}


.area {
    padding: 3em 0;
}
.area .title_bloc {
    margin-bottom: 3em;
}
.area .title_bloc h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.area .title_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.area_bloc {

}

.area_ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 3em;
}
.area_ttl i {
    display: block;
    position: absolute;
    top: -4em;
    left: -6em;
}
.area_ttl h3 {
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    text-shadow: 2px 2px 0 #fff;
    background: #f7b31c;
    padding: 0.3em 1em 0.4em;
    border-radius: 50px;
}


.area_list {

}
.area_item {

}
.area_item + .area_item {
    margin-top: 2em;
}
.area_item h4 {
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 1em;
}
.area_item h4 i {
    width: 5em;
}
.area_item h4 span {
    font-size: 24px;
    line-height: 1;
}

.area_item p {
    font-size: 18px;
    line-height: 1.6em;
    text-align: left;
}


.promise {
    background: #00b050;
    padding: 3em 0;
}
.promise h2 {
    margin-bottom: 2em;
}
.promise_bloc {

}
.promise_bloc ol {
    gap: 1em;
}
.promise_bloc ol li {
    border: solid 1px #000;
    background: #fff;
    box-shadow: 0 9px 0 #000;
    border-radius: 1em;
    padding: 1em;
    align-items: center;
    justify-content: space-between;
    width: calc(100% / 2 - 0.5em);
    box-sizing: border-box;
}
.promise_bloc ol li + li {
    
}
.promise_bloc ol li i {
    font-family: 'Montserrat', sans-serif;
    color: #e4e0e0;
    font-style: normal;
    font-size: 42px;
    line-height: 1;
    display: inline-block;
    width: 1.5em;
    text-align: center;
}
.promise_bloc ol li p {
    flex: 1 0 0%;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;  
}



.faq {
    padding: 3em 0;
}
.faq .title_bloc {
    margin-bottom: 3em;
}
.faq .title_bloc h2 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.faq .title_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.faq_bloc {

}
.faq_bloc dl {
    
}
.faq_bloc dl + dl {
    margin-top: 1.5em;
}
.faq_bloc dl dt {
    background: #fff;
    position: relative;
    font-weight: bold;
    text-align: left;
    padding: 1em 3em 1em 4em;
    cursor: pointer;
    border: solid 1px #000;
    background: #fff;
    box-shadow: 0 9px 0 #000;
    border-radius: 1em;
    z-index: 2;
}

.faq_bloc dl dd {
    background: #f1f3f2;
    position: relative;
    position: relative;
    font-weight: bold;
    text-align: left;
    padding: 2em 1em 1.5em 4em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    display: none;
}

.faq_bloc dl dt span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
}
.faq_bloc dl dd span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}

.faq_bloc dl dt:before {
    content: "";
    width: 44px;
    height: 49px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 1em;
}
.faq_bloc dl dd:before {
    content: "";
    width: 43px;
    height: 44px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 1em;
}

.faq_bloc dl dt:after {
    content: "＋";
    font-size: 2em;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0.4em;
    font-weight: bold;
}
.faq_bloc dl dt.active:after {
    content:"－";

}


.thanks_body {
    grid-template-rows: auto 1fr auto;
}
.thanks_body main {
    grid-row: auto;
}
.thanks .detail h1 + p {
    text-align: center;
}








