:root {
    --shark-blue: #075985;
    --ocean-teal: #0891b2;
    --sun-yellow: #facc15;
    --sand-beige: #fdfaf5;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --sec-padding: 8rem 5% 5rem;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
small {
    font-size: 0.8em;
}
body #content {
    font-family: 'BIZ UDPGothic', sans-serif;
}
.ftt1 {
    font-family: 'BIZ UDPMincho', serif;
}
.ftt2 {
    font-family: 'Akshar', sans-serif;
}
.ftt3 {
    font-family: 'Raleway', sans-serif;
}
.ftt4 {
    font-family: 'Playfair Display', serif;
}
.ftt5 {
    font-family: 'Abel', sans-serif;
}

.inner {
    max-width: 1300px;
    margin: 0 auto 80px;
    padding: 0 10px;
}
.page_title_box {
    display: none !important;
}
#content {
    max-width: 100%;
    padding: 0;
}

.top-slider {
    position: relative;
    width: 100%;
}
.under-line {
    position: relative;
    top: -4px;
}
.slide-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80vw;
    height: 40vw;
    transform: translateX(-50%);
    z-index: 5;
    transform: translateX(-50%);
    border-radius: 40vw 40vw 0 0;
    background-color: #fff;
    border-top: 1px solid #5383c3;
    border-left: 1px solid #5383c3;
    border-right: 1px solid #5383c3;
}
.slide-text p {
    font-size: 25px;
    position: relative;
}
.service-text {
    position: absolute;
    right: 20%;
    bottom: 40%;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}
