@charset "utf-8";
/* common
-----------------------------------------*/
.pcOnly {
    display: block !important;
}
.spOnly {
    display: none !important;
}
@media screen and (max-width: 640px) {
    .pcOnly {
        display: none !important;
    }
    .spOnly {
        display: block !important;
    }
}
/* ex_clearfix
-----------------------------------------*/
.ex_clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/* ex_margin
-----------------------------------------*/
#sections .ex_marginB0 {
    margin-bottom: 0px !important;
}
#sections .ex_marginBS {
    margin-bottom: 10px !important;
}
#sections .ex_marginBM {
    margin-bottom: 20px !important;
}
#sections .ex_marginBL {
    margin-bottom: 30px !important;
}
#sections .ex_marginT0 {
    margin-top: 0px !important;
}
#sections .ex_marginTSS {
    margin-top: 5px !important;
}
#sections .ex_marginTS {
    margin-top: 10px !important;
}
#sections .ex_marginTM {
    margin-top: 20px !important;
}
#sections .ex_marginTL {
    margin-top: 30px !important;
}
#sections .ex_marginTLL {
    margin-top: 50px !important;
}
#sections {
    font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif !important;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
}
.font-sizeup {
    font-size: 1.14em;
}
.font-sizedown {
    font-size: .78em;
}
strong {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-indent-1 {
    text-indent: -1em;
    padding-left: 1em;
}
.note {
    color: #ff0000;
}
/* anchor ----------------------- */
.anchor {
    margin-top: -40px !important;
    padding-top: 40px !important;
}
/* mod_wide_section
-----------------------------------------*/
.mod_wide_section {
    margin: 0 auto;
    width: 1200px;
    line-height: 1.6;
    font-size: 1.13em;
}
.mod_wide_section img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .mod_wide_section {
        width: 1024px;
    }
}
@media screen and (max-width: 640px) {
    .mod_wide_section {
        width: auto;
    }
}
/* mod_section
-----------------------------------------*/
.mod_section {
    margin: 0 auto;
    width: 967px;
    line-height: 1.6;
    font-size: 1.13em;
}
.mod_section img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .mod_section {
        width: auto;
    }
    .section-inner {
        margin: 0 2.60416%;
    }
}
/* width_section
-----------------------------------------*/
.width_section {
    margin: 0 auto;
    width: 660px;
    line-height: 1.6;
    font-size: 1.13em;
}
.width_section img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 640px) {
    .width_section {
        width: auto;
    }
}
/*-------------------------
   billboard_annotation
-------------------------*/
.billboard_annotation {
    font-size: 75%;
    padding: 1em 0;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .billboard_annotation {
        text-align: left;
    }
}
/*-------------------------
   link_wrapper
-------------------------*/
.link_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0 3em;
    width: 100%;
}
.link_wrapper ul li a {
    font-size: 108%;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 1em 0;
    font-weight: bold;
}
.link_wrapper ul li {
    position: relative;
    display: inline-block;
    background: #EBF4E2;
    border-bottom: solid 3px #6EB944;
    text-align: center;
    width: 18%;
    transition: transform .3s;
}
.link_wrapper ul li:hover {
    transform: translateY(10px);
}
.link_wrapper ul li:before,
.link_wrapper ul li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link_wrapper ul li:before {
    border: solid 12px transparent;
    border-top: solid 12px #6EB944;
}
.link_wrapper ul li:after {
    border: solid 14px transparent;
    border-top: solid 14px #EBF4E2;
    margin-top: -5px;
}
@media screen and (max-width: 640px) {
    .link_wrapper ul {
        margin: 1em 0;
    }
    .link_wrapper ul::after {
        content: "";
        display: block;
        width: 31%;
    }
    .link_wrapper ul li {
        width: 31%;
        margin-bottom: 2em;
        font-size: 3vw;
    }
    .link_wrapper ul li:nth-of-type(1) {
        margin-left: 16vw;
    }
    .link_wrapper ul li:nth-of-type(2) {
        margin-right: 16vw;
    }
}
/*-------------------------
   merit_wrapper
-------------------------*/
.merit_wrapper {
    background-color: #EBF4E2;
    padding: 4em 0;
}
.merit_wrapper h2 {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #6EB944;
}
@media screen and (max-width: 640px) {
    .merit_wrapper h2 {
        font-size: 7vw;
    }
}
/*-------------------------
   merit_column
-------------------------*/
.merit_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0 3em;
}
.merit_column::after {
    content: "";
    display: block;
    width: 31%;
}
.merit_column .column {
    width: 31%;
    text-align: center;
}
.merit_column .column p {
    font-size: 88%;
    margin-top: 1em;
}
@media screen and (max-width: 640px) {
    .merit_column::after {
        width: 100%;
    }
    .merit_column .column {
        width: 80%;
        margin: 0 auto;
    }
    .merit_column .column:nth-child(n+2) {
        margin-top: 2em;
    }
}
/*-------------------------
   merit_box
-------------------------*/
.merit_box {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 90px;
    margin: 0 auto;
    text-align: center;
    background: #FFFABC;
    border: 3px solid #6EB944;
}
.merit_box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.merit_box h3 span.merit_number {
    font-size: 100%;
    font-weight: bold;
    color: #6EB944;
    display: block;
    margin-bottom: 0.2em;
    line-height: 1.4;
}
.merit_box h3 span.merit_text {
    font-size: 175%;
    font-weight: bold;
    color: #6EB944;
    white-space: nowrap;
    line-height: 1.4;
}
.merit_box h3 span.merit_text span {
    font-size: 68%;
}
@media screen and (max-width: 640px) {
    .merit_box {
        width: 90%;
        height: 26vw;
    }
    .merit_box h3 span.merit_number {
        margin-bottom: 0;
    }
    .merit_box h3 span.merit_text {
        font-size: 5vw;
    }
}
/*-------------------------
   merit_figure
-------------------------*/
.merit_graf,
.merit_figure {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.merit_graf_left {
    width: 48%;
    padding-right: 2%;
    box-sizing: border-box;
}
.merit_graf_right {
    width: 50%;
}
.merit_figure_left {
    width: 44%;
    padding-right: 2%;
    box-sizing: border-box;
}
.merit_figure_right {
    width: 54%;
}
.merit_graf_left h4,
.merit_figure_left h4 {
    font-size: 125%;
    font-weight: bold;
    color: #6EB944;
    line-height: 1.4;
}
.merit_graf_left h4 span,
.merit_figure_left h4 span {
    font-size: 75%;
    font-weight: bold;
    background: #6EB944;
    color: #FFF;
    padding: 0.2em 1em;
    margin-bottom: 0.8em;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .merit_graf_left h4,
    .merit_figure_left h4 {
        font-size: 4vw;
    }
}
/*-------------------------
   system_wrapper
-------------------------*/
.system_wrapper {
    background-color: #fff;
    padding: 4em 0 0;
}
.system_wrapper h2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    color: #6EB944;
    line-height: 1.4;
    background: url("../img/bg_system.png") no-repeat;
    padding: 1em 0;
    margin-bottom: 1em;
}
.system_wrapper h2::before,
.system_wrapper h2::after {
    width: 2px;
    height: 40px;
    background-color: #6EB944;
    content: '';
}
.system_wrapper h2::before {
    transform: rotate(-25deg);
    margin: 10px 20px 0 0;
}
.system_wrapper h2::after {
    transform: rotate(25deg);
    margin: 10px 0 0 20px;
}
.system_wrapper h2 span.marker {
    background: linear-gradient(transparent 50%, #FFFABC 50%);
}
@media screen and (max-width: 640px) {
    .system_wrapper h2 {
        font-size: 6vw;
        padding: 0 0 36vw;
        background: url("../img/bg_system_sp.png") no-repeat center bottom;
        background-size: contain;
    }
    .system_wrapper h2::before {
        margin: 4px 10px 0 0;
    }
    .system_wrapper h2::after {
        transform: rotate(25deg);
        margin: 4px 0 0 10px;
    }
}
/*-------------------------
   system_box
-------------------------*/
.system_box {
    background-color: #FFFABC;
    padding: 1em;
    border-radius: 20px;
}
.system_wrapper h3 {
    text-align: center;
    font-size: 225%;
    font-weight: bold;
    color: #6EB944;
    margin-bottom: 0.4em;
    line-height: 1.4;
}
@media screen and (max-width: 640px) {
    .system_wrapper h3 {
        font-size: 7vw;
    }
}
/*-------------------------
   system_column
-------------------------*/
.system_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.system_column::after {
    content: "";
    display: block;
    width: 32%;
}
.system_column .column {
    width: 32%;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .system_column::after {
        width: 100%;
    }
    .system_column .column {
        width: 80%;
        text-align: center;
        margin: 0 auto;
    }
    .system_column .column:nth-child(n+2) {
        margin: 1em auto 0;
    }
}
/*-------------------------
   system_btn
-------------------------*/
.system_btn {
    width: 100%;
    box-sizing: border-box;
    margin: 1em auto;
}
.system_btn a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
    vertical-align: middle;
    text-align: center;
    line-height: 1.6;
    padding: 10px 16px 10px 10px;
    text-decoration: none;
    border-radius: 30px;
}
.system_btn:hover a:after {
    transform: translateY(-10px);
}
.system_btn a:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    content: " \f107";
    font-family: FontAwesome;
    font-size: 120%;
    transition: transform .3s;
}
.system_btn.green a {
    background: #6EB944;
}
.system_btn.orange a {
    background: #F08437;
}
.system_btn.blue a {
    background: #54C3F1;
}
/*-------------------------
   products_wrapper
-------------------------*/
.products_wrapper {
    background-color: #fff;
    margin: 6em 0 6em;
}
/*-------------------------
   .link_products
-------------------------*/
.link_products {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.link_products_circle a {
    display: block;
    width: 360px;
    height: 280px;
    background: url("../img/bg_circle.png") no-repeat center center;
    position: relative;
    color: #000;
    text-decoration: none;
    transition-duration: 0.5s;
}
.link_products_circle a:after {
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -6%;
    color: #000;
    content: "";
    background: url("../img/icon_arrow_down.png") no-repeat center center;
    width: 12px;

    height: 66px;
    transition-duration: 0.5s;
}
.link_products_circle a:hover {
    opacity: 0.7;
}
.link_products_circle:hover a:after {
    bottom: -10%;
}
.link_products_circle .link_products_circle_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
}
.link_products_circle .link_products_circle_inner p {
    margin-bottom: 1em;
    font-size: 133%;
    font-weight: bold;
}
.link_products_cross {
    font-size: 400%;
    text-align: center;
    padding: 0 0.2em;
    font-weight: 100;
}
@media screen and (max-width: 640px) {
    .link_products_circle a {
        width: 40vw;
        height: 30vw;
        background-size: contain;
    }
    .link_products_circle a:after {
        bottom: -26%;
        width: 9px;
        height: 44px;
        background-size: contain;
    }
    .link_products_circle:hover a:after {
        bottom: -26%;
    }
    .link_products_circle .link_products_circle_inner {
        width: 40vw;
    }
    .link_products_circle .link_products_circle_inner p {
        font-size: 3vw;
    }
    .link_products_cross {
        font-size: 10vw;
        padding: 0 1vw;
    }
}
/*-------------------------
   bevas_wrapper
-------------------------*/
.bevas_wrapper {
    background-color: #F0EEE7;
    padding: 4em 0;
}
.ecocute_wrapper {
    background-color: #fff;
    padding: 4em 0;
}
.products_title {
    margin-bottom: 2em;
}
.products_title_name {
    float: right;
}
.bevas_wrapper .products_title_name img {
    width: 400px;
    margin-top: 10px;
}
.ecocute_wrapper .products_title_name img {
    width: 312px;
    margin-top: 10px;
}
.products_title_copy {
    float: left;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.4;
}
.products_title_copy span {
    font-size: 75%;
}
.point_ttl {
    margin: 4em auto 2em;
    text-align: center;
}
.point_ttl span {
    font-size: 150%;
    font-weight: bold;
    line-height: 1.4;
    color: #313131;
}
@media screen and (max-width: 640px) {
    .products_title_name {
        float: none;
        text-align: center;
    }
    .bevas_wrapper .products_title_name img {
        width: 70vw;
        margin: 0 auto 20px;
    }
    .ecocute_wrapper .products_title_name img {
        width: 70vw;
        margin: 0 auto 20px;
    }
    .products_title_copy {
        float: none;
        font-size: 6vw;
        text-align: center;
    }
    .products_title_copy span {
        font-size: 4vw;
    }
    .point_ttl span {
        font-size: 5.6vw;
    }
}
/*-------------------------
   products_block
-------------------------*/
.products_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}
.products_block_photo {
    width: 56%;
    box-sizing: border-box;
}
.products_block_text {
    width: 44%;
    box-sizing: border-box;
    padding-left: 4%;
}
.products_block_text h4 {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}
.products_block_text h4 span {
    font-size: 60%;
}
.products_block_text p.price {
    font-size: 118%;
    font-weight: bold;
    line-height: 1.4;
    margin: 0.6em 0 1em;
}
.products_block_text p.price span {
    font-size: 75%;
}
@media screen and (max-width: 640px) {
    .products_block_photo {
        width: 100%;
        margin: 0 0 1em;
    }
    .products_block_text {
        width: 100%;
        padding-left: 0;
    }
}
/*-------------------------
   .plan_btn
-------------------------*/
.plan_btn {
    margin: 40px auto 20px;
    width: 100%;
}
.plan_btn a {
    position: relative;
    display: block;
    padding: 22px 12px;
    text-decoration: none;
    color: #333333;
    border: 1px solid #707070;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    letter-spacing: 1px;
    background-color: #ffffff;
}
.plan_btn a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 22px;
    width: 42px;
    height: 10px;
    margin-top: -3px;
    background: url(../img/icon_arrow_right.png) no-repeat center bottom;
    background-size: 100%;
    transition: all .4s ease;
}
.plan_btn a:hover:after {
    right: 2px;
}
@media screen and (max-width: 640px) {
    .plan_btn {
        width: 100%;
    }
    .plan_btn a:after {
        right: 10px;
        width: 30px;
        height: 12px;
        background: url(../img/icon_arrow_right_sp.png) no-repeat center bottom;
        background-size: contain;
    }
}
/*-------------------------
   .bevas_plan_btn
-------------------------*/
.bevas_plan_btn {
    margin: 40px auto 0;
    width: 100%;
}
.bevas_plan_btn a {
    position: relative;
    display: block;
    padding: 16px 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    letter-spacing: 1px;
    background-color: #6EB944;
}
.bevas_plan_btn a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 22px;
    width: 42px;
    height: 10px;
    margin-top: -3px;
    background: url(../img/icon_arrow_right_white.png) no-repeat center bottom;
    background-size: 100%;
    transition: all .4s ease;
}
.bevas_plan_btn a:hover:after {
    right: 2px;
}
@media screen and (max-width: 640px) {
    .bevas_plan_btn {
        margin: 20px auto 0;
    }
    .bevas_plan_btn a:after {
        right: 10px;
        width: 30px;
        height: 12px;
        background: url(../img/icon_arrow_right_white_sp.png) no-repeat center bottom;
        background-size: contain;
    }
}
/*-------------------------
   .ecocute_plan_btn
-------------------------*/
.ecocute_plan_btn {
    margin: 80px auto 0;
    width: 100%;
}
.ecocute_plan_btn a {
    position: relative;
    display: block;
    padding: 16px 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    letter-spacing: 1px;
    background-color: #F08437;
}
.ecocute_plan_btn a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 22px;
    width: 42px;
    height: 10px;
    margin-top: -3px;
    background: url(../img/icon_arrow_right_white.png) no-repeat center bottom;
    background-size: 100%;
    transition: all .4s ease;
}
.ecocute_plan_btn a:hover:after {
    right: 2px;
}
@media screen and (max-width: 640px) {
    .ecocute_plan_btn {
        margin: 20px auto 0;
    }
    .ecocute_plan_btn a:after {
        right: 10px;
        width: 30px;
        height: 12px;
        background: url(../img/icon_arrow_right_white_sp.png) no-repeat center bottom;
        background-size: contain;
    }
}
/*-------------------------
   .point
-------------------------*/
.point_btn {
    margin: 30px auto 20px;
    width: 500px;
}
.point_btn a {
    position: relative;
    display: block;
    padding: 22px 12px;
    text-decoration: none;
    color: #333333;
    border: 1px solid #707070;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    letter-spacing: 1px;
    background-color: #ffffff;
}
.point_btn a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 22px;
    width: 42px;
    height: 10px;
    margin-top: -3px;
    background: url(../img/icon_arrow_right.png) no-repeat center bottom;
    background-size: 100%;
    transition: all .4s ease;
}
.point_btn a:hover:after {
    right: 2px;
}
@media screen and (max-width: 640px) {
    .point_btn {
        width: 100%;
    }
    .point_btn a:after {
        right: 10px;
        width: 30px;
        height: 12px;
        background: url(../img/icon_arrow_right_sp.png) no-repeat center bottom;
        background-size: contain;
    }
}
/*-------------------------
   .hojokin
-------------------------*/
.hojokin_btn {
    margin: 0 auto 20px;
    width: 80%;
}
.hojokin_btn a {
    position: relative;
    display: block;
    padding: 22px 12px;
    text-decoration: none;
    color: #333333;
    border: 1px solid #707070;
    text-align: center;
    line-height: 1.5;
    transition: all .4s ease;
    letter-spacing: 1px;
    background-color: #ffffff;
}
.hojokin_btn a:after {
    content: "";
    position: absolute;
    top: 44%;
    right: 22px;
    width: 42px;
    height: 10px;
    margin-top: -3px;
    background: url(../img/icon_arrow_right.png) no-repeat center bottom;
    background-size: 100%;
    transition: all .4s ease;
}
.hojokin_btn a:hover:after {
    right: 2px;
}
@media screen and (max-width: 640px) {
    .hojokin_btn {
        width: 100%;
    }
    .hojokin_btn a:after {
        right: 10px;
        width: 30px;
        height: 12px;
        background: url(../img/icon_arrow_right_sp.png) no-repeat center bottom;
        background-size: contain;
    }
}
/*-------------------------
   .breakdown_box
-------------------------*/
.breakdown_box {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0 20px;
    border-radius: 10px;
    display: table;
    font-size: 75%;
}
.breakdown_box_ttl {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #000;
    white-space: nowrap;
    padding: 0 10px;
    vertical-align: middle;
}
.breakdown_box_text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
/*-------------------------
   .g-mark_block
-------------------------*/
.g-mark_block {
    width: 100%;
    margin: 10px 0 0;
    display: table;
}
.g-mark_block_img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.g-mark_block_img img {
    width: 206px;
}
.g-mark_block_text {
    display: table-cell;
    font-size: 75%;
    vertical-align: middle;
}
/*-------------------------
   .app_block
-------------------------*/
.app_block {
    margin: 10px 0 0;
    display: table;
}
.app_block_img {
    display: table-cell;
    vertical-align: middle;
}
.app_block_img img {
    width: 63px;
}
.app_block_text {
    display: table-cell;
    font-size: 75%;
    vertical-align: middle;
    padding: 0 10px 0 15px;
}
.app_block_illust {
    display: table-cell;
    vertical-align: middle;
}
.app_block_illust img {
    width: 50px;
}
@media screen and (max-width: 640px) {
    .app_block {
        margin: 10px auto 0;
    }
}
.readmore {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
}
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 240px;
    transition: max-height 1s;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: linear-gradient(to bottom, rgba(240, 238, 231, 0) 0%, rgba(240, 238, 231, 0.95) 90%);
}
.readmore-content.white::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
/* 続きを読むボタン */
.readmore-label {
    display: table;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 20px auto 0;
    z-index: 1;
    padding: 6px 30px 6px 46px;
    background-color: #B0954B;
    border-radius: 30px;
    color: #FFF;
    cursor: pointer;
	text-align: center;
}
.readmore-label::before {
    content: '続きを読む';
}
.readmore-label::after {
    content: '\f107';
    font-family: FontAwesome;
    padding-left: 10px;
}
.readmore-check {
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-check:checked~.readmore-label::before {
    content: '閉じる';
}
.readmore-check:checked~.readmore-label::after {
    content: '\f106';
    font-family: FontAwesome;
    padding-left: 10px;
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
    display: none;
}

@media screen and (max-width: 640px) {
.readmore-label {
	width: 34vw;
}
}
/*-------------------------
   point_block
-------------------------*/
.point_block {
    width: 100%;
}
.point_block+.point_block {
    margin-top: 2em;
}
.point_btn+.point_block {
    margin-top: 4em;
}
.point_block h4 {
    font-size: 100%;
    font-weight: bold;
    color: #B0954B;
    margin: 0.4em 0 1em;
}
.point_block h4 span {
    border: 2px solid #B0954B;
    border-radius: 30px;
    padding: 4px 30px;
    background: #FFF;
}
.point_block h5 {
    font-size: 138%;
    font-weight: bold;
}
.point_block h6 {
    font-size: 113%;
    font-weight: bold;
    color: #B0954B;
}
.point_block h6.line {
    border-bottom: 1px solid #B0954B;
}
.point_block .taishin {
    font-size: 100%;
    font-weight: bold;
    color: #B0954B;
    text-align: center;
    border: 2px solid #B0954B;
    padding: 4px 30px;
    border-radius: 4px;
    margin-top: 0.4em;
}
@media screen and (max-width: 640px) {
    .point_block h5 {
        font-size: 5vw;
    }
    .point_block h6 {
        font-size: 4.4vw;
    }
    .point_block .taishin {
        width: 60%;
    }
}
/*-------------------------
   bevas_point_block
-------------------------*/
.bevas_point_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.bevas_point_block_text {
    width: 38%;
    box-sizing: border-box;
}
.bevas_point_block_img {
    width: 58%;
    padding-left: 4%;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .bevas_point_block_text {
        width: 100%;
    }
    .bevas_point_block_img {
        width: 100%;
        padding-left: 0;
        margin: 1em auto 0;
    }
}
/*-------------------------
   hojokin_wrapper
-------------------------*/
.hojokin_wrapper {
    background-color: #FFF;
    padding: 4em 0;
}
.hojokin_wrapper h2 {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #6EB944;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hojokin_wrapper h2::before,
.hojokin_wrapper h2::after {
    width: 3px;
    height: 40px;
    background-color: #6EB944;
    content: '';
}
.hojokin_wrapper h2::before {
    transform: rotate(-25deg);
    margin-right: 20px;
}
.hojokin_wrapper h2::after {
    transform: rotate(25deg);
    margin-left: 20px;
}
.hojokin_wrapper p.leadcopy {
    font-size: 108%;
    font-weight: bold;
    text-align: center;
}
.hojokin_wrapper p.confirmation {
    font-size: 108%;
    text-align: center;
    margin: 1em 0
}
@media screen and (max-width: 640px) {
    .hojokin_wrapper h2 {
        font-size: 7vw;
        line-height: 1.4;
    }
    .hojokin_wrapper p.leadcopy {
        text-align: left;
    }
}
/*-------------------------
   .kosodate-green_block
-------------------------*/
.kosodate-green_block {
    background-color: #F5FAF3;
    border: solid 4px #6EB944;
    padding: 2em 4em;
    margin-top: 4em;
    border-radius: 30px;
    position: relative;
}
.kosodate-green_block h3 {
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    color: #6EB944;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #6EB944;
    margin-bottom: 0.4em;
}
.kosodate-green_block .speechbubble_block {
    position: absolute;
    top: -22px;
    left: 50px;
}
.kosodate-green_block .speechbubble_block .speechbubble {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 26px;
    border: 3px solid #6EB944;
    border-radius: 8px;
    background-color: #FFF;
    text-align: left;
    font-size: 118%;
    line-height: 1.5;
    color: #6EB944;
    font-weight: bold;
}
.kosodate-green_block .speechbubble_block .speechbubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #6EB944 transparent transparent;
    translate: -50% 100%;
}
.kosodate-green_block .speechbubble_block .speechbubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10.6px 7.5px 0 7.5px;
    border-color: #FFF transparent transparent;
    translate: -50% 100%;
}
.kosodate-green_block_inner {
    width: 728px;
    margin: 0 auto;
}
.kosodate-green_block_inner .width {
    width: 680px;
    margin: 0 auto;
}
.kosodate-green_block h4 {
    font-size: 108%;
    font-weight: bold;
    margin: 1em 0 0.4em;
    color: #6EB944;
}
.kosodate-green_required {
    text-align: center;
    margin: 3em 0 0.4em;
    border-top: 2px solid #6EB944;
    border-left: 2px solid #6EB944;
    border-right: 2px solid #6EB944;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 20px;
}
.kosodate-green_required h5 {
    font-size: 108%;
    font-weight: bold;
    color: #6EB944;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
}
.kosodate-green_required h5 span {
    background-color: #F5FAF3;
    padding: 0 20px;
}
.kosodate-green_optional {
    text-align: center;
    margin: 3em 0 0.4em;
    border-top: 2px solid #65866D;
    border-left: 2px solid #65866D;
    border-right: 2px solid #65866D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 20px;
}
.kosodate-green_optional h5 {
    font-size: 108%;
    font-weight: bold;
    color: #65866D;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
}
.kosodate-green_optional h5 span {
    background-color: #F5FAF3;
    padding: 0 20px;
}
.kosodate-green_block_inner ul li {
    color: #6EB944;
    font-size: 88%;
    margin-bottom: 0.4em;
    font-weight: bold;
    overflow-wrap: break-word;
}
.kosodate-green_block_inner ul.optional li {
    color: #65866D;
}
.kosodate-green_block_inner ul li span {
    font-size: 88%;
}
.kosodate-green_block_inner p.caption {
    margin-top: 0.4em;
    font-size: 75%;
}
.kosodate-green_block_inner p.caption span {
    color: #6EB944;
}
.kosodate-green_block_inner p.caption span.optional {
    color: #65866D;
}
@media screen and (max-width: 640px) {
    .kosodate-green_block {
        padding: 1em 1em;
    }
    .kosodate-green_block h3 {
        font-size: 6.4vw;
        letter-spacing: 0;
        margin: 0.6em 0 0.4em;
    }
    .kosodate-green_block h4 {
        font-size: 3.8vw;
    }
    .kosodate-green_block .speechbubble_block {
        position: absolute;
        top: -5vw;
        left: 4vw;
    }
    .kosodate-green_block_inner {
        width: auto;
        margin: 0 auto;
    }
    .kosodate-green_block_inner .width {
        width: 80%;
        margin: 0 auto;
    }
}
/*-------------------------
   .kyutou-shoene2025_block
-------------------------*/
.kyutou-shoene2025_block {
    background-color: #FCF6F0;
    border: solid 4px #F08437;
    padding: 2em 4em;
    margin-top: 4em;
    border-radius: 30px;
    position: relative;
}
.kyutou-shoene2025_block h3 {
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    color: #F08437;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #F08437;
    margin-bottom: 0.4em;
}
.kyutou-shoene2025_block .speechbubble_block {
    position: absolute;
    top: -22px;
    left: 50px;
}
.kyutou-shoene2025_block .speechbubble_block .speechbubble {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 26px;
    border: 3px solid #F08437;
    border-radius: 8px;
    background-color: #FFF;
    text-align: left;
    font-size: 118%;
    line-height: 1.5;
    color: #F08437;
    font-weight: bold;
}
.kyutou-shoene2025_block .speechbubble_block .speechbubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #F08437 transparent transparent;
    translate: -50% 100%;
}
.kyutou-shoene2025_block .speechbubble_block .speechbubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10.6px 7.5px 0 7.5px;
    border-color: #FFF transparent transparent;
    translate: -50% 100%;
}
.kyutou-shoene2025_block_inner {
    width: 728px;
    margin: 0 auto;
}
.kyutou-shoene2025_block_inner h4 {
    font-size: 125%;
    font-weight: bold;
    margin: 0.4em 0;
}
.kyutou-shoene2025_block_inner h5 {
    font-size: 113%;
    font-weight: bold;
    margin: 1.4em 0 0.2em;
    color: #F08437;
}
.kyutou-shoene2025_block_inner table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    margin-top: 0.4em;
}
.kyutou-shoene2025_block_inner table th {
    border: solid 2px #FCF6F0;
    background: #F08437;
    color: #FFF;
    vertical-align: middle;
    padding: 10px 0;
}
.kyutou-shoene2025_block_inner table td {
    border: solid 2px #FCF6F0;
    background: #FAE1CB;
    vertical-align: middle;
    font-size: 88%;
    width: 50%;
    padding: 6px 0;
}
.kyutou-shoene2025_block_inner table td.one {
    padding: 17px 0;
}
@media screen and (max-width: 640px) {
    .kyutou-shoene2025_block {
        padding: 1em 1em;
    }
    .kyutou-shoene2025_block h3 {
        font-size: 6.4vw;
        letter-spacing: 0;
        margin: 0.6em 0 0.4em;
    }
    .kyutou-shoene2025_block .speechbubble_block {
        position: absolute;
        top: -5vw;
        left: 4vw;
    }
    .kyutou-shoene2025_block_inner {
        width: auto;
    }
    .kyutou-shoene2025_block_inner h4 {
        font-size: 4.2vw;
    }
    .kyutou-shoene2025_block_inner h5 {
        font-size: 4vw;
    }
}
/*-------------------------
   hojokin_products_block
-------------------------*/
.hojokin_products_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    margin: 4em 0 3em;
}
.hojokin_products_block_photo {
    width: 46%;
    box-sizing: border-box;
}
.hojokin_products_block_text {
    width: 54%;
    box-sizing: border-box;
    padding-left: 4%;
}
.hojokin_products_block .speechbubble_bath {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 2px solid #6EB944;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    color: #6EB944;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.hojokin_products_block .speechbubble_bath::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #6EB944 transparent transparent;
    translate: -50% 100%;
}
.hojokin_products_block .speechbubble_bath::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 7.2px 7.2px 0 7.2px;
    border-color: #FFF transparent transparent;
    translate: -50% 100%;
}
.hojokin_products_block .speechbubble {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 2px solid #F08437;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 1.5;
    color: #F08437;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.hojokin_products_block .speechbubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F08437 transparent transparent;
    translate: -50% 100%;
}
.hojokin_products_block .speechbubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 7.2px 7.2px 0 7.2px;
    border-color: #FFF transparent transparent;
    translate: -50% 100%;
}
@media screen and (max-width: 640px) {
    .hojokin_products_block_photo {
        width: 100%;
        margin: 0 0 1em;
    }
    .hojokin_products_block_text {
        width: 100%;
        padding-left: 0;
    }
}
/*-------------------------
   .window-renovation2025_block
-------------------------*/
.window-renovation2025_block {
    background-color: #F3FBFF;
    border: solid 4px #54C3F1;
    padding: 2em 4em;
    margin-top: 4em;
    border-radius: 30px;
    position: relative;
}
.window-renovation2025_block h3 {
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    color: #54C3F1;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #54C3F1;
    margin-bottom: 0.4em;
}
.window-renovation2025_block .speechbubble_block {
    position: absolute;
    top: -22px;
    left: 50px;
}
.window-renovation2025_block .speechbubble_block .speechbubble {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    padding: 4px 26px;
    border: 3px solid #54C3F1;
    border-radius: 8px;
    background-color: #FFF;
    text-align: left;
    font-size: 118%;
    line-height: 1.5;
    color: #54C3F1;
    font-weight: bold;
}
.window-renovation2025_block .speechbubble_block .speechbubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #54C3F1 transparent transparent;
    translate: -50% 100%;
}
.window-renovation2025_block .speechbubble_block .speechbubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10.6px 7.5px 0 7.5px;
    border-color: #FFF transparent transparent;
    translate: -50% 100%;
}
.img_window-renovation2025_p01 {
    width: 620px;
    margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .window-renovation2025_block {
        padding: 1em 1em;
    }
    .window-renovation2025_block h3 {
        font-size: 6.4vw;
        letter-spacing: 0;
        margin: 0.6em 0 0.4em;
    }
    .window-renovation2025_block .speechbubble_block {
        position: absolute;
        top: -5vw;
        left: 4vw;
    }
    .img_window-renovation2025_p01 {
        width: auto;
    }
}
/*-------------------------
   example_wrapper
-------------------------*/
.example_wrapper {
    background-color: #EBF4E2;
    padding: 3em 0 3em;
    text-align: center;
}
.speechbubble {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 16px;
    border-radius: 4px;
    background-color: #6EB944;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}
.speechbubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #6EB944 transparent transparent;
    translate: -50% 100%;
}
.example_wrapper h3 {
    font-size: 163%;
    font-weight: bold;
    color: #6EB944;
    margin-bottom: 0.4em;
    line-height: 1.4;
}
.example_wrapper h3.example01 {
    background: url("../img/bg_example01.png") no-repeat;
    background-size: contain;
}
.example_wrapper h3.example02 {
    background: url("../img/bg_example02.png") no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .example_wrapper h3 {
        font-size: 5vw;
    }
    .example_wrapper h3.example01 {
        background: url("../img/bg_example01_sp.png") no-repeat center center;
        background-size: contain;
    }
    .example_wrapper h3.example02 {
        background: url("../img/bg_example02_sp.png") no-repeat center center;
        background-size: contain;
    }
}
/*-------------------------
   slide_img 
-------------------------*/
.slide_img {
    text-align: center;
    width: 920px;
    margin: 0 auto;
}
.slide_img li {
    padding: 0 10px;
}
@media screen and (max-width: 640px) {
    .slide_img {
        width: auto;
        margin: 0 auto;
    }
}
.slide_img .slide-arrow {
    position: absolute;
    top: 60%;
    left: -30px;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width: 640px) {
    .slide_img .slide-arrow {
        width: 10vw;
        height: auto;
        top: 63%;
        left: -5px;
    }
}
.slide_img .slide-arrow.next-arrow {
    right: -30px;
    left: auto;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .slide_img .slide-arrow.next-arrow {
        right: -5px;
    }
}
/*-------------------------
   catalog_wrapper
-------------------------*/
.catalog_wrapper {
    background-color: #FFF;
    padding: 4em 0 4em;
}
.catalog_column {
    text-align: center;
}
.catalog_column .column {
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #F1F1F1 40%, #F1F1F1 100%);
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 1em 1em;
    box-sizing: border-box;
}
.catalog_column .column img {
    width: 120px;
}
.catalog_column .column .plan_btn {
    margin: 20px 0 0 0;
}
@media screen and (max-width: 640px) {
    .catalog_column .column img {
        width: 30vw;
        margin-top: 20px;
    }
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_one_column::after {
    content: "";
    display: block;
    width: 48%;
}
.two_one_column .column {
    width: 48%;
}
@media screen and (max-width: 640px) {
    .two_one_column::after {
        width: 100%;
    }
    .two_one_column .column {
        width: 100%;
    }
    .two_one_column .column:nth-child(n+2) {
        margin: 1em auto 0;
    }
    .two_one_column.no .column:nth-child(n+2) {
        margin: 0 auto 0;
    }
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_two_column::after {
    content: "";
    display: block;
    width: 48%;
}
.two_two_column .column {
    width: 48%;
}
.two_two_column .inner_column {
    width: 48%;
}
/*-------------------------
   three_one_column
-------------------------*/
.three_one_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_one_column::after {
    content: "";
    display: block;
    width: 31%;
}
.three_one_column .column {
    width: 31%;
}
@media screen and (max-width: 640px) {
    .three_one_column::after {
        width: 100%;
    }
    .three_one_column .column {
        width: 100%;
    }
    .three_one_column .column:nth-child(n+2) {
        margin: 1em auto 0;
    }
}
/*-------------------------
   four_two_column
-------------------------*/
.four_two_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.four_two_column::after {
    content: "";
    display: block;
    width: 23%;
}
.four_two_column .column {
    width: 23%;
}
@media screen and (max-width: 640px) {
    .four_two_column::after {
        width: 48%;
    }
    .four_two_column .column {
        width: 48%;
    }
    .four_two_column .column:nth-child(n+3) {
        margin: 1em auto 0;
    }
}
/*-------------------------
   js-fadeUp
-------------------------*/
.js-fadeUp {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.js-fadeUp-01 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-01.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.js-fadeUp-02 {
    opacity: 0;

    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-02.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}
.js-fadeUp-03 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-03.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s;
}
.js-fadeUp-04 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-04.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s;
}
@media screen and (max-width: 640px) {
    .js-fadeUp.is-inview,
    .js-fadeUp-01.is-inview,
    .js-fadeUp-02.is-inview,
    .js-fadeUp-03.is-inview,
    .js-fadeUp-04.is-inview {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.5s;
    }
}