@charset "utf-8";

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


html {

}
body {
    font-family: 'Noto Sans JP', sans-serif;
    caret-color: transparent;
    background: #fff;
    color: #1b1b1b;
    min-width: auto;
    margin: 0 auto;
    font-feature-settings: "palt";
}
.inner {max-width: 1180px;width: 100%;padding:0 2em;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
}
em {
    font-style: normal;
}
a {
    caret-color: #231815;
    transition: .2s;
}
/* **************************************************************** */
/* ヘッダー
*/
header {
    background: #4abedb;
}
header .inner.flex {

}
header .logo {

}
/* **************************************************************** */
/* フッター
*/
footer {
	background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #0f2e40;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}
footer .logo {
    padding:2em 0;
}
.footer_menu {
    background: #4abedb;
    padding: 1em 0;
}
.footer_menu ul {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}
.footer_menu ul li {

}
.footer_menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1em;
}
.footer_menu ul li a:hover {
    text-decoration: underline;
}


/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: #4abedb;
}
.mv .inner {
    align-items: center;
    justify-content: space-between;
}
.mv .inner figure {
    flex: 1 0 0%;
}
.mv_bloc {
    flex: 1 0 0%;
}
.mv_bloc h1 {
    margin-bottom: 1em;
}
.mv_bloc h1 .mv_title_sub {
    display: block;
    margin-bottom: 0.5em;
}
.mv_bloc h1 .mv_title_main {
    display: block;
}
.mv_bottom {

}
.mv_bottom ul {
    margin-bottom: 1em;
}
.mv_bottom ul li {
    width: calc(100% / 3 - 0.5em);
}
.mv_bottom p {
    font-size: 12px;
    line-height: 1em;
    text-align: left;
}

.trouble {
    padding: 2em 0 3em;
}
.trouble_title {
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
    gap: 1em;
}
.trouble_title h2 {
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 900;
}
.trouble_title_01 {

}
.trouble_title_02 {

}

.trouble_list {

}
.trouble_list ul {
    display: inline-block;
}
.trouble_list ul li {
    text-align: left;
}
.trouble_list ul li + li {
    margin-top: 0.5em;
}
.trouble_list ul li span {
    display: inline-block;
    background: #0f2e40;
    color: #fff;
    position: relative;
    font-size: 24px;
    line-height: 1em;
    padding: 0.5em 0.5em 0.5em 2em;
}
.trouble_list ul li span:before {
    content: "";
    width: 31px;
    height: 27px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.4em;
    left: 0.5em;
}

.reason {
    background: #4abedb;
    padding:3em 0;
    position: relative;
}
.reason:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}   

.reason_title {

}
.reason_title h2 {
    margin-bottom:2em;
}
.reason_title h2 .t1 {
    display: block;
    color: #faf104;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.reason_title h2 .t2 {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 1em;
}
.reason_title h2 .t3 {
    display: block;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
}
.reason_title h2 .t3 em {
    display: inline-block;
    color: #faf104;
    font-size: 120px;
    line-height: 50px;
    vertical-align: sub;
}
.reason_title h2 .y {
    display: inline-block;
    color:#faf104;
}