.service-text span {
    display: block;
    font-size: 26px;
}
.marker {
    position: relative;
}
.marker::after {
    content: "" ;
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 35px;
    background-image: url(../img/rent/text-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.slide-text h2 {
    margin-top: 20px;
    font-size: 46px;
    letter-spacing: 2px;
}
.slide-text span {
    margin-top: 20px;
}
.contact-link-btn {
    position: relative;
    display: block;
    width: 70%;
    min-width: 350px;
    padding: 10px;
    text-align: center;
    background-color: #dbc8a4;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin: 40px auto 0 auto;
    max-width: 500px;
}
.contact-link-btn .link-circle {
    position: absolute;
    top: -18px;
    left: -40px;
    width: 90px;
    object-fit: contain;
}
.contact-link-btn .link-wave {
    position: absolute;
    top: 20%;
    right: 40px;
    width: 70px;
}
.top-slider li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top-slider .m1 {
    position: absolute;
    top: 10%;
    left: 30px;
    width: 500px;
}
.top-slider .m2 {
    position: absolute;
    top: 25%;
    left: 30px;
    width: 450px;
}
.top-slider .m3 {
    position: absolute;
    top: 40%;
    left: 30px;
    width: 300px;
    display: inline-block;
    padding: 8px 50px;
    border: 6px solid #fff;
}
.slider_text {
    display: none;
}
.red {
    color: #ba0710;
}
.sec01 {
    margin: 40px 0 40px;
    text-align: center;
}
.sec1 .left {
    position: relative;
}
.sec1 .left p {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 17px;
    display: inline-block;
    background-color: rgba(255,255,255,.8);
}
.sec1 .left p.f1 {
    padding: 8px 12px;
}
.sec1 .left p.f2 {
    top: 100px;
    padding: 8px 20px 8px 12px;
}
.service-text {
    display: none;
}
.sec-head {
    position: relative;
}
.sec-head img {
    position: absolute;
}
.sec-head .bg1 {
    top: -60px;
    left: 0;
}
.sec-head .bg2 {
    bottom: -30px;
    right: 0;
}
.sec-head h4 {
    font-size: 20px;
    margin-bottom: 20px
}
.sec-head h3 {
    font-size: 28px;
    margin-top: 15px
}
.sec-head .border-btm {
    padding-bottom: 20px;
    position: relative;
}
.sec-head .border-btm::after {
    content: "" ;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: #777b82;
    margin-top: 20px;
}
.support-text {
    margin-top: 60px;
}
.ft-big {
    font-size: 200%;
}
.service-map {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
img.human {
    width: 180px;
    height: auto;
    object-fit: contain;
}
img.service {
    width: 500px;
    border-radius: 30px;
    border: 1px solid #5383c3;
    margin-bottom: 30px;
}
.col-2 {
    display: flex;
    padding: 0 20px;
    margin-top: 30px;
}
.col-2 .left {
    text-align: left;
}
.col-2 .left > p {
    font-size: 120%;
}
.sec01 .col-2 .right, .sec05 .col-2 .right {
    width: 50%;
}

.text-wrap {
    margin-top: 60px;
}
.text-wrap p {
    margin-bottom: 30px;
}
.sp {
    display: none !important;
}
.sec02 {
    background-color: #f7f4ef;
    text-align: center;
    padding: 40px 15px;
}
.small-title {
    color: #aeaeae;
}
.sec02 h2 {
    margin: 30px 0;
    font-size: 30px;
    color: #314469;
}
.sec02 h2 .red {
    text-shadow: 1px 1px 1px #888;
    font-size: 120%;
    margin: 0 5px;
}
.col-3 {
    display: flex;
}
.col-3 > div {
    width: 100%;
    padding: 20px;
}
.point {
    position: relative;
    background-color: #fff;
    border: 1px solid #5383c3;
    box-shadow: 1px 1px 1px 1px #888;
    border-radius: 50px;
    padding: 20px;
    height: 350px;
}
.point img {
    display: block;
    width: auto;
    height: 180px;
    object-fit: contain;
    margin: 30px auto 0;
}
.col-3 div > p {
    font-weight: bold;
    margin-top: 15px;
}
.point .num {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 70px;
    height: 70px;
    padding: 15px;
    background-image: url(../img/rent/num.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-text {
    padding-bottom: 20px;
    border-bottom: 2px dashed #5383c3;
    display: inline-block;
}
.sec03 .sec-title {
    position: relative;
    text-align: center;
    padding: 40px 0;
    margin-top: 30px;
}
.sec03 .sec-title h2 {
    font-size: 28px;
}
.sec03 .sec-title .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;

}
.sec03 .sec-title .bg2 {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}
.sec05 .sec-title, .sec06 .sec-title, .sec07 .sec-title {
    position: relative;
    padding: 130px 0 30px;
    text-align: center;
}
.sec05, .sec06, .sec07 {
    margin-bottom: 60px;
}
.sec05 .sec-title h2, .sec06 .sec-title h2, .sec07 .sec-title h2 {
    font-size: 32px;
    font-family: "游明朝体","Yu Mincho",YuMincho,serif;
}
.sec05 .sec-title .bg1, .sec07 .sec-title .bg1 {
    position: absolute;
    left: 0;
    top: 0;
}
.sec06 .sec-title .bg1 {
    position: absolute;
    right: 0;
    top: 0;
}
.sec05 p, .sec06 p, .sec07 p {
    margin-bottom: 30px;
}
.sec06 .col-2 .right {
    width: 60%;
}
.col-2 .right > p {
    font-size: 120%;
}
.sec06, .sec07 {
    margin-top: 50px;
}
.sec06 .left img, .sec07 .right img {
    width: 200px;
}
.sec08 {
    margin-top: 80px;
}
.sec08 .sec-header {
    position: relative;
    text-align: center;
}
.sec08 .sec-header .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}
.sec08 .sec-header .bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
}
.sec08 .sectitle-image {
    width: 340px;
}
.sec08 .sec-header h2 {
    font-size: 28px;
    font-weight: 900;
    padding-top: 20px;
    position: relative;
}
.sec08 .sec-header h2::before {
    content: "" ;
    display: block;
    width: 250px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.qa__container {
    padding: 20px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
}
.qa__container dl {
    margin-top: 40px;
    border-bottom: 3px dotted #000;
}
.qa__container dt {
    position: relative;
    font-weight: 600;
    font-size: 130%;
    cursor: pointer;
}
.qa__container dt::before {
    content: "Q";
    display: inline-block;
    padding: 20px;
    background-image: url(../img/rent/qa-circle.png);
    background-position: -4px center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}
.qa__container dt::after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 150%;
    transition: .3s;
}
.qa__container dt.active::after {
    transform: translateY(-50%) rotate(180deg);
}
.qa__container dd {
    padding: 2rem 3rem;
    background-color: #dbc8a4;
    display: none;
}
.sec07 .col-2 .right {
    width: 50%;
    text-align: center;
}
.sec06 .col-2 .left {
    width: 50%;
    text-align: center;
}
.sec06 .col-2 .right {
    width: 100%;
}
.sec04 {
    background-color: #eceff3;
    padding: 40px 15px;
}
.sec04 .header-section {
    text-align: center;
    position: relative;
}
.sec04 .header-section .sub {
    color: #787878;
    margin-bottom: 20px;
}
.sec04 h2 {
    font-size: 28px;
}
.sec04 h2::before {
    display: block;
    content: "" ;
    width: 150px;
    height: 2px;
    background-color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50%;
    transform: translateX(-50%);
}
.sec04 .bg1 {
    position: absolute;
    top: 0;
    left: 0;
}
.sec04 .bg2 {
    position: absolute;
    top: 0;
    right: 0;
}
.sec04 .bg3 {
    position: absolute;
    bottom: -50px;
    right: 20%;
    width: 70px;
}
.sec04 .bg4 {
    position: absolute;
    top: 0;
    right: 12%;
    width: 100px;
}
.col-6 {
    margin-top: 80px;
    padding-top: 80px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.col-6 .row {
    width: 100%;
    text-align: center;
}
.col-6 .row p {
    margin-top: 8px;
}
.col-6 .row .item {
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    width: calc(90vw/6);
    height: calc(90vw/6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-6 .row .item span {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 32px;
    color: #d7c4a1;
    font-weight: 900;
}
/* .col-6 .row .item .arrow::after {
    position: absolute;
    top: 50%;
    left: 35px;
    content: "" ;
    display: inline-block;
    width: 11.333vw;
    height: 10px;
    background-image: url(../img/rent/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
} */
.col-6 .row .item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.slider_text {
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #fff;
}
.slider_text .bg-gold {
    background-color: #ab862e;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
}
.slider_text .jp-flag {
    background-image: url(../img/rent/japan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
    padding: 30px 18px;
    text-align: center;
}
.slider_text .jp-flag h2 {
    font-size: 30px;
}
.slider_text .jp-flag p {
    font-size: 12px;
}
.top-slider .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.top-slider .text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 8vw;
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    text-shadow: 2px 2px 2px #333;
}
.top-slider .text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 2.66666vw;
    line-height: 1.1;
    transform: translateX(-11vw);
    text-shadow: 2px 2px 2px #333;
}
.sec1 {
    margin-top: 80px;
}
.sec1 .flex__container {
    display: flex;
    justify-content: center;
}
.sec1 .flex__container .left {
    width: 35%;
    padding: 30px 30px 30px 10px;
}
.sec1 .flex__container .right {
    text-align: center;
    padding: 30px 10px 30px 30px;
}
.sec1 .sec-head {
    position: relative;
    margin-bottom: 70px;
}
.sec1 .sec-head .bg1 {
    position: absolute;
    top: -50px;
    right: -30px;
    left: auto;
    height: 100%;
}
.sec1 .sec-head h3.gold {
    position: relative;
    color: #ab862e;
    font-weight: 600;
    margin-bottom: 30px;
}
.sec1 .sec-head .gray {
    color: #95949a;
}
.sec1 .sec-head h3.gold::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "" ;
    display: inline-block;
    width: 120px;
    height: 1.3px;
    background-color: #000;
    border-radius: 6px;
    transform: translateX(-50%);
}
.sec1 .flex__container .right p {
    margin-top: 50px;
    color: #000;
    font-size: 18px;
}
.sec1 .flex__container .right > p{
    margin-top: 15px !important;
}
.sec1 .recommend {
    margin-top: 70px !important;
}
.sec1 .recommend h4 {
    position: relative;
    display: inline-block;
    font-size: 18px;
}
.sec1 .recommend h4::before {
    content: "" ;
    display: inline-block;
    width: 60px;
    height: 1.2px;
    background-color: #000;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.sec1 .recommend h4::after {
    content: "" ;
    display: inline-block;
    width: 60px;
    height: 1.2px;
    background-color: #000;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.sec1 .recommend p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    max-width: 500px;
    margin: 30px auto 0 !important;
    font-size: 16px;
}
.sec1 .recommend p img {
    width: 25px;
    margin-right: 35px;
}
.sec1 > p {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}

.contact {
    text-align: center;
    margin-top: 50px;
}
.contact a {
    position: relative;
    display: inline-block;
    padding: 10px 70px 10px 35px;
    font-size: 20px;
    color: #f6f6e0;
    background-color: #2d424b;
    border-radius: 30px;
    margin-bottom: 50px;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN',sans-serif;
}
.contact a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/rent/c-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sec02 .sec-title {
    color: #95949a;
    position: relative;
}
.sec02 .sec-title .gold {
    color: #ab862e;
}
.sec02 .sec-title::after {
    position: absolute;
    bottom: -60px;
    left: 50%;
    content: attr(data-title);
    display: block;
    transform: translateX(-50%);
    font-size: 22px;
    color: #000;

}
.sec02 .sec-title::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "" ;
    display: inline-block;
    width: 120px;
    height: 1.3px;
    background-color: #000;
    border-radius: 6px;
    transform: translateX(-50%);
}
.sec02 .flex__container {
    display: flex;
    padding: 20px 10px;
    margin-top: 60px;
}
.sec02 .flex__container > div {
    width: 100%;
    padding: 10px;
}
.sec02 .flex__container > div img {
    margin-top: 15px;
}
.sec02 .flex__container .sec-title {
    display: flex;
    align-items: center;
    color: #000;
}
.sec02 .flex__container .sec-title img {
    width: 110px;
}
.sec02 .flex__container .sec-title p {
    margin: 15px 0 0;
    text-align: left;
    font-size: 18px;
}
.sec02 .flex__container .sec-title::before, .sec02 .flex__container .sec-title::after {
    content: none;
}
.want_text {
    font-weight: 600;
    margin: 50px 0 20px;
    font-size: 18px;
    text-align: center;
}
.want_flex {
    display: flex;
    padding: 30px 30px;
    margin-bottom: 80px;
}
.want_flex > div {
    width: 100%;
    padding: 15px 15px;
    text-align: center;
}
.want_flex p {
    margin-top: 25px;
}
.want_flex a {
    display: inline-block;
    width: 70%;
    min-width: 200px;
    padding: 8px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    margin-top: 15px;
}

.sec03 .sec-title {
    color: #95949a;
    position: relative;
    font-size: 30px;
    margin-top: 0;
    padding: 0;
    margin-bottom: 100px;
}
.sec03 .sec-title .gold {
    color: #ab862e;
}
.sec03 .sec-title::after {
    position: absolute;
    bottom: -60px;
    left: 50%;
    content: attr(data-title);
    display: block;
    transform: translateX(-50%);
    font-size: 22px;
    color: #000;
    white-space: nowrap;
}
.sec03 .sec-title::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: "" ;
    display: inline-block;
    width: 120px;
    height: 1.3px;
    background-color: #000;
    border-radius: 6px;
    transform: translateX(-50%);
}
.supportItem {
    display: flex;
    padding: 15px;
    margin-top: 40px;
}
.supportItem > div {
    width: 100%;
    padding: 15px 20px;
}
.supportItem .s_number {
    position: relative;
    font-size: 20px;
    color: #ab862e;
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.supportItem .s_number::after {
    position: absolute;
    bottom: 10px;
    left: 40px;
    content: "" ;
    display: inline-block;
    width: 180px;
    height: 1px;
    background-color: #ab862e;
}
.supportItem .s_number span {
    font-size: 28px;
    margin-left: 10px;
}
.supportItem .s_number img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    object-fit: contain;
    transform: translateY(-50%);
}
.supportItem h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
.col-6 .row .item img {
    height: 80%;
}
.sec04 {
    background-image: url(../img/rent/main_procedure-bg.png);
    background-size: contain;
}
.sec04 .col-6 {
    padding-top: 0;
}
.sec04 h2 {
    margin-top: 15px;
    font-size: 23px;
}
.sec04 .header-section .sub {
    font-size: 30px;
}
.sec04 .header-section .sub span {
    color: #ab862e;
    font-weight: 600;
}
.sec05 {
    position: relative;
}
.bottom-img {
    position: absolute;
    bottom: -5vw;
    left: 0;
}
.sec06 {
    position: relative;
}
.sec06 .bottom-img {
    bottom: -3.3333vw;
}
.sec06 .col-2 .left {
    position: absolute;
    left: -10%;
    top: 80px;
}
.sec06 .col-2 .right {
    padding-left: 40%;
}
.sec05, .sec06 {
    max-width: 1200px;
    margin: 100px auto 0;
    position: relative;
    background: #fff;
}
.sec06 .left img, .sec07 .right img {
    width: 150px;
}
.sec06 .col-2, .sec05 .col-2 {
    padding-bottom: 80px;
}
.sec07 {
    max-width: 1200px;
    margin: 40px auto 0;
    position: relative;
    background: #fff;
}
.sec07 .sec-title {
    padding: 80px 0 30px;
}
.sec07 .col-2 {
    padding-bottom: 130px;
}
.sec07 .col-2 .left {
    padding-right: 40%;
}
.sec07 .col-2 .right {
    position: absolute;
    top: 100px;
    right: -10%;
}
.sec07 .bottom-img {
    bottom: 0;
}
.sec09 {
    max-width: 1200px;
    margin: 200px auto 0;
    position: relative;
    background: #fff;
}
.sec09 .sec-title h2 {
    text-align: center;
    font-size: 32px;
    font-family: "游明朝体","Yu Mincho",YuMincho,serif;
}
.sec09 .inner {
    max-width: 800px;
    margin: 0 auto;
}
.sec09 p:first-child {
    margin-top: 50px;
}
.sec09 p {
    font-size: 120%;
    margin-bottom: 30px;
}
.sec09 .bottom-img {
    position: static;
}

.bg___wrapper {
    padding: 30px;
    background-image: url(../img/rent/sec-bg.png);
    background-size: contain;

}
.sec-bg {
    background-color: #fff;
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.sec05 {
    margin-top: 0;
}

.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}
.fadein.active {
    opacity: 1;
    transform: none;
    transition: 1s;
}
.fadein-d {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}
.fadein-d.active {
    opacity: 1;
    transform: none;
    transition: 1s;
}
.slick-slide img {
    min-width: 100%;
}
.service-text {
    font-size: 50px;
    font-weight: 300;
}
.service-text span {
    font-size: 20px;
    font-family: 'BIZ UDPGothic', sans-serif;
}
.sec02 .flex__container .text {
    margin-top: 30px;
    font-size: 18px;
}
.sec02 .flex__container .sec-title .text {
    margin-top: 0;
}
.qa__container a {
    color: #61bbf1;
}
.sec03 .sec-title {
    margin-bottom: 80px;
}
.sec03 .sec-subtitle {
    text-align: center;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN',sans-serif;
}
.price__container {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 1300px;
    margin: 80px auto 20px;
    padding: 0 10px;
}
.price__container * {
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic ProN',sans-serif;
}
.price__container > div {
    width: calc((100% - 20px) / 3);
    padding: 10px;
    background-color: #f2f2ec;
}
.price__container .price-text {
    padding: 15px;
    background-color: #fff;
    width: 100%;
    flex: 1;
}
.price__container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price__container .item h3 {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
}
.price__container .item a {
    padding: 10px;
    color: #fff;
    background-color: #7b7b7b;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 18px;
}
.price__container .item .yen {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.price__container .item .yen p {
    font-size: 18px;
}
.price__container .item .yen .price-yen {
    font-weight: 900;
    font-size: 26px;
    text-align: center;
}
.price__container .price-description {
    text-align: center;
}
.price__container .price-description p {
    margin-top: 1rem;
}
.price__container .item ul {
    display: inline-block;
    margin: 15px auto 0;
    font-size: 16px;
    text-align: left;
    padding-left: 2rem;
    list-style: disc;
}
.price__container .item.no1 {
    position: relative;
    border: 2px solid #f76f5c;
    background-color: rgba(247, 111, 92, .1);
}
.price__container .item.no1::before {
    content: "人気No.1！";
    display: inline-block;
    padding: 6px 12px;
    background-color: #f76f5c;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
.price__container .item.no1::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #f76f5c;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

@media screen and (min-width: 780px) {
    .fadein-d.active:nth-of-type(2) {
        transition-delay: .4s;
    }
    .fadein-d.active:nth-of-type(3) {
        transition-delay: .8s;
    }
    .fadein-d.active:nth-of-type(4) {
        transition-delay: 1.2s;
    }
    .fadein-d.active:nth-of-type(5) {
        transition-delay: 1.6s;
    }
    .fadein-d.active:nth-of-type(6) {
        transition-delay: 2s;
    }
}

@media screen and (max-width: 780px) {
    :root {
        --sec-padding: 5rem 10px 3rem;
    }
    html {
        font-size: 50%;
    }
    .slider_text {
        display: none;
    }
    .top-slider .text h2 {
        font-size: 40px;
    }
    .top-slider .text h3 {
        font-size: 16px;
        transform: translateX(-42px);
    }
    .note {
        font-size: 12px !important;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .slide-text {
        width: 96vw;
        height: 48vw;
        border-radius: 48vw 48vw 0 0;
    }
    .slide-text p {
        font-size: 3.6666vw;
    }
    .slide-text h2 {
        font-size: 5vw;
        text-align: center;
        margin-top: 5px;
        line-height: 1.4;
    }
    .slide-text .contact-link-btn {
        margin-top: 4px;
    }
    .slide-text > span {
        max-width: 80%;
        display: block;
        margin: 0;
        text-align: center;
    }
    .contact-link-btn {
        min-width: 300px;
        font-size: 15px;
        padding: 6px;
    }
    .contact-link-btn .link-wave {
        right: 0;
    }
    .sec-head h4 {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .sec-head .bg1, .sec-head .bg2 {
        width: 150px;
    }
    .sec-head h3 {
        font-size: 4vw;
    }
    .sec-head .border-btm {
        padding-bottom: 10px;
    }
    .sec-head .border-btm::after {
        margin-top: 10px;
    }
    .support-text {
        margin-top: 20px;
    }
    .ft-big {
        font-size: 160%;
    }
    img.human {
        width: 20%;
    }
    img.service {
        width: 78%;
    }
    .col-2 {
        flex-direction: column;
    }
    .text-wrap {
        margin-top: 30px;
    }
    .text-wrap p {
        margin-bottom: 15px;
    }
    .sec01 .col-2 .right, .sec05 .col-2 .right {
        width: 100%;
        min-width: 0;
    }
    .col-2 .right img {
        width: 80%;
    }
    .sec02 {
        padding: 20px 10px;
    }
    .sec02 h2 {
        margin: 15px 0;
        font-size: 5vw;
    }
    .col-3 {
        flex-direction: column;
    }
    .point {
        height: 300px;
    }
    .sec03 .sec-title {
        padding: 20px 0;
    }
    .sec03 .sec-title h2 {
        font-size: 5vw;
    }
    .sec03 .sec-title .bg1 {
        width: 30vw;
        top: -20px;
    }
    .sec03 .sec-title .bg2 {
        width: 30vw;
    }
    .sec05 .sec-title h2, .sec06 .sec-title h2, .sec07 .sec-title h2 {
        font-size: 5vw;
    }
    .sec05 .sec-title .bg1, .sec07 .sec-title .bg1 {
        top: -20px;
        width: 50vw;
    }
    .sec05 .sec-title, .sec06 .sec-title, .sec07 .sec-title {
        padding: 40px 0 20px;
    }
    .sec05 p, .sec06 p, .sec07 p {
        margin-bottom: 15px;
    }
    .col-2 .left > p {
        font-size: 110%;
    }
    .sec06 .col-2 {
        margin-top: 10px;
        padding-bottom: 90px;
    }
    .sec06 .col-2 .right {
        width: 100%;
    }
    .sec06 .col-2 .left {
        text-align: center;
    }
    .sec06 .sec-title .bg1 {
        top: 10px;
    }
    .sec07 .right {
        text-align: center;
    }
    .sec07 .right img {
        width: 50vw;
    }
    .sec08 .sectitle-image {
        width: 40vw;
    }
    .sec08 .sec-header .bg1, .sec08 .sec-header .bg2 {
        width: 35vw;
    }
    .sec08 .sec-header h2 {
        font-size: 5vw;
    }
    .sec09 {
        margin: 80px auto 0;
    }
    .sec09 .sec-title h2 {
        font-size: 5vw;
    }
    .sec09 p:first-child {
        margin-top: 30px;
    }
    .sec09 p {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .qa__container dl {
        margin-top: 20px;
    }
    .qa__container dt::before {
        padding: 12px;
        margin-right: 5px;
    }
    .qa__container dt {
        padding-right: 25px;
        font-size: 100%;
    }
    .qa__container {
        padding: 15px 20px;
    }
    .qa__container dd {
        padding: 1rem 1.5rem;
    }
    .qa__container dt::after {
        right: 5px;
        font-size: 100%;
    }
    .sec05 .col-2 .right img {
        width: 100%;
    }
    .col-2 .right {
        min-width: 0;
    }
    .sec07 .col-2 .right, .sec06 .col-2 .left {
        width: 100%;
    }
    .sec07 .col-2 .right img, .sec06 .col-2 .left img {
        width: 40%;
        min-width: 140px;
    }
    .sec04 {
        padding: 20px 10px 40px;
    }
    .sec04 h2 {
        font-size: 5vw;
    }
    .sec04 .bg1, .sec04 .bg2 {
        width: 23vw;
    }
    .sec04 h2::after {
        width: 180px;
        margin-top: 10px;
    }
    .sec04 .bg3 {
        bottom: -30px;
        right: 20px;
        width: 40px;
    }
    .col-6 {
        margin-top: 25px;
        padding-top: 40px;
    }
    .sec04 .bg4 {
        right: 15px;
        width: 50px;
    }
    .col-6 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-6 .row {
        width: 100%;
        margin-top: 30px;
    }
    .col-6 .row .item {
        min-width: 45vw;
        min-height: 45vw;
        max-width: 45vw;
        max-height: 45vw;
    }
    .col-6 .row .item .arrow::after {
        content: none;
    }
    .slider_text {
        top: 0;
        right: 0;
        left: auto;
        width: 60%;
        min-width: 200px;
        padding: 20px 5px;
    }
    .slider_text .bg-gold {
        padding: 5px;
        font-size: 16px !important;
        background-color: transparent;
        color: #000;
    }
    .slider_text .jp-flag {
        background-size: 30px;
        padding: 0;
    }
    .slider_text .jp-flag h2 {
        font-size: 20px;
    }
    .slider_text .jp-flag p {
        font-size: 12px !important;
    }
    .service-text {
        right: auto;
        left: 20px;
        bottom: 15px;
        font-size: 30px !important;
    }
    .service-text span {
        font-size: 18px;
    }
    .sec1 {
        margin-top: 10px;
    }
    .sec1 .flex__container {
        flex-direction: column-reverse;
    }
    .sec1 .flex__container .left {
        width: 100%;
        padding: 10px;
    }
    .sec1 .flex__container .right {
        padding: 10px;
    }
    .sec1 .sec-head {
        margin-bottom: 30px;
    }
    .sec1 .recommend {
        margin-top: 50px !important;
    }
    .recommend {
        padding: 0;
    }
    .sec1 .recommend p img {
        width: 18px;
    }
    .sec1 .recommend p img {
        margin-right: 8px;
    }
    .sec1 .flex__container .right p {
        font-size: 15px !important;
        margin: 14px auto 0 !important;
    }
    .sec02 .flex__container {
        flex-direction: column;
    }
    .want_text {
        margin: 40px 0 20px;
        padding: 0 10px;
    }
    .want_flex {
        padding: 10px 0;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .sec03 .sec-title {
        padding: 10px 0;
        font-size: 5vw;
        margin-bottom: 50px;
    }
    .sec03 .sec-title::before {
        bottom: 0;
    }
    .sec03 .sec-title::after {
        bottom: -35px;
        font-size: 17px;
    }
    .sec02 .sec-title::after {
        font-size: 17px;
        bottom: -50px;
    }
    .supportItem {
        margin-top: 20px;
    }
    .supportItem > div {
        padding: 10px 5px;
    }
    .supportItem .s_number {
        font-size: 18px;
        padding-left: 20px;
    }
    .supportItem .s_number img {
        width: 50px;
        height: 50px;
        left: -10px;
    }
    .supportItem .s_number span {
        font-size: 23px;
    }
    .supportItem .s_number::after {
        left: 20px;
        width: 85%;
    }
    .supportItem h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sec04 .header-section .sub {
        padding: 0 0;
        font-size: 5vw !important;
        font-weight: 600;
        margin-bottom: 0 !important;
    }
    .sec04 h2 {
        font-size: 15px;
        margin-top: 0;
    }
    .sec06 .col-2 .left, .sec07 .col-2 .right {
        position: static;
    }
    .sec05 .sec-title, .sec06 .sec-title, .sec07 .sec-title {
        padding: 20px 0 0;
    }
    .sec06 .col-2 .right, .sec07 .col-2 .left {
        padding-left: 0;
        padding-right: 0;
    }
    .sec07 .col-2 {
        padding-bottom: 80px;
    }
    .sec05, .sec06, .sec07 {
        margin: 50px auto 0;
    }
    .sec05 {
        margin: 0 auto;
    }
    .slick-slider  {
        height: 70vh;
    }
    .slick-slider img {
        width: 100vw;
        height: 70vh;
        object-fit: cover;
    }
    .secimgtext {
        position: relative;
    }
    .secimgtext p {
        background-color: rgba(255,255,255,.8);
        color: #000;
        padding: 8px 30px;
        display: inline-block;
        position: absolute;
    }
    .secimgtext .f1 {
        top: 10px;
        right: 10px;
        padding: 8px 50px;
    }
    .secimgtext .f2 {
        top: 60px;
        right: 10px;
    }
    .secimgtext .f3 {
        bottom: 10px;
        left: 0;
        padding: 20px 10px;
    }
    .supportItem {
        flex-direction: column-reverse;
    }
    .supportItem .s_number::after {
        content: none;
        margin-bottom: 0;
    }
    .supportItem .s_number img {
        width: 80px;
        height: 80px;
    }
    .supportItem .s_number {
        margin-bottom: 0;
        padding-left: 30px;
        z-index: 10;
    }
    .supportItem .s_number span {
        font-size: 30px;
    }
    .supportItem .container {
        position: relative;
    }
    .supportItem .container p {
        position: absolute;
        left: -15px;
        bottom: 10px;
        padding: 6px 30px;
        border: 1px solid #ab862e;
        background-color: #fff;
    }
    .supportItem .container-right p {
        left: auto;
        right: -15px;
    }
    .supportItem > div.left > p, .supportItem > div.right > p {
        margin-top: 15px;
    }
    .col-6 .row {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .col-6 .row .sbgl,.col-6 .row .sbgr {
        position: absolute;
        width: 80px;
    }
    .col-6 .row .sbgl {
        top: -50px;
        left: 0;
    }
    .col-6 .row .sbgr {
        bottom: 0;
        right: 0;
    }
    .col-6 .row .item {
        margin-right: 10px;
        margin-left: 20vw;
    }
    .col-6 .row.goto {
        width: 100%;
    }
    .col-6 .row.goto img {
        width: 50vw;
        display: block;
        margin-left: 20vw;
    }
    .col-6 .row.goto .sbgl {
        width: 180px;
        margin-left: 0;
    }
    .col-6 .row.goto .sbgr {
        width: 80px;
        margin-left: 0;
    }
    .col-6 .row .item span {
        left: -15px;
    }
    .col-6 .row .item img.aarrow {
        width: 10px;
        height: 150px;
        position: absolute;
        left: 15px;
        top: 25px;
    }
    .price__container {
        flex-direction: column;
        margin: 30px 0;
    }
    .price__container > div {
        width: 100%;
    }
    .price__container .item {
        margin: 20px 0;
    }
    .price__container .item .yen .price-yen {
        font-size: 19px !important;
    }
}



.section-tag {
    color: var(--ocean-teal);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 1.36rem;
    margin-bottom: 1.6rem;
    display: block;
    text-align: center;
}
.section-title {
    text-align: center;
    font-size: 3.84rem;
    margin-bottom: 8.0rem;
    font-weight: 900;
    color: var(--shark-blue);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.section-title::after {
    content: '';
    display: block;
    width: 8rem;
    height: 6px;
    background: var(--sun-yellow);
    margin: 20px auto 0;
    border-radius: 3px;
}
.note {
    text-align: center;
    margin-top: 30px;
    color: var(--text-muted);
    font-size: 1.44rem;
}
.mid-cta-wrapper {
    text-align: center;
    margin-top: 5rem;
}
.features {
    padding: var(--sec-padding);
    background: #fff;
}
.grid-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 6rem;
}
.feature-item {
    padding: 0;
    background: var(--sand-beige);
    border-radius: 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid transparent;
    overflow: hidden;
}
/* .feature-item:hover {
    transform: translateY(-10px);
    border-color: var(--sun-yellow);
    background: #fff;
    box-shadow: 0 20px 40px rgba(7, 89, 133, 0.05);
} */
.feature-image {
    width: 100%;
    height: 180px;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.feature-item:hover .feature-image img {
    transform: scale(1.05);
}
.feature-content {
    padding: 3rem 2.4rem;
    text-align: center;
}
.feature-item h3 {
    color: var(--shark-blue);
    margin-bottom: 1.6rem;
    font-size: 2.0rem;
    font-weight: 900;
    line-height: 1.4;
}
.feature-item p {
    font-size: 1.44rem;
    color: var(--text-muted);
    text-align: left;
}
.comparison {
    padding: var(--sec-padding);
    background-color: #fff;
}
.comparison-table-wrapper {
    max-width: 900px;
    margin: 5rem auto 0;
    overflow-x: auto;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #fff;
    border: 1px solid #eee;
}
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.comparison-table th, .comparison-table td {
    padding: 2rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}
.comparison-table th {
    background-color: #f8fafc;
    font-weight: 800;
    color: var(--text-main);
}
.comparison-table th:first-child {
    text-align: left;
    padding-left: 2rem;
}
.comparison-table td:first-child {
    text-align: left;
    padding-left: 2rem;
    font-weight: 700;
    color: var(--shark-blue);
}
.col-highlight {
    background-color: rgba(7, 89, 133, 0.02);
    font-weight: 700;
    width: 35%;
}
.comparison-table th.col-highlight {
    background-color: var(--shark-blue);
    color: #fff;
}
.table-check {
    color: #22c55e;
    font-weight: 900;
    font-size: 1.92rem;
}
.table-cross {
    color: #ef4444;
    font-weight: 900;
    font-size: 1.92rem;
}
.comparison-table .price-accent {
    color: var(--shark-blue);
    font-weight: 900;
    font-size: 1.76rem;
}
.comparison-table .price-muted {
    color: var(--text-muted);
    font-size: 1.44rem;
}
.pricing-section-container {
    padding: var(--sec-padding);
    background-color: var(--sand-beige);
}
.pricing {
    max-width: 1100px;
    margin: 0 auto;
}
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    align-items: stretch;
}
.card {
    background: #fff;
    border: none;
    border-radius: 24px;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
/* .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 35px -5px rgba(7, 89, 133, 0.12);
} */
.card.featured {
    border: 3px solid var(--shark-blue);
}
.badge {
    display: inline-block;
    background: var(--sun-yellow);
    color: var(--shark-blue);
    padding: 0.8rem 2.3rem;
    border-radius: 50px;
    font-size: 1.36rem;
    font-weight: 800;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(250, 204, 21, 0.4);
    text-align: center;
    letter-spacing: 0.1em;
}
.card h3 {
    margin: 0;
    font-size: 2.88rem;
    text-align: center;
    color: var(--shark-blue);
    font-weight: 900;
}
.price {
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    margin: 2.5rem 0 1rem;
    color: var(--text-main);
    letter-spacing: -0.06em;
}
.price span {
    font-size: 1.6rem;
    color: var(--text-muted);
    font-weight: 400;
    letter-spacing: 0;
}
.commission-free {
    text-align: center;
    font-size: 1.76rem;
    color: var(--ocean-teal);
    margin-bottom: 2rem;
    font-weight: 800;
    background: rgba(8, 145, 178, 0.1);
    padding: 0.6rem 1.6rem;
    border-radius: 8px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.plan-description {
    font-size: 1.6rem;
    color: var(--text-muted);
    margin-bottom: 3.5rem;
    text-align: center;
    min-height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.pricing-cards ul {
    margin: 0 0 4.5rem 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
}
.pricing-cards li {
    padding: 1.3rem 0;
    padding-left: 3rem;
    position: relative;
    font-size: 1.5rem;
    border-bottom: 1px solid #f1f5f9;
}
.pricing-cards li:last-child {
    border-bottom: none;
}
.pricing-cards li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-size: 2.1rem;
    font-weight: 900;
    color: var(--sun-yellow);
    top: 50%;
    transform: translateY(-50%);
}
.btn {
    display: inline-block;
    text-align: center;
    padding: 2rem 4rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    border: none;
    font-size: 1.6rem;
}
.btn-outline {
    border: 2px solid var(--shark-blue);
    color: var(--shark-blue);
    background: transparent;
}
.btn-outline:hover {
    background: var(--shark-blue);
    color: #fff;
}
.btn-filled {
    background: var(--shark-blue);
    color: #fff;
    box-shadow: 0 4px 14px rgba(7, 89, 133, 0.3);
}
.btn-filled:hover {
    background: #0c4a6e;
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(7, 89, 133, 0.4);
}
.btn-white {
    background: var(--sun-yellow);
    color: var(--shark-blue);
}
.card .btn {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .grid-features {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    small {
        font-size: 0.95em;
    }
    .section-title {
        font-size: 3rem;
        margin-bottom: 5rem;
    }
    .grid-features {
        grid-template-columns: 1fr;
    }
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    .feature-item {
        padding: 0;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 1.6rem 0.6rem;
        font-size: 1.45rem;
        width: auto !important;
    }
    .comparison-table th {
        padding: 2rem 1rem;
    }
    .comparison-table td:first-child {
        padding-left: 1rem;
    }
}