@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
.main-bx {
    background: url(../images/page-common/main-bx-bg.png)no-repeat;
    background-size: cover;
    background-position: top 182px center;
}
.util-btn {
    width: min(95%, 340px);
    margin-inline: auto;
 }
 .util-btn a {
    font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    line-height: 2.0625;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    position: relative;
    background: #3A4F44;
    border-radius: 200px;
    display: block;
    padding: 13px 39px;
 }
 .util-btn a::after {
    position: absolute;
    content: "";
    background: url(../images/common/util-btn-arrow.svg)no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.2s;
 }
 .util-btn a:hover {
    text-decoration: none;
 }
 .util-btn a:hover::after {
    right: 10px;
 }

/* mv
-------------------------------------*/
.mv {
    width: min(95%, 1400px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 62.8571% 43%;
    padding: 64px 0 0;
}
.mv .ttl-box {
    text-align: right;
    position: relative;
    left: -145px;
    top: 54px;
}
.mv .enttl {
    font-size: 140px;
    line-height: 1;
    color: #3b8461;
    letter-spacing: 0;
    margin-bottom: 17px;
}
.mv h2 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.321428;
    padding-right: 6px;
}

/* worries
-------------------------------------*/
.worries {
    width: min(95%, 1000px);
    margin-inline: auto;
    border-radius: 10px;
    background: #fff;
    margin-top: -61px;
    position: relative;
    z-index: 2;
    margin-bottom: 87px;
}
.worries::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/worries-arrow.svg)no-repeat;
    background-size: contain;
    width: 240px;
    height: 60px;
    bottom: -32px;
    left:50%;
    transform: translateX(-50%);
}
.worries .inner {
    width: min(95%, 840px);
    margin-inline: auto;
    padding: 56px 0 36px;
}
.worries h2 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.72727;
    text-align: center;
    margin-bottom: 27px;
}
.worries h2 span {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.461538;
    text-align: center;
    color: #3b8461;
}
.worries .list {
    display: grid;
    gap: 14px;
    position: relative;
    margin-bottom: 1px;
}
.worries .list::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/worries-deco.png)no-repeat;
    background-size: contain;
    width: 152px;
    height: 86px;
    top: -87px;
    right: 55px;
}
.worries .list li {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(29, 29, 31, 0.1);
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    position: relative;
    padding: 15px 0 15px 64px;
}
.worries .list li::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/check-icon.svg)no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 18px;
    left: 20px;
}
.worries .list li span {
    color: #3B8461;
}
.worries .etc {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    text-align: right;
}

/* consult
-------------------------------------*/
.consult {
    width: min(95%, 1200px);
    margin-inline: auto;
    padding-bottom: 95px;
    text-align: center;
}
.consult h2 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.725;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    display: inline-block;
    padding-left: 11px;
}
.consult h2:before,
.consult h2:after {
    position: absolute;
    content: "";
    width: 26px;
    height: 27px;
    bottom: 4px;
}
.consult h2:before {
    background: url(../images/contact/consult-ttl-line-l.svg)no-repeat;
    background-size: contain;
    left: -47px;
}
.consult h2:after {
    background: url(../images/contact/consult-ttl-line-r.svg)no-repeat;
    background-size: contain;
    right: -47px;
}
.consult h2 span {
    background: linear-gradient(transparent 60%, #E6FF00 40%);
}
.consult .photo {
    margin-bottom: 35px;
}
.consult .txt {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* reason
-------------------------------------*/
.reason {
    position: relative;
    margin-bottom: -275px;
}
.reason::before {
    position: absolute;
    content: "";
    width: 95.8333%;
    height: 116.9%;
    border-radius: 0px 100px 100px 0px;
    background: #fff;
    pointer-events: none;
    top: 0;
    left: 0;
}
.reason .inner {
    width: min(95%, 1600px);
    margin-inline: auto;
    text-align: center;
    position: relative;
    padding: 95px 0 0;
}
.reason .enttl {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: -2px;
}
.reason h2 {
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    margin-bottom: 57px;
    display: inline-block;
}
.reason h2::before {
    position: absolute;
    content: "";
    background: url(../images/contact/reason-deco.png)no-repeat;
    background-size: contain;
    width: 234px;
    height: 208px;
    top: -197px;
    left: -212px;
}
.reason .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 50px;
}
.reason .list li {
    display: block grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
}
.reason .list li .img {
    margin-bottom: 28px;
}
.reason .list li h3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7777;
    text-align: center;
    color: #3b8461;
    margin-bottom: 12px;
}
.reason .list li .txt {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    margin-bottom: 26px;
}

