@charset "utf-8";

/*
font-family: 'Montserrat', sans-serif;
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: #202533;
    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.2em;
}
a {
    color: #202533;
}

* {box-sizing: border-box;}
/* **************************************************************** */
/* ヘッダー
*/
header.flex {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    padding-left: 0.5em;
}
header .logo {
    width: 200px;
}
header .logo img {
    display:block;
}
header .mark {
    margin-right: auto;
}
header .mark ul {
    gap: 0.5em;
}
header .mark ul li {
    width: 60px;
}

header .tel_bloc {
    
}
header .tel_bloc .tel {
    align-items: center;
    justify-content: space-between;
    gap: 0.2em;
}
header .tel_bloc .tel i {
    display: inline-block;
    width: 32px;
}
header .tel_bloc .tel i img {
    display: block;
}
header .tel_bloc .tel a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
}
header .tel_bloc p {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}

header .btn_bloc {
    
}
header .btn_bloc ul {
    
}
header .btn_bloc ul li {
    
}
header .btn_bloc ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0.5em;
}
header .btn_bloc ul li a i {
    display: inline-block;
    width: 40px;
    margin-bottom: 0.2em;
}
header .btn_bloc ul li a p {
    font-size: 14px;
    line-height: 1em;
}
header .btn_bloc ul li a p em {
    font-weight: 900;
}

header .btn_bloc ul li a.mail {
    background: #c7240f;
}
header .btn_bloc ul li a.line {
    background: #12a73b; 
}

header .btn_bloc ul li a.mail:hover {
    background: rgb(199 36 15 / 80%);
}
header .btn_bloc ul li a.line:hover {
    background: rgb(18 167 59 / 80%);
}

header .util {
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
}

/* **************************************************************** */
/* フッター
*/
footer {
	background: #fff;
    padding: 0;
}
.footer_content {
    background: url(../images/bg.jpg) no-repeat center top;
    padding: 2em 0;
    text-align: left;
}
.address_bloc {
    display: inline-block;
}
.address_bloc .logo {
    margin-bottom: 1em;
}
.address_bloc address {
    font-size: 14px;
    line-height: 1.4em;
    color: #202533;
    font-style: normal;
    font-weight: bold;
}





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


/* **************************************************************** */
/* コンタクト
*/
.contact_bloc {
    max-width: 750px;
    margin: 0 auto;
}
.contact_privacy {
    max-width: 750px;
    margin: 0 auto;
}
.contact .btn_bloc {
    max-width: 750px;
    margin: 2em auto 0;
}
.btn_bloc button {
    background: #c7240f;
    box-shadow: none;
    font-size: 18px;
    line-height: 1em;
    padding: 1.2em 1em 1.4em;
    border-radius: 0.2em;
}
.btn_bloc button:hover {
    background: #ae1401;
}
.contact_bloc dl dt.required:after {
    background: #c7240f;
}
.contact_bloc dl dt:after {
    content: "任意";
    display: inline-block;
    background: #000; 
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    border-radius: 2px;
}

.contact_bloc dl {
    border: none;
}
.contact_bloc dl:last-child {
    border-bottom: none;
}
.contact_bloc dl dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    font-weight: bold;
}
.contact_bloc dl dd {
    padding: 0; 
}
.contact_bloc dl:nth-child(odd) {
    background: none;
}

.file_box {

}
.file_box + .file_box {
    margin-top: 0.5em;
}
.contact_temp {

}

.contact_upper {

}
.contact_upper h2 {
    margin-bottom: 1em;
}
.contact_upper p {
    font-size: 14px;
    font-weight: bold;
}
.contact {
    padding: 3em 0;
}
/* **************************************************************** */
/* 個別CSS
*/

.cap {
    font-size: 16px;
}

