@charset "UTF-8";
@media screen and (min-width: 768px),print {
#service {
    max-width: 1830px;
    width: 100%;
    margin-inline: auto;
    position: relative;
}
#service::before {
    position: absolute;
    content: "";
    background: #F2F0EB;
    width: 100%;
    height: 6.65%;
    bottom: 0;
    left: 0;
}
/* mv
-------------------------------------*/
.mv {
    background: url(../images/service/mv-bg.png)no-repeat center / cover;
    margin-top: 26px;
    margin-bottom: 10px;
}
.mv .inner {
    width: min(95%, 848px);
    margin-inline: auto;
    position: relative;
    padding: 52px 0 148px;
    text-align: center;
}
.mv .main-ttl {
    font-weight: 900;
    font-size: 70px;
    line-height: 1.285714;
    text-align: center;
    margin-bottom: 19px;
    letter-spacing: 0;
}

/* sec
-------------------------------------*/
.sec {
    width: min(95%, 1240px);
    margin-inline: auto;
    background: #F7F6F3;
    padding: 53px 0 60px;
    text-align: center;
    margin-bottom: 80px;
}
.sec h2 {
    margin-bottom: 13px;
}
.sec .subt {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.454545;
}
.sec .btn {
    width: min(95%, 440px);
    margin-inline: auto;
    height: 80px;
}
.sec .btn a{
    overflow: hidden;
    display: block;
    transition: 0.25s ease-in-out;
    background: url(../images/service/sec-btn.png)no-repeat;
    height: 80px;
}
.sec .btn a:hover {
    transform: translate(0px, 5px);
    transition: 0.25s ease-in-out;
    height: 75px;
    background: url(../images/service/sec-btn-hover.png)no-repeat;
}
.sec .btn a:hover img {
    opacity: 1;
}

/* sec01
-------------------------------------*/
.sec01 .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px;
    width: min(95%, 1020px);
    margin-inline: auto;
    padding: 34px 0 36px;
}
.sec01 .list li {
    text-align: center;
}
.sec01 .list li h3 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}
.sec01 .list li .img {
    margin-bottom: 3px;
}
.sec01 .list li .txt-frame {
    border-radius: 20px;
    background: #fff;
    border: 1px solid #252525;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    padding: 16px 0 20px;
}
.sec01 .list li .txt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.625;
}

