@charset "UTF-8";
/* COMMON SETTING */
/* FONT TYPE */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');

/* ## BODY */
body {
    width: 100%;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(35,24,21,1);
    letter-spacing: 0.05em;
}
/* ## LAYOUT */
.sp {
    display: none;
}
main > section,
header > section,
header > nav,
footer > section {
    max-width: 100%;
    margin: 0 auto;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
}
.container .content {
    max-width: 751px;
    margin: 0 auto;
}
.content {
    margin: 0;
    padding:0;
}
section.content {
    margin: 0 auto;
    padding-top:30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.w10 { width: 10%;
}
.w20 {width: 20%;
}
.w30 {width: 30%;
}
.w35 {width: 35%;
}
.w40 {width: 40%;
}
.w48 {width: 48%;
}
.w50 {width: 50%;
}
.w60 {width: 60%;
}
.w65 {width: 65%;
}
.w70 {width: 70%;
}
.w80 {width: 80%;
}
.w90 {width: 90%;
}
/* ##PARTS */
img {
    max-width: 100%;
}
p {
    font-size: 1.25rem;
}
h1,h2,h3 {
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}
h1 {
    margin-bottom: 45px;
}
h2 {
    color: rgb(0,147,96,1);
    margin-bottom: 25px;
}
#recommend h1,
#merit h1,
#planning h1 {
    letter-spacing: 0.25em;
    margin-bottom: 45px;
}
a:hover {
    opacity: .8;
    transition: ease-in 0.4s;
}
.kome {
    padding-left: 1.25em;
    text-indent: -1.25em;
}
.kome::before {
    content: "※";
    color:rgb(0,168,86,1);
    margin-right: 0.25em;
}
/* ##HEADER */
header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
#header {
    position: relative;
}
#header .main--menu {
    background-color: rgba(77,187,170,1);
}
#header .main--menu ul {
    margin: 0;
    padding:0;
    width: max-content;
}
#header .main--menu ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
}
#header .main--menu ul li a {
    display: inline-flex;
    color:rgba(255,255,255,1);
    text-decoration: none;
    padding-top: 25px;
    padding-bottom: 25px;
}
#header .main--menu ul li::after {
    content: '|';
    padding: 0 25px;
    color: #fff;
}
#header .main--menu ul li:last-child::after {
    content: none;
}
#header .float {
    position: fixed;
    z-index: 9999;
    top:100px;
    right: 0;
}
#header .float img {
    width: 220px;
    max-width: 100%;
    height: auto;
}
/* ##FOOTER */
#footer p {
    font-size:1.1rem;
    margin-bottom: 0;
}
#footer h1 {
    margin-bottom: -30px;
}
#footer section {
    padding:0;
    margin:0;
}
#footer .footerMiddle {
    background: rgba(211,230,181,1);
    padding-top:40px;
    padding-bottom: 40px;
}
#footer .footerMiddle > div {
    gap:25px;
}
.footerMiddleBottom .rightSide .w50:last-child {
    margin-left:10px;
}
#footer .footerBottom {
    background: rgba(240,246,218,1);
}
#footer .footerBottom .companyLogo {
    padding-top: 60px;
    padding-bottom: 60px;
}
#footer .footerBottom .companyLogo p {
    width: 25%;
}
#footer .footerBottom #page-top {
    position: fixed;
    width: 60px;
    bottom: 20px;
    right: 20px;
    line-height: 1;
    z-index: 9999;
    transition: .5s;
}
#footer .footerBottom .hyokkori {
    transform: translateX(200%);
}
#footer .footerBottom .hyokkori.active{
    transform: translate(10%);
}
/* ##MAIN - SECTION - HERO */
section.content.hero-area {
    padding: 0;
    margin: 0;
}
/* ##MAIN - SECTION - ECOMARK */
#ecomark {
    margin-bottom: 30px;
}
.ecomark .img {
    width: 48%;
    margin: 0 auto;
}
/* ##MAIN - SECTION - FEATURES */
#features {
    margin-bottom: 60px;
}
#features .fadeInTop {
    transition: opacity 1.4s, transform 0.8s;
    opacity: 0;
    transform: translateY(40px);
}
#features .fadeInTop.show {
    opacity: 1;
    transform: translateY(0);
}
#features .d-flex {
    gap: 40px 20px;
}
#features .itembox .box {
    padding:30px 35px;
    border-radius:16px;
    background-image: linear-gradient(-45deg, #d7e4aa 25%, #dce7b5 25%, #dce7b5 50%, #d7e4aa 50%, #d7e4aa 75%, #dce7b5 75%, #dce7b5);
    background-size: 30px 30px;
}
#features .itembox .box p:last-child {
    margin:0;
}
/* ##MAIN - SECTION - MERIT */
#merit {
    background-color: rgba(236,243,207,1);
    padding-top: 70px;
    padding-bottom: 70px;
}
#merit h2 {
    color:rgb(0,168,86,1);
    margin-top: 15px;
    margin-bottom: 10px;
}
#merit .kome {
    margin-left: 50px;
    margin-right: 50px;
    margin-top:-50px;
    font-size:1rem;
}
#merit .d-flex {
    gap: 55px 20px;
    margin-bottom: 5px;
}
#merit .d-flex .itembox {
    border-top:2px solid rgba(24,173,94,1);
    position: relative;
}
#merit .d-flex .itembox::before {
    position: absolute;
    content: url(../img/parts/pseudo/pseudo__merit--before.svg);
    display: block;
    top:-25px;
    left:0px;
    width: 30px;
    height: 30px;
}
#merit .d-flex .itembox .box {
    border-bottom:2px solid rgba(24,173,94,1);
}
#merit .d-flex .itembox .box p {
    margin-bottom: 0;
}
#merit .recommend {
    margin-left: 50px;
    margin-right: 50px;
}
/* ##MAIN - SECTION - PLANNING */
#planning .body-copy p {
    text-align: center;
}
#planning .body-copy p .circle {
    color:rgba(255,255,255,1);
    font-size:1.1rem;
    border-radius: 25px;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 10px;
}
.color-a {
    background: rgba(100,192,171,1);
    border:4px solid rgba(177,215,205,1);
    margin-left: 10px;
}
.color-b {
    background: rgba(180,206,101,1);
    border:4px solid rgba(210,226,163,1);
}
.color-c {
    background: rgba(234,176,100,1);
    border:4px solid rgba(243,207,161,1);
}
#planning .bgTrue--area {
    background: url(../img/planning/img__bg--planning.svg) no-repeat;
    background-size: cover;
    height: 400px;
    margin-top: 30px;
    padding-bottom: 50px;
}
#planning .slider-box {
    margin-top:25px;
    margin-bottom: -230px;
    position: relative;
}
#planning .slider-box .swiper-pagination {
    display: flex;
    justify-content: center;
    gap:1rem;
    margin:30px auto auto;
    max-width: 600px;
    position:relative;
    pointer-events: all !important;
}
#planning .slider-box .item a {
    display: block;
}
#planning .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: #fff;
    cursor:pointer;
}
#planning .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#009944;
}
#planning .bgTrue--area .form-area {
    margin-left: 50px;
    margin-right: 50px;
}