.mv {
    overflow: hidden;
}
.mv .inner {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.overray {

}


.mv_content {
    background-color: #e7e7e7;
    background-image: url(../images/bg_mv1.jpg),url(../images/bg_mv2.jpg);
    background-repeat: no-repeat;
    background-position: left top,right bottom;
}

.mv_bloc {
    flex: 1 0 0%;
    padding: 1em 0;
    position: relative;
    z-index: 2;
}
.mv_bloc .catch {
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 1em;
}
.mv_bloc .catch span {
    display: inline-block;
    background: #fff;
    border: solid 3px #b22f23;
    color: #b22f23;
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0.1em 0.1em;
}
.mv_bloc .catch img {
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}

.mv_bloc h1 {
    margin-bottom: 1em;
}
.mv_bloc h1 img {
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
}
.mv_bloc h2 {
    margin-bottom: 1em;
}
.mv_bloc h2 span {
    display: block;
}
.mv_bloc h2 span + span {
    margin-top: 0.5em;
}
.mv_bloc h2 span em {
    display: inline-block;
    background: rgb(0 0 0 / 72%);
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    line-height: 1;
    padding: 0.5em;
}

.mv_bloc ul {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 0.5em;
}
.mv_bloc ul li {
    
}
.mv_bloc ul li + li {
    
}

.btxt {
    text-align: left;
    text-shadow: 
    #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}

.mv_figure {
    margin-right: -4em;
    padding-top: 1em;
    position: relative;
    z-index: 2;
}


.mv_bottom {
    background: url(../images/bg_mv_bottom.png) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding: 1em 0;
}
.mv_bottom p {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    line-height: 1.4em;
}


.wrapper {
    background: url(../images/bg.jpg) no-repeat center top;
    padding: 3em 0;
}
.wrapper > .inner > * + * {
    margin-top:3em;
}


.banner {

}
.banner_bloc {

}

.cv {
    background: url(../images/bg_cv.jpg) no-repeat center top;
    background-size: cover;
    border-top: solid 12px #c7240f;
    border-bottom: solid 12px #c7240f;
    padding: 2em;
}
.cv h2 {
    margin-bottom: 2em;
}
.cv_bloc {
    display: inline-block;
    background: #fff;
    border: solid 3px #e12b19;
    border-radius: 1em;
    padding: 2em;
}
.cv_bloc h3 {
    margin-top: -3.2em;
    margin-bottom: 1em;
}

.cv_tel_bloc {
    align-items: center;
    justify-content: center;
    gap: 2em;
    margin-bottom: 1em;
}
.cv_tel_txt {

}
.cv_tel_txt p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}
.cv_tel_txt span {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.cv_tel_txt span em {
    color: #e22c1a;
}

.cv_tel {

}
.cv_tel .tel {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.cv_tel .tel i {
    
}
.cv_tel .tel a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 3.5em;
    line-height: 1;
}
.cv_tel p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
}

.cv_btn_bloc {

}
.cv_btn_bloc ul {
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.cv_btn_bloc ul li {
    width: 100%;
    max-width: 380px;
}
.cv_btn_bloc ul li + li {
    
}

.cv_btn_bloc ul li a {
    color: #fff;
    padding: 1em 1em 1.2em;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.2em;
}

.cv_btn_bloc ul li a i {
    
}
.cv_btn_bloc ul li a span {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.cv_btn_bloc ul li a span em {
    font-weight: 900;
}

.cv_btn_bloc ul li a.mail {
    background: #c7240f;
}
.cv_btn_bloc ul li a.line {
    background: #12a73b;
}

.cv_btn_bloc ul li a.mail:hover {
    background: rgb(199 36 15 / 80%);
}
.cv_btn_bloc ul li a.line:hover {
    background: rgb(18 167 59 / 80%);
}

.faq {

}
.faq h2 {
    margin-bottom: 2em;
}
.faq_bloc {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}
.faq_bloc dl {
    font-size: 18px;
    line-height: 1.6em;
}
.faq_bloc dl + dl {
    margin-top: 1.5em;
}
.faq_bloc dl dt {
    border: solid 1px #b18d15;
    background: #fff;
    position: relative;
    font-weight: bold;
    text-align: left;
    padding: 0.8em 3em 0.8em 4.5em;
    cursor: pointer;
}
.faq_bloc dl dt span {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 900;
    color:#202533;
}
.faq_bloc dl dd {
    border: solid 1px #b18d15;
    border-top: none;
    background: #f7f6f2;
    color: #202533;
    position: relative;
    font-weight: bold;
    text-align: left;
    padding: 1em 1em 1em 4.5em;
    display: none;
}
.faq_bloc dl dt:before {
    content: "";
    width: 26px;
    height: 33px;
    background: url(../images/icon_q.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0.8em;
    z-index: 2;
}
.faq_bloc dl dt span:after {
    content: "";
    background: #e22c1a;
    width: 2.5em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.faq_bloc dl dd:before {
    content: "";
    width: 24px;
    height: 26px;
    background: url(../images/icon_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1em;
    left: 0.8em;
}

.faq_bloc dl dt:after {
    content: "＋";
    font-size: 1.5em;
    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:"－";

}


.voice {

}
.voice h2 {
    margin-bottom: 2em;
}
.voice_bloc {
    background: #fff url(../images/bg_voice.png) no-repeat center top;
    background-size: cover;
    padding: 2em;
    border-radius: 1em;
}
.voice_item {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.voice_item + .voice_item {
    margin-top: 2em;
}
.voice_item figure {

}

.voice_box {
    flex: 1 0 0%;
    text-align: left;
}
.voice_meta {
    margin-bottom: 1em;
}
.voice_meta p {

    font-size: 21px;
    line-height: 1.4em;
    font-weight: bold;
}
.voice_meta h3 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.voice_txt {

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


.member {

}
.member h2 {
    margin-bottom: 2em;
}
.member_bloc {
    background: #fff url(../images/bg_member.png) no-repeat center top;
    background-size: cover;
    padding: 2em;
    border-radius: 1em;
}
.member_item {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.member_item + .member_item {
    margin-top: 2em;
}

.member_box {
    flex: 1 0 0%;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    text-align: left;
}
.member_box h3 {
    
}
.member_box .cell {
    flex: 1 0 0%;
}
.member_box .cell .en {
    display: inline-block;
    margin-bottom: 1em;
}
.member_box .cell p {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
}

.cm {
    background: #e7e7e7 url(../images/bg_cm.jpg) no-repeat right bottom;
}
.cm .inner {
    align-items: center;
    justify-content: space-between;
    padding-top: 2em;
}
.cm .inner figure {

}
.cm_bloc {

}
.cm_bloc p {
    margin-bottom: 2em;
}
.cm_bloc h2 {
    margin-bottom: 1em;
}
.cm_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.cm_bloc ul li {

}
.cm_bloc ul li + li {

}

.sub_wrapper {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}






.area {

}
.area h2 {
    margin-bottom:2em;
}
.area_img {
    width: 500px;
}
.area_bloc {
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.area_bloc figure {
    
}
.area_box {
    text-align: left;
}
.area_box dl {

}
.area_box dl + dl {
    margin-top: 1em;
}
.area_box dl dt {
    color: #e01f06;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.area_box dl dd {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}


.flow {
    margin-bottom: 2em;
}
.flow h2 {
    margin-bottom:2em;
}

.flow_bloc {
    align-items: flex-start;
    justify-content: center;
    gap: 2em;
}

.flow_item {
    width: 100%;
    max-width: 310px;
}
.flow_item + .flow_item {

}

.flow_item h3 {
    margin-bottom: 1em;
}
.flow_item .cell {

}
.flow_item .cell figure {
    margin-bottom: 1em;
}
.flow_item .cell p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
}


.reason {

}
.reason h2 {
    margin-bottom:2em;
}
.reason_bloc {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
    gap: 2em;
}
.reason_item {
    width: calc(100% / 2 - 1em);
}
.reason_item + .reason_item {

}

.reason_item figure {
    text-align: center;
    margin-bottom: 1em;
}
.reason_item .box {
    text-align: left;
}
.reason_item .box .catch {
    margin-bottom: 1em;
}
.reason_item .box h3 {
    margin-bottom: 1em;
}
.reason_item .box .txt {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}


.safe {

}
.safe h2 {
    background: #e01f06;
    padding: 0.5em 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.safe_content {
    background: #fff;
    padding: 2em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.safe_bloc {
    margin-bottom: 3em;
}
.safe_bloc h3 {
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 1em;
}
.safe_bloc h3 em {
    display: inline-block;
    color: #e01f06;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
    vertical-align: text-top;
    margin: 0 0.2em;
}

.safe_bloc ul {
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
}
.safe_bloc ul:after {
    content:"";
    width: 100%;
    max-width: 449px;
}
.safe_bloc ul li {
    width: 100%;
    max-width: 449px;
    height: 93px;
    background: url(../images/img_safe_bg.png) no-repeat left top;
    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;
    position: relative;
    padding-left: 5em;
    box-sizing: border-box;
}
.safe_bloc ul li + li {
    
}
.safe_bloc ul li span {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 900;
}
.safe_bloc ul li:before {
    content: "";
    width: 67px;
    height: 48px;
    background: url(../images/icon_check.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 1em;
}

.attention_bloc {
    background: #fdebe9;
    border-radius: 1em;
    padding: 2em;
}
.attention_bloc i {
    display: block;
    margin-top: -4em;
    margin-bottom: 1em;
}
.attention_bloc h3 {
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.attention_bloc ul {
    
}
.attention_bloc ul li {
    background: #fff;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    text-align: left;
}
.attention_bloc ul li + li {
    margin-top: 0.5em;
}
.attention_bloc ul li span {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    position: relative;
    padding-left: 1.2em;
}
.attention_bloc ul li span:before {
    content: "×";
    color: #e01f06;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    font-weight: 900;
}


.brand {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}
.brand h2 {
    margin-bottom: 1.5em;
}
.brand_bloc {

}
.brand_bloc ul {
    align-items: stretch;
    justify-content: space-between;
    gap: 1em;
}
.brand_bloc ul li {
    width: calc(100% / 4 - 2em);
    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: center;
}
.brand_bloc ul li + li {
    
}
.brand_bloc ul li span {

}


.forte {

}
.forte h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.5em;
}
.forte h2 em {
    background: linear-gradient(transparent 60%, #f9e7c3 60%);
}
.forte p {
    font-size: 18px;
    line-height: 1.8em;
}


.result {

}
.result h2 {
    margin-bottom: 2em;
}

.result_content {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}

.result_bloc {
    gap: 2em;
    margin-bottom: 2em;
}

.result_item {
    flex: 1 0 0%;
}

.result_item .meta {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 2em;
}
.result_item .meta i {
    
}
.result_item .meta .item_ttl {
    flex: 1 0 0%;
    text-align: left;
}
.result_item .meta .item_ttl h3 {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
}
.result_item .meta .item_ttl p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
}

.result_item figure {
    
}

.result_comparison {
    width: 50%;
}

.comparison_upper {
    margin-bottom: 2em;
}
.comparison_upper .difference {
    background: #e22c1a;
    color: #fff;
    padding: 1em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5em;
    gap: 1em;
}
.comparison_upper .difference .txt {
    
}
.comparison_upper .difference .price {
    font-size: 23px;
    line-height: 1.4em;
    font-weight: bold;
}
.comparison_upper .difference .price em {
    display: inline-block;
    font-size: 47px;
    line-height: 1;
    font-weight: 900;
}

.comparison_upper > p {
    font-size: 16px;
    font-weight: bold;
}

.comparison_bloc {

}
.comparison_bloc h4 {
    margin-bottom: 1em;
}

.comparison_table {
    border: solid 1px #b18d15;
    width: 100%;
}
.comparison_table th {
    background: #f7f1e8;
    border: solid 1px #b18d15;
    padding: 1em;
    width: 30%;
}
.comparison_table th span {
    font-size: 30px;
    line-height: 1;
}
.comparison_table td {
    border: solid 1px #b18d15;
    padding: 1em;
    text-align: right;
    font-weight: bold;
}
.comparison_table td span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}
.comparison_table td span em {
    display: inline-block;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
}

.comparison_table tr:last-child td span {
    display: inline-block;
    font-size: 23px;
    line-height: 1;
}
.comparison_table tr:last-child td span em {
    display: inline-block;
    font-size: 47px;
    line-height: 1;
}


.comparison_table tr:last-child th {
    border-top: solid 10px #e12b19;
    border-bottom: solid 10px #e12b19;
    border-left: solid 10px #e12b19;
}
.comparison_table tr:last-child td {
    border-top: solid 10px #e12b19;
    border-bottom: solid 10px #e12b19;
    border-right: solid 10px #e12b19;
}


.result_data {

}

.price_table {
    width: 100%;
    border: solid 1px #b18d15;
}
.price_table th {
    border: solid 1px #b18d15;
    padding: 1em;
}
.price_table td {
    border: solid 1px #b18d15;
    padding: 1em;
    font-weight: bold;
}

.d1 {
    width: 40%;
}
.d1 em {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
    display: block;
}
.d1 span {
    display: block;
    font-size: 18px;
    line-height: 1.4em;
}

.d2 {
    background:#f7f1e8;
    width: 30%;
}
.d2 dl {
    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;
}
.d2 dl + dl {
    margin-top: 0.5em;
}
.d2 dl dt {
    background: #c7b69b;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 0.5em;
}
.d2 dl dd {
    font-size: 18px;
    line-height: 1em;
    flex: 1 0 0%;
    text-align: right;
}
.d2 dl dd em {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.d3 {
    background: #f9edeb;
    text-align: right;
    width: 30%;
}
.d3 span {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
}
.d3 span em {
    display: inline-block;
    font-size: 44px;
    line-height: 1;
    font-weight: 900;
}

.price_table th:nth-of-type(3) {
    border-left: solid 10px #e12b19;
    border-right: solid 10px #e12b19;
}
.price_table td:nth-of-type(3) {
    border-left: solid 10px #e12b19;
    border-right: solid 10px #e12b19;
}

.price_table tr:first-child th:nth-of-type(3) {
    border-top: solid 10px #e12b19;
}
.price_table tr:last-child td:nth-of-type(3) {
    border-bottom: solid 10px #e12b19;
}


.announce {

}
.announce_01 {
    background:#000000;
    padding: 2em 0;
}
.announce_01 p {
    
}
.announce_02 {
    background:#e01f06;
    padding: 2em 0;
}
.announce_02 h2 {
    
}





.achieve_mv {
    background: #e7e7e7 url(../images/bg_cm.jpg) no-repeat right bottom;
}
.achieve_mv .inner {
    align-items: center;
    justify-content: space-between;
}

.achieve_mv_bloc {

}
.achieve_mv_bloc h2 {

}
.achieve_mv_bloc h2 span {
    display: block;
}
.achieve_mv_bloc h2 span + span {
    margin-top: 1em;
}
.achieve_mv .inner figure {
    margin-top: -4em;
    margin-left: -1em;
}


.achieve_band {
    background: #c7240f;
    color: #fff;
    padding: 1em 0;
    overflow: hidden;
}
.achieve_band p {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 48px;
    line-height: 1.4em;
    position: relative;
}
.achieve_band p:before{
    content: "";
    width: 3em;
    height: 1px;
    border-top: solid 2px #fff;
    position: absolute;
    transform: rotate(60deg);
    top: 1.5em;
    left: -1.5em;
}
.achieve_band p:after {
    content: "";
    width: 3em;
    height: 1px;
    border-top: solid 2px #fff;
    position: absolute;
    transform: rotate(-60deg);
    top: 1.5em;
    right: -1.5em;
}


.achieve {
    
}
.achieve_bloc {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.achieve_item {
    width: calc(100% / 2 - 1em);
}
.achieve_item + .achieve_item {

}

.achieve_item h3 {
    background: #c7240f;
    padding: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.achieve_item .box {
    background: #fff;
    padding: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border: solid 1px #c7240f;
    border-top: none;
}
.achieve_item .box p {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
}
.achieve_item .box .detail {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}
.achieve_item .box .detail figure {

}
.achieve_item .box .detail .cell {
    flex: 1 0 0%;
    text-align: left;
}

.achieve_item .box .detail .cell dl {
    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;
    font-size: 18px;
    line-height: 1.4em;
}
.achieve_item .box .detail .cell dl + dl {
    margin-top: 0.5em;
}
.achieve_item .box .detail .cell dl dt {
    width: 5em;
}
.achieve_item .box .detail .cell dl dt:after {
    content:"：";
}
.achieve_item .box .detail .cell dl dd {
    flex: 1 0 0%;
}
.achieve_item .box .detail .cell dl dd span {
    display: inline-block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
}
.achieve_item .box .detail .cell dl:first-child dd {
    color: #c7240f;
    font-size: 24px;
}
.free {

}
.free h2 {
    margin-bottom:2em;
}
.free_content {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}
.free_bloc {

}
.free_item {
    width: 100%;
    max-width: 310px;
}
.free_item + .free_item {

}

.free_item figure {
    margin-bottom: 1em;
}
.free_item .box {

}
.free_item .box h3 {
    margin-bottom: 1em;
}
.free_item .box p {
    font-size: 18px;
    line-height: 1.4em;
    text-align: left;
}


.resolution {

}

.resolution_title {
    background: #c7240f;
    padding: 2em 0;
}
.resolution_title h2 {
    
}

.resolution_bloc {
    background: #fff;
    padding: 2em;
    border-radius: 1em;
}
.resolution_item {
    flex-direction: row-reverse;
    gap: 2em;
}
.resolution_item + .resolution_item {
    margin-top: 2em;
}

.resolution_item figure {

}
.resolution_item .box {
    flex: 1 0 0%;
    text-align: left;
}

.resolution_item .box .title {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 1em;
}
.resolution_item .box .title i {

}
.resolution_item .box .title h3 {
    flex: 1 0 0%;
    font-size: 32px;
}

.resolution_item .box p {
    font-size: 20px;
}


.issue {

}
.issue_title {
    background: #000000;
    color: #fff;
    padding: 2em;
    position: relative;
}
.issue_title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 35px 0 35px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    bottom: -1em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.issue_title h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    line-height: 1.4em;
}

.issue_content {
    padding: 3em 0;
}

.issue_bloc {
    align-items: stretch;
    justify-content: space-between;
    gap: 2em;
}
.issue_item {
    width: calc(100% / 2 - 1em);
    border: solid 4px #c7230f;
    border-radius: 1em;
    padding: 1em;
}
.issue_item + .issue_item {

}


.issue_item .title {
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin-bottom: 1em;
}
.issue_item .title i {

}
.issue_item .title h3 {
    flex: 1 0 0%;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 900;
    text-align: left;
}

.issue_item .box {
    align-items: flex-start;
    justify-content: space-between;
    gap: 1em;
}
.issue_item .box figure {

}
.issue_item .box p {
    flex: 1 0 0%;
    font-size: 18px;
    text-align: left;
}


.trouble {
    background: url(../images/bg_trouble.png) no-repeat center top;
    background-size: cover;
    padding: 3em 0 0;
}
.trouble h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 48px;
    margin-bottom: 1em;
}
.trouble h2 em {
    color:#c7240f;
}
.trouble_bloc {
    position: relative;
}
.trouble_bloc figure {
    
}
.trouble_bloc ul {
    
}
.trouble_bloc ul li {
    position: absolute;
}
.trouble_bloc ul li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 2em;
}
.trouble_bloc ul li:nth-child(2) {
    position: absolute;
    top: 12em;
    left: 0;
}
.trouble_bloc ul li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
}
.trouble_bloc ul li:nth-child(4) {
    position: absolute;
    top: 12em;
    right: 0;
}

.thanks .detail h1 {
    font-size: 32px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.thanks .detail h1 + p {
    font-size: 18px;
}

.contact_date_box.time .date_title:after {
    content: "";

}
.contact_date_box.time .date_title:after {
    content: "任意";
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px;
    border-radius: 2;
    font-size: 14px;
    border-radius: 0;
    margin-right: 14px;
    font-weight: bold;
}

.contact_date_box.time .date_title.required:after {
    content: "必須";
    display: inline-block;
    background: #e22c1a;
    color: #fff;
    line-height: 1;
    padding: 4px;
    border-radius: 2px;
}

@media screen and (max-width: 768px) {
    .contact_date_box.time .date_title:after {
        font-size: calc(var(--basefontsize) * (20 / 28));
        margin-right: 1em;
    }
}

.contact_date_box.time .date_title {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .contact_date_box.time .date_title {
        width: 33%;
    }
}

.lpbox .time_wrap .selectbox {
    width: 65%;
}

.contact_bloc dl dt.required + dd .time .fmctr {
    flex: none;
    width: 35%;
}

@media screen and (max-width: 768px) {
    .contact_bloc dl dt.required + dd .time .fmctr {
        width: 67%;
    }
}

.lpbox .contact_date_box.time {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
@media screen and (max-width: 768px) {
    .lpbox .contact_date_box.time {
        justify-content: flex-start;
    }
}

.lpbox .contact_date_box.time + .time {
    margin-top: 15px;
}

.lpbox .contact_date_box.time .time_wrap {
    flex: none;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
}

.lpbox .contact_date_box.time .time_wrap .date_title {
    width: 20%;
}
@media screen and (max-width: 768px) {
    .lpbox .contact_date_box.time .time_wrap .date_title {
        width: 33%;
    }
}


.lpbox .contact_date_box.time .time_wrap .selectbox {
    width: 35%;
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .lpbox .contact_date_box.time .time_wrap .selectbox {
        width: 67%;
        margin-left: 0;
    }
}

.lpbox .contact_date_box.time .time_wrap .selectbox select {
    width: 100%;
}

.contact_bloc dl dd .radio_list .radio_item input:checked + span::after {

}

@media screen and (max-width: 768px) {
    .contact_bloc dl dd .radio_list .radio_item input:checked + span::after {
        width: 2vw;
        height: 2vw;
        transform: translateY(-50%);
        border-radius: 2vw;
        left: 5.5vw;
        top: 50%;
        background-color: #000000;
    }
}


.contact_bloc dl dd .radio_list .radio_item input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    appearance: none;
    cursor: pointer;
}

.contact_bloc dl dd .radio_list { 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact_bloc dl dd .radio_list .radio_item { 
    position: relative;
    width: 49%;
}

.contact_bloc dl dd .radio_list .radio_item + .radio_item {
    margin-left: 2%;
}

.contact_bloc dl dd .radio_list .radio_item input + span {
    background-color: #f5f5f5;
    position: relative;
    padding: 0 0 0 3rem;
    align-items: center;
    display: flex;
    width: 100%;
    height: 3.375rem;
    margin: 0;
}

.contact_bloc dl dd .radio_list .radio_item input:checked + span {
    background-color: #999999;
    color: #FFFFFF;
}

.contact_bloc dl dd .radio_list .radio_item input + span::before,
.contact_bloc dl dd .radio_list .radio_item input:checked + span::after {
  content: "";
  position: absolute;
}
.contact_bloc dl dd .radio_list .radio_item input + span::before {
    width: 1.0625rem;
    height: 1.0625rem;
    transform: translateY(-50%);
    border-radius: 1.0625rem;
    left: 0.9375rem;
    top: 50%;
    border: 1px solid #707070;
    box-shadow: inset 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.contact_bloc dl dd .radio_list .radio_item input:checked + span::after {
  width: .5rem;
  height: .5rem;
  transform: translateY(-50%);
  border-radius: .5rem;
  left: 1.25rem;
  top: 50%;
  background-color: #000000;
}

/* フォーム用 モーダル */
.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(60, 60, 60, 0.9);
  z-index: 99;
  width: 33.75rem;
  height: 18.75rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .modal-box {
    width: calc(100% - 10.94vw);
    height: 50vw;
  }
}
.modal-box__title, .modal-box__text {
  color: #FFFFFF;
  text-align: center;
}
.modal-box__title {
  font-weight: 700;
  font-size: 1.5625rem;
  margin-bottom: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modal-box__title {
    font-size: 4.38vw;
  }
}
.modal-box__text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .modal-box__text {
    font-size: 3vw;
  }
}
.modal-box__close {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  background-color: rgba(60, 60, 60, 0.9);
  position: absolute;
  top: -4.0625rem;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-box__close {
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
    top: -12vw;
  }
}
.modal-box__close::before, .modal-box__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.125rem;
  /* 棒の幅（太さ） */
  height: 1.875rem;
  /* 棒の高さ */
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .modal-box__close::before, .modal-box__close::after {
    width: 0.5vw;
    /* 棒の幅（太さ） */
    height: 5vw;
    /* 棒の高さ */
  }
}
.modal-box__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-box__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


.lpbox .btn_bloc button.no_action {
    background-color: #f5f5f5;
    color: #202533;
    cursor: not-allowed;
}

.lpbox .contact.piano_form .contact_privacy {
    height: 180px;
}
@media screen and (max-width: 768px) {
.lpbox .contact.piano_form .contact_privacy {
            height: 15em;
}
}