/* sec02
-------------------------------------*/
.sec02 {
    padding: 53px 0 39px;
}
.sec02 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px;
    width: min(95%, 1080px);
    margin-inline: auto;
    padding: 11px 0 0;
}
.sec02 .list li {
    text-align: center;
    display: block grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
}
.sec02 .list li:not(:last-child) {
    margin-bottom: 45px;
}
.sec02 .list li:last-of-type {
    grid-column: 1 / -1;
}
.sec02 .list li h3{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}
.sec02 .list li:last-child h3 {margin-bottom: 13px;position: relative;top: -1px;left: 46px;}
.sec02 .list li .photo{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
}
.sec02 .list li .txt-frame{
    border-radius: 20px;
    background: #fff;
    border: 1px solid #252525;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    padding: 20px 0 24px;
    margin-bottom: 35px;
}
.sec02 .list li:last-child .txt-frame {
    padding: 38px 31px 37px;
    text-align: left;
}
.sec02 .list li h4 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.77777;
    margin-bottom: 6px;
}
.sec02 .list li:nth-child(2) h4 {
    margin-bottom: 14px;
}
.sec02 .list li .txt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;    
}
.sec02 .list li .inBox {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

/* sec03
-------------------------------------*/
.sec03 {
    padding: 53px 0;
}
.sec03 .inBox {
    width: min(95%, 1080px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 40.7407% 1fr;
    gap: 30px;
    padding: 30px 0 0;
}
.sec03 .inBox .txt-box {
    padding-top: 8px;
}
.sec03 .inBox .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.7777;
    text-align: left;
    margin-bottom: 32px;
}

/* sec04
-------------------------------------*/
.sec04 {
    padding: 53px 0 64px;
}
.sec04 .list {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    gap: 50px;
    padding: 19px 0 0;
}
.sec04 .list li {
    border-bottom: 1px solid #252525;
    display: grid;
    grid-template-columns: 34.26% 1fr;
    gap: 40px;
    text-align: left;
    padding: 0 10px 42px;
}
.sec04 .list li:last-child {
    border: none;
    padding-bottom: 0;
}
.sec04 .list li .txt-box {
    padding: 16px 0 0;
}
.sec04 .list li h3 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.066666;
    margin-bottom: 18px;
}
.sec04 .list li .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* bottom-sec
-------------------------------------*/
.bottom-sec {
    width: min(95%, 1160px);
    margin-inline: auto;
    margin-bottom: -184px;
}
.bottom-sec .inner {
    display: inline-grid;
    grid-template-columns: 50.4310% 53.4482%;
    padding: 40px 0 187px;
    align-items: center;
}
.bottom-sec .txt-box {
    border-radius: 50px;
    background: #fff;
    border: 1.2px solid #252525;
    box-shadow: 17px 17px 23px rgba(0, 0, 0, 0.1);
    padding: 60px 0 55px 38px;
    position: relative;
    left: 0;
    z-index: 2;
    top: -10px;
}
.bottom-sec .txt-box .ttl {
    font-weight: 900;
    font-size: 46px;
    line-height: 1.4347826;
    letter-spacing: 0;
    margin-bottom: 17px;
    position: relative;
}
.bottom-sec .txt-box .ttl::before {
    position: absolute;
    content: "";
    background: url(../images/common/bottom-sec-deco.png)no-repeat;
    background-size: contain;
    width: 56px;
    height: 65px;
    top: -78px;
    left: 20px;
}
.bottom-sec .txt-box .txt {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.777777;
}
.bottom-sec .photo {
    position: relative;
    left: -45px;
}
.bottom-sec .photo img {
    width: 100%;
    height: auto;
}

}
@media screen and (max-width: 767px) {
/* mv
-------------------------------------*/
.mv {
    background: url(../images/service/mv-bg_sp.png)no-repeat center / cover;
    margin-bottom: 7vw;
    margin-top: 7vw;
}
.mv .inner {
    width: 90vw;
    margin-inline: auto;
    position: relative;
    padding: 7vw 0 9vw;
    text-align: center;
}
.mv .main-ttl {
    font-weight: 900;
    font-size:8.696vw;
    line-height: 1.27777;
    text-align: center;
    margin-bottom: 4.5vw;
    letter-spacing: 0;
}

/* sec
-------------------------------------*/
.sec {
    background: #F7F6F3;
    padding: 7vw 0 9.6vw;
    text-align: center;
    margin-bottom: 10vw;
}
.sec h2 {
    margin-bottom: 2vw;
}
.sec .subt {
    font-weight: bold;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
}
.sec .btn {
    width: 87vw;
    margin-inline: auto;
}
.sec .btn a{
    overflow: hidden;
    display: block;
    transition: 0.25s ease-in-out;
    background: url(../images/service/sec-btn_sp.png)no-repeat;
    height: 19.32vw;
    background-size: contain;
}
.sec .btn a:hover {
    transform: translate(0px, 5px);
    transition: 0.25s ease-in-out;
    height: 18.12vw;
    background: url(../images/service/sec-btn-hover_sp.png)no-repeat;
    background-size: contain;
}
.sec .btn a:hover img {
    opacity: 1;
}

/* sec01
-------------------------------------*/
.sec01 .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 7vw;
    width: 77.3vw;
    margin-inline: auto;
    padding: 5vw 0 7vw;
}
.sec01 .list li {
    text-align: center;
}
.sec01 .list li .ttl-wrap {
    display: flex;
    gap: 2.42vw;
    align-items: center;
    margin-bottom: 1vw;
    width: 71vw;
    margin-inline: auto;
    justify-content: flex-end;
}
.sec01 .list li h3 {
    font-weight: bold;
    font-size:6.28vw;
    letter-spacing: 0.05em;
}
.sec01 .list li .img img {
    width: 34.78vw;
}
.sec01 .list li .txt-frame {
    border-radius: 2.42vw;
    background: #fff;
    border: 0.2vw solid #252525;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    padding: 3vw 0 4vw;
}
.sec01 .list li .txt {
    font-weight: bold;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.625;
}

