@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;
}

/* 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: 91px;
}
.worries::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/worries-arrow.svg)no-repeat;
    background-size: contain;
    width: 240px;
    height: 60px;
    bottom: -30px;
    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: 38px;
}
.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.2222;
    position: relative;
    padding: 13px 0 13px 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: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.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%, 1280px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 47.6% 50.23%;
    gap: 28px;
    padding-bottom: 94px;
}
.consult h2 {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 56px;
}
.consult h2 span {
    background: linear-gradient(transparent 60%, #E6FF00 40%);
}
.consult .txt {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 40px;
}
.consult .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}


/* step
-------------------------------------*/
.step .inner{
    width: min(95%, 1400px);
    margin-inline: auto;
    padding: 106px 0 119px;
}
.step h2{
    font-weight: 500;
    font-size: 42px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 39px;
    line-height: 1.5;
}
.step h2 span{
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
}
.step .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 70px;
}
.step .list li {
    position: relative;
}
.step .list li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    background: url(../images/request/step-arrow.svg)no-repeat;
    background-size: contain;
    width: 18px;
    height: 38px;
    top: 40.5%;
    right: -44px;
    transform: translateY(-50%);
}
.step .list li .photo-box {
    position: relative;
    margin-bottom: 16px;
}
.step .list li .num {
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #3B8461;
    padding: 4px 8px;
    line-height: 1.166666;
}
.step .list li .num span {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #fff;
}
.step .list li .txt {
    font-size: 18px;
    line-height: 1.4444;
    letter-spacing: 0.05em;
    text-align: center;
}

/* contact
-------------------------------------*/
.contact {
    background: #F6F6F6;
    text-align: center;
    padding: 91px 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;
    padding-left: 39px;
}
.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: -44px;
}
.contact h3::after {
    position: absolute;
    content: "";
    background: url(../images/page-common/contact-human.png)no-repeat;
    background-size: contain;
    width: 155px;
    height: 182px;
    bottom: -94px;
    left: -100px;
}


/* 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:1440px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
/* step
-------------------------------------*/
.step .inner{
    width: 97.222vw;
    padding: 7.361vw 0 8.264vw;
}
.step h2{
    font-size: 2.917vw;
    margin-bottom: 2.708vw;
}
.step h2 span{
    font-size: 1.944vw;
}
.step .list {
    gap: 4.861vw;
}
.step .list li:not(:last-of-type)::after {
    width: 1.25vw;
    height: 2.639vw;
    top: 40.5%;
    right: -3.056vw;
}
.step .list li .photo-box {
    margin-bottom: 1.111vw;
}
.step .list li .num {
    font-size: 0.833vw;
    gap: 0.208vw;
    padding: 0.278vw 0.556vw;
    line-height: 1.166666;
}
.step .list li .num span {
    font-size: 1.111vw;
}
.step .list li .txt {
    font-size: clamp(0.625rem, 0.054rem + 1.19vw, 1.125rem);
}
.step .photo img {
    width: 100%;
    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);
    padding-left: 2.378vw;
}
.contact h3::before {
    width: 11.463vw;
    height: 2.317vw;
    top: -2.866vw;
    right: -2.683vw;
}

}


/* ========================================
@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;
}

/* 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 .txt-box {
    display: contents;
}
.consult h2 {
    font-weight: 500;
    font-size:5.556vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 8.5vw;
    order: 1;
    position: relative;
    text-align: center;
}
.consult h2::before,
.consult h2::after {
    position: absolute;
    content: "";
    width: 4.11vw;
    height: 4.11vw;
    bottom: -0.5vw;
}
.consult h2::before {
    background: url(../images/request/consult-ttl-line-l.svg)no-repeat;
    background-size: contain;
    left: 1.5vw;
}
.consult h2::after {
    background: url(../images/request/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;
    margin-bottom: 7.7vw;
    order: 3;
    text-align: center;
}
.consult .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}
.consult .photo {
    order: 2;
    margin-bottom: 3.5vw;
}

/* step
-------------------------------------*/
.step .inner{
    width: 90vw;
    margin-inline: auto;
    padding: 15.5vw 0 14.5vw;
}
.step h2{
    font-weight: 500;
    font-size:5.314vw;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 7.2vw;
    line-height: 1.4545;
}
.step h2 span{
    font-weight: 500;
    font-size:4.348vw;
    line-height: 1;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 1vw;
}
.step .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14.49vw;
}
.step .list li {
    position: relative;
}
.step .list li:not(:last-of-type)::after {
    position: absolute;
    content: "";
    background: url(../images/request/step-arrow_sp.svg)no-repeat;
    background-size: contain;
    width: 9.18vw;
    height: 4.35vw;
    bottom: -9.5vw;
    left: 50%;
    transform: translateX(-50%);
}
.step .list li .photo-box {
    position: relative;
    margin-bottom: 2.5vw;
    width: 82.13vw;
    margin-inline: auto;
}
.step .list li .num {
    font-size: 2.42vw;
    letter-spacing: 0.05em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.48vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #3B8461;
    padding: 0.6vw 1.4vw;
    line-height: 1.2;
}
.step .list li .num span {
    font-size:3.382vw;
    letter-spacing: 0.03em;
    color: #fff;
}
.step .list li .txt {
    font-size:3.865vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

/* contact
-------------------------------------*/
.contact {
    background: #F6F6F6;
    text-align: center;
    padding: 14vw 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;
    padding-left: 5vw;
    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: -10vw;
}
.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.5vw;
    left: -10vw;
}

/* 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;
}

}