.reason_list {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.reason_item {
    background: #fff;
    width: calc(100% / 3 - 2em);
}
.reason_item figure {
    
}
.reason_box {

}
.reason_box .meta {
    position: relative;
}
.reason_box .meta span {
    color: #faf104;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #0f2e40 50%, #fff 50%, #fff 0%, #fff 0%);
    text-align: left;
    padding-top: 0.1em;
    padding-left: 0.2em;
}
.reason_box .meta h3 {
    padding: 1em;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: 120px;
}
.reason_box .meta h3 strong {
    display: inline-block;
    color: #0f2e40;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}
.reason_box p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    padding: 0 1em 1em;
    min-height: 196px;
}

.cm {
    padding: 2em 0 0;
}
.cm .inner {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    flex-direction: row-reverse;
}
.cm .inner figure {

}
.cm_bloc {
    flex: 1 0 0%;
}
.cm_upper {
    text-align: left;
    margin-bottom: 1em;
}
.cm_upper h2 {
    display: inline-block;
    color: #0f2e40;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    border-top: solid 1px #0f2e40;
    border-bottom: solid 1px #0f2e40;
    padding: 0.3em 0.5em 0.4em;
}
.cm_upper h3 {
    color: #0f2e40;
    font-size: 42px;
    line-height: 1.8em;
    font-weight: 900;
}
.cm_upper h3 em {
    display: inline-block;
    background: #0f2e40;
    color: #faf104;
    font-size: 50px;
    line-height: 1em;
    padding: 0.15em;
    margin-right: 0.1em;
}
.cm_upper h3 em span {
    display: inline-block;
    font-size: 100px;
    line-height: 1em;
    vertical-align: baseline;
}

.cm_bottom {
    background: #f9f8db;
    padding: 1em;
    text-align: left;
}
.cm_bottom h4 {
    color: #fd030f;
    font-size: 40px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.cm_bottom p {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
}
.cm_bottom p em {
    display: inline-block;
    color: #fd030f;
    font-size: 22px;
    padding: 0 0.2em;
    background: linear-gradient(transparent 60%, #faf104 60%);
}

.cv {

}
.cv_band {
    background: #4abedb;
    padding: 1em 0;
}
.cv_band.dark {
    background: #0f2e40;
}
.cv_band p {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1em;
}
.cv_content {
    padding: 2em 0;
}
.cv_bloc {

}
.cv_bloc h2 {
    color: #0f2e40;
    font-size: 48px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.cv_bloc h2 em {
    display: inline-block;
    background: #0f2e40;
    color: #faf104;
    padding: 0.1em 0.25em;
    margin: 0 0.1em;
}
.cv_bloc .btn_bloc {

}
.cv_bloc .btn_bloc a {
    display: inline-block;
}
.cv_bloc .btn_bloc a:hover img {
    opacity:0.8;
}




.title_bloc {
    margin-bottom: 2em;
}
.title_bloc p {
    color: #0f2e40;
    font-size: 32px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.title_bloc h2 {
    display: inline-block;
    color: #0f2e40;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    border-top: solid 1px #0f2e40;
    border-bottom: solid 1px #0f2e40;
    padding: 0.3em 0.5em 0.4em;
}





.price {
    background: #4abedb;
    padding: 3em 0;
    overflow: hidden;
}
.price .title_bloc h2 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.price_bloc {
    max-width: 980px;
    margin: 0 auto;
}
.price_item {
    background: #fff;
    border: solid 3px #0f2d3f;
    padding: 0 2em;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5em;
}
.price_item figure {
    margin-top: -1em;
}

.price_box {
    flex: 1 0 0%;
}
.price_box h3 {
    color: #0f2e40;
    font-size: 32px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.price_box h4 {
    display: inline-block;
    background: #0f2e40;
    color: #faf104;
    font-size: 36px;
    line-height: 1em;
    padding: 0.5em;
}
.price_box .yen {
    color: #fd0315;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.price_box .yen em {
    display: inline-block;
    font-size: 110px;
    line-height: 1em;
}
.price_box .etc {
    color: #fd0315;
    font-size: 18px;
    line-height: 1em;
}

.price_list {
    width: 100%;
}
.price_list ul {
    gap: 0.5em;
}
.price_list ul li {

}


.campaign {
    padding:3em 0;    
}
.campaign_bloc {
    background: #fefcd9;
    padding: 0 2em;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    max-width: 980px;
    margin: 0 auto;
}
.campaign_bloc figure {
    margin-top: -1em;
}

.campaign_box {
    text-align: left;
}
.campaign_box h2 {
    display: inline-block;
    background: #fd0315;
    color: #fff;
    padding: 0.25em 1em;
    margin-left: -2em;
    margin-bottom: 0.5em;
}
.campaign_box h2:before {
    content:"";

}
.campaign_box h2:after {
    content:"";

}

.campaign_box .text {
    color: #0f2e40;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 900;
}
.campaign_box h3 {

}
.campaign_box h3 .t1 {
    display: block;
    color: #0f2e40;
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 900;
}
.campaign_box h3 .t2 {
    display: block;
    color: #fd0315;
    font-size: 42px;
    line-height: 1.4em;
    font-weight: 900;
}
.campaign_box h3 .t2 em {
    display: inline-block;
    font-size: 74px;
    line-height: 1em;
}
.campaign_box .etc {
    color: #0f2e40;
    font-size: 14px;
    font-weight: bold;
}



.merit {
    background: #4abedb;
    padding: 3em 0;
}
.merit .title_bloc p {
    color: #fff;
}
.merit .title_bloc h2 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.merit_bloc {

}
.merit_bloc + .merit_bloc {
    margin-top:2em;
}
.merit_bloc h3 {
    margin-bottom: 1.5em;
}







.merit_list {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.merit_item {
    background: #fff;
    width: calc(100% / 3 - 2em);
}
.merit_item figure {
    
}
.merit_box {

}
.merit_box .meta {
    position: relative;
}
.merit_box .meta span {
    color: #faf104;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #0f2e40 50%, #fff 50%, #fff 0%, #fff 0%);
    text-align: left;
    padding-top: 0.1em;
    padding-left: 0.2em;
}
.merit_box .meta h4 {
    padding: 1em;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: 120px;
}
.merit_box .meta h4 strong {
    display: inline-block;
    color: #0f2e40;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
}
.merit_box p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    padding: 0 1em 1em;
}

.demerit .merit_box .meta span {
    color: #0f2e40;
    background: linear-gradient(135deg, #faf104 50%, #fff 50%, #fff 0%, #fff 0%);
}


.flow {
    padding:3em 0;
}
.flow_bloc {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2em;
}
.flow_item {
    width: 100%;
    max-width: 340px;
    position: relative;
}
.flow_item + .flow_item {

}
.flow_item + .flow_item:before {

}

.flow_item p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 900;
    text-align: left;
    margin-bottom: 1em;
}
.flow_item p em {
    display: inline-block;
    color: #fe0101;
    font-size: 18px;
}

.flow_box {
    border: solid 3px #0f2e40;
    position: relative;
}

.flow_box span {
    color: #faf104;
    font-size: 42px;
    line-height: 1em;
    font-weight: 900;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #0f2e40 50%, #fff 50%, #fff 0%, #fff 0%);
    text-align: left;
    padding-top: 0.1em;
    padding-left: 0.2em;
}
.flow_box h3 {
    padding: 1em;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: 120px;
}
.flow_box h3 strong {
    display: inline-block;
    color: #0f2e40;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center;
}


.flow_bottom {

}
.flow_bottom p {
    color: #fd0107;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
}


.voice {
    background: #4abedb;
    padding: 3em 0;
}
.voice .title_bloc h2 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.voice_bloc {

}
.voice_item {
    background: #fff;
    padding: 1em;
    gap: 1em;
}
.voice_item + .voice_item {
    margin-top: 2em;
}
.voice_item figure {

}
.voice_box {
    flex: 1 0 0%;
    text-align: left;
}
.voice_box h3 {
    color: #0f2e40;
    font-size: 32px;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.voice_box p {
    font-size: 16px;
    line-height: 1.6em;
}



.faq {
    padding:3em 0;
}
.faq_bloc {

}
.faq_bloc dl {
    
}
.faq_bloc dl + dl {
    margin-top: 1em;
}
.faq_bloc dl dt {
    border: solid 1px #0f2e40;
    color: #0f2e40;
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: left;
    padding: 0.8em 3em 0.8em 3.5em;
    cursor: pointer;
    overflow: hidden;
}
.faq_bloc dl dd {
    background: #f5f5f6;
    border: solid 1px #0f2d3f;
    border-top: none;
    position: relative;
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
    padding: 1em 0.8em 1em 5em;
    display: none;
}
.faq_bloc dl dt:before {
    content: "";
    width: 68px;
    height: 68px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.faq_bloc dl dd:before {
    content: "";
    width: 68px;
    height: 68px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.faq_bloc dl dt:after {
    content: "＋";
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    font-weight: bold;
}
.faq_bloc dl dt.active:after {
    content:"－";

}


.comparison {
    background: #4abedb;
    padding: 3em 0;
}
.comparison .title_bloc h2 {
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}


.company {
    background: #f5f5f6;
    padding:3em 0;
}

.company_bloc {

}
.company_data {
    display: inline-block;
}
.company_data dl {
    color: #0f2e40;
    font-size: 18px;
    line-height: 1em;
    font-weight: 900;
    gap: 1em;
}
.company_data dl + dl {
    margin-top:1em
}
.company_data dl dt {
    width: 4em;
    text-align: left;
}
.company_data dl dd {
    flex: 1 0 0%;
    text-align: left;
}


.hitotxt {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
}
.hitotxt .yasumitxt {
	text-align: left;
	display: inline-block;
}


.tokusho {
    padding: 3em 0;
}
.tokusho_bloc {

}
.tokusho_bloc dl {
    font-size: 16px;
    line-height: 1.6em;
    align-items: stretch;
    justify-content: space-between;
}
.tokusho_bloc dl + dl {
    margin-top:0.5em;
}
.tokusho_bloc dl dt {
    background: #DDDDDD;
    min-width: 14em;
    padding: 1em;
    text-align: left;
    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;
}
.tokusho_bloc dl dd {
    flex: 1 0 0%;
    text-align: left;
    padding: 1em;
}


.privacy {
    padding: 3em 0;
}
.privacy_bloc {
    display: inline-block;
    text-align: left;
}
.privacy_bloc p {
    font-size: 16px;
}

.kiyaku {
    padding: 3em 0;
}
.kiyaku_bloc {
    display: inline-block;
    text-align: left;
}
.kiyaku_bloc p {
    font-size: 16px;
}