/* menu
-------------------------------------*/
.menu {
    background: #F6F6F6;
}
.menu .inner{
    width: min(95%, 1480px);
    margin-inline: auto;
    padding: 512px 0 0;
}
.menu .enttl {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: 2px;
}
.menu h2 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: center;
    margin-bottom: 27px;
}
.menu .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    margin-bottom: 60px;
}
.menu .util-btn {
    width: min(95%, 480px);
    margin-inline: auto;
}
.menu .util-btn a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 40px;
}



/* contact
-------------------------------------*/
.contact {
    background: #F6F6F6;
    text-align: center;
    padding: 101px 0 0;
}
.contact h2 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}
.contact h2 span {
    background: linear-gradient(transparent 60%, #E6FF00 40%);
}
.contact h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    position: relative;
    display: inline-block;
}
.contact h3::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/welcome-en.svg)no-repeat;
    background-size: contain;
    width: 188px;
    height: 38px;
    top: -47px;
    right: -137px;
}
.contact h3::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/contact-human.png)no-repeat;
    background-size: contain;
    width: 155px;
    height: 182px;
    bottom: -54px;
    left: -193px;
}
#contact .form-Box {
    padding: 54px 0 96px;
}



/* tel
-------------------------------------*/
.sec-tel {
    padding-bottom: 300px;
    margin-bottom: -131px;
}
.sec-tel .enttl {
    font-size: 20px;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: 2px;
}
.sec-tel h4 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 2.25;
    text-align: center;
    margin-bottom: 31px;
}
.sec-tel .tel-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 30px;
}
.sec-tel .tel-box .open{
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    top: 5px;
    letter-spacing: 0;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1919px)