/* ##MAIN - SECTION - RECOMMEND */
#recommend {
    background-color: #efedd7;
    padding-top: 70px;
    padding-bottom: 70px;
}
#recommend .body-copy p {
    text-align: center;
}
#recommend .items {
    gap:55px 0px;
    margin-bottom: 5px;
}
#recommend .itembox {
    background:rgba(255,255,255,1);
    padding:65px 45px;
    position:relative;
}
#recommend .itembox:before {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 26px;
    top:10px;
    left:-25px;
    background-color:#badacc;
    mix-blend-mode: multiply;
    transform: rotate(135deg);
}
#recommend .itembox:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  border-width: 0 0 50px 50px;
  border-style: solid;
  border-color: #c0db89 #c0db89 #efedd7;
}
#recommend .itembox .col-sm-4 img {
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
#recommend .itembox .speck dt {
    width: 25%;
}
#recommend .itembox .speck dd {
    width: 75%;
    margin-bottom: 0.25rem;
}
#recommend .itembox p, #recommend .itembox dl {
    font-size:1rem;
    margin-bottom: 0;
}
#recommend .itembox .speck {
    position: relative;
}
#recommend .itembox .speck dd:last-child {
    margin-bottom: 1.5rem;
}
#recommend .itembox .speck:before {
    position: absolute;
    content: "";
    display: block;
    width: 98%;
    height: 2px;
    background-color:#4dbbaa;
    bottom:0;
    left:0;
}
#recommend .itembox .speck:after {
    position: absolute;
    content: url(../img/parts/pseudo/pseudo__recommend--after.svg);
    bottom:7px;
    right:0;
    width: 30px;
    height: 5px;
}
#recommend .itembox p {
    margin-top:1.5rem;
}
#recommend .itembox p.result {
    width: 90%;
    margin:15px auto;
}
/* ##MAIN - SECTION - FAQ */
#faq {
    padding:60px 50px 60px;
    background-image: linear-gradient(-45deg, #eef1c9 25%, #f3f5d9 25%, #f3f5d9 50%, #eef1c9 50%, #eef1c9 75%, #f3f5d9 75%, #f3f5d9);
    background-size: 30px 30px;
}
#faq h1 {
    margin-bottom: 30px;
}
#faq .borderArea {
    padding-right: 15px;
    padding-bottom: 85px;
    border-right: 2px solid rgb(35,24,21,1);
    border-bottom: 2px solid rgb(35,24,21,1);
}
#faq .faq-inner {
    position: relative;
    padding:50px 80px;
    background-color: #ffff;
}
#faq .faq-inner::after {
    position: absolute;
    left:0;
    bottom: -65px;
    content: url(../img/parts/pseudo/pseudo__faq--inner--after.svg);
    width: 100%;
    height: 70px;
}
#faq .faq-inner h2 {
    color:rgba(77,187,170,1);
    font-size:2.75rem;
    font-weight: 400;
}
.faq-item-list {
    margin-top:30px;
}
.faq-item-list .faq-item {
    border-top: 1px solid rgb(35,24,21,1);
}
.faq-item-list .faq-item:last-child {
    border-bottom: 1px solid rgb(35,24,21,1);
}
.faq-item-list .faq-item:last-child {
    margin-bottom: 0;
}
.faq-item-list .faq-item .faq-title {
    position:relative;
    display: block;
    padding: 1.5rem 2.5rem;
}
.faq-item-list .faq-item .faq-title:hover {
    background:#e1efd8;
}
.faq-item-list .faq-item .faq-title::after {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    top:50%;
    right: 2rem;
    transform: translateY(-50%) translateX(-50%);
}
.faq-item-list .faq-item .faq-title::after{
    content: url(../img/common/img__icon--001.svg);
}
.faq-item-list .faq-item .faq-check:checked + .faq-title::after {
    content: url(../img/common/img__icon--002.svg);
}
.faq-item-list .faq-item .faq-check {
    display: none;
}
.faq-item-list .faq-item .faq-content {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.faq-item-list .faq-item .faq-check:checked + .faq-title {
    background:#e1efd8;
}
.faq-item-list .faq-item .faq-check:checked + .faq-title + .faq-content {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 1s 0s ease;
}
.faq-item-list .faq-item .faq-check:checked + .faq-title + .faq-content p {
    font-weight: 200;
    padding-bottom: 1.75rem;
    font-size:1.1rem;
    padding: 1.5rem 2.5rem;
}
.faq-item-list .faq-item .faq-content p {
    margin-bottom: 0;
}
.faq-item-list .faq-item .faq-content p a {
    color:#ea5504;
}






/** SP SETTING **/
@media only screen and (max-width: 767px) {
.sp {
    display: block;
}
.pc {
    display: none;
}
p, ol li, ul li {
    font-size: 1rem;
}
#header .main .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(77,187,170,1);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#header .main .menu-btn span,
#header .main .menu-btn span:before,
#header .main .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
#header .main .menu-btn span:before {
    bottom: 8px;
}
#header .main .menu-btn span:after {
    top: 8px;
}
#header .main #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#header .main #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#header .main #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#header .main .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(77,187,170,1);
    transition: all .5s;
}
#header .main #menu-btn-check {
    display: none;
}
#header .main #menu-btn-check:checked ~ .menu-content {
    left: 0;
}
#header .main .menu__item {
    flex-direction:column;
    align-items:center;
    width: 100%!important;
}
#header .main--menu ul li {
    font-size: 1.5rem;
    border-bottom: 2px solid #fff;
}
#header .main--menu ul li::after {
    content: none;
}
#header .main--menu ul li a {
    padding-bottom: 0;
}
#header .float {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    z-index: 1;
    background: #6ea979;
    border-top:10px solid #8ec387;
}
#header .float.active {
    bottom: 0;
    left: 0;
    transform: translateY(0%);
    transition: .5s;
}
#header .float a {
    display: block;
    padding: 10px 25px;
    color:#fff;
    text-decoration: none;
}
#header .float div {
    text-align: center;
    line-height: 1.5;
}
/* MAIN - SECTION */
.ecomark .img {
    width: 100%;
}
#merit {
    padding-top:45px;
    padding-bottom:45px;
}
#merit .recommend {
    margin:0;
}
#merit .kome {
    margin-left:0;
    margin-right:0;
}
#planning .body-copy p {
    display: flex;
    flex-direction: column;
}
#planning .body-copy p .circle {
    margin-bottom: 10px;
}
#planning .bgTrue--area .form-area {
    margin-top:20px;
    padding-bottom: 20px;
    flex-direction: column;
}
#planning .bgTrue--area .form-area .w70,
#planning .bgTrue--area .form-area .w30 {
    width: 100%;
    text-align: center;
}
#planning .bgTrue--area .form-area .w30 p {
    width: 80%;
    margin: 0 auto;
}
#planning .slider-box {
    margin-left:20px;
    margin-right: 20px;
    margin-bottom: -180px;
}
#planning .slider-box .swiper-pagination {
    margin-top:15px;
}