/* sec02
-------------------------------------*/
.sec02 .list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12vw;
    width: 89.37vw;
    margin-inline: auto;
    padding: 3vw 0 0;
}
.sec02 .list li h3{
    font-weight: bold;
    font-size:6.28vw;
    line-height: 1.5385;
    letter-spacing: 0.05em;
    margin-bottom: 3vw;
}
.sec02 .list li .photo{margin-bottom: 3vw;}
.sec02 .list li .txt-frame{
    border-radius: 2.42vw;
    background: #fff;
    border: 0.2vw solid #252525;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
    padding: 5vw 0 6vw;
    margin-bottom: 7vw;
}
.sec02 .list li:last-child .txt-frame {text-align: left;padding: 5vw 5.8vw 6vw;}
.sec02 .list li h4 {
    font-weight: 900;
    font-size:4.348vw;
    letter-spacing: 0.05em;
    line-height: 1.77777;
    margin-bottom: 1vw;
}
.sec02 .list li .txt {
    font-weight: bold;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.75;    
}

/* sec03
-------------------------------------*/
.sec03 {
  padding: 7vw 0 9vw;
}
.sec03 h2 {
    margin-bottom: 0vw;
}
.sec03 .inBox {
    width: 89.37vw;
    margin-inline: auto;
    display: grid;
    padding: 2.8vw 0 0;
    gap: 2vw;
}
.sec03 .inBox .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.7777;
    text-align: left;
    margin-bottom: 8vw;
}
.sec03 .inBox .txt:last-child {margin-bottom: 0;}

/* sec04
-------------------------------------*/
.sec04 {
    margin-bottom: 12vw;
}
.sec04 .list {
    width: 89.37vw;
    margin-inline: auto;
    display: grid;
    padding: 1vw 0 0;
    gap: 6.5vw;
}
.sec04 .list li {
    border-bottom: 0.2vw solid #252525;
    display: grid;
    text-align: left;
    padding-bottom: 6vw;
}
.sec04 .list li:last-child {
    border: none;
    padding-bottom: 0;
}
.sec04 .list li .txt-box {
    display: contents;
}
.sec04 .list li h3 {
    font-weight: bold;
    font-size:6.28vw;
    letter-spacing: 0.05em;
    line-height: 1.5384615;
    margin-bottom: 4.5vw;
    order: 1;
    text-align: center;
}
.sec04 .list li .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 2;
    order: 3;
    margin: 0 1.2vw;
}
.sec04 .list li .photo {
    order: 2;
    margin-bottom: 2vw;
}

/* bottom-sec
-------------------------------------*/
.bottom-sec {
    background: #F2F0EB;
}
.bottom-sec .inner {
    display: grid;
    padding: 0 0 9vw;
}   
.bottom-sec .txt-box {
    order: 2;
    border-radius: 7.3vw;
    background: #fff;
    border: 0.2vw solid #252525;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding: 12vw 7vw 8.5vw;
    position: relative;
    z-index: 2;
    top: -10vw;
    width: 87vw;
    left: 49%;
    transform: translateX(-50%);
}
.bottom-sec .txt-box .ttl {
    font-weight: 900;
    font-size:6.763vw;
    line-height: 1.53571428;
    letter-spacing: 0;
    margin-bottom: 4vw;
    position: relative;
    text-align: center;
}
.bottom-sec .txt-box .ttl::before {
    position: absolute;
    content: "";
    background: url(../images/common/bottom-sec-deco.png)no-repeat;
    background-size: contain;
    width: 11.114vw;
    height: 12.08vw;
    top: -15vw;
    left: 48%;
    transform: translateX(-50%);
}
.bottom-sec .txt-box .txt {
    font-weight: bold;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 2;
}
.bottom-sec .photo {
    order: 1;
}
}