======================================== */
@media screen and (min-width:768px) and (max-width:1919px) {
.main-bx {
    background-position: top 9.484vw center;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
/* mv
-------------------------------------*/
.mv {
    width: 97.222vw;
    padding: 4.444vw 0 0;
}
.mv .photo img {
    width: 100%;
    height: auto;
}
.mv .ttl-box {
    left: -10.069vw;
    top: 3.75vw;
}
.mv .enttl {
    font-size: 9.722vw;
    margin-bottom: 1.181vw;
}
.mv h2 {
    font-size: 1.944vw;
    padding-right: 0.417vw;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1000px)
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
/* worries
-------------------------------------*/
.worries .list li {
    font-size: clamp(0.875rem, 0.047rem + 1.72vw, 1.125rem);
}
.worries .etc {
    font-size: clamp(0.875rem, 0.461rem + 0.86vw, 1rem);
}
}
/* ========================================
@media screen and (min-width:768px) and (max-width:1320px)
======================================== */
@media screen and (min-width:768px) and (max-width:1320px) {
/* consult
-------------------------------------*/
.consult {
    width: 96.97vw;
    gap: 2.121vw;
    padding-bottom: 7.121vw;
}
.consult h2 {
    font-size: 3.03vw;
    margin-bottom: 4.242vw;
}
.consult .txt {
    font-size: 1.515vw;
    margin-bottom: 3.03vw;
}
.consult .photo img {
    width: 100%;
    height: auto;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1840px)
======================================== */
@media screen and (min-width:768px) and (max-width:1840px) {
.reason {
    margin-bottom: -14.946vw;
}
.reason .inner {
    width: 88.957vw;
    padding: 5.163vw 0 0;
}
.reason h2::before {
    width: 12.717vw;
    height: 11.304vw;
    top: -10.707vw;
    left: -11.522vw;
}
.reason .list {
    gap: 0 1.77vw;
}
.reason .list li .img img{
    width: 100%;
    height: auto;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
.reason .enttl {
    font-size: 1.389vw;
    margin-bottom: -0.139vw;
}
.reason h2 {
    font-size: 2.917vw;
    margin-bottom: 3.958vw;;
}
.reason .list li h3 {
    font-size: clamp(0.875rem, 0.589rem + 0.6vw, 1.125rem);
}
.reason .list li .txt {
    font-size: clamp(0.688rem, 0.473rem + 0.45vw, 0.875rem);
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1520px)
======================================== */
@media screen and (min-width:768px) and (max-width:1520px) {
.menu .inner{
    width: 94.872vw;
    padding: 32.821vw 0 0;
}
.menu .enttl {
    font-size: 1.282vw;
    margin-bottom: 0.128vw;
}
.menu h2 {
    font-size: 1.795vw;
    margin-bottom: 1.731vw;
}
.menu .list {
    gap: 1.282vw 2.564vw;
    margin-bottom: 3.846vw;
}
.menu .list li img {
    width: 21.795vw;;
    height: auto;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1640px)
======================================== */
@media screen and (min-width:768px) and (max-width:1640px) {
/* contact
-------------------------------------*/
.contact {
    padding: 5.549vw 0 0;
}
.contact h2 {
    font-size: clamp(1.875rem, 1.325rem + 1.15vw, 2.5rem);
    margin-bottom: 1.524vw;
}
.contact h3 {
    font-size: clamp(0.875rem, 0.545rem + 0.69vw, 1.25rem);
}
.contact h3::before {
    width: 11.463vw;
    height: 2.317vw;
    top: -2.866vw;
    right: -8.354vw;
}

}


/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.main-bx {
    background: url(../images/page-common/main-bx-bg_sp.png)no-repeat;
    background-size: cover;
    background-position: top 29.15vw center;
}
.util-btn {
    width: 72.46vw;
 }
 .util-btn a {
    font-size:3.865vw;
    line-height: 2.0625;
    letter-spacing: 0;
    text-align: left;
    color: #fff;
    position: relative;
    background: #3A4F44;
    border-radius: 48.31vw;
    display: block;
    padding: 2.5vw 7.2vw 1.61vw;
 }
 .util-btn a::after {
    position: absolute;
    content: "";
    background: url(../images/common/util-btn-arrow.svg)no-repeat;
    background-size: contain;
    width: 7.25vw;
    height: 7.25vw;
    top: 50%;
    right: 2.42vw;
    transform: translateY(-50%);
    transition: all 0.2s;
 }
 .util-btn a:hover {
    text-decoration: none;
 }
 .util-btn a:hover::after {
    right: 1.21vw;
 }
 
/* mv
-------------------------------------*/
.mv {
    width: 94.20vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 76.9230% 45.3%;
    padding: 5.8vw 0 17vw;
}
.mv .ttl-box {
    text-align: right;
    position: relative;
    left: -21vw;
    top: 17.8vw;
}
.mv .enttl {
    font-size:9.179vw;
    line-height: 1;
    color: #3b8461;
    letter-spacing: 0;
    margin-bottom: 1.3vw;
}
.mv h2 {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1.3571428;;
}

/* worries
-------------------------------------*/
.worries {
    width: 94.20vw;
    margin-inline: auto;
    border-radius: 2.42vw;
    background: #fff;
    margin-top: -5vw;
    position: relative;
    z-index: 2;
    margin-bottom: 17.5vw;
}
.worries::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/worries-arrow.svg)no-repeat;
    background-size: contain;
    width: 36.23vw;
    height: 9.66vw;
    bottom: -5.5vw;
    left:50%;
    transform: translateX(-50%);
}
.worries .inner {
    width: 89.37vw;
    margin-inline: auto;
    padding: 9.5vw 0 4vw;
}
.worries h2 {
    font-weight: 500;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 2.1111;
    text-align: center;
    margin-bottom: 5vw;
}
.worries h2 span {
    font-weight: 500;
    font-size:5.314vw;
    letter-spacing: 0.05em;
    line-height: 1.454545;
    text-align: center;
    color: #3b8461;
}
.worries .list {
    display: grid;
    gap: 3.9vw;
    position: relative;
    margin-bottom: 0.5vw;
}
.worries .list::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/worries-deco.png)no-repeat;
    background-size: contain;
    width: 24.40vw;
    height: 13.77vw;
    top: -31.7vw;
    left: 50%;
    transform: translateX(-50%);
}
.worries .list li {
    border-radius: 1.21vw;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(29, 29, 31, 0.1);
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1.8571428;
    position: relative;
    padding: 1.4vw 2vw 2.4vw 10vw;
}
.worries .list li::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/check-icon.svg)no-repeat;
    background-size: contain;
    width: 4.83vw;
    height: 4.83vw;
    top: 2vw;
    left: 3.83vw;
}
.worries .list li span {
    color: #3B8461;
}
.worries .etc {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 2.85714;
    text-align: right;
    padding-right: 3.5vw;
}