#recommend .itembox {
    padding:40px 25px;
    flex-direction: column;
    align-items: center;
}
/* add -- 2025.7.7 */
#recommend .itembox:nth-child(3) > div {
    flex-direction: column;
}
#recommend .itembox .box.col-sm-4 {
    width: 60%;
    margin: 0 auto 20px; /* add -- 2025.7.7 */
}


.color-a {
    margin-left:0;
}

#faq {
    padding:35px 25px 30px;
}
#faq .faq-inner h2 {
    font-size:2.25rem;
    margin-bottom: 15px;
}
.faq-item-list {
    margin-top: 15px;
}
.faq-item-list .faq-item,
.faq-item-list .faq-item:last-child {
    border-color: rgba(77,187,170,1);
}
#faq .faq-inner {
    padding: 25px 0px;
}
.faq-item-list .faq-item .faq-title {
    padding:1.5rem 3rem 1.5rem 1.5rem;
    line-height: 1.5;
}
.faq-item-list .faq-item .faq-title::after {
    right: 1rem;
}
#faq .borderArea {
    padding-bottom: 40px;
}

#footer h1 {
    margin-bottom: 0;
}
#footer .footerMiddleTop,
#footer .footerMiddleMiddle,
#footer .footerMiddleBottom {
    flex-direction: column;
}
#footer .w60 {
    width: 100%;
    margin-bottom: 15px;
}
#footer .w60 p {
    text-align: center;
}
#footer .w40 {
    width: 80%;
}
#footer .footerBottom .companyLogo {
    padding: 0;
}
#footer .footerBottom .companyLogo p {
    width: 40%;
}

}