/* consult
-------------------------------------*/
.consult {
    width: 89.37vw;
    margin-inline: auto;
    display: grid;
    padding-bottom: 13.5vw;
}
.consult h2 {
    font-weight: 500;
    font-size:5.556vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 6.5vw;
    position: relative;
    text-align: center;
}
.consult h2::before,
.consult h2::after {
    position: absolute;
    content: "";
    width: 4.11vw;
    height: 4.11vw;
    bottom: -0.2vw;
}
.consult h2::before {
    background: url(../images/contact/consult-ttl-line-l.svg)no-repeat;
    background-size: contain;
    left: 1.5vw;
}
.consult h2::after {
    background: url(../images/contact/consult-ttl-line-r.svg)no-repeat;
    background-size: contain;
    right: 1.5vw;
}
.consult h2 span {
    background: linear-gradient(transparent 60%, #E6FF00 40%);
}
.consult .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
}
.consult .photo {
    margin-bottom: 4.9vw;
}

/* reason
-------------------------------------*/
.reason {
    position: relative;
}
.reason .inner {
    border-radius: 0 14.49vw 14.49vw 0;
    background: #fff;
    padding: 14vw 0 14vw;
}
.reason .enttl {
    font-size:2.898vw;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: 1.7vw;
}
.reason h2 {
    font-weight: 500;
    font-size:5.314vw;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    margin-bottom: 8.2vw;
}
.reason h2::before {
    position: absolute;
    content: "";
    background: url(../images/contact/reason-deco.png)no-repeat;
    background-size: contain;
    width: 29.23vw;
    height: 26.09vw;
    top: -28.5vw;
    left: 9vw;
}
.reason .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 11.5vw;
    width: 82.13vw;
    margin-inline: auto;
}
.reason .list li .img {
    margin-bottom: 4.6vw;
}
.reason .list li h3 {
    font-weight: 500;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 1.7777;
    text-align: center;
    color: #3b8461;
    margin-bottom: 1.8vw;
}
.reason .list li .txt {
    font-weight: 500;
    font-size:3.382vw;
    letter-spacing: 0.05em;
    line-height: 1.7142857;
    text-align: center;
}

/* menu
-------------------------------------*/
.menu {
    background: #F6F6F6;
    margin-top: -15vw;
}
.menu .inner{
    width: 82.13vw;
    margin-inline: auto;
    padding: 29vw 0 0;
}
.menu .enttl {
    font-size:2.898vw;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: 1.4vw;
}
.menu h2 {
    font-weight: 500;
    font-size:5.314vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    margin-bottom: 8.5vw;
}
.menu .list {
    display: grid;
    gap: 2.42vw;
    margin-bottom: 7vw;
    text-align: center;
}
.menu .util-btn {
    width: 72.46vw;
    margin-inline: auto;
}
.menu .util-btn a {
    font-size:2.898vw;
    line-height: 1.4166;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 2vw 5vw;
}



/* contact
-------------------------------------*/
.contact {
    background: #F6F6F6;
    text-align: center;
    padding: 18.9vw 0 0;
}
.contact h2 {
    font-weight: 500;
    font-size:5.314vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 6.5vw;
    position: relative;
    z-index: 3;
}
.contact h2 span {
    background: linear-gradient(transparent 60%, #E6FF00 40%);
}
.contact h3 {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 2;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 13.5vw;
}
.contact h3::before {
    position: absolute;
    content: "";
    background: url(../images/page-common/welcome-en.svg)no-repeat;
    background-size: contain;
    width: 30.9vw;
    height: 8.70vw;
    top: -9vw;
    right: -14vw;
}
.contact h3::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/contact-human.png)no-repeat;
    background-size: contain;
    width: 21.50vw;
    height: 25.12vw;
    bottom: -13.8vw;
    left: -14vw;
}

/* tel
-------------------------------------*/
.sec-tel {
    background: #fff;
    padding-bottom: 24vw;
}
.sec-tel .enttl {
    font-size:2.898vw;
    letter-spacing: 0;
    text-align: center;
    color: #3b8461;
    margin-bottom: 1vw;
}
.sec-tel h4 {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
    margin-bottom: 8.2vw;
}
.sec-tel .tel-box {
    display: grid;
    justify-content: center;
    gap: 3.5vw;
}
.sec-tel .tel-box .open{
    font-size:3.865vw;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0;
}

}