/*
Theme Name: ガラスリペア Bパターン
Theme URL: https://glassrepair-sample-2.com/
Description: ガラスリペア Bパターン
Author: 株式会社GRACE
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


html {
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;;
    color: #101010;
    box-sizing: border-box;
}
/*body{
    max-width: 1920px;
}*/
p {
    font-size: 1.6rem;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
a:hover {
    cursor: pointer;
    opacity: .6;
}

@media only screen and (min-width:769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}


/* --------------------------------------------------
    layout
-------------------------------------------------- */
.sp {
    display: none;
}

@media only screen and (max-width:768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.wrapper {
    min-width: 1200px;
    overflow: hidden;
}
@media only screen and (max-width:768px) {
    .wrapper {
        min-width: unset;
    }
}
.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
@media only screen and (max-width:768px) {
    .container {
        width: 86.6667%;
        margin: 0 auto;
    }
}
.flex {
    display: flex;
    justify-content: space-between;
}


/* --------------------------------------------------
    文字装飾
-------------------------------------------------- */
.bold {
    font-weight: 700;
}
.txt-white {
    color: #fff;
}
.txt-accent {
    color: #0e72b8;
}
.txt-navy {
    color: #000255;
}
.serif {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
}
.cursive {
    font-family: 'Great Vibes', cursive;
}
.raleway-700 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/* --------------------------------------------------
    共通エレメント
-------------------------------------------------- */
.breadcrumbs {
    background-color: #f4f4f4;
    padding: 10px 0;
    font-size: 1.3rem;
}
.btn-w200 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #0e72b8;
    margin: 0 auto;
    position: relative;
}
.btn-w200::after {
    content: '';
    width: 16px;
    height: 7px;
    background-image: url(images/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}
.btn-w250 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 250px;
    height: 50px;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #040b5c;
    margin: 0 auto;
    position: relative;
}
.btn-w250::after {
    content: '';
    width: 25px;
    height: 11px;
    background-image: url(images/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.h2-sideline {
    font-size: 3.6rem;
    font-weight: 700;
    border-left: 10px solid #0e72b8;
    padding-left: 32px;
}
.h3-bg-black-right {
    position: relative;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.33333;
    text-align: right;
    margin: 36px 0 0 auto;
    width: fit-content;
    z-index: 1;
}
.h3-bg-black-right::before {
    content: '';
    position: absolute;
    /*right: -20vw;*/
    right: -5%;
    background-color: #0e72b8;
    /*width: calc(100% + 25vw);*/
    width: 110%;
    min-width: 900px;
    height: 130%;
    transform: skew(-20deg) translateY(-9%);
    z-index: -1;
}
.h3-bg-black-left {
    position: relative;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.33333;
    margin: 36px auto 0 0;
    width: fit-content;
    z-index: 1;
}
.h3-bg-black-left::before {
    content: '';
    position: absolute;
    /*left: -20vw;*/
    left: -5%;
    background-color: #0e72b8;
    /*width: calc(100% + 25vw);*/
    width: 110%;
    min-width: 900px;
    height: 130%;
    transform: skew(20deg) translateY(-9%);
    z-index: -1;
}
.bg-lightblue {
    background-color: #f4faff;
}
.bg-oblique {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(204, 227, 245, 0.2) 5px, rgba(204, 227, 245, 0.2) 10px );
}
.bt-navy {
    border-top: #000255 10px solid;
}
.pager {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 145px;
}
.pager .pager_num .page-numbers {
    display: inline-block;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #f4f4f4;
    line-height: 30px;
    margin-left: 30px;
}
.pager .pager_num .page-numbers:first-child {
    margin-left: 0;
}
.pager .pager_num .page-numbers.current {
    background-color: #0e72b8;
    color: #fff;
}

@media only screen and (max-width:768px) {
    .breadcrumbs {
        padding: 4% 0;
        font-size: 3.2vw;
    }
    .btn-w200 {
        height: auto!important;
        aspect-ratio: 500 / 100;
    }
    .btn-w200::after {
        width: 6%;
        height: auto;
        aspect-ratio: 30 / 13;
        right: 16%;
    }
    .btn-w250 {
        height: auto;
        aspect-ratio: 500 / 100;
    }
    .btn-w250::after {
        width: 6%;
        height: auto;
        aspect-ratio: 30 / 13;
        right: 16%;
    }
    .h2-sideline {
        font-size: 4.8vw;
        border-left: 1.33vw solid #0e72b8;
        padding-left: 3%;
    }
    .h3-bg-black-right {
        font-size: 6.4vw;
        background-color: #0e72b8;
        margin: 8.5% calc(100% - 100vw) 0 auto;
        /* padding: 4.5% 15% 4.5% 3%; */
        padding: 4.5% calc(100vw - 100%) 4.5% 3%;
    }
    .h3-bg-black-right::before {
        display: none;
    }
    .h3-bg-black-left {
        font-size: 6.4vw;
        background-color: #0e72b8;
        margin: 8.5% auto 0 calc(100% - 100vw);
        padding: 4.5% 3% 4.5% calc(100vw - 100%);
    }
    .h3-bg-black-left::before {
        display: none;
    }
    .bt-navy {
        border-top: 1.33vw solid #000255;
    }
    .pager {
        margin-top: 30%;
    }
    .pager .pager_num {
        display: flex;
        justify-content: space-between;
    }
    .pager .pager_num .page-numbers {
        width: 8.5%;
        font-size: 3.733333333333334vw;
        line-height: 1.8;
        margin-left: 0;
    }
}


/* --------------------------------------------------
    .page-title
-------------------------------------------------- */
.page-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.page-title h1 {
    font-size: 4.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.page-title__customer {
    background-image: url(images/page-title_customer_bg.jpg);
}
.page-title__exchange {
    background-image: url(images/page-title_exchange_bg.jpg);
}
.page-title__repair {
    background-image: url(images/page-title_repair_bg.jpg);
}
.page-title__insurance {
    background-image: url(images/page-title_insurance_bg.jpg);
}
.page-title__insulation {
    background-image: url(images/page-title_insulation_bg.jpg);
}
.page-title__aiming {
    background-image: url(images/page-title_aiming_bg.jpg);
}
.page-title__other {
    background-image: url(images/page-title_other_bg.jpg);
}
.page-title__company {
    background-image: url(images/page-title_company_bg.jpg);
}
.page-title__contact {
    background-image: url(images/page-title_contact_bg.jpg);
}
.page-title__privacy {
    background-image: url(images/page-title_privacy_bg.jpg);
}
.page-title__case {
    background-image: url(images/page-title_case_bg.jpg);
}
.page-title__news {
    background-image: url(images/page-title_news_bg.jpg);
}

@media only screen and (max-width:768px) {
    .page-title {
        height: auto;
        aspect-ratio: 750/300;
    }
    .page-title h1 {
        font-size: 6.4vw;
    }
    .page-title__customer {
        background-image: url(images/page-title_customer_bg_sp.jpg);
    }
    .page-title__exchange {
        background-image: url(images/page-title_exchange_bg_sp.jpg);
    }
    .page-title__repair {
        background-image: url(images/page-title_repair_bg_sp.jpg);
    }
    .page-title__insurance {
        background-image: url(images/page-title_insurance_bg_sp.jpg);
    }
    .page-title__insulation {
        background-image: url(images/page-title_insulation_bg_sp.jpg);
    }
    .page-title__aiming {
        background-image: url(images/page-title_aiming_bg_sp.jpg);
    }
    .page-title__other {
        background-image: url(images/page-title_other_bg_sp.jpg);
    }
    .page-title__company {
        background-image: url(images/page-title_company_bg_sp.jpg);
    }
    .page-title__contact {
        background-image: url(images/page-title_contact_bg_sp.jpg);
    }
    .page-title__privacy {
        background-image: url(images/page-title_privacy_bg_sp.jpg);
    }
    .page-title__case {
        background-image: url(images/page-title_case_bg_sp.jpg);
    }
    .page-title__news {
        background-image: url(images/page-title_news_bg_sp.jpg);
    }
}


/* --------------------------------------------------
    .header
-------------------------------------------------- */
.header {
    width: 100%;
    /*max-width: 1920px;*/
    position: fixed;
    z-index: 100;
    background-color: #0e72b8;
    overflow-x: scroll;
}
.header .header__wrapper {
    height: 110px;
}
.header .header__wrapper .header__item:nth-child(1) {
    width: 50%;
}
.header .header__wrapper .header__item:nth-child(2) {
    padding-top: 26px;
}
.header .header__wrapper .header__item:nth-child(2).flex {
    gap: 24px;
}
.header .header__wrapper .header__item:nth-child(3) {
    background-color: #000255;
    width: 130px;
}
.header .header__txt01 {
    position: relative;
    z-index: 1;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    background-color: #FFF;
    margin-right: 1em;
    padding-left: 1em;
    line-height: 26px;
}
.header .header__txt01::before {
    content: '';
    position: absolute;
    z-index: -1;
    /* background-image: url(images/header_txt01_bg.png); */
    background-position-x: right;
    width: 100%;
    height: 100%;
    right: -1em;
    box-sizing: content-box;
    background-color: #FFF;
    transform: skew(-20deg);
}
@media only screen and (max-width:1200px) {
    .header .header__txt01::before {
        min-width: 600px;
        margin-left: 0;
    }
}
.header .h1 {
    font-size: 4.2rem;
    max-width: 540px;
    height: calc(100% - 26px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header .header__tel-num {
    font-size: 2.8rem;
    letter-spacing: 0.025em;
}
.header .header__tel-num::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 26px;
    background-image: url(images/header_tel_icon.png);
    margin-right: 5px;
}
.header .header__tel-time,
.header .header__tel-holiday {
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
}
.header .header__mail {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    text-align: center;
}
.header .header__mail::before {
    content: '';
    display: block;
    background-image: url(images/header_mail_icon.png);
    width: 28px;
    height: 24px;
    margin: 26px auto 12px;
}

@media only screen and (max-width:768px) {
    .header .header__white {
        background-color: #fff;
        padding: 5px 0;
        letter-spacing: 0.1em;
    }
    .header .header__white .header__white__txt {
        font-size: 2.1333333333333333vw;
    }
    .header .flex {
        align-items: center;
    }
    .header .h1 {
        max-width: 85%;
        padding: 4% 0;
        line-height: 1.2;
        font-size: 6.4vw;
    }
    .header .header__nav-btn {
        width: 8.5%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(images/nav_btn.png);
        aspect-ratio: 55/45;
    }
    .header .header__nav-btn.open {
        background-image: url(images/nav_btn_close.png);
        aspect-ratio: 43/37;
    }
}


/* --------------------------------------------------
    .nav
-------------------------------------------------- */
.nav {
    height: 50px;
    box-shadow: inset 0px -10px 10px -10px rgba(119, 119, 119, .2), inset -10px 0px 10px -10px rgba(119, 119, 119, .2);
    border-bottom: 2px solid #e5e5e5;
    background-color: #fff;
}
.nav ul li {
    width: calc(100% / 9);
    height: 50px;
    border-left: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    box-shadow: inset -10px 0px 10px -10px rgba(119, 119, 119, .2);
    background-color: #fff;
}
.nav ul li:last-child {
    border-right: 2px solid #e5e5e5;
}
.nav ul li.current {
    background-color: #e6e6e6;
}
.nav ul li:hover {
    background-color: #e6e6e6;
}
.nav a {
    display: block;
    width: 100%;
    text-align: center;
}
.nav a:hover {
    opacity: unset;
}
.nav a span {
    display: block;
}
.nav a span:first-child {
    font-size: 1.4rem;
    padding-top: 10px;
}
.nav a span:last-child {
    font-size: 1.2rem;
}

@media only screen and (max-width:768px) {
    .nav {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(16, 16, 16, .9);
        z-index: -1;
        top: -100%;
        transform: translateY(0);
        transition: transform .5s;
        box-shadow: none;
        border-bottom: none;
        overflow: scroll;
    }
    .nav.open {
        transform: translateY(100%);
    }
    .nav .sp {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }
    .nav ul.flex {
        flex-wrap: wrap;
        gap: 7.7%;
    }
    .nav ul {
        padding-top: 10%;
    }
    .nav ul li {
        width: calc((100% - 7.7%) / 2);
        height: auto;
        font-size: 4.8vw;
        padding-left: 2%;
        padding-bottom: 4%;
        border-bottom: 1vw solid #0e72b8;
        margin-bottom: 6%;
        box-shadow: none;
        background-color: unset;
    }
    .nav ul li,
    .nav ul li:last-child {
        border-right: none;
        border-left: none;
    }
    .nav ul li:hover {
        background-color: unset;
    }
    .nav ul li a {
        text-align: left;
    }
    .nav .nav__tel-btn {
        background-image: url(images/nav_tel_sp.jpg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        aspect-ratio: 650/150;
    }
    .nav .nav__tel-btn span:nth-child(1) {
        position: relative;
        font-size: 3.2vw;
    }
    .nav .nav__tel-btn span:nth-child(1)::before {
        content: '';
        position: absolute;
        left: 25%;
        top: 65%;
        width: 5%;
        border-top: #000255 solid 2px;
        transform: rotate(54deg);
    }
    .nav .nav__tel-btn span:nth-child(1)::after {
        content: '';
        position: absolute;
        right: 25%;
        top: 65%;
        width: 5%;
        border-top: #000255 solid 2px;
        transform: rotate(-54deg);
    }
    .nav .nav__tel-btn span:nth-child(2) {
        font-size: 6.4vw;
    }
    .nav .nav__tel-btn span:nth-child(3) {
        font-size: 3.2vw;
        padding-top: 1%;
    }
    .nav .nav__mail-credit-wrapper {
        margin-top: 3%;
    }
    .nav .nav__mail-credit-wrapper.flex {
        justify-content: center;
        align-items: center;
    }
    .nav .nav__mail-btn {
        background-color: #0e72b8;
        background-image: url(images/nav_mail_sp.png);
        background-size: 38%;
        background-position: -15% 50%;
        background-repeat: no-repeat;
        width: 51%;
        aspect-ratio: 330/130;
    }
    .nav .nav__mail-btn span:nth-child(1) {
        font-size: 4.8vw;
        padding-top: 7%;
    }
    .nav .nav__mail-btn span:nth-child(2) {
        font-size: 3.2vw;
        padding-top: 4%;
    }
    .nav .nav__credit {
        display: block;
        width: 46%;
        margin: 0 0 0 auto;
    }
}


/* --------------------------------------------------
    .mv
-------------------------------------------------- */
.mv {
    height: 750px;
    overflow: hidden;
    background-image: url(images/mv_bg.jpg);
    background-position: center;
    background-size: cover;
}
.mv .mv__h2 {
    position: relative;
    width: 593px;
    z-index: 1;
    padding-top: 70px;
}
.mv .mv__h2::before {
    content: '';
    position: absolute;
    left: -61%;
    z-index: -1;
    background-image: url(images/mv_h2_bg.png);
    background-position-x: left;
    background-size: contain;
    width: 1163px;
    height: 236px;
    margin-top: -40px;
}
.mv .mv__txt-01 {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.33333;
    text-shadow: 0 0 8px #000;
    border-left: 8px #fff solid;
    margin-top: 60px;
    padding-left: 10px;
}
.mv .mv__txt-02 {
    margin-top: 24px;
}
.mv .mv__txt-02 .flex {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}
.mv .mv__txt-02 li {
    position: relative;
    display: inline-block;
    color: #000255;
    font-size: 2rem;
    z-index: 1;
    line-height: 40px;
    padding: 0 10px;
}
.mv .mv__txt-02 li::before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: #e6e6e6;
    transform: skewX(-30deg);
    z-index: -1;
    height: 40px;
    box-shadow: rgba(0, 0, 0, .35) 3px 3px 7px;
}
.mv .mv__medal {
    margin-top: 24px;
}
.mv .mv__medal.flex {
    justify-content: flex-start;
    gap: 8px;
}
.mv .mv__medal .list-item--unit {
    position: relative;
}
.mv .mv__medal .list-item--unit .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 5px));
    color: #71592d;
    font-size: 2rem;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #715523;
}
.mv .mv__medal .list-item--unit .txt .large {
    font-size: 4.2rem;
}

@media only screen and (max-width:768px) {
    .mv {
        background: none;
        height: auto;
        position: relative;
    }
    .mv .sp {
        background-image: url(images/mv_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        aspect-ratio: 750/1100;
    }
    .mv .container {
        padding-top: 40%;
        height: 100%;
        position: relative;
    }
    .mv .mv__h2 {
        position: absolute;
        width: 90%;
        padding-top: 4.5%;
    }
    .mv .mv__h2::before,
    .mv .mv__h2::after {
        display: none;
    }
    .mv .mv__txt-01 {
        font-size: 15px;
        border-left: 1.0666666666666667vw #fff solid;
        margin-top: 0;
        text-shadow: 0 0 4vw #000;
    }
    .mv .mv__txt-02 li {
        font-size: 3.733333333333334vw;
        font-weight: 400;
        line-height: 6.6vw;
        padding: 0 1%;
        white-space: nowrap;
    }
    .mv .mv__txt-02 li::before {
        height: 6.6vw;
    }
    .mv .mv__medal {
        position: absolute;
        bottom: 5%;
    }
    .mv .mv__medal .list-item--unit .txt {
        transform: translate(-50%, -62%);
        font-size: 2.4vw;
        font-weight: 600;
        text-shadow: 1px 1px 1px #715523;
    }
    .mv .mv__medal .list-item--unit .txt .large {
        font-size: 6vw;
    }
}


/* --------------------------------------------------
    .about
-------------------------------------------------- */
.about {
    background-image: url(images/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0 90px;
}
.about h2 {
    width: fit-content;
    margin: 0 0 0 auto;
}
.about .about__txt-01 {
    line-height: 2;
    width: 725px;
    margin: 36px 0 0 auto;
}
.about .about__txt-01 .btn-w250 {
    margin-top: 45px;
}

@media only screen and (max-width:768px) {
    .about {
        background-image: url(images/about_bg_sp.jpg);
        background-size: contain;
        background-position-y: 0;
        padding: 17% 0 25%;
    }
    .about h2 {
        width: 63%;
    }
    .about .about__txt-01 {
        margin-top: 11.5%;
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .about .about__txt-01 .btn-w250 {
        margin-top: 15%;
        width: 77%;
        font-size: 4.8vw;
    }
}


/* --------------------------------------------------
    .cases
-------------------------------------------------- */
.cases {
    background-color: #f4f4f4;
    text-align: center;
    padding: 95px 0;
}
.cases h2 {
    font-size: 3.6rem;
    line-height: 1;
}
.cases h2 .small {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    padding-bottom: 20px;
}
.cases .cases__txt-01 {
    margin-top: 60px;
    line-height: 2;
}
.cases .btn-w250 {
    margin-top: 55px;
}
.cases .cases__slide {
    position: relative;
    padding-top: 40px;
}
.cases .cases__slide .cases__slide__wrapper {
    align-items: stretch;
}
.cases .cases__slide .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}
.cases .cases__slide .cases__slide__item {
    width: 390px!important;
    height: auto;
}
.cases .cases__slide .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 21px;
    background-color: #fff;
    opacity: 1;
}
.cases .cases__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0e72b8;
}
.cases .cases__slide .cases__slide__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 250;
}
.cases .cases__slide .cases__slide__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cases .cases__slide .cases__slide__item__txt {
    text-align: left;
    background-color: #fff;
    padding: 20px;
    height: calc(100% - 250px);
}
.cases .cases__slide__item__txt .cases__slide__item__txt__case_type {
    padding-top: 8px;
}
.cases .cases__slide__item__txt .cases__slide__item__txt__title {
    font-size: 2rem;
    line-height: 1.25;
    padding-top: 20px;
}
.cases .cases__slide__item__txt .cases__slide__item__txt__disc {
    padding-top: 20px;
    line-height: 1.5;
}

@media only screen and (max-width:768px) {
    .cases {
        padding: 16% 0 26.5% 0;
    }
    .cases h2 {
        font-size: 6.4vw;
    }
    .cases h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4.6%;
    }
    .cases .cases__txt-01 {
        font-size: 3.733333333333334vw;
        line-height: 1.14;
        margin-top: 7%;
    }
    .cases .cases__slide {
        padding-top: 6%;
    }
    .cases .cases__slide .cases__slide__item {
        width: 100%!important;
    }
    .cases .cases__slide .cases__slide__item__img {
        width: 100%;
        height: auto;
        aspect-ratio: 390/250;
    }
    .cases .cases__slide .cases__slide__item__txt {
        padding: 6%;
        height: 65%;
    }
    .cases .cases__slide__item__txt .cases__slide__item__txt__case_type {
        font-size: 3.2vw;
        padding-top: 1%;
    }
    .cases .cases__slide__item__txt .cases__slide__item__txt__title {
        font-size: 4.8vw;
        padding-top: 4%;
    }
    .cases .cases__slide__item__txt .cases__slide__item__txt__disc {
        padding-top: 6%;
    }
    .cases .cases__slide__item__txt .cases__slide__item__txt__disc p {
        font-size: 3.733333333333334vw;
    }
    .cases .cases__slide .swiper-pagination {
        margin-top: 25%;
    }
    .cases .cases__slide .swiper-pagination .swiper-pagination-bullet {
        width: 5%;
    }
    .cases .btn-w250 {
        margin-top: 11.5%;
        width: 77%;
        font-size: 4.8vw;
    }
}


/* --------------------------------------------------
    .service
-------------------------------------------------- */
.service {
    padding: 80px 0 120px;
    text-align: center;
}
.service h2 {
    font-size: 3.6rem;
    line-height: 1;
}
.service h2 .small {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.service .service__menu-list {
    width: 960px;
    margin: 30px auto 0;
}
.service .service__menu-list.flex {
    flex-wrap: wrap;
}
.service .service__menu-list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3);
    aspect-ratio: 1 / 1;
    padding: 28px 0;
    background-repeat: no-repeat;
}
.service .service__menu-list__item:nth-child(1) {
    background-image: url(images/service_menu01_bg.jpg);
}
.service .service__menu-list__item:nth-child(2) {
    background-image: url(images/service_menu02_bg.jpg);
}
.service .service__menu-list__item:nth-child(3) {
    background-image: url(images/service_menu03_bg.jpg);
}
.service .service__menu-list__item:nth-child(4) {
    background-image: url(images/service_menu04_bg.jpg);
}
.service .service__menu-list__item:nth-child(5) {
    background-image: url(images/service_menu05_bg.jpg);
}
.service .service__menu-list__item:nth-child(6) {
    background-image: url(images/service_menu06_bg.jpg);
}
.service .service__menu-list__item__title {
    font-size: 2.8rem;
}
.service .service__menu-list__item__title span {
    display: block;
    font-size: 1.4rem;
}
.service .service__menu-list__item__desc {
    margin: 24px auto 0;
    font-size: 1.6rem;
    line-height: 1.8;
    width: 280px;
}
.service .service__menu-list__item .btn-w200 {
    margin-top: auto;
}
.service .service__menu-list__item .active {
    height: 0;
    margin-top: 0;
    opacity: 0;
}
.service .service__menu-list__item:hover .active {
    height: auto;
    opacity: 1;
}
.service .service__menu-list__item:hover .service__menu-list__item__desc.active {
    margin: 24px auto 0;
}
.service .service__menu-list__item:hover .btn-w200.active {
    margin-top: auto;
    height: 40px;
}

@media only screen and (max-width:768px) {
    .service {
        padding: 18% 0 33.3%;
    }
    .service h2 {
        font-size: 6.4vw;
    }
    .service h2 .small {
        font-size: 3.2vw;
        margin-bottom: 4.6%;
    }
    .service .service__menu-list {
        width: 92.3%;
        margin-top: 10%;
    }
    .service .service__menu-list__item {
        width: 100%;
        background-size: 100%;
        padding: 10% 0 6.6%;
        pointer-events: none;
    }
    .service .service__menu-list__item__title {
        font-size: 6.4vw;
    }
    .service .service__menu-list__item__title span {
        font-size: 3.2vw;
        padding-bottom: 3.3%;
    }
    .service .service__menu-list__item__desc {
        width: 82%;
        margin-top: 5.8%;
        font-size: 3.733333333333334vw;
        line-height: 1.6;
    }
    .service .service__menu-list__item .btn-w200 {
        width: 83.5%;
        font-size: 4.8vw;
        margin-top: auto;
        pointer-events: all;
    }
    .service .service__menu-list__item .active {
        height: auto;
        opacity: 1;
    }
    .service .service__menu-list__item .service__menu-list__item__desc.active,
    .service .service__menu-list__item:hover .service__menu-list__item__desc.active {
        margin: 3.8% auto 0;
    }
}


/* --------------------------------------------------
    .strength
-------------------------------------------------- */
.strength {
    padding: 80px 0 120px;
}
.strength h2 {
    font-size: 3.6rem;
    text-align: center;
}
.strength h2 .small {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.strength h2 .large {
    font-size: 5rem;
}
.strength .strength__list {
    width: 960px;
    margin: 50px auto 0;
}
.strength .strength__list.flex {
    flex-wrap: wrap;
    gap: 30px;
}
.strength .strength__list .strength__list__item {
    padding: 0 25px;
    font-family: "ヒラギノ角ゴシック", sans-serif;
    font-weight: 400;
}
.strength .strength__list .strength__list__item:nth-child(1) {
    width: 600px;
    height: 250px;
    background-color: #0e72b8;
    background-image: url(images/strength_list-item01_bg.png);
    background-position: top 20px right -12px;
    background-repeat: no-repeat;
}
.strength .strength__list .strength__list__item:nth-child(2) {
    width: 330px;
    height: 250px;
    background-color: #f4f4f4;
}
.strength .strength__list .strength__list__item:nth-child(3) {
    width: 330px;
    height: 250px;
    background-color: #e6e6e6;
}
.strength .strength__list .strength__list__item:nth-child(4) {
    width: 600px;
    height: 250px;
    background-color: #001152;
    background-image: url(images/strength_list-item02_bg.png);
    background-position: bottom -6px right 23px;
    background-repeat: no-repeat;
}
.strength .strength__list__item__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.strength .strength__list__item__title .num {
    display: block;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}
.strength .strength__list .strength__list__item:nth-child(1) .strength__list__item__title .num {
    padding-top: 50px;
    padding-bottom: 10px;
}
.strength .strength__list .strength__list__item:nth-child(2) .strength__list__item__title .num {
    padding-top: 12px;
    padding-bottom: 10px;
}
.strength .strength__list .strength__list__item:nth-child(3) .strength__list__item__title .num {
    padding-top: 12px;
    padding-bottom: 10px;
}
.strength .strength__list .strength__list__item:nth-child(4) .strength__list__item__title .num {
    padding-top: 50px;
    padding-bottom: 10px;
}
.strength .strength__list__item__title .large {
    font-size: 4rem;
}
.strength .strength__list__item__desc {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
}

@media only screen and (max-width:768px) {
    .strength {
        padding: 16% 0 35%;
    }
    .strength h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .strength h2 .small {
        font-size: 3.2vw;
        margin-bottom: 4.6%;
        line-height: 1;
    }
    .strength h2 .large {
        font-size: 9.6vw;
        line-height: 1;
    }
    .strength .strength__list {
        margin-top: 8.5%;
        width: 100%;
    }
    .strength .strength__list.flex {
        display: block;
    }
    .strength .strength__list .strength__list__item {
        height: auto!important;
    }
    .strength .strength__list .strength__list__item:not(:first-child) {
        margin-top: 5%;
    }
    .strength .strength__list__item__title {
        font-size: 4.8vw;
    }
    .strength .strength__list__item__title .num {
        font-size: 8vw;
    }
    .strength .strength__list__item__title .large {
        font-size: 8vw;
    }
    .strength .strength__list__item__desc {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        letter-spacing: 0.1em;
        padding: 4vw 0;
    }
    .strength .strength__list .strength__list__item:nth-child(1),
    .strength .strength__list .strength__list__item:nth-child(3) {
        padding-left: calc(100vw - 100%);
        margin-left: calc(100% - 100vw);
    }
    .strength .strength__list .strength__list__item:nth-child(2),
    .strength .strength__list .strength__list__item:nth-child(4) {
        padding-right: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        margin-left: auto;
    }
    .strength .strength__list .strength__list__item:nth-child(1) {
        width: 115.3%;
        background-size: 40%;
        background-position: top 15% right -13%;
    }
    .strength .strength__list .strength__list__item:nth-child(1) .strength__list__item__title .num {
        padding-top: 5%;
        padding-bottom: 2.5%;
    }
    .strength .strength__list .strength__list__item:nth-child(2) {
        width: 86.1%;
        padding-left: 6.9%;
        padding-bottom: 5%;
    }
    .strength .strength__list .strength__list__item:nth-child(2) .strength__list__item__title {
        text-align: right;
    }
    .strength .strength__list .strength__list__item:nth-child(2) .strength__list__item__title .num {
        text-align: left;
        padding-top: 12%;
        padding-bottom: 3.9%;
    }
    .strength .strength__list .strength__list__item:nth-child(3) {
        width: 89.2%;
        padding-bottom: 2.3%;
    }
    .strength .strength__list .strength__list__item:nth-child(3) .strength__list__item__title .num {
        padding-top: 10%;
        padding-bottom: 4.4%;
    }
    .strength .strength__list .strength__list__item:nth-child(4) {
        width: 114.3%;
        padding-left: 7.6%;
        background-size: 21.5%;
        background-position: bottom -32% right 15%;
    }
    .strength .strength__list .strength__list__item:nth-child(4) .strength__list__item__title .num {
        padding-top: 5%;
        padding-bottom: 2.5%;
    }
    .strength .strength__list .strength__list__item:nth-child(4) .strength__list__item__desc {
        width: 67.5%;
    }
}


/* --------------------------------------------------
    .reason
-------------------------------------------------- */
.reason {
    padding-top: 90px;
}
.reason h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    text-align: center;
}
.reason h2 .small {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    line-height: 1;
}
.reason h2 .large {
    font-size: 5rem;
}
.reason .reason__txt-01 {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    padding-top: 50px;
}
.reason .reason__list__wrapper {
    margin-top: 100px;
    background: linear-gradient(90deg, #192863 0%, #192863 50%, #001152 50%, #001152 100%);
}
.reason .reason__list .reason__list__item {
    position: relative;
    width: calc(100% / 4);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 90px;
}
.reason .reason__list .reason__list__item::before {
    content: '';
    display: block;
    width: 136px;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
}
.reason .reason__list .reason__list__item:nth-child(1)::before {
    background-image: url(images/reason_list_item_icon_01.png);
}
.reason .reason__list .reason__list__item:nth-child(2)::before {
    background-image: url(images/reason_list_item_icon_02.png);
}
.reason .reason__list .reason__list__item:nth-child(3)::before {
    background-image: url(images/reason_list_item_icon_03.png);
}
.reason .reason__list .reason__list__item:nth-child(4)::before {
    background-image: url(images/reason_list_item_icon_04.png);
}
.reason .reason__list .reason__list__item:nth-child(odd) {
    background-color: #001152;
}
.reason .reason__list .reason__list__item:nth-child(even) {
    background-color: #192863;
}
.reason .reason__list .reason__list__item__txt {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    margin: auto 0;
    height: 50px;
}
.reason .reason__list .reason__list__item__desc {
    display: none;
    padding: 0 20px;
    line-height: 2;
}
.reason .reason__list .btn-w200 {
    background-color: transparent;
    margin-bottom: auto;
    border: 2px solid #fff;
}
.reason .reason__list .reason__list__item:hover .reason__list__item__txt,
.reason .reason__list .reason__list__item:hover .btn-w200 {
    display: none;
}
.reason .reason__list .reason__list__item:hover .reason__list__item__desc {
    display: block;
}

@media only screen and (max-width:768px) {
    .reason {
        padding: 16% 0 33%;
    }
    .reason h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .reason h2 .small {
        font-size: 3.2vw;
        margin-bottom: 6%;
    }
    .reason h2 .large {
        font-size: 8vw;
        line-height: 1.2;
    }
    .reason .reason__txt-01 {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        text-align: left;
    }
    .reason .reason__list__wrapper {
        margin-top: 26.6%;
        background: none;
    }
    .reason .reason__list__wrapper .container {
        width: 100%;
    }
    .reason .reason__list__wrapper .reason__list.flex {
        display: block;
    }
    .reason .reason__list .reason__list__item {
        width: 100%;
        aspect-ratio: 750/500;
        padding-top: 15%;
    }
    .reason .reason__list .reason__list__item:not(:first-child) {
        margin-top: 20%;
    }
    .reason .reason__list .reason__list__item::before {
        width: 33.3%;
        height: auto;
        aspect-ratio: 1/1;
        background-size: 100%;
    }
    .reason .reason__list .reason__list__item__txt {
        font-size: 6.4vw;
        line-height: 1.25;
        height: auto;
    }
    .reason .reason__list .reason__list__item__desc {
        width: 57%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        margin: 5% auto 0;
        padding: 0;
    }
    .reason .reason__list .btn-w200 {
        width: 46.7%;
        height: auto;
        aspect-ratio: 200/40;
        font-size: 4vw;
    }
}


/* --------------------------------------------------
    .various-service
-------------------------------------------------- */
.various-service {
    margin-top: 50px;
}
.various-service .various-service__busi-trip {
    background-image: url(images/various-service_busi-trip_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.various-service .various-service__busi-trip .various-service__busi-trip__box {
    background-color: #fff;
    padding: 50px;
    width: 50%;
    margin: 0 0 0 auto;
}
.various-service .various-service__busi-trip .various-service__busi-trip__box h3 {
    font-size: 3rem;
}
.various-service .various-service__busi-trip .various-service__busi-trip__box h3 .large {
    font-size: 4rem;
}
.various-service .various-service__busi-trip .various-service__busi-trip__box .various-service__busi-trip__txt {
    line-height: 2;
    padding-top: 20px;
}
.various-service .various-service__busi-trip .various-service__busi-trip__box .btn-w250 {
    margin-top: 45px;
}

.various-service .various-service__frontglass {
    padding: 90px 0 100px;
    background-image: url(images/various-service_frontglass_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.various-service .various-service__frontglass h2 {
    width: fit-content;
    margin: 0 auto 0 0;
}
.various-service .various-service__frontglass .various-service__frontglass__txt {
    width: 725px;
    line-height: 2;
    margin: 60px auto 0 0;
}
.various-service .various-service__frontglass .various-service__frontglass__txt .btn-w250 {
    margin-top: 40px;
}

.various-service .various-service__hq-repair {
    padding: 90px 0 100px;
    background-image: url(images/various-service_hq-repair_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.various-service .various-service__hq-repair h2 {
    width: fit-content;
    margin: 0 0 0 auto;
}
/*.various-service .various-service__hq-repair .h3-bg-black-right::before {
    width: calc(100% + 34vw);
}*/
.various-service .various-service__hq-repair .various-service__hq-repair__txt {
    width: 725px;
    line-height: 2;
    margin: 60px 0 0 auto;
}
.various-service .various-service__hq-repair .various-service__hq-repair__txt .btn-w250 {
    margin-top: 40px;
}

.various-service .various-service__aiming {
    padding: 90px 0;
    background-color: #e6e6e6;
}
.various-service .various-service__aiming .various-service__aiming__box {
    position: relative;
    width: 75%;
    max-width: 1440px;
    margin: 0 auto 0 0;
    background-image: url(images/various-service_aiming_box_bg.jpg);
    background-size: cover;
    background-position: right 0;
    background-repeat: no-repeat;
    padding: 50px 0 80px;
}
.various-service .various-service__aiming .various-service__aiming__box .container {
    width: 1080px;
    margin: 0 0 0 auto;
}
.various-service .various-service__aiming .various-service__aiming__box h3 {
    font-size: 4rem;
    line-height: 1.37;
}
.various-service .various-service__aiming .various-service__aiming__box h3 .large {
    font-size: 5rem;
}
.various-service .various-service__aiming .various-service__aiming__box h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 140px; right: -120px;
    background-image: url(images/various-service_aiming_box_img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 350px;
}
.various-service .various-service__aiming .various-service__aiming__box .various-service__aiming__txt {
    line-height: 2;
    width: 520px;
    padding-top: 70px;
}
.various-service .various-service__aiming .various-service__aiming__box .various-service__aiming__txt .btn-w250 {
    margin-top: 70px;
}

.various-service .various-service__corp {
    padding: 160px 0 170px;
    background-image: url(images/various-service_corp_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.various-service .various-service__corp h2 {
    font-size: 6rem;
    line-height: 1;
    text-align: right;
    font-family: "ヒラギノ明朝", serif;
    font-weight: 700;
}
.various-service .various-service__corp h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: right;
    font-family: "ヒラギノ明朝", serif;
    font-weight: 700;
    margin-top: 35px;
}
.various-service .various-service__corp .various-service__corp__txt {
    width: 620px;
    margin: 55px 0 0 auto;
    line-height: 2;
}
.various-service .various-service__corp .various-service__corp__txt .btn-w250 {
    margin-top: 50px;
}

@media only screen and (max-width:768px) {
    .various-service {
        margin-top: 0;
    }
    .various-service .various-service__busi-trip {
        background-image: url(images/various-service_busi-trip_bg_sp.jpg);
        background-size: cover;
        background-position: center 0;
        padding: 40% 0 20%;
    }
    .various-service .various-service__busi-trip .various-service__busi-trip__box {
        width: 92.3%;
        margin: 0 auto;
        padding: 14.1% 8.3% 8.5%;
    }
    .various-service .various-service__busi-trip .various-service__busi-trip__box h3 {
        font-size: 4.8vw;
    }
    .various-service .various-service__busi-trip .various-service__busi-trip__box h3 .large {
        font-size: 8vw;
    }
    .various-service .various-service__busi-trip .various-service__busi-trip__box .various-service__busi-trip__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding-top: 8.3%;
    }
    .various-service .various-service__busi-trip .various-service__busi-trip__box .btn-w250 {
        width: 83.3%;
        font-size: 4.8vw;
        margin-top: 11.7%;
    }
    .various-service .various-service__frontglass {
        padding: 16.7% 0 24%;
        background-image: url(images/various-service_frontglass_bg_sp.jpg);
        background-size: 100%;
        background-position: center 0;
    }
    .various-service .various-service__frontglass .various-service__frontglass__txt {
        width: 100%;
        margin-top: 17.7%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .various-service .various-service__frontglass .various-service__frontglass__txt .btn-w250 {
        width: 77%;
        font-size: 4.8vw;
        margin-top: 23%;
    }
    .various-service .various-service__hq-repair {
        padding: 12% 0 24%;
        background-image: url(images/various-service_hq-repair_bg_sp.jpg);
        background-size: 100%;
        background-position: center 0;
    }
    .various-service .various-service__hq-repair .various-service__hq-repair__txt {
        width: 100%;
        margin-top: 17.7%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .various-service .various-service__hq-repair .various-service__hq-repair__txt .btn-w250 {
        width: 83.3%;
        font-size: 4.8vw;
        margin-top: 11.7%;
    }
    .various-service .various-service__aiming {
        width: 86.7%;
        margin: 0 0 -6.7% auto;
        padding: 6.7% 0 0;
    }
    .various-service .various-service__aiming .various-service__aiming__box {
        padding: 15.4% 0 20%;
        width: 107.5%;
        margin-left: calc(100% - 100vw);
        background-image: url(images/various-service_aiming_box_bg_sp.jpg);
        background-position: center 0;
    }
    .various-service .various-service__aiming .various-service__aiming__box .container {
        width: 93%;
    }
    .various-service .various-service__aiming .various-service__aiming__box h3 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .various-service .various-service__aiming .various-service__aiming__box h3 .large {
        font-size: 8vw;
        line-height: 1;
    }
    .various-service .various-service__aiming .various-service__aiming__box h3::after {
        position: relative;
        width: 92%;
        height: auto;
        aspect-ratio: 600/350;
        top: unset;
        right: unset;
        margin: 7% auto 0 0;
    }
    .various-service .various-service__aiming .various-service__aiming__box .various-service__aiming__txt {
        width: 92%;
        margin: 0 auto 0 0;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding-top: 12%;
    }
    .various-service .various-service__aiming .various-service__aiming__box .various-service__aiming__txt .btn-w250 {
        width: 83%;
        font-size: 4.8vw;
        margin-top: 16%;
    }
    .various-service .various-service__corp {
        padding: 94.5% 0 29.3%;
        background-image: url(images/various-service_corp_bg_sp.jpg);
        background-size: 100%;
        background-position: center 8%;
        background-color: #fff;
    }
    .various-service .various-service__corp h2 {
        font-size: 8vw;
    }
    .various-service .various-service__corp h3 {
        font-size: 4.8vw;
        line-height: 1.67;
        margin-top: 8.5%;
    }
    .various-service .various-service__corp .various-service__corp__txt {
        width: 100%;
        margin: 10.8% 0 0;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .various-service .various-service__corp .various-service__corp__txt .btn-w250 {
        width: 77%;
        font-size: 4.8vw;
        margin-top: 15.4%;
    }
}


/* --------------------------------------------------
    footer
-------------------------------------------------- */
.footer .btn-w250.pc {
    display: flex;
}
.footer .btn-w250.sp {
    display: none;
}
.footer-check {
    position: relative;
    padding: 75px 0;
}
.footer-check .container {
    background-color: #fff;
    padding: 50px 0 10px;
}
.footer-check span.material-icons {
    font-size: 5rem;
}
.footer-check p.icon {
    color: #000255;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
}
.footer-check h2 {
    margin-bottom: 50px;
    font-size: 3rem;
    text-align: center;
}
.footer-check h2 .small {
    display: block;
    margin-bottom: 30px;
    font-size: 1.6rem;
}
.footer-check h3 {
    background-color: #0e72b8;
    color: #fff;
    font-size: 3.1rem;
    text-align: left;
    padding: 10px 30px 0;
    margin-bottom: 50px;
}
.footer-check h3 .num {
    font-size: 9rem;
    margin-right: 0.2em;
    vertical-align: middle;
    font-weight: 400;
}
.footer-check .flex {
    border: 1px solid #f4f4f4;
    margin: 50px;
    padding: 30px;
}
.footer-check .flex p {
    width: 70%;
}
.footer-check .flex ol {
    width: 28%;
}
.footer-check .flex ol li {
    font-size: initial;
    line-height: 2;
}
.footer-check p.txt {
    width: 980px;
    margin: 50px auto;
    line-height: 2;
}
.footer-check p.img {
    margin: 50px;
}

.footer-service {
    padding: 100px 0;
    background-image: url(images/footer-service_bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.footer-service h2 {
    font-size: 4rem;
}
.footer-service h2 .small {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 30px;
}
.footer-service .footer-service__txt {
    padding-top: 36px;
}
.footer-service .footer-service__list {
    padding-top: 50px;
}
.footer-service .footer-service__list.flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 1px;
}
.footer-service .footer-service__list .footer-service__list__item {
    width: calc((100% - 3px) / 4);
    background-color: #fff;
    padding: 20px;
}
.footer-service .footer-service__list dt {
    font-size: 2rem;
    padding-top: 20px;
}
.footer-service .footer-service__list dd {
    font-size: 17px;
    line-height: 2;
    text-align: left;
    padding-top: 16px;
}

.footer-news {
    background: linear-gradient(to right, #f5fdff 50%, #fff 50%);
}
.footer-news .btn-w250,
.footer-sitemap .btn-w250{
    background-color:#0e72b8;
}
.footer-news .footer-news__box-01,
.footer-news .footer-news__box-02 {
    width: 50%;
    height: 500px;
}
.footer-news .footer-news__box-01 {
    display: flex;
    justify-content: center;
    flex-flow: column;
    background-color: #f5fdff;
}
.footer-news .footer-news__box-01 h2 {
    font-size: 3.6rem;
    text-align: center;
}
.footer-news .footer-news__box-01 h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 12px;
}
.footer-news .footer-news__box-01 .btn-w250 {
    margin-top:40px;
}
.footer-news .footer-news__box-02 {
    padding: 60px 45px;
}
.footer-news .footer-news__box-02 .footer_news__list {
    font-size: 1.6rem;
}
.footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item {
    line-height: 1;
    padding: 25px 15px;
    border-bottom: 1px solid #f4f4f4;
}
.footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item a {
    display: flex;
    justify-content: flex-start;
}
.footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 25px;
    background-color: #f4f4f4;
    text-align: center;
    vertical-align: middle;
    width: 65px;
    height: 25px;
}
.footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category:nth-of-type(2) {
    margin-left: 25px;
}
.footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category:last-of-type {
    margin-right: 25px;
}
.footer-info .footer-info__box-01,
.footer-info .footer-info__box-02 {
    width: 50%;
    height: 500px;
}
.footer-info .footer-info__box-01 .footer-info__box-01__inner {
    width: 600px;
    margin-left: auto;
}
.footer-info .footer-info__box-01 h2 {
    font-size: 4.8rem;
    padding: 90px 45px 0 0;
}
.footer-info .footer-info__box-01 dl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 48px 0 24px 30px;
}
.footer-info .footer-info__box-01 dl.flex {
    flex-wrap: wrap;
    gap: 10px 0;
}
.footer-info .footer-info__box-01 dt {
    width: 90px;
    padding-right: 10px;
}
.footer-info .footer-info__box-01 dt .colon {
    float: right;
}
.footer-info .footer-info__box-01 dd {
    width: calc(100% - 90px);
}
.footer-info .footer-info__box-01 .footer-info__sns {
    display: inline-block;
    width: 50px;
}
.footer-info .footer-info__box-01 .footer-info__sns:first-of-type {
    margin-left: 30px;
    margin-right: 12px;
}

.footer-sitemap {
    background: linear-gradient(to right, #f5fdff 50%, #fff 50%);
}
.footer-sitemap .footer-sitemap__box-01,
.footer-sitemap .footer-sitemap__box-02 {
    width: 50%;
    height: 500px;
}
.footer-sitemap .footer-sitemap__box-01 {
    display: flex;
    justify-content: center;
    flex-flow: column;
    background-color: #f5fdff;
}
.footer-sitemap .footer-sitemap__box-01 h2 {
    font-size: 3.6rem;
    text-align: center;
}
.footer-sitemap .footer-sitemap__box-01 h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 12px;
}
.footer-sitemap .footer-sitemap__box-01 .btn-w250 {
    margin-top: 40px;
}
.footer-sitemap .footer-sitemap__box-02 {
    padding-left: 60px;
}
.footer-sitemap .footer-sitemap__box-02.flex {
    flex-flow: column;
    justify-content: center;
}
.footer-sitemap .footer-sitemap__box-02 .flex {
    justify-content: flex-start;
    gap: 120px;
}
.footer-sitemap .footer-sitemap__box-02 h3 {
    font-size: 2.4rem;
}
.footer-sitemap .footer-sitemap__box-02 ul {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 16px;
}
.footer-sitemap .footer-sitemap__box-02 ul li {
    padding-left: 30px;
}

.footer-end {
    background-image: url(images/footer-end_bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 90px 0;
}
.footer-end h2 {
    font-size: 4rem;
    line-height: 1.5;
}
.footer-end h2 .large {
    font-size: 5rem;
}
.footer-end h3 {
    font-size: 3rem;
    letter-spacing: 0.25em;
    padding-top: 10px;
}
.footer-end p {
    line-height: 2;
    padding-top: 40px;
}

.footer-cta {
    background-color: #0e72b8;
    text-align: center;
}
.footer-cta .footer-cta__copyright {
    font-size: 1rem;
    line-height: 2.5;
    background-color: #000;
    display: inline-block;
    width: 100%;
}
.footer-cta .flex {
    justify-content: center;
    gap: 30px;
    padding: 15px 0;
}
.footer-cta .footer-cta__btn-tel {
    width: 401px;
    height: 70px;
    background-image: url(images/footer-cta_btn_tel.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    align-content: center;
    border-radius: 2px;
}
.footer-cta .footer-cta__btn-tel .footer-cta__btn-tel__num {
    font-size: 3rem;
    padding-top: 8px;
}
.footer-cta .footer-cta__btn-tel .footer-cta__btn-tel__open {
    font-size: 1.4rem;
}
.footer-cta .footer-cta__btn-mail {
    width: 401px;
    height: 70px;
    background-color: #000255;
    background-image: url(images/footer-cta_btn_mail.png);
    background-size: 57px;
    background-repeat: no-repeat;
    background-position: 30px 15px;
    align-content: center;
    border-radius: 2px;
}
.footer-cta .footer-cta__btn-mail .footer-cta__btn-mail__txt-01 {
    font-size: 2.4rem;
    /*padding-top: 10px;*/
}
.footer-cta .footer-cta__btn-mail .footer-cta__btn-mail__txt-02 {
    font-size: 1.4rem;
    padding-top: 6px;
}

@media only screen and (max-width:768px) {
    .footer .btn-w250.sp {
        display: flex;
    }
    .footer .btn-w250.pc {
        display: none;
    }
    .footer-check {
        padding: 10% 0 20%;
    }
    .footer-check .container {
        padding: 15.4% 0 14%;
    }
    .footer-check p.icon {
        margin-bottom: 4%;
    }
    .footer-check span.material-icons {
        font-size: 4.8vw;
    }
    .footer-check h2 {
        margin-bottom: 6%;
        font-size: 4.8vw;
        line-height: 1.25;
    }
    .footer-check h2 .small {
        font-size: 3.2vw;
        margin-bottom: 2.3%;
    }
    .footer-check h3 {
        display: flex;
        line-height: 1;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding: 3% 9%;
        margin-bottom: 0;
    }
    .footer-check h3 .num {
        display: block;
        font-size: 13.333333333333334vw;
        line-height: 1;
        margin-right: 3%;
    }
    .footer-check .flex {
        display: block;
        margin: 0;
        padding: 7.7% 1% 9%;
        border: none;
    }
    .footer-check .flex p {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-check .flex ol {
        width: 100%;
        padding: 9% 9% 0;
    }
    .footer-check .flex ol li {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .footer-check p.txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding: 0 4% 20%;
        margin: 0;
    }
    .footer-check p.img {
        margin: 8% 5% 0;
    }
    .footer-service {
        padding: 17.3% 0 32%;
    }
    .footer-service h2 {
        font-size: 20px;
        line-height: 1.25;
    }
    .footer-service h2 .small {
        font-size: 3.2vw;
        padding-bottom: 9.2%;
    }
    .footer-service .footer-service__txt {
        font-size: 17px;
        line-height: 1.14;
        padding-top: 12%;
    }
    .footer-service .footer-service__list.flex {
        display: block;
    }
    .footer-service .footer-service__list {
        padding-top: 15%;
    }
    .footer-service .footer-service__list .footer-service__list__item {
        width: 92%;
        margin: 0 auto;
        padding: 6.7%;
    }
    .footer-service .footer-service__list .footer-service__list__item:not(:first-child) {
        margin-top: 9%;
    }
    .footer-service .footer-service__list dt {
        padding-top: 10%;
        font-size: 6.4vw;
    }
    .footer-service .footer-service__list dd {
        padding: 9% 0;
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    .footer-news {
        padding: 17.3% 0 24%;
        background: #f5fdff;
    }
    .footer-news .flex {
        display: block;
    }
    .footer-news .footer-news__box-01 {
        display: block;
        width: 100%;
        height: auto;
    }
    .footer-news .footer-news__box-01 h2 {
        font-size: 6.4vw;
        text-align: left;        
    }
    .footer-news .footer-news__box-01 h2 .small {
        font-size: 3.2vw;
        padding-bottom: 6%;
    }
    .footer-news .footer-news__box-02 {
        background-color: #fff;
        width: 100%;
        height: auto;
        position: relative;
        right: -8%;
        margin-top: 9%;
        padding: 12% 7.7%;
    }
    .footer-news .footer-news__box-02 .footer_news__list {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item:first-child {
        padding-top: 0;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item a {
        display: flex;
        align-items: center;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item a div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .date {
        font-size: 3.2vw;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category {
        display: block;
        font-size: 3.2vw;
        line-height: 1.2;
        width: 100%;
        height: auto;
        margin: 5% 0 0;
        padding: 5% 0;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category:nth-of-type(2) {
        margin-left: 0;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .category:last-of-type {
        margin-right: 0;
    }
    .footer-news .footer-news__box-02 .footer_news__list .footer_news__list__item .title {
        margin-left: 3.6%;
    }
    .footer-news .btn-w250.sp {
        width: 77%;
        font-size: 4.8vw;
        margin-top: 18.5%;
    }
    .footer-info > .flex {
        display: block;
    }
    .footer-info .footer-info__box-01,
    .footer-info .footer-info__box-02 {
        width: 100%;
        height: auto;
    }
    .footer-info .footer-info__box-01 .footer-info__box-01__inner {
        padding: 16% 6.7% 10.7%;
        margin: 0;
        width: 100%;
    }
    .footer-info .footer-info__box-01 h2 {
        font-size: 6.4vw;
        padding: 0;
    }
    .footer-info .footer-info__box-01 dl {
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding: 12% 0;
    }
    .footer-info .footer-info__box-01 dt {
        width: 23%;
        padding-right: 0;
    }
    .footer-info .footer-info__box-01 dd {
        width: 77%;
        padding-left: 1em;
    }
    .footer-info .footer-info__box-01 .footer-info__sns {
        width: 15%;
    }
    .footer-info .footer-info__box-01 .footer-info__sns:first-of-type {
        margin-left: 0;
        margin-right: 3%;
    }
    .footer-info .footer-info__box-02 {
        aspect-ratio: 750/500;
    }
    .footer-sitemap {
        padding: 17.3% 0 26.7%;
        background: #f5fdff;
    }
    .footer-sitemap > .container {
        margin: 0 auto 0 0;
    }
    .footer-sitemap > .container > .flex {
        display: block;
    }
    .footer-sitemap .footer-sitemap__box-01,
    .footer-sitemap .footer-sitemap__box-02 {
        width: 100%;
        height: auto;
    }
    .footer-sitemap .footer-sitemap__box-01 {
        display: block;
    }
    .footer-sitemap .footer-sitemap__box-01 h2 {
        font-size: 6.4vw;
        margin-left: calc(100% - 100vw);
        text-align: right;
    }
    .footer-sitemap .footer-sitemap__box-01 h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4.5%;
    }
    .footer-sitemap .footer-sitemap__box-02 {
        background-color: #fff;
        margin-top: 9%;
        padding: 15% 0 15% 7.5%;
    }
    .footer-sitemap .footer-sitemap__box-02 .flex {
        gap: 10%;
    }
    .footer-sitemap .footer-sitemap__box-02 h3 {
        font-size: 6.4vw;
    }
    .footer-sitemap .footer-sitemap__box-02 ul {
        padding-top: 4.5%;
        font-size: 3.733333333333334vw;
        line-height: 2.14;
    }
    .footer-sitemap .footer-sitemap__box-02 ul li {
        padding-left: 0;
    }
    .footer-sitemap .btn-w250.sp {
        width: 77%;
        font-size: 4.8vw;
        margin-top: 20%;
        margin-right: 3.8%;
    }
    .footer-end {
        background-image: url(images/footer-end_bg_sp.jpg);
        padding: 12% 0;
    }
    .footer-end h2 {
        font-size: 6.4vw;
        line-height: 1.25;
    }
    .footer-end h2 .large {
        font-size: inherit;
    }
    .footer-end h3 {
        padding-top: 10%;
        font-size: 3.733333333333334vw;
        letter-spacing: 0.1em;
    }
    .footer-end p {
        padding-top: 15%;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
    }
    .footer-cta .footer-cta__copyright {
        font-size: 2.666666666666667vw;
        line-height: 1.6;
    }
    .footer-cta > .flex {
        padding: 2% 6.7%;
        justify-content: space-between;
        gap: unset;
    }
    .footer-cta .footer-cta__btn-tel {
        width: 72.3%;
        height: auto;
        aspect-ratio: 471/130;
        background-image: url(images/footer-cta_btn_tel_sp.jpg);
        padding: 1%;
        background-position: left;
        background-size: cover;
    }
    .footer-cta .footer-cta__btn-tel__txt-01 {
        position: relative;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .footer-cta .footer-cta__btn-tel__txt-01::before {
        content: '';
        position: absolute;
        left: 20%;
        top: 55%;
        width: 7%;
        border-top: #000255 solid 2px;
        transform: rotate(54deg);
    }
    .footer-cta .footer-cta__btn-tel__txt-01::after {
        content: '';
        position: absolute;
        right: 20%;
        top: 55%;
        width: 7%;
        border-top: #000255 solid 2px;
        transform: rotate(-54deg);
    }
    .footer-cta .footer-cta__btn-tel__txt-02 {
        font-size: 6.4vw;
        line-height: 1;
    }
    .footer-cta .footer-cta__btn-tel .footer-cta__btn-tel__open {
        font-size: 2.8vw;
        line-height: 1.5;
    }
    .footer-cta .footer-cta__btn-mail {
        width: 23.1%;
        height: auto;
        aspect-ratio: 150/130;
        background-image: url(images/footer-cta_btn_mail_sp.png);
        background-size: 72%;
        background-position: -75% 50%;
    }
    .footer-cta .footer-cta__btn-mail .footer-cta__btn-mail__txt-01 {
        font-size: 5.333333333333334vw;
        /*padding-top: 17%;*/
    }
    .footer-cta .footer-cta__btn-mail .footer-cta__btn-mail__txt-02 {
        font-size: 3.2vw;
        padding-top: 3%;
    }
}


/* --------------------------------------------------
    page-customer
-------------------------------------------------- */
.customer-intro {
    background-image: url(images/customer_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 70px;
}
.customer-intro h2 {
    width: fit-content;
    margin: 0 auto 0 0;
}
.customer-intro .customer-intro__txt-01 {
    line-height: 2;
    width: 730px;
    margin: 50px auto 0 0;
}
.customer-flow {
    padding: 120px 0 160px;
}
.customer-flow h2 {
    font-size: 3.6rem;
    text-align: center;
}
.customer-flow h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.customer-flow .customer-flow__list {
    padding-top: 60px;
}
.customer-flow .customer-flow__list .customer-flow__list__item {
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    padding: 50px;
    filter: drop-shadow(0 8px 10px rgba(50, 50, 50, .2));
}
.customer-flow .customer-flow__list .customer-flow__list__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 50px;
    border-color: transparent;
    border-top-color: #fff;
}
.customer-flow .customer-flow__list .customer-flow__list__item:first-child {
    margin-top: 0;
}
.customer-flow .customer-flow__list .txt-box {
    width: 530px;
}
.customer-flow .customer-flow__list .txt-box h3 {
    font-size: 3rem;
    line-height: 2;
}
.customer-flow .customer-flow__list .txt-box h3 .step {
    font-size: 2.4rem;
    background-color: #0e72b8;
    padding: 5px 15px;
    margin-right: 20px;
}
.customer-flow .customer-flow__list .txt-box h3 .step .step-num {
    font-size: 3rem;
}
.customer-flow .customer-flow__list .txt-box .txt {
    line-height: 2;
    margin-top: 30px;
}
.customer-flow .customer-flow__list .img {
    width: 500px;
    height: auto;
    aspect-ratio: 500 / 250;
}
.customer-flow .customer-flow__list .img img {
    object-fit: cover;
    aspect-ratio: 500 / 250;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta {
    background-image: url(images/customer_flow_cta_bg.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    padding: 60px 0;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta h4 {
    font-size: 3rem;
    text-align: center;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta h4 .circle {
    position: relative;
    font-size: 4.8rem;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta h4 .circle::before {
    position: absolute;
    content: '・';
    top: -30px;
    color: #fff;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area {
    width: 960px;
    margin: 45px auto 0;   
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area.flex {
    justify-content: space-around;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel,
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail {
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    width: 400px;
    height: auto;
    aspect-ratio: 400/90;
    text-align: center;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel {
    background-image: url(images/customer_flow_cta_tel_bg.jpg);
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .num {
    font-size: 4rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .open {
    padding-top: 5px;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail {
    background-color: #0e72b8;
    background-image: url(images/customer_flow_cta_mail.png);
    background-size: 95px;
    background-position: -10px 50%;
    background-repeat: no-repeat;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail .txt-01 {
    font-size: 3rem;
    padding-top: 10px;
}
.customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail .txt-02 {
    padding-top: 10px;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu {
    margin-top: 20px;
    border: 1px solid #333;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu h4 {
    background-color: #333;
    font-size: 2rem;
    text-align: center;
    padding: 10px 0;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul {
    padding: 30px 0;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul.flex {
    justify-content: space-around;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul li {
    font-size: 1.3rem;
}
.customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: auto;
    aspect-ratio: 7/10;
    background-image: url(images/customer_flow_link_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.customer-faq {
    padding: 100px 0 165px;
    background-image: url(images/customer_faq_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.customer-faq h2 {
    font-size: 3.6rem;
    text-align: center;
}
.customer-faq h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.customer-faq .customer-faq__txt-lead {
    text-align: center;
    line-height: 2;
    padding-top: 30px;
}
.customer-faq .customer-faq__list {
    width: 960px;
    margin: 60px auto 0;
}
.customer-faq .customer-faq__list .customer-faq__list__title,
.customer-faq .customer-faq__list .customer-faq__list__desc {
    font-size: 2rem;
    line-height: 1.5;
}
.customer-faq .customer-faq__list .customer-faq__list__title.flex,
.customer-faq .customer-faq__list .customer-faq__list__desc.flex {
    justify-content: flex-start;
    align-items: center;
}
.customer-faq .customer-faq__list .customer-faq__list__title {
    background-color: #0e72b8;
    padding: 15px 75px;
}
.customer-faq .customer-faq__list .customer-faq__list__title::before {
    content: 'Q.';
    display: block;
    padding-right: 12px;
}
.customer-faq .customer-faq__list .customer-faq__list__desc {
    background-color: #fff;
    padding: 30px 75px;
}
.customer-faq .customer-faq__list .customer-faq__list__desc::before {
    content: 'A.';
    display: block;
    padding-right: 12px;
    font-weight: 700;
}
.customer-faq .customer-faq__list .customer-faq__list__desc + .customer-faq__list__title {
    margin-top: 50px;
}

@media only screen and (max-width:768px) {
    .customer-intro {
        background-image: url(images/customer_intro_bg_sp.jpg);
        background-position: 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 17% 0 25%;
    }
    .customer-intro h2 {
        width: 96%;
    }
    .customer-intro .customer-intro__txt-01 {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        margin-top: 10%;
    }
    .customer-flow {
        padding: 18% 0 20%;
    }
    .customer-flow h2 {
        font-size: 4.8vw;
    }
    .customer-flow h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4%;
    }
    .customer-flow .customer-flow__list {
        padding-top: 21.5%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item {
        padding: 7% 0;
        margin-top: 20%;
        filter: drop-shadow(0 1vw 1.3vw rgba(50, 50, 50, .2));
    }
    .customer-flow .customer-flow__list .customer-flow__list__item:not(:last-child)::after {
        border-width: 8vw 20vw;
    }
    .customer-flow .customer-flow__list__item__inner.flex {
        display: block;
    }
    .customer-flow .customer-flow__list .txt-box {
        width: 100%;
    }
    .customer-flow .customer-flow__list .txt-box h3 {
        width: 85%;
        margin: 0 auto;
        font-size: 4.8vw;
        text-align: center;
    }
    .customer-flow .customer-flow__list .txt-box h3 .step {
        display: block;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        margin-right: 0;
        margin-bottom: 6%;
        padding: 1% 3%;
    }
    .customer-flow .customer-flow__list .txt-box h3 .step .step-num {
        font-size: 4.8vw;
    }
    .customer-flow .customer-flow__list .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        width: 77%;
        margin: 2% auto 0;
    }
    .customer-flow .customer-flow__list .img {
        width: 77%;
        margin: 4.5% auto 0;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta {
        background-image: url(images/customer_flow_cta_bg_sp.jpg);
        width: 92%;
        margin: 6% auto 0;
        padding: 10% 0 8%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta h4 {
        font-size: 4vw;
        line-height: 1.6;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta h4 .circle {
        font-size: 6.4vw;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta h4 .circle::before {
        top: -65%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area {
        width: 83%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area.flex {
        display: block;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel {
        display: block;
        background-image: url(images/customer_flow_cta_tel_bg_sp.jpg);
        width: 100%;
        aspect-ratio: 500 / 150;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .txt-01 {
        position: relative;
        font-size: 3.2vw;
        line-height: 1;
        padding-top: 3%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .txt-01::before {
        content: '';
        position: absolute;
        left: 21%;
        top: 71%;
        width: 6%;
        border-top: #000255 solid 2px;
        transform: rotate(54deg);
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .txt-01::after {
        content: '';
        position: absolute;
        right: 21%;
        top: 71%;
        width: 6%;
        border-top: #000255 solid 2px;
        transform: rotate(-54deg);
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .txt-02 {
        font-size: 6.4vw;
        line-height: 1;
        padding-top: 2%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-tel .open {
        font-size: 3vw;
        line-height: 1;
        padding-top: 2.5%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail {
        display: block;
        background-size: 23%;
        background-position: -7% 50%;
        width: 100%;
        aspect-ratio: 500 / 120;
        margin-top: 4%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail .txt-01 {
        font-size: 4.8vw;
        line-height: 1;
        padding-top: 4%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item__cta__btn-area .btn-mail .txt-02 {
        font-size: 3.733333333333334vw;
        line-height: 1;
        padding-top: 2.5%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu {
        width: 77%;
        margin: 5% auto 0;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu h4 {
        font-size: 3.733333333333334vw;
        font-weight: 500;
        line-height: 1;
        padding: 5% 0;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul {
        padding: 0 10% 10% 10%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul.flex {
        display: block;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul li {
        display: flex;
        justify-content: space-between;
        font-size: 4.8vw;
        font-weight: 700;
        border-bottom: 1vw solid #0e72b8;
        padding: 12% 0 8%;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul li::before {
        display: none;
    }
    .customer-flow .customer-flow__list .customer-flow__list__item .link-menu ul li::after {
        content: '';
        width: 7.5%;
        height: auto;
        aspect-ratio: 30 / 13;
        background-image: url(images/customer_flow_link_icon_sp.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .customer-faq {
        background-image: url(images/customer_faq_bg_sp.jpg);
        padding: 13% 0 25%;
    }
    .customer-faq h2 {
        font-size: 6.4vw;
    }
    .customer-faq h2 .small {
        font-size: 3.2vw;
        padding-bottom: 3%;
    }
    .customer-faq .customer-faq__txt-lead {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 10.5%;
        text-align: left;
    }
    .customer-faq .customer-faq__list {
        width: 100%;
        margin-top: 13%;
    }
    .customer-faq .customer-faq__list .customer-faq__list__title,
    .customer-faq .customer-faq__list .customer-faq__list__desc {
        padding: 2.3%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .customer-faq .customer-faq__list .customer-faq__list__title::before,
    .customer-faq .customer-faq__list .customer-faq__list__desc::before {
        margin-right: 0;
    }
    .customer-faq .customer-faq__list .customer-faq__list__desc + .customer-faq__list__title {
        margin-top: 8.5%;
    }
}


/* --------------------------------------------------
    page-exchange
-------------------------------------------------- */
.exchange-intro {
    padding: 80px 0;
    background-image: url(images/exchange_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.exchange-intro h2 {
    width: 317px;
}
.exchange-intro .exchange-intro__txt-01 {
    width: 645px;
    padding-top: 60px;
    line-height: 2;
}
.exchange-case {
    padding: 90px 0 80px;
}
.exchange-case .h2-sideline {
    line-height: 1.45;
}
.exchange-case .h2-sideline .large {
    font-size: 4.8rem;
    line-height: 1;
}
.exchange-case .exchange-case__cases {
    padding-top: 40px;
    line-height: 2;
}
.exchange-case .exchange-case__cases .exchange-case__cases__txt {
    width: 50%;
    padding-right: 70px;
}
.exchange-case .exchange-case__cases .exchange-case__cases__list {
    width: 50%;
}
.exchange-case .exchange-case__cases .exchange-case__cases__list.flex {
    gap: 8px;
}
.exchange-case .exchange-case__cases .exchange-case__cases__list__item .case-title {
    background-color: #0e72b8;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
}
.exchange-case .exchange-case__cases .exchange-case__cases__list__item .case-title .large {
    font-size: 2.4rem;
}
.exchange-case .exchange-case__repair {
    margin-top: 45px;
    text-align: center;
    box-shadow: 5px 5px 10px rgba(215, 215, 215, .35);
}
.exchange-case .exchange-case__repair h3 {
    background-color: #0e72b8;
    font-size: 3rem;
    line-height: 1;
    padding: 15px 0;
}
.exchange-case .exchange-case__repair .exchange-case__repair__list__wrapper {
    background-color: #fff;
    padding: 40px 50px 55px;
}
.exchange-case .exchange-case__repair .exchange-case__repair__list.flex {
    gap: 100px;
}
.exchange-case .exchange-case__repair .exchange-case__repair__list__item .case-title {
    font-size: 2rem;
}
.exchange-case .exchange-case__repair .exchange-case__repair__list__item .case-img {
    padding-top: 20px;
}
.exchange-case .exchange-case__repair .exchange-case__repair__list__wrapper .btn-w250 {
    margin-top: 45px;
}
.exchange-message {
    background-image: url(images/exchange_message_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0 170px;
}
.exchange-message h2 {
    font-size: 4.8rem;
    font-weight: 600;
    text-align: right;
    width: fit-content;
    margin: 0 0 0 auto;
}
.exchange-message h2 .large {
    font-size: 6rem;
}
.exchange-message .exchange-message__txt {
    line-height: 2;
    width: 600px;
    margin: 0 0 0 auto;
    padding-top: 45px;
}
.exchange-reason {
    padding-bottom: 50px;
}
.exchange-features {
    padding: 100px 0 150px;
}
.exchange-features .exchange-features__list__item:not(:first-child) {
    padding-top: 70px;
}
.exchange-features .exchange-features__list__item.flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.exchange-features .exchange-features__list__item .features-txt-box {
    width: 560px;
}
.exchange-features .exchange-features__list__item .features-txt-box h3 {
    background-color: #0e72b8;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
}
.exchange-features .exchange-features__list__item .features-txt-box h3 .large {
    font-size: 2rem;
}
.exchange-features .exchange-features__list__item .features-txt-box h4 {
    font-size: 2.4rem;
    line-height: 1.54;
    padding-top: 30px;
}
.exchange-features .exchange-features__list__item .features-txt-box .features-txt {
    line-height: 2;
    padding-top: 30px;
}
.exchange-features .exchange-features__list__item .features-img {
    width: 600px;
}
.exchange-various-service__variety {
    background-image: url(images/exchange_variety_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.exchange-various-service__variety .exchange-various-service__variety__txt-box {
    background-color: #fff;
    padding: 50px;
    width: 50%;
    margin: 0 0 0 auto;
    line-height: 2;
}
.exchange-various-service__variety .exchange-various-service__variety__txt-box h3 {
    font-size: 3rem;
}
.exchange-various-service__variety .exchange-various-service__variety__txt-box h3 .large {
    font-size: 4rem;
    line-height: 1;
}
.exchange-various-service__variety .exchange-various-service__variety__txt-box .exchange-various-service__variety__txt {
    padding-top: 20px;
}
.exchange-various-service__variety .exchange-various-service__variety__txt-box .exchange-various-service__variety__txt small {
    font-size: 75%;
}
.exchange-various-service__variety-lineup {
    padding: 100px 0;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list.flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 2px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item {
    width: calc((100% - 2px * 2) / 3);
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(215, 215, 215, .35);
    padding: 30px 50px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .upper {
    height: 440px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item dt {
    font-size: 2rem;
    text-align: center;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item dd {
    line-height: 2;
    padding-top: 25px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-01 {
    padding-top: 30px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-02 {
    background-color: #0e72b8;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    margin-top: 30px;
    padding: 8px 0;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-03 {
    font-size: 1.4rem;
    line-height: 1.71;
    width: 91%;
    margin: 0 auto;
    padding-top: 20px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .btn-w250 {
    color: #0e72b8;
    border: 2px solid #0e72b8;
    background-color: transparent;
    margin-top: 20px;
}
.exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .btn-w250::after {
    background-image: url(images/btn_arrow_blue.png);
}
.exchange-flow {
    background-color: #f4f4f4;
    padding: 120px 0 190px;
}
.exchange-flow h2 {
    font-size: 3.6rem;
    text-align: center;
}
.exchange-flow h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.exchange-flow .exchange-flow__list {
    padding-top: 60px;
}
.exchange-flow .exchange-flow__list .exchange-flow__list__item {
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    padding: 50px;
    filter: drop-shadow(0 8px 10px rgba(50, 50, 50, .2));
}
.exchange-flow .exchange-flow__list .exchange-flow__list__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 50px;
    border-color: transparent;
    border-top-color: #fff;
}
.exchange-flow .exchange-flow__list .exchange-flow__list__item:first-child {
    margin-top: 0;
}
.exchange-flow .exchange-flow__list .txt-box {
    width: 530px;
}
.exchange-flow .exchange-flow__list .txt-box h3 {
    font-size: 3rem;
    line-height: 2;
}
.exchange-flow .exchange-flow__list .txt-box h3 .step {
    font-size: 2.4rem;
    background-color: #0e72b8;
    padding: 5px 15px;
    margin-right: 20px;
}
.exchange-flow .exchange-flow__list .txt-box h3 .step .step-num {
    font-size: 3rem;
}
.exchange-flow .exchange-flow__list .txt-box .txt {
    line-height: 2;
    margin-top: 30px;
}
.exchange-flow .exchange-flow__list .img {
    width: 500px;
    height: auto;
    aspect-ratio: 500 / 250;
}
.exchange-flow .exchange-flow__list .img img {
    object-fit: cover;
    aspect-ratio: 500 / 250;
}

@media only screen and (max-width:768px) {
    .exchange-intro {
        padding: 16% 0 25%;
        background-image: url(images/exchange_intro_bg_sp.jpg);
        background-position: center top;
        background-size: 100%;
    }
    .exchange-intro h2 {
        width: 67.5%;
    }
    .exchange-intro .exchange-intro__txt-01 {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7.7%;
    }
    .exchange-case {
        padding: 20% 0 16%;
    }
    .exchange-case .h2-sideline .large {
        font-size: 6.4vw;
    }
    .exchange-case .exchange-case__cases {
        padding-top: 6%;
    }
    .exchange-case .exchange-case__cases.flex {
        display: block;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-right: 0;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__list {
        width: 100%;
        padding-top: 18.5%;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__list.flex {
        display: block;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__list__item:not(:first-child) {
        padding-top: 6%;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__list__item .case-title {
        font-size: 5.066666666666666vw;
        padding: 3% 0 5%;
    }
    .exchange-case .exchange-case__cases .exchange-case__cases__list__item .case-title .large {
        font-size: 6.4vw;
    }
    .exchange-case .exchange-case__repair {
        margin-top: 28%;
    }
    .exchange-case .exchange-case__repair h3 {
        font-size: 5.066666666666666vw;
        padding: 4.5% 0;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list__wrapper {
        padding: 15% 7.5% 23%;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list.flex {
        display: block;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list__item:not(:first-child) {
        padding-top: 19%;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list__item .case-title {
        font-size: 5.066666666666666vw;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list__item .case-img {
        padding-top: 7%;
    }
    .exchange-case .exchange-case__repair .exchange-case__repair__list__wrapper .btn-w250 {
        width: 91%;
        font-size: 4.8vw;
        margin-top: 35%;
    }
    .exchange-message {
        background-image: url(images/exchange_message_bg_sp.jpg);
        background-position: center 6%;
        background-size: 100%;
        padding: 90% 0 24%;
    }
    .exchange-message h2 {
        font-size: 6.4vw;
    }
    .exchange-message h2 .large {
        font-size: 8vw;
    }
    .exchange-message .exchange-message__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 12%;
    }
    .exchange-reason {
        padding-bottom: 16%;
    }
    .exchange-features {
        padding: 22.5% 0 30.5%;
    }
    .exchange-features .exchange-features__list__item:not(:first-child) {
        padding-top: 29%;
    }
    .exchange-features .exchange-features__list__item.flex {
        flex-direction: column!important;
    }
    .exchange-features .exchange-features__list__item .features-txt-box {
        width: 100%;
    }
    .exchange-features .exchange-features__list__item .features-txt-box h3 {
        font-size: 4vw;
        line-height: 1.6;
        padding: 3% 0;
    }
    .exchange-features .exchange-features__list__item .features-txt-box h3 .large {
        font-size: 4.8vw;
    }
    .exchange-features .exchange-features__list__item .features-txt-box h4 {
        font-size: 20px;
        line-height: 1.67;
        padding-top: 10%;
    }
    .exchange-features .exchange-features__list__item .features-txt-box .features-txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .exchange-features .exchange-features__list__item .features-img {
        width: 92.3%;
        margin: 10% auto 0;
    }
    .exchange-various-service .various-service__aiming {
        background-color: unset;
        padding-bottom: 14%;
    }
    .exchange-various-service__variety {
        background-image: url(images/exchange_variety_bg_sp.jpg);
        background-position: center top;
        padding: 40% 0 16%;
    }
    .exchange-various-service__variety .exchange-various-service__variety__txt-box {
        width: 92%;
        margin: 0 auto;
        padding: 13.3% 7%;
    }
    .exchange-various-service__variety .exchange-various-service__variety__txt-box h3 {
        font-size: 4.8vw;
        line-height: 1.7;
    }
    .exchange-various-service__variety .exchange-various-service__variety__txt-box h3 .large {
        font-size: 8vw;
    }
    .exchange-various-service__variety .exchange-various-service__variety__txt-box .exchange-various-service__variety__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 8%;
    }
    .exchange-various-service__variety .exchange-various-service__variety__txt-box .exchange-various-service__variety__txt small {
        font-size: 2.666666666666667vw;
        line-height: 1.5;
    }
    .exchange-various-service__variety-lineup {
        padding: 18.7% 0 24%;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list.flex {
        display: block;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item {
        width: 100%;
        padding: 9.2% 7.7%;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .upper {
        height: auto;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item:not(:first-child) {
        margin-top: 13%;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item dt {
        font-size: 5.066666666666666vw;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item dd {
        padding-top: 5%;
        line-height: 1.71;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-01 {
        font-size: 3.733333333333334vw;
        padding-top: 8.3%;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-02 {
        font-size: 3.733333333333334vw;
        margin-top: 5%;
        padding: 2% 0;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .variety-lineup__txt-03 {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        width: 100%;
        padding-top: 8%;
    }
    .exchange-various-service__variety-lineup .exchange-various-service__variety-lineup__list__item .btn-w250 {
        width: 91%;
        font-size: 4.8vw;
        border: 2px solid #0e72b8;
        margin: 10% auto;
    }
    .exchange-flow {
        padding: 18% 0 29%;
    }
    .exchange-flow h2 {
        font-size: 4.8vw;
    }
    .exchange-flow h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4%;
    }
    .exchange-flow .exchange-flow__list {
        padding-top: 9.2%;
    }
    .exchange-flow .exchange-flow__list .exchange-flow__list__item {
        padding: 7.7%;
        margin-top: 20%;
        filter: drop-shadow(0 1vw 1.33vw rgba(50, 50, 50, .2));
    }
    .exchange-flow .exchange-flow__list .exchange-flow__list__item:not(:last-child)::after {
        border-width: 8vw 20vw;
    }
    .exchange-flow .exchange-flow__list .exchange-flow__list__item .exchange-flow__list__item__inner.flex {
        display: block;
    }
    .exchange-flow .exchange-flow__list .txt-box {
        width: 100%;
    }
    .exchange-flow .exchange-flow__list .txt-box h3 {
        font-size: 4.8vw;
        line-height: 1;
        text-align: center;
    }
    .exchange-flow .exchange-flow__list .txt-box h3 .step {
        display: block;
        font-size: 3.733333333333334vw;
        padding: 2.7% 0;
        margin-right: 0;
        margin-bottom: 7%;
    }
    .exchange-flow .exchange-flow__list .txt-box h3 .step .step-num {
        font-size: 4.8vw;
    }
    .exchange-flow .exchange-flow__list .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        width: 93%;
        margin: 8.2% auto 0;
    }
    .exchange-flow .exchange-flow__list .img {
        width: 93%;
        margin: 5.5% auto 0;
    }
}


/* --------------------------------------------------
    page-repair
-------------------------------------------------- */
.repair-intro {
    background-image: url(images/repair_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.repair-intro h2 {
    width: fit-content;
}
.repair-intro .h3-bg-black-left::before {
    width: calc(100% + 35vw);
}
.repair-intro h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-top: 60px;
}
.repair-intro__txt {
    width: 640px;
    line-height: 2;
    padding-top: 50px;
}
.repair-about {
    padding: 90px 0 100px;
}
.repair-about h2 {
    font-size: 3rem;
    line-height: 2.15;
    text-align: center;
}
.repair-about h2 .dot {
    position: relative;
    font-size: 4rem;
    letter-spacing: 0.19em;
}
.repair-about h2 .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
}
.repair-about__size {
    background-color: #fff;
    margin-top: 30px;
    padding: 50px;
    box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
}
.repair-about__size__txt {
    line-height: 2;
    padding-left: 60px;
}
.repair-about__area {
    margin-top: 100px;
}
.repair-about__area__left {
    width: 650px;
}
.repair-about__area__left table {
    width: 100%;
}
.repair-about__area__left table th {
    background-color: #333;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    padding: 20px;
}
.repair-about__area__left table th:first-of-type {
    border-right: 1px solid #f4faff;
    width: 301px;
}
.repair-about__area__left table th:last-of-type {
    width: 349px;
}
.repair-about__area__left table td {
    background-color: #f7f7f7;
    font-size: 1.6rem;
    line-height: 1.5;
    vertical-align: middle;
    padding: 20px 30px;
}
.repair-about__area__left table td:first-of-type {
    border-right: 1px solid #f4faff;
}
.repair-about__area__left table tr:not(:first-child) {
    border-top: 1px solid #f4faff;
}
.repair-about__area__txt {
    background-color: #0e72b8;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    padding: 20px;
}
.repair-about__explanation {
    border: 10px solid #f7f7f7;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 50px;
    padding: 30px 0;
}
.repair-about__explanation.flex {
    justify-content: center;
    align-items: center;
}
.repair-about__explanation__txt {
    line-height: 2;
    padding-left: 50px;
}
.repair-example__top {
    background-image: url(images/repair_example_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.repair-example__top__box {
    width: 600px;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 30px 50px 50px;
}
.repair-example__top__box h2 {
    font-size: 3rem;
    line-height: 2;
}
.repair-example__top__box h2 .large {
    font-size: 4rem;
    line-height: 1;
}
.repair-example__top__txt {
    line-height: 2;
    padding-top: 10px;
}
.repair-example__case {
    padding: 100px 0;
}
.repair-example__case__break__list {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
}
.repair-example__case__break__list__item {
    width: calc((100% - 100px * 2)/3);
}
.repair-example__case__break__list__item__title {
    font-size: 2rem;
    text-align: center;
}
.repair-example__case__break__list__item__img {
    padding-top: 20px;
}
.repair-example__case__break__list__item__txt {
    line-height: 2;
    padding-top: 20px;
}
.repair-example__case__exchange__title {
    margin-top: 60px;
    background-color: #0e72b8;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    padding: 15px;
}
.repair-example__case__exchange__box {
    background-color: #fff;
    padding-bottom: 70px;
}
.repair-example__case__exchange__list {
    padding: 60px 0 70px;
}
.repair-example__case__exchange__list.flex {
    justify-content: center;
    gap: 120px;
}
.repair-example__case__exchange__list__item__title {
    font-size: 2rem;
    text-align: center;
}
.repair-example__case__exchange__list__item__img {
    padding-top: 20px;
}
.repair-merit {
    padding: 125px 0 100px;
}
.repair-merit h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.19em;
}
.repair-merit h2 .dot {
    position: relative;
    font-size: 4rem;
}
.repair-merit h2 .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
}
.repair-merit__list {
    gap: 1px;
    padding-top: 60px;
}
.repair-merit__list__item {
    position: relative;
    width: calc((100% - 1px * 2) / 3);
    box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
    padding: 50px 50px 25px;
}
.repair-merit__list__item::before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e72b8;
    font-size: 9rem;
    font-family: 'Great Vibes', cursive;
}
.repair-merit__list__item:nth-child(1)::before {
    content: '1';
}
.repair-merit__list__item:nth-child(2)::before {
    content: '2';
}
.repair-merit__list__item:nth-child(3)::before {
    content: '3';
}
.repair-merit__list__item__title {
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    min-height: 50px;
}
.repair-merit__list__item__img {
    padding-top: 30px;
}
.repair-merit__list__item__txt {
    line-height: 2;
    padding-top: 25px;
}
.repair-merit__caution {
    position: relative;
    background-color: #0e72b8;
    font-size: 2.4rem;
    font-style: italic;
    line-height: 1.3;
    margin-top: 50px;
    padding: 30px 30px 30px 115px;
}
.repair-merit__caution::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(images/repair_merit_error.png);
    width: 55px;
    height: 55px;
    top: 34px;
    left: 30px;
}
.repair-feature__intro {
    background-image: url(images/repair_feature_intro_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.repair-feature__intro h2 {
    font-size: 5rem;
    font-weight: 600;
    text-align: right;
    line-height: 1.5;
}
.repair-feature__intro h2 .small {
    font-size: 3.8rem;
}
.repair-feature__intro__txt-01 {
    width: 600px;
    margin: 0 0 0 auto;
    padding-top: 40px;
}
.repair-feature__intro__txt-01 h3 {
    font-size: 1.6rem;
}
.repair-feature__intro__txt-01 h3:nth-of-type(2) {
    padding-top: 40px;
}
.repair-feature__intro__list {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 20px;
}
.repair-feature__intro__txt-01 p {
    line-height: 2;
    padding-top: 40px;
}
.repair-feature__main {
    padding: 100px 0 110px;
}
.repair-feature__main .repair-feature__main__list__item:not(:first-child) {
    padding-top: 70px;
}
.repair-feature__main .repair-feature__main__list__item.flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.repair-feature__main .repair-feature__main__list__item .feature-txt-box {
    width: 560px;
}
.repair-feature__main .repair-feature__main__list__item .feature-txt-box h3 {
    background-color: #0e72b8;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
}
.repair-feature__main .repair-feature__main__list__item .feature-txt-box h3 .large {
    font-size: 2rem;
}
.repair-feature__main .repair-feature__main__list__item .feature-txt-box h4 {
    font-size: 2.4rem;
    line-height: 1.54;
    padding-top: 30px;
}
.repair-feature__main .repair-feature__main__list__item .feature-txt-box .feature-txt {
    line-height: 2;
    padding-top: 30px;
}
.repair-feature__main .repair-feature__main__list__item .feature-img {
    width: 600px;
}
.repair-feature__outro {
    background-image: url(images/repair_feature_outro_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.repair-feature__outro h3 {
    font-size: 4rem;
    line-height: 1.375;
    text-align: center;
}
.repair-feature__outro__txt {
    width: 870px;
    line-height: 2;
    margin: 0 auto;
    padding-top: 40px;
}
.repair-flow {
    background-color: #f4f4f4;
    padding: 120px 0 190px;
}
.repair-flow h2 {
    font-size: 3.6rem;
    text-align: center;
}
.repair-flow h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.repair-flow .repair-flow__list {
    padding-top: 60px;
}
.repair-flow .repair-flow__list .repair-flow__list__item {
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    padding: 50px;
    filter: drop-shadow(0 8px 10px rgba(50, 50, 50, .2));
}
.repair-flow .repair-flow__list .repair-flow__list__item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 50px;
    border-color: transparent;
    border-top-color: #fff;
}
.repair-flow .repair-flow__list .repair-flow__list__item:first-child {
    margin-top: 0;
}
.repair-flow .repair-flow__list .txt-box {
    width: 530px;
}
.repair-flow .repair-flow__list .txt-box h3 {
    font-size: 3rem;
    line-height: 2;
}
.repair-flow .repair-flow__list .txt-box h3 .step {
    font-size: 2.4rem;
    background-color: #0e72b8;
    padding: 5px 15px;
    margin-right: 20px;
}
.repair-flow .repair-flow__list .txt-box h3 .step .step-num {
    font-size: 3rem;
}
.repair-flow .repair-flow__list .txt-box .txt {
    line-height: 2;
    margin-top: 30px;
}
.repair-flow .repair-flow__list .img {
    width: 500px;
    height: auto;
    aspect-ratio: 500 / 250;
}
.repair-flow .repair-flow__list .img img {
    object-fit: cover;
    aspect-ratio: 500 / 250;
}

@media only screen and (max-width:768px) {
    .repair-intro {
        background-image: url(images/repair_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding: 17% 0 25%;
    }
    .repair-intro h2 {
        width: 47%;
    }
    .repair-intro .h3-bg-black-left {
        padding-right: 15%;
    }
    .repair-intro h4 {
        font-size: 4.8vw;
        padding-top: 7.7%;
    }
    .repair-intro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7.7%;
    }
    .repair-about {
        padding: 22.5% 0 19%;
    }
    .repair-about h2 {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0.19em;
    }
    .repair-about h2 .dot {
        font-size: 8vw;
    }
    .repair-about h2 .dot::before {
        top: -50%;
    }
    .repair-about__size {
        margin-top: 15%;
        padding: 6% 3%;
    }
    .repair-about__size.flex {
        display: block;
    }
    .repair-about__size__img {
        width: 33%;
        margin: 0 auto;
    }
    .repair-about__size__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-left: 0;
        padding-top: 5%;
    }
    .repair-about__area {
        margin-top: 13.3%;
    }
    .repair-about__area.flex {
        display: block;
    }
    .repair-about__area__left {
        width: 100%;
    }
    .repair-about__area__left .table-wrapper {
        overflow: scroll;
    }
    .repair-about__area__left .table-wrapper .scroll-hint-icon {
        width: 45%;
        height: auto;
        aspect-ratio: 298 / 273;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
    }
    .repair-about__area__left .table-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
        background: unset;
    }
    .repair-about__area__left .table-wrapper .scroll-hint-icon:before {
        width: 100%;
        height: 100%;
        background-image: url(images/scrollhint.png);
    }
    .repair-about__area__left .table-wrapper .scroll-hint-icon:after {
        display: none;
    }
    .repair-about__area__left table {
        width: 230%;
    }
    .repair-about__area__left table th {
        font-size: 4.8vw;
        padding: 5vw;
    }
    .repair-about__area__left table th:first-of-type {
        border-right: 2px solid #f4faff;
        width: 33.5%;
    }
    .repair-about__area__left table th:last-of-type {
        width: 66%;
    }
    .repair-about__area__left table td {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding: 5vw 4vw;
    }
    .repair-about__area__left table td:first-of-type {
        border-right: 2px solid #f4faff;
    }
    .repair-about__area__txt {
        font-size: 4.8vw;
        line-height: 1.39;
        margin-top: 15%;
        padding: 2.5%;
    }
    .repair-about__area__right {
        width: 77%;
        margin: 6% auto 0;
    }
    .repair-about__explanation {
        border: 1.3vw solid #f7f7f7;
        border-radius: 2.65vw;
        margin-top: 10%;
        padding: 12% 3%;
    }
    .repair-about__explanation.flex {
        display: block;
    }
    .repair-about__explanation__man {
        width: 37%;
        margin: 0 auto;
    }
    .repair-about__explanation__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7%;
        padding-left: 0;
    }
    .repair-example__top {
        background-image: url(images/repair_example_bg_sp.jpg);
        background-position: center top;
        padding: 36% 0 13.5%;
    }
    .repair-example__top__box {
        width: 100%;
        margin: 0 auto;
        padding: 10% 7%;
    }
    .repair-example__top__box h2 {
        font-size: 4.8vw;
        line-height: 1.6;
    }
    .repair-example__top__box h2 .large {
        font-size: 8vw;
    }
    .repair-example__top__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 4.5%;
    }
    .repair-example__case__break__list {
        padding: 12% 4%;
    }
    .repair-example__case__break__list.flex {
        display: block;
    }
    .repair-example__case__break__list__item {
        width: 100%;
    }
    .repair-example__case__break__list__item:not(:first-of-type) {
        padding-top: 13%;
    }
    .repair-example__case__break__list__item__title {
        font-size: 5.066666666666666vw;
    }
    .repair-example__case {
        padding: 16% 0 13%;
    }
    .repair-example__case__break__list__item__img {
        padding-top: 5%;
    }
    .repair-example__case__break__list__item__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 3%;
    }
    .repair-example__case__exchange__title {
        font-size: 5.066666666666666vw;
        margin-top: 17%;
        padding: 4.5%;
    }
    .repair-example__case__exchange__box {
        padding: 14% 4% 21%;
    }
    .repair-example__case__exchange__list {
        padding: 0;
    }
    .repair-example__case__exchange__list.flex {
        display: block;
    }
    .repair-example__case__exchange__list__item:not(:first-of-type) {
        padding-top: 18%;
    }
    .repair-example__case__exchange__list__item__title {
        font-size: 5.066666666666666vw;
    }
    .repair-example__case__exchange__list__item__img {
        padding-top: 5%;
    }
    .repair-example__case__exchange__box .btn-w250 {
        width: 91%;
        font-size: 4.8vw;
        margin-top: 18%;
    }
    .repair-merit {
        padding: 17% 0 21%;
    }
    .repair-merit h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .repair-merit h2 .dot {
        font-size: 8vw;
    }
    .repair-merit h2 .dot::before {
        top: -50%;
    }
    .repair-merit__list {
        padding-top: 26%;
    }
    .repair-merit__list.flex {
        display: block;
    }
    .repair-merit__list__item {
        width: 100%;
    }
    .repair-merit__list__item:not(:first-of-type) {
        margin-top: 30%;
    }
    .repair-merit__list__item::before {
        font-size: 24vw;
    }
    .repair-merit__list__item {
        padding: 15% 4% 13%;
    }
    .repair-merit__list__item__title {
        font-size: 4.8vw;
        line-height: 1.4;
    }
    .repair-merit__list__item__img {
        padding-top: 3.5%;
    }
    .repair-merit__list__item__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 4.5%;
    }
    .repair-merit__caution {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        margin-top: 15%;
        padding: 6% 3.8% 6% 18.5%;
    }
    .repair-merit__caution::before {
        background-image: url(images/repair_merit_error_sp.png);
        background-size: 100%;
        width: 12%;
        height: auto;
        aspect-ratio: 78 / 77;
        top: 50%;
        left: 3.8%;
        transform: translateY(-50%);
    }
    .repair-feature__intro {
        background-image: url(images/repair_feature_intro_bg_sp.jpg);
        background-position: center top;
        padding: 104% 0 23%;
    }
    .repair-feature__intro h2 {
        width: 100%;
        font-size: 8vw;
    }
    .repair-feature__intro h2 .small {
        font-size: 6.4vw;
    }
    .repair-feature__intro__txt-01 {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 12%;
    }
    .repair-feature__intro__txt-01 h3 {
        font-size: 3.733333333333334vw;
    }
    .repair-feature__intro__list {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 0;
    }
    .repair-feature__intro__list__item {
        padding-top: 1.5%;
    }
    .repair-feature__intro__txt-01 h3:nth-of-type(2) {
        padding-top: 7.7%;
    }
    .repair-feature__intro__txt-01 p {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 10%;
    }
    .repair-feature__main {
        padding: 17% 0 23%;
    }
    .repair-feature__main .repair-feature__main__list__item:not(:first-child) {
        padding-top: 29%;
    }
    .repair-feature__main .repair-feature__main__list__item.flex {
        flex-direction: column!important;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-txt-box {
        width: 100%;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-txt-box h3 {
        font-size: 4vw;
        line-height: 1.6;
        padding: 3% 0;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-txt-box h3 .large {
        font-size: 4.8vw;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-txt-box h4 {
        font-size: 4.8vw;
        line-height: 1.67;
        padding-top: 10%;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-txt-box .feature-txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .repair-feature__main .repair-feature__main__list__item .feature-img {
        width: 92.3%;
        margin: 10% auto 0;
    }
    .repair-feature__outro {
        background-image: url(images/repair_feature_outro_bg_sp.jpg);
        padding: 17% 0;
    }
    .repair-feature__outro h3 {
        font-size: 6.4vw;
        line-height: 1.5;
        text-align: left;
    }
    .repair-feature__outro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 15%;
    }
    .repair-flow {
        padding: 18% 0 29%;
    }
    .repair-flow h2 {
        font-size: 4.8vw;
    }
    .repair-flow h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4%;
    }
    .repair-flow .repair-flow__list {
        padding-top: 9.2%;
    }
    .repair-flow .repair-flow__list .repair-flow__list__item {
        padding: 7.7%;
        margin-top: 20%;
        filter: drop-shadow(0 1vw 1.33vw rgba(50, 50, 50, .2));
    }
    .repair-flow .repair-flow__list .repair-flow__list__item:not(:last-child)::after {
        border-width: 8vw 20vw;
    }
    .repair-flow .repair-flow__list .repair-flow__list__item .repair-flow__list__item__inner.flex {
        display: block;
    }
    .repair-flow .repair-flow__list .txt-box {
        width: 100%;
    }
    .repair-flow .repair-flow__list .txt-box h3 {
        font-size: 4.8vw;
        line-height: 1;
        text-align: center;
    }
    .repair-flow .repair-flow__list .txt-box h3 .step {
        display: block;
        font-size: 3.733333333333334vw;
        padding: 2.7% 0;
        margin-right: 0;
        margin-bottom: 7%;
    }
    .repair-flow .repair-flow__list .txt-box h3 .step .step-num {
        font-size: 4.8vw;
    }
    .repair-flow .repair-flow__list .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        width: 93%;
        margin: 8.2% auto 0;
    }
    .repair-flow .repair-flow__list .img {
        width: 93%;
        margin: 5.5% auto 0;
    }
}


/* --------------------------------------------------
    page-insurance
-------------------------------------------------- */
.insurance-intro {
    background-image: url(images/insurance_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.insurance-intro h2 {
    width: fit-content;
}
.insurance-intro .h3-bg-black-left::before {
    width: calc(100% + 35vw);
}
.insurance-intro h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-top: 60px;
}
.insurance-intro__txt {
    width: 640px;
    line-height: 2;
    padding-top: 50px;
}
.insurance-plan {
    padding: 130px 0 95px;
}
.insurance-plan h2 {
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 0.19em;
    line-height: 2.2;
}
.insurance-plan h2 .dot {
    font-size: 4rem;
    color: #0e72b8;
    line-height: 1.75;
    position: relative;
}
.insurance-plan h2 .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
}
.insurance-plan__txt {
    font-size: 1.6rem;
    text-align: center;
    padding-top: 30px;
}
.insurance-plan__case {
    padding-top: 85px;
}
.insurance-plan__case.flex {
    justify-content: center;
    align-items: center;
}
.insurance-plan__case .dealer {
    width: 350px;
    box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
    padding: 25px;
}
.insurance-plan__case .dealer dt {
    font-size: 2rem;
    text-align: center;
}
.insurance-plan__case .dealer img {
    padding-top: 15px;
}
.insurance-plan__case .dealer dd {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 10px;
}
.insurance-plan__case .ours {
    width: 400px;
    background-color: #0e72b8;
    padding: 50px;
}
.insurance-plan__case .ours dt {
    font-size: 3.9rem;
    text-align: center;
}
.insurance-plan__case .ours img {
    padding-top: 30px;
}
.insurance-plan__case .ours dd {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 20px;
}
.insurance-feature {
    padding: 80px 0 120px;
}
.insurance-feature h2 {
    font-size: 3.6rem;
    text-align: center;
}
.insurance-feature h2 .small {
    display: block;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.insurance-feature h2 .large {
    font-size: 5rem;
}
.insurance-feature .insurance-feature__list {
    width: 960px;
    margin: 50px auto 0;
}
.insurance-feature .insurance-feature__list.flex {
    flex-wrap: wrap;
    gap: 30px;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item {
    padding: 0 25px;
    font-family: "ヒラギノ角ゴシック", sans-serif;
    font-weight: 400;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(1) {
    width: 600px;
    height: 250px;
    background-color: #0e72b8;
    background-image: url(images/insurance_feature_list-item01_bg.png);
    background-position: top 20px right 25px;
    background-repeat: no-repeat;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2) {
    width: 330px;
    height: 250px;
    background-color: #f4f4f4;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(3) {
    width: 330px;
    height: 250px;
    background-color: #e6e6e6;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) {
    width: 600px;
    height: 250px;
    background-color: #001152;
    background-image: url(images/insurance_feature_list-item02_bg.png);
    background-position: bottom -6px right 23px;
    background-repeat: no-repeat;
}
.insurance-feature .insurance-feature__list__item__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.insurance-feature .insurance-feature__list__item__title .num {
    display: block;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(1) .insurance-feature__list__item__title .num {
    padding-top: 50px;
    padding-bottom: 10px;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2) .insurance-feature__list__item__title .num {
    padding-top: 12px;
    padding-bottom: 10px;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(3) .insurance-feature__list__item__title .num {
    padding-top: 12px;
    padding-bottom: 10px;
}
.insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) .insurance-feature__list__item__title .num {
    padding-top: 50px;
    padding-bottom: 10px;
}
.insurance-feature .insurance-feature__list__item__title .large {
    font-size: 4rem;
}
.insurance-feature .insurance-feature__list__item__desc {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
}
.insurance-main {
    padding: 150px 0 180px;
}
.insurance-main .insurance-main__flow-list {
    padding-top: 70px;
}
.insurance-main .insurance-main__flow-list.flex {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 2px;
}
.insurance-main .insurance-main__flow-list__item {
    width: calc((100% - 2px * 2) / 3);
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(215, 215, 215, .35);
    padding: 30px 50px;
}
.insurance-main .insurance-main__flow-list__item dt {
    font-size: 2rem;
    text-align: center;
}
.insurance-main .insurance-main__flow-list__item dd {
    line-height: 2;
    padding-top: 25px;
}
.insurance-main .insurance-main__flow-list__item .txt {
    padding-top: 30px;
}
.insurance-main__caution {
    background-color: #0e72b8;
    font-size: 2.6rem;
    font-style: italic;
    margin-top: 50px;
    padding: 25px 100px 25px 200px;
    position: relative;
}
.insurance-main__caution::before {
    content: '';
    display: block;
    background-image: url(images/insurance_main_error.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 55px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 35px;
    left: 120px;
}
.insurance-main__caution .large {
    font-size: 4rem;
}
.insurance-main__txt {
    line-height: 2;
}
.insurance-main__txt--01 {
    padding-top: 60px;
}
.insurance-main__table {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
}
.insurance-main__table tr {
    border-top: 1px solid #fff;
}
.insurance-main__table th {
    color: #fff;
    text-align: center;
    background-color: #101010;
}
.insurance-main__table th,
.insurance-main__table td {
    vertical-align: middle;
    padding: 20px 0;
}
.insurance-main__table td {
    background-color: #f7f7f7;
}
.insurance-main__table th:not(:last-child),
.insurance-main__table td:not(:last-child) {
    border-right: 1px solid #fff;
}
.insurance-main__table--01 {
    margin-top: 70px;
}
.insurance-main__table--01 th {
    width: 50%;
}
.insurance-main__table--01 tbody th {
    color: inherit;
    font-weight: normal;
}
.insurance-main__table--01 tbody th {
    background-color: #f7f7f7;
}
.insurance-main__txt--02 {
    padding-top: 45px;
}
.insurance-main h3 {
    font-size: 3.2rem;
    text-align: center;
    padding-top: 135px;
}
.insurance-main__table--02 {
    margin-top: 75px;
}
.insurance-main__table--02 td.emphasis {
    background-color: #ebebeb;
}
.insurance-main__txt--03 {
    padding-top: 80px;
}
.insurance-reason {
    background-color: #f4f4f4;
    padding: 125px 0 200px;
}
.insurance-reason .insurance-reason__list__item:not(:first-child) {
    padding-top: 70px;
}
.insurance-reason .insurance-reason__list__item.flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.insurance-reason .insurance-reason__list__item .reason-txt-box {
    width: 560px;
}
.insurance-reason .insurance-reason__list__item .reason-txt-box h3 {
    background-color: #0e72b8;
    font-size: 2rem;
    text-align: center;
    padding: 20px 0;
}
.insurance-reason .insurance-reason__list__item .reason-txt-box h4 {
    font-size: 2.4rem;
    line-height: 1.54;
    padding-top: 30px;
}
.insurance-reason .insurance-reason__list__item .reason-txt-box .reason-txt {
    line-height: 2;
    padding-top: 30px;
}
.insurance-reason .insurance-reason__list__item .reason-img {
    width: 600px;
}
.insurance-reason__list__caution {
    background-color: #000255;
    color: #fff;
    font-style: italic;
    margin-top: 45px;
    padding: 25px 110px 25px 200px;
    position: relative;
}
.insurance-reason__list__caution::before {
    content: '';
    background-image: url(images/insurance_reason_error.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 55px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
}
.insurance-reason__list__caution h3 {
    font-size: 4rem;    
}
.insurance-reason__list__caution p {
    line-height: 2;
}
.insurance-outro {
    background-image: url(images/insurance_outro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.insurance-outro .insurance-outro__txt-box {
    background-color: #fff;
    padding: 50px 40px 50px 50px;
    width: 700px;
    margin: 0 0 0 auto;
    line-height: 2;
}
.insurance-outro .insurance-outro__txt-box h3 {
    font-size: 3rem;
}
.insurance-outro .insurance-outro__txt-box h3 .large {
    font-size: 4rem;
    line-height: 1;
}
.insurance-outro .insurance-outro__txt-box .insurance-outro__txt {
    padding-top: 20px;
}

@media only screen and (max-width:768px) {
    .insurance-intro {
        background-image: url(images/insurance_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding: 17% 0 25%;
    }
    .insurance-intro h2 {
        width: 68.6%;
    }
    .insurance-intro .h3-bg-black-left {
        padding-right: 10%;
    }
    .insurance-intro h4 {
        font-size: 4.8vw;
        padding-top: 7.7%;
    }
    .insurance-intro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7.7%;
    }
    .insurance-plan {
        padding: 18.5% 0 20%;
    }
    .insurance-plan h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .insurance-plan h2 .dot {
        font-size: 8vw;
        line-height: 1.67;
    }
    .insurance-plan h2 .dot::before {
        top: -55%;
    }
    .insurance-plan__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 10%;
    }
    .insurance-plan__case {
        padding-top: 15%;
    }
    .insurance-plan__case.flex {
        display: block;
    }
    .insurance-plan__case .dealer,
    .insurance-plan__case .ours {
        width: 100%;
    }
    .insurance-plan__case .dealer {
        padding: 9% 3%;
    }
    .insurance-plan__case .dealer img {
        padding-top: 4%;
    }
    .insurance-plan__case .dealer dd {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 4.5%;
    }
    .insurance-plan__case .ours {
        margin-top: 15%;
        padding: 9% 3% 7%;
    }
    .insurance-plan__case .ours dt {
        font-size: 8vw;
    }
    .insurance-plan__case .ours dd {
        font-size: 3.733333333333334vw;
        font-weight: normal;
        line-height: 1.71;
        padding-top: 4.5%;
    }
    .insurance-feature {
        padding: 16% 0 35%;
    }
    .insurance-feature h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .insurance-feature h2 .small {
        font-size: 3.2vw;
        margin-bottom: 4.6%;
        line-height: 1;
    }
    .insurance-feature h2 .large {
        font-size: 9.6vw;
        line-height: 1;
    }
    .insurance-feature .insurance-feature__list {
        margin-top: 8.5%;
        width: 100%;
    }
    .insurance-feature .insurance-feature__list.flex {
        display: block;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item {
        height: auto!important;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:not(:first-child) {
        margin-top: 5%;
    }
    .insurance-feature .insurance-feature__list__item__title {
        font-size: 4.8vw;
    }
    .insurance-feature .insurance-feature__list__item__title .num {
        font-size: 8vw;
    }
    .insurance-feature .insurance-feature__list__item__title .large {
        font-size: 8vw;
    }
    .insurance-feature .insurance-feature__list__item__desc {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding: 4vw 0;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(1),
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(3) {
        padding-left: calc(100vw - 100%);
        margin-left: calc(100% - 100vw);
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2),
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) {
        padding-right: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        margin-left: auto;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(1) {
        width: 115.3%;
        background-size: 24%;
        background-position: top 25% right 1%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(1) .insurance-feature__list__item__title .num {
        padding-top: 5%;
        padding-bottom: 2.5%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2) {
        width: 86.1%;
        padding-left: 6.9%;
        padding-bottom: 5%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2) .insurance-feature__list__item__title {
        text-align: right;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(2) .insurance-feature__list__item__title .num {
        text-align: left;
        padding-top: 12%;
        padding-bottom: 3.9%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(3) {
        width: 89.2%;
        padding-bottom: 2.3%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(3) .insurance-feature__list__item__title .num {
        padding-top: 10%;
        padding-bottom: 4.4%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) {
        width: 114.3%;
        padding-left: 6.5%;
        background-size: 21.5%;
        background-position: bottom -32% right 15%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) .insurance-feature__list__item__title .num {
        padding-top: 5%;
        padding-bottom: 2.5%;
    }
    .insurance-feature .insurance-feature__list .insurance-feature__list__item:nth-child(4) .insurance-feature__list__item__desc {
        width: 67.5%;
        padding-bottom: 10vw;
    }
    .insurance-main {
        padding: 18.5% 0 26%;
    }
    .insurance-main .insurance-main__flow-list {
        padding-top: 10%;
    }
    .insurance-main .insurance-main__flow-list.flex {
        display: block;
    }
    .insurance-main .insurance-main__flow-list__item {
        width: 100%;
        padding: 9.2% 7.7%;
    }
    .insurance-main .insurance-main__flow-list__item:not(:first-child) {
        margin-top: 13%;
    }
    .insurance-main .insurance-main__flow-list__item dt {
        font-size: 5.066666666666666vw;
    }
    .insurance-main .insurance-main__flow-list__item dd {
        padding-top: 5%;
        line-height: 1.71;
    }
    .insurance-main .insurance-main__flow-list__item .txt {
        font-size: 3.733333333333334vw;
        padding-top: 8.3%;
    }
    .insurance-main__caution {
        font-size: 4.8vw;
        line-height: 1.67;
        padding: 30% 3% 10%;
    }
    .insurance-main__caution::before {
        background-image: url(images/insurance_main_error_sp.png);
        width: 14%;
        top: 9.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .insurance-main__caution .large {
        font-size: 7vw;
        line-height: 1;
    }
    .insurance-main__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .insurance-main__txt--01 {
        padding-top: 15%;
    }
    .insurance-main__table {
        font-size: 5.066666666666666vw;
    }
    .insurance-main__table th,
    .insurance-main__table td {
        padding: 8% 0;
    }
    .insurance-main__table--01 {
        margin-top: 14%;
    }
    .insurance-main__table--01 tbody {
        font-size: 3.733333333333334vw;
    }
    .insurance-main__txt--02 {
        padding-top: 10%;
    }
    .insurance-main h3 {
        font-size: 5.066666666666666vw;
        line-height: 1.58;
        padding-top: 25%;
    }
    .insurance-main .table-wrapper {
        overflow: scroll;
    }
    .insurance-main__table--02 {
        width: 370%;
        margin-top: 15%;
    }
    .insurance-main__table--02 th,
    .insurance-main__table--02 td {
        padding: 2% 0;
    }
    .insurance-main__table--02 thead th:first-child {
        width: 33.5%;
    }
    .insurance-main .table-wrapper .scroll-hint-icon {
        width: 45%;
        height: auto;
        aspect-ratio: 298 / 273;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
    }
    .insurance-main .table-wrapper .scroll-hint-icon:before {
        width: 100%;
        height: 100%;
        background-image: url(images/scrollhint_white.png);
    }
    .insurance-main .table-wrapper .scroll-hint-icon:after {
        display: none;
    }
    .insurance-main .table-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
        background: unset;
    }
    .insurance-main__txt--03 {
        padding-top: 18.5%;
    }
    .insurance-reason {
        padding: 22.5% 0 30.5%;
    }
    .insurance-reason .insurance-reason__list__item:not(:first-child) {
        padding-top: 29%;
    }
    .insurance-reason .insurance-reason__list__item.flex {
        flex-direction: column!important;
    }
    .insurance-reason .insurance-reason__list__item .reason-txt-box {
        width: 100%;
    }
    .insurance-reason .insurance-reason__list__item .reason-txt-box h3 {
        font-size: 4.8vw;
        line-height: 1.6;
        padding: 3% 0;
    }
    .insurance-reason .insurance-reason__list__item .reason-txt-box h4 {
        font-size: 4.8vw;
        line-height: 1.67;
        padding-top: 10%;
    }
    .insurance-reason .insurance-reason__list__item .reason-txt-box .reason-txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .insurance-reason .insurance-reason__list__item .reason-img {
        width: 92.3%;
        margin: 10% auto 0;
    }
    .insurance-reason__list__caution {
        margin-top: 14%;
        padding: 29% 5% 11% 5%;
    }
    .insurance-reason__list__caution::before {
        width: 14%;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
    .insurance-reason__list__caution h3 {
        font-size: 6.133333333333333vw;
        line-height: 1.56;
    }
    .insurance-reason__list__caution p {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 10%;
    }
    .insurance-outro {
        background-image: url(images/insurance_outro_bg_sp.jpg);
        background-position: center top;
        padding: 40% 0 16%;
    }
    .insurance-outro .insurance-outro__txt-box {
        width: 92%;
        margin: 0 auto;
        padding: 13.3% 4.5%;
    }
    .insurance-outro .insurance-outro__txt-box h3 {
        font-size: 17px;
        line-height: 1.7;
    }
    .insurance-outro .insurance-outro__txt-box h3 .large {
        font-size: 8vw;
    }
    .insurance-outro .insurance-outro__txt-box .insurance-outro__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 8%;
    }
}


/* --------------------------------------------------
    page-insulation
-------------------------------------------------- */
.insulation-intro {
    background-image: url(images/insulation_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.insulation-intro h2 {
    width: fit-content;
}
.insulation-intro .h3-bg-black-left {
    line-height: 2.66666;
}
.insulation-intro .h3-bg-black-left::before {
    width: calc(100% + 35vw);
}
.insulation-intro h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-top: 60px;
}
.insulation-intro__txt {
    width: 640px;
    line-height: 2;
    padding-top: 50px;
}
.insulation-main__content {
    background-repeat: no-repeat;
}
.insulation-main__content .txt-box {
    width: 675px;
}
.insulation-main__content .txt-box h2 {
    font-size: 4.8rem;
    font-style: italic;
    font-weight: 600;
}
.insulation-main__content .txt-box h2 .large {
    font-size: 6rem;
}
.insulation-main__content .txt-box .txt {
    line-height: 2;
    padding-top: 50px;
}
.insulation-main__content--about {
    background-image: url(images/insulation_main_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 160px;
}
.insulation-main__content--about .txt-box {
    margin: 0 0 0 auto;
}
.insulation-main__content--uv {
    background-image: url(images/insulation_main_uv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0 180px;
}
.insulation-main__content--uv .txt-box {
    margin: 0 auto 0 0;
}
.insulation-product__intro {
    background-image: url(images/insulation_product_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.insulation-product__intro .txt-box {
    background-color: #fff;
    padding: 50px 40px 50px 50px;
    width: 700px;
    margin: 0 0 0 auto;
    line-height: 2;
}
.insulation-product__intro .txt-box h3 {
    font-size: 3rem;
}
.insulation-product__intro .txt-box h3 .dot {
    font-size: 4rem;
    color: #0e72b8;
    line-height: 1;
    position: relative;
}
.insulation-product__intro .txt-box h3 .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
}
.insulation-product__intro .txt-box .txt {
    padding-top: 20px;
}
.insulation-product__lineup {
    padding: 125px 0 100px;
}
.insulation-product__lineup__list {
    gap: 1px;
    padding-top: 60px;
}
.insulation-product__lineup__list__item {
    position: relative;
    width: calc((100% - 1px * 2) / 3);
    box-shadow: 0 5px 10px rgba(50, 50, 50, .2);
    padding: 50px;
}
.insulation-product__lineup__list__item::before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0e72b8;
    font-size: 9rem;
    font-family: 'Great Vibes', cursive;
}
.insulation-product__lineup__list__item:nth-child(1)::before {
    content: '1';
}
.insulation-product__lineup__list__item:nth-child(2)::before {
    content: '2';
}
.insulation-product__lineup__list__item:nth-child(3)::before {
    content: '3';
}
.insulation-product__lineup__list__item__title {
    font-size: 2rem;
    line-height: 1.25;
    text-align: center;
    min-height: 50px;
}
.insulation-product__lineup__list__item__img {
    padding-top: 30px;
}
.insulation-product__lineup h4 {
    font-size: 2rem;
    text-align: center;
    padding-top: 30px;
}
.insulation-product__lineup__list__item__txt-list {
    padding-top: 25px;
    padding-left: 1.6rem;
}
.insulation-product__lineup__list__item__txt-list li {
    list-style-type: disc;
    font-size: 1.6rem;
    line-height: 2;
}

@media only screen and (max-width:768px) {
    .insulation-intro {
        background-image: url(images/insulation_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding: 17% 0 25%;
    }
    .insulation-intro h2 {
        width: 68.3%;
    }
    .insulation-intro .h3-bg-black-left {
        line-height: 1.33333;
        padding-right: 10%;
    }
    .insulation-intro h4 {
        font-size: 4.8vw;
        padding-top: 7.7%;
    }
    .insulation-intro .fs_blue5 {
        font-size: 16px;
    }
    .insulation-intro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7.7%;
    }
    .insulation-main__content {
        background-size: 100%;
        background-position: center top;
    }
    .insulation-main__content .txt-box {
        width: 100%;
    }
    .insulation-main__content .txt-box h2 {
        font-size: 6.4vw;
    }
    .insulation-main__content .txt-box h2 .large {
        font-size: 8vw;
    }
    .insulation-main__content .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 10%;
    }
    .insulation-main__content--about {
        background-image: url(images/insulation_main_about_bg_sp.png);
        padding: 84% 0 24%;
    }
    .insulation-main__content--uv {
        background-image: url(images/insulation_main_uv_bg_sp.png);
        padding: 84% 0 24%;
    }
    .insulation-product__intro {
        background-image: url(images/insulation_product_intro_bg_sp.jpg);
        background-position: center top;
        padding: 40% 0 16%;
    }
    .insulation-product__intro .txt-box {
        width: 92%;
        margin: 0 auto;
        padding: 13.3% 4.5%;
    }
    .insulation-product__intro .txt-box h3 {
        font-size: 4.8vw;
        line-height: 1.7;
    }
    .insulation-product__intro .txt-box h3 .dot {
        font-size: 8vw;
        line-height: 1.5;
    }
    .insulation-product__intro .txt-box h3 .dot::before {
        top: -50%;
    }
    .insulation-product__intro .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 8%;
    }
    .insulation-product__lineup {
        padding: 17% 0 21%;
    }
    .insulation-product__lineup__list {
        padding-top: 26%;
    }
    .insulation-product__lineup__list.flex {
        display: block;
    }
    .insulation-product__lineup__list__item {
        width: 100%;
    }
    .insulation-product__lineup__list__item::before {
        font-size: 24vw;
    }
    .insulation-product__lineup__list__item:not(:first-of-type) {
        margin-top: 30%;
    }
    .insulation-product__lineup__list__item {
        padding: 15% 4% 13%;
    }
    .insulation-product__lineup__list__item__title {
        font-size: 4.8vw;
        line-height: 1.4;
    }
    .insulation-product__lineup__list__item__img {
        padding-top: 3.5%;
    }
    .insulation-product__lineup h4 {
        font-size: 4.8vw;
        padding-top: 9%;
    }
    .insulation-product__lineup__list__item__txt-list {
        padding-top: 4.5%;
        padding-left: 0;
    }
    .insulation-product__lineup__list__item__txt-list li {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        list-style: inside;
    }
}


/* --------------------------------------------------
    page-aiming
-------------------------------------------------- */
.aiming-intro {
    background-image: url(images/aiming_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.aiming-intro h2 {
    width: fit-content;
}
.aiming-intro .h3-bg-black-left::before {
    width: calc(100% + 35vw);
}
.aiming-intro__caution {
    width: 550px;
    font-size: 2.4rem;
    line-height: 2;
    text-decoration: underline;
    margin-top: 65px;
    padding-left: 90px;
    position: relative;
}
.aiming-intro__caution::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(images/aiming_intro_error.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 55px;
    height: auto;
    aspect-ratio: 1 / 1;
}
.aiming-intro__txt {
    width: 640px;
    line-height: 2;
    padding-top: 50px;
}
.aiming-case {
    padding: 115px 0 145px;
}
.aiming-case h2 {
    font-size: 3.6rem;
    line-height: 1.67;
    text-align: center;
}
.aiming-case h2 .dot {
    font-size: 5rem;
    position: relative;
}
.aiming-case h2 .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -45px;
    left: 0;
}
.aiming-case__about {
    background-color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 50px;
    padding: 55px 75px 55px 460px;
    position: relative;
}
.aiming-case__about::before {
    content: '';
    background-image: url(images/aiming_case_img_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 335px;
    height: auto;
    aspect-ratio: 335 / 240;
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translateY(-50%);
}
.aiming-case__list {
    padding-top: 60px;
}
.aiming-case__list li {
    width: 580px;
    height: 250px;
    font-family: "ヒラギノ角ゴシック", sans-serif;
    padding: 15px 0 0 25px;
}
.aiming-case__list li:nth-of-type(1) {
    background-color: #0e72b8;
    background-image: url(images/aiming_case_01_bg.png);
    background-size: 177px;
    background-repeat: no-repeat;
    background-position: 415px 0;
}
.aiming-case__list li:nth-of-type(2) {
    background-color: #f4f4f4;
    background-image: url(images/aiming_case_02_bg.png);
    background-size: 322px;
    background-repeat: no-repeat;
    background-position: 335px -19px;
}
.aiming-case__list li .num {
    font-size: 4rem;
}
.aiming-case__list li .txt {
    font-size: 3rem;
    font-weight: 600;
    padding-top: 30px;
}
.aiming-case__list li .txt .large {
    font-size: 4rem;
}
.aiming-if {
    padding: 110px 0 105px;
}
.aiming-if h2 {
    font-size: 3.6rem;
    text-align: center;
}
.aiming-if__intro {
    width: 775px;
    line-height: 2;
    padding-top: 50px;
    margin: 0 auto;
}
.aiming-if__list__wrapper {
    margin-top: 100px;
    background: linear-gradient(90deg, #192863 0%, #192863 50%, #001152 50%, #001152 100%);
}
.aiming-if__list .list-item {
    position: relative;
    width: calc(100% / 4);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 110px;
}
.aiming-if__list .list-item::before {
    content: '';
    display: block;
    width: 136px;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; left: 50%;
    transform: translate(-50%, -50%);
}
.aiming-if__list .list-item:nth-child(1)::before {
    background-image: url(images/aiming_if_list_icon_01.png);
}
.aiming-if__list .list-item:nth-child(2)::before {
    background-image: url(images/aiming_if_list_icon_02.png);
}
.aiming-if__list .list-item:nth-child(3)::before {
    background-image: url(images/aiming_if_list_icon_03.png);
}
.aiming-if__list .list-item:nth-child(4)::before {
    background-image: url(images/aiming_if_list_icon_04.png);
}
.aiming-if__list .list-item:nth-child(odd) {
    background-color: #001152;
}
.aiming-if__list .list-item:nth-child(even) {
    background-color: #192863;
}
.aiming-if__list .list-item dt {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}
.aiming-if__list .list-item dd {
    padding: 24px 20px 0;
    font-size: 1.6rem;
    line-height: 2;
}
.aiming-asv .container {
    background-color: #fff;
    padding: 130px 0 140px;
}
.aiming-asv h2 {
    font-size: 4rem;
    text-align: center;
}
.aiming-asv__list {
    padding-top: 90px;
}
.aiming-asv__list .list-item {
    width: calc(100% / 3);
    aspect-ratio: 1 / 1;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}
.aiming-asv__list .list-item:nth-child(1) {
    background-image: url(images/aiming_asv_img_01.jpg);
}
.aiming-asv__list .list-item:nth-child(2) {
    background-image: url(images/aiming_asv_img_02.jpg);
}
.aiming-asv__list .list-item:nth-child(3) {
    background-image: url(images/aiming_asv_img_03.jpg);
}
.aiming-asv__list .list-item .txt-box {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    padding: 30px;
}
.aiming-asv__list .list-item .txt-box .en {
    display: block;
    font-size: 1.6rem;
    padding-bottom: 5px;
}
.aiming-asv__txt {
    font-size: 3.2rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-top: 120px;
}
.aiming-asv__txt .dot {
    font-size: 4rem;
    color: #0e72b8;
    position: relative;
}
.aiming-asv__txt .dot::before {
    content: '・';
    display: block;
    position: absolute;
    top: -45px;
    left: 0;
}
.aiming-asv__table-wrapper {
    margin-top: 60px;
}
.aiming-asv__table {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.78;
}
.aiming-asv__table th,
.aiming-asv__table td {
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
}
.aiming-asv__table tr th:not(:last-child),
.aiming-asv__table tr td:not(:last-child) {
    border-right: 1px solid #fff;
}
.aiming-asv__table thead {
    background-color: #101010;
}
.aiming-asv__table thead th {
    text-align: center;
}
.aiming-asv__table tbody th {
    background-color: #ebebeb;
}
.aiming-asv__table tbody td {
    background-color: #f7f7f7;
}
.aiming-appeal__content {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.aiming-appeal__content .txt-box h2 {
    font-size: 4.8rem;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 1.35;
}
.aiming-appeal__content .txt-box h2 .large {
    font-size: 7.2rem;
}
.aiming-appeal__content .txt-box h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-top: 50px;
}
.aiming-appeal__content .txt-box .txt {
    line-height: 2;
    padding-top: 50px;
}
.aiming-appeal__content--01 {
    background-image: url(images/aiming_appeal_01_bg.jpg);
}
.aiming-appeal__content--01 .txt-box {
    width: 640px;
    margin: 0 0 0 auto;
}
.aiming-appeal__content--02 {
    background-image: url(images/aiming_appeal_02_bg.jpg);
}
.aiming-appeal__content--02 .txt-box {
    width: 635px;
}
.aiming-appeal__content--02 .txt-box h2 .large {
    font-size: 6rem;
}
.aiming-flow {
    background-color: #f4f4f4;
    padding: 120px 0 190px;
}
.aiming-flow h2 {
    font-size: 3.6rem;
    text-align: center;
}
.aiming-flow h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.aiming-flow .aiming-flow__list {
    padding-top: 60px;
}
.aiming-flow .aiming-flow__list .list-item {
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    padding: 50px;
    filter: drop-shadow(0 8px 10px rgba(50, 50, 50, .2));
}
.aiming-flow .aiming-flow__list .list-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 50px;
    border-color: transparent;
    border-top-color: #fff;
}
.aiming-flow .aiming-flow__list .list-item:first-child {
    margin-top: 0;
}
.aiming-flow .aiming-flow__list .txt-box {
    width: 530px;
}
.aiming-flow .aiming-flow__list .txt-box h3 {
    font-size: 3rem;
    line-height: 2;
}
.aiming-flow .aiming-flow__list .txt-box h3 .step {
    font-size: 2.4rem;
    background-color: #0e72b8;
    padding: 5px 15px;
    margin-right: 20px;
}
.aiming-flow .aiming-flow__list .txt-box h3 .step .step-num {
    font-size: 3rem;
}
.aiming-flow .aiming-flow__list .txt-box .txt {
    line-height: 2;
    margin-top: 30px;
}
.aiming-flow .aiming-flow__list .img {
    width: 500px;
    height: auto;
    aspect-ratio: 500 / 250;
}
.aiming-flow .aiming-flow__list .img img {
    object-fit: cover;
    aspect-ratio: 500 / 250;
}


@media only screen and (max-width:768px) {
    .aiming-intro {
        background-image: url(images/aiming_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding: 17% 0 25%;
    }
    .aiming-intro h2 {
        width: 68.6%;
    }
    .aiming-intro__caution {
        width: 100%;
        font-size: 5.333333333333334vw;
        line-height: 1.5;
        margin-top: 10%;
        padding: 20% 0 0 0;
    }
    .aiming-intro__caution::before {
        width: 14%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .aiming-intro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 11%;
    }
    .aiming-case {
        padding: 25% 0;
    }
    .aiming-case .container {
        width: 100%;
    }
    .aiming-case h2 {
        font-size: 4.8vw;
    }
    .aiming-case h2 .dot {
        font-size: 6.4vw;
    }
    .aiming-case h2 .dot::before {
        top: -60%;
    }
    .aiming-case__about {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        margin-top: 15%;
        padding: 46% 13.3% 10%;
    }
    .aiming-case__about::before {
        width: 53.8%;
        top: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .aiming-case__list {
        padding-top: 8.7%;
    }
    .aiming-case__list.flex {
        display: block;
    }
    .aiming-case__list li {
        width: 93.3%;
        height: auto;
        padding: 5% 7.14% 7.14% 7.14%;
    }
    .aiming-case__list li:nth-of-type(1) {
        background-image: url(images/aiming_case_01_bg_sp.png);
        background-size: 30.3%;
        background-position: 103% 0;
    }
    .aiming-case__list li:nth-of-type(2) {
        background-image: url(images/aiming_case_02_bg_sp.png);
        background-size: 46%;
        background-position: -5% -0.1%;
        text-align: right;
        margin: 3.3% 0 0 auto;
    }
    .aiming-case__list li .num {
        font-size: 8vw;
    }
    .aiming-case__list li .txt {
        font-size: 4.8vw;
    }
    .aiming-case__list li .txt .large {
        font-size: 8vw;
        line-height: 1.33;
    }
    .aiming-if {
        padding: 21% 0 23%;
    }
    .aiming-if h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .aiming-if__intro {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 11.5%;
    }
    .aiming-if__list__wrapper {
        margin-top: 26.6%;
        background: none;
    }
    .aiming-if__list__wrapper .container {
        width: 100%;
    }
    .aiming-if__list.flex {
        display: block;
    }
    .aiming-if__list .list-item {
        width: 100%;
        aspect-ratio: 750/500;
        padding-top: 25%;
    }
    .aiming-if__list .list-item:not(:first-child) {
        margin-top: 20%;
    }
    .aiming-if__list .list-item::before {
        width: 33.3%;
        height: auto;
        aspect-ratio: 1/1;
        background-size: 100%;
    }
    .aiming-if__list .list-item dt {
        font-size: 6.4vw;
        line-height: 1.25;
    }
    .aiming-if__list .list-item dd {
        width: 86.7%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        margin: 8% auto 0;
        padding: 0;
    }
    .aiming-asv .container {
        width: 93.3333%;
        padding: 24% 0 28%;
    }
    .aiming-asv h2 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .aiming-asv__list {
        padding-top: 13%;
        width: 92.86%;
        margin: 0 auto;
    }
    .aiming-asv__list.flex {
        display: block;
    }
    .aiming-asv__list .list-item {
        width: 100%;
    }
    .aiming-asv__list .list-item .txt-box {
        font-size: 6.4vw;
        padding: 7.7%;
    }
    .aiming-asv__list .list-item .txt-box .en {
        font-size: 3.733333333333334vw;
        padding-bottom: 2%;
    }
    .aiming-asv__txt {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0.19em;
        padding-top: 35%;
    }
    .aiming-asv__txt .dot {
        font-size: 8vw;
    }
    .aiming-asv__txt .dot::before {
        top: -50%;
    }
    .aiming-asv__table-wrapper {
        width: 96.4%;
        margin-top: 14%;
        margin-left: 3.3%;
    }
    .aiming-asv__table-wrapper .scroll-hint-icon {
        width: 45%;
        height: auto;
        aspect-ratio: 298 / 273;
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
    }
    .aiming-asv__table-wrapper .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
        background: unset;
    }
    .aiming-asv__table-wrapper .scroll-hint-icon:before {
        width: 100%;
        height: 100%;
        background-image: url(images/scrollhint.png);
    }
    .aiming-asv__table-wrapper .scroll-hint-icon:after {
        display: none;
    }
    .aiming-asv__table {
        width: 375%;
        font-size: 5.066666666666666vw;
        line-height: 1.2;
    }
    .aiming-asv__table thead tr th:nth-child(1) {
        width: 24%;
    }
    .aiming-asv__table thead tr th:nth-child(2) {
        width: 27%;
    }
    .aiming-asv__table thead th {
        padding: 2%;
    }
    .aiming-asv__table th,
    .aiming-asv__table td {
        padding: 1% 2%;
        border-bottom: 2px solid #fff;
    }
    .aiming-asv__table tr th:not(:last-child),
    .aiming-asv__table tr td:not(:last-child) {
        border-right: 2px solid #fff;
    }
    .aiming-appeal__content {
        padding: 100% 0 10%;
        background-size: 100%;
        background-position: center 8%;
    }
    .aiming-appeal__content .txt-box {
        width: 100%;
    }
    .aiming-appeal__content .txt-box h2 {
        font-size: 8vw;
        font-style: normal;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: unset;
    }
    .aiming-appeal__content .txt-box h2 .large {
        font-size: 8vw;
    }
    .aiming-appeal__content .txt-box h3 {
        font-size: 4.8vw;
        line-height: 1.6667;
        padding-top: 10%;
    }
    .aiming-appeal__content .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 12%;
    }
    .aiming-appeal__content--01 {
        background-image: url(images/aiming_appeal_01_bg_sp.png);
    }
    .aiming-appeal__content--01 .txt-box h2 {
        text-align: right;
    }
    .aiming-appeal__content--02 {
        background-image: url(images/aiming_appeal_02_bg_sp.png);
        padding-bottom: 28%;
    }
    .aiming-appeal__content--02 .txt-box h2,
    .aiming-appeal__content--02 .txt-box h2 .large {
        font-size: 7.466666666666668vw;
        white-space: nowrap;
    }
    .aiming-flow {
        padding: 18% 0 29%;
    }
    .aiming-flow h2 {
        font-size: 4.8vw;
    }
    .aiming-flow h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4%;
    }
    .aiming-flow .aiming-flow__list {
        padding-top: 9.2%;
    }
    .aiming-flow .aiming-flow__list .list-item {
        padding: 7.7%;
        margin-top: 20%;
        filter: drop-shadow(0 1vw 1.33vw rgba(50, 50, 50, .2));
    }
    .aiming-flow .aiming-flow__list .list-item:not(:last-child)::after {
        border-width: 8vw 20vw;
    }
    .aiming-flow .aiming-flow__list .list-item .list-item-inner.flex {
        display: block;
    }
    .aiming-flow .aiming-flow__list .txt-box {
        width: 100%;
    }
    .aiming-flow .aiming-flow__list .txt-box h3 {
        font-size: 4.8vw;
        line-height: 1;
        text-align: center;
    }
    .aiming-flow .aiming-flow__list .txt-box h3 .step {
        display: block;
        font-size: 3.733333333333334vw;
        padding: 2.7% 0;
        margin-right: 0;
        margin-bottom: 7%;
    }
    .aiming-flow .aiming-flow__list .txt-box h3 .step .step-num {
        font-size: 4.8vw;
    }
    .aiming-flow .aiming-flow__list .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        width: 93%;
        margin: 8.2% auto 0;
    }
    .aiming-flow .aiming-flow__list .img {
        width: 93%;
        margin: 5.5% auto 0;
    }
}


/* --------------------------------------------------
    page-other
-------------------------------------------------- */
.other-intro {
    background-image: url(images/other_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 90px;
}
.other-intro h2 {
    width: fit-content;
}
.other-intro .h3-bg-black-left::before {
    width: calc(100% + 35vw);
}
.other-intro__txt {
    width: 640px;
    line-height: 2;
    padding-top: 50px;
}
.other-feature {
    padding: 100px 0 150px;
}
.other-feature .other-feature__list .list-item:not(:first-child) {
    padding-top: 70px;
}
.other-feature .other-feature__list .list-item.flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.other-feature .other-feature__list .list-item .txt-box {
    width: 560px;
}
.other-feature .other-feature__list .list-item .txt-box h3 {
    background-color: #0e72b8;
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
}
.other-feature .other-feature__list .list-item .txt-box h3 .large {
    font-size: 2rem;
}
.other-feature .other-feature__list .list-item .txt-box h4 {
    font-size: 2.4rem;
    line-height: 1.54;
    padding-top: 30px;
}
.other-feature .other-feature__list .list-item .txt-box .txt {
    line-height: 2;
    padding-top: 30px;
}
.other-feature .other-feature__list .list-item .img {
    width: 600px;
}
.other-sidemenu {
    padding: 90px 0 150px;
}
.other-sidemenu .h2-sideline .large {
    font-size: 4.8rem;
}
.other-sidemenu__txt {
    line-height: 2;
    padding-top: 40px;
}
.other-sidemenu__case {
    margin-top: 45px;
    box-shadow: 5px 5px 10px rgba(215, 215, 215, .35);
}
.other-sidemenu__case h3 {
    background-color: #0e72b8;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    padding: 15px 0;
}
.other-sidemenu__case .case-list-wrapper {
    background-color: #fff;
    padding: 40px 50px 55px;
}
.other-sidemenu__case .case-list.flex {
    gap: 100px;
}
.other-sidemenu__case .case-list.flex:not(:has(li:nth-child(2))){
    /*子要素が一つしかない時は中央揃え*/
    justify-content: center;
}
.other-sidemenu__case .case-list .list-item .title {
    font-size: 2rem;
    text-align: center;
}
.other-sidemenu__case .case-list .list-item .img {
    padding-top: 20px;
}
.other-corporation__intro {
    background-image: url(images/other_corporation_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 0 170px;
}
.other-corporation__intro .txt-box {
    width: 615px;
    margin: 0 0 0 auto;
}
.other-corporation__intro .txt-box h2 {
    font-size: 4.8rem;
    line-height: 1.5;
    text-align: right;
    white-space: nowrap;
}
.other-corporation__intro .txt-box h2 .large {
    font-size: 6rem;
}
.other-corporation__intro .txt-box .txt {
    line-height: 2;;
    padding-top: 45px;
}
.other-corporation__example {
    background-color: #f4f4f4;
    padding: 95px 0 120px;
}
.other-corporation__example h3 {
    font-size: 3.6rem;
    text-align: center;
}
.other-corporation__example .example-list {
    width: 960px;
    margin: 55px auto 0;
}
.other-corporation__example .example-list.flex {
    flex-wrap: wrap;
}
.other-corporation__example .example-list .list-item {
    width: calc(100% / 3);
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.other-corporation__example .example-list .list-item:nth-child(1) {
    background-image: url(images/other_corporation_example_img_01.jpg);
}
.other-corporation__example .example-list .list-item:nth-child(2) {
    background-image: url(images/other_corporation_example_img_02.jpg);
}
.other-corporation__example .example-list .list-item:nth-child(3) {
    background-image: url(images/other_corporation_example_img_03.jpg);
}
.other-corporation__example .example-list .list-item:nth-child(4) {
    background-image: url(images/other_corporation_example_img_04.jpg);
}
.other-corporation__example .example-list .list-item:nth-child(5) {
    background-image: url(images/other_corporation_example_img_05.jpg);
}
.other-corporation__example .example-list .list-item:nth-child(6) {
    background-image: url(images/other_corporation_example_img_06.jpg);
}
.other-corporation__example .example-list .list-item .label {
    background-color: rgba(0, 0, 0, .8);
    font-size: 2.8rem;
    text-align: center;
    padding: 20px 40px;
}
.other-corporation__example .example-list .list-item .label .en {
    display: block;
    font-size: 1.4rem;
}
.other-corporation__reason {
    padding-bottom: 80px;
}
.other-corporation__reason dl {
    width: 950px;
    margin: 55px auto 0;
}
.other-corporation__reason dl .list-item {
    width: 450px;
    text-align: center;
    padding: 40px 35px;
    box-shadow: 5px 5px 10px rgba(215, 215, 215, .35);
}
.other-corporation__reason dl .list-item dt {
    font-size: 2rem;
    min-height: calc(4rem* 1.15);
}
.other-corporation__reason dl .list-item img {
    width: fit-content;
    padding-top: 30px;
}
.other-corporation__reason dl .list-item dd {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
    padding-top: 30px;
}
.other-corporation__reason.reason .reason__list__wrapper {
    margin-top: 160px;
}
.other-corporation__reason.reason .reason__list .reason__list__item {
    padding: 70px 15px 0;
}
.other-voice.cases {
    padding-bottom: 120px;
}
.other-voice.cases .cases__slide {
    padding-top: 90px;
}

@media only screen and (max-width:768px) {
    .other-intro {
        background-image: url(images/other_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center top;
        padding: 17% 0 25%;
    }
    .other-intro h2 {
        width: 68.6%;
    }
    .other-intro .h3-bg-black-left {
        font-size: 5.066666666666666vw;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .other-intro__txt {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 11%;
    }
    .other-feature {
        padding: 17% 0 33%;
    }
    .other-feature .other-feature__list .list-item:not(:first-child) {
        padding-top: 29%;
    }
    .other-feature .other-feature__list .list-item.flex {
        flex-direction: column!important;
    }
    .other-feature .other-feature__list .list-item .txt-box {
        width: 100%;
    }
    .other-feature .other-feature__list .list-item .txt-box h3 {
        font-size: 4vw;
        line-height: 1.6;
        padding: 3% 0;
    }
    .other-feature .other-feature__list .list-item .txt-box h3 .large {
        font-size: 4.8vw;
    }
    .other-feature .other-feature__list .list-item .txt-box h4 {
        font-size: 4.8vw;
        line-height: 1.67;
        padding-top: 10%;
    }
    .other-feature .other-feature__list .list-item .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .other-feature .other-feature__list .list-item .img {
        width: 92.3%;
        margin: 10% auto 0;
    }
    .other-sidemenu {
        padding: 19% 0 25%;
    }
    .other-sidemenu .h2-sideline .large {
        font-size: 6.4vw;
    }
    .other-sidemenu__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 9%;
    }
    .other-sidemenu__case {
        margin-top: 12%;
    }
    .other-sidemenu__case h3 {
        font-size: 5.066666666666666vw;
        padding: 4.5% 0;
    }
    .other-sidemenu__case .case-list-wrapper {
        padding: 15% 7.5% 23%;
    }
    .other-sidemenu__case .case-list.flex {
        display: block;
    }
    .other-sidemenu__case .case-list .list-item:not(:first-child) {
        padding-top: 19%;
    }
    .other-sidemenu__case .case-list .list-item .title {
        font-size: 5.066666666666666vw;
    }
    .other-sidemenu__case .case-list .list-item .img {
        padding-top: 7%;
    }
    .other-corporation__intro {
        background-image: url(images/other_corporation_intro_bg_sp.jpg);
        background-size: 100%;
        background-position: center 8%;
        padding: 95% 0 23%;
    }
    .other-corporation__intro .txt-box {
        width: 100%;
    }
    .other-corporation__intro .txt-box h2 {
        font-size: 6.4vw;
    }
    .other-corporation__intro .txt-box h2 .large {
        font-size: 8vw;
    }
    .other-corporation__intro .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 12%;
    }
    .other-corporation__example {
        padding: 18% 0 33%;
    }
    .other-corporation__example h3 {
        font-size: 6.4vw;
    }
    .other-corporation__example .example-list {
        width: 100%;
        margin-top: 8.5%;
    }
    .other-corporation__example .example-list.flex {
        display: block;
    }
    .other-corporation__example .example-list .list-item {
        width: 100%;
    }
    .other-corporation__example .example-list .list-item:not(:first-child) {
        margin-top: 4%;
    }
    .other-corporation__example .example-list .list-item .label {
        font-size: 6.4vw;
        padding: 3%;
    }
    .other-corporation__example .example-list .list-item .label .en {
        font-size: 3.2vw;
    }
    .other-corporation__reason {
        padding-bottom: 35%;
    }
    .other-corporation__reason dl {
        width: 100%;
        margin-top: 9%;
    }
    .other-corporation__reason dl.flex {
        display: block;
    }
    .other-corporation__reason dl .list-item {
        width: 100%;
        padding: 7.7%;
    }
    .other-corporation__reason dl .list-item:not(:first-child) {
        margin-top: 15%;
    }
    .other-corporation__reason dl .list-item dt {
        font-size: 4.8vw;
        min-height: unset;
    }
    .other-corporation__reason dl .list-item img {
        width: 31%;
        padding-top: 6%;
    }
    .other-corporation__reason dl .list-item dd {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 7%;
    }
    .other-corporation__reason.reason .reason__list .reason__list__item {
        padding: 15% 6.7% 0;
    }
    .other-corporation__reason.reason .reason__list .reason__list__item .btn-w200 {
        width: 54%;
    }
    .other-voice.cases {
        padding-bottom: 25%;
    }
    .other-voice.cases .cases__slide {
        padding-top: 16%;
    }
}


/* --------------------------------------------------
    page-company
-------------------------------------------------- */
.company-intro {
    background-image: url(images/company_intro_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 135px;
}
.company-intro h2 {
    width: fit-content;
    margin: 0 auto 0 0;
}
.company-intro .company-intro__txt-01 {
    line-height: 2;
    width: 725px;
    margin: 0 auto 0 0;
    padding-top: 80px;
}
.company-aboutus {
    padding: 95px 0 145px;
}
.company-aboutus h2 {
    font-size: 3.6rem;
    text-align: center;
}
.company-aboutus h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 20px;
    letter-spacing: -0.05em;
}
.company-aboutus .company-aboutus__list {
    width: 1015px;
    margin: 0 auto;
    padding-top: 100px;
}
.company-aboutus .company-aboutus__list.flex {
    flex-wrap: wrap;
}
.company-aboutus .company-aboutus__list dt {
    display: flex;
    align-items: center;
    width: 205px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    background-color: #333;
    padding: 20px 28px;
}
.company-aboutus .company-aboutus__list dd {
    width: calc(100% - 205px);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    padding: 20px 28px;
}
.company-aboutus .company-aboutus__list dt:not(:first-of-type),
.company-aboutus .company-aboutus__list dd:not(:first-of-type) {
    margin-top: 2px;
}
.company-staff {
    background-image: url(images/company_staff_img_05.jpg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #e6e6e6;
    padding: 125px 0 330px;
}
.company-staff h2 {
    font-size: 3rem;
    line-height: 1.6;
    text-align: center;
}
.company-staff .company-staff__list__item .container {
    padding-top: 80px;
}
.company-staff .company-staff__list__item .company-staff__list__item__title {
    padding: 70px 0 90px;
}
.company-staff .company-staff__list__item:nth-child(1) .company-staff__list__item__title {
    background-image: url(images/company_staff_img_01.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 -20vw;
}
.company-staff .company-staff__list__item .h3-bg-white-right {
    position: relative;
    color: #101010;
    font-size: 3.6rem;
    line-height: 1.33333;
    margin: 0 0 0 auto;
    padding-right: 20vw;
    width: fit-content;
    z-index: 1;
}
.company-staff .company-staff__list__item .h3-bg-white-right::before {
    content: '';
    position: absolute;
    right: 0;
    background-color: #fff;
    width: calc(100% + 8vw);
    height: 130%;
    transform: skew(-20deg) translateY(-10%);
    z-index: -1;
}
.company-staff .company-staff__list__item:nth-child(1) .company-staff__list__item__desc.flex {
    justify-content: flex-start;
}
.company-staff .company-staff__list__item .company-staff__list__item__desc .company-staff__list__item__img {
    position: relative;
    z-index: 1;
    top: -70px;
    width: 41.7%;
}
.company-staff .company-staff__list__item .company-staff__list__item__desc dd {
    width: 575px;
    font-size: 1.6rem;
    line-height: 2.25;
    padding-top: 15px;
}
.company-staff .company-staff__list__item:nth-child(2) .company-staff__list__item__title {
    background-image: url(images/company_staff_img_03.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 -20vw;
}
.company-staff .company-staff__list__item .h3-bg-white-left {
    position: relative;
    color: #101010;
    font-size: 3.6rem;
    line-height: 1.33333;
    margin: 0 auto 0 0;
    padding-left: 20vw;
    width: fit-content;
    z-index: 1;
}
.company-staff .company-staff__list__item .h3-bg-white-left::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff;
    width: calc(100% + 8vw);
    height: 130%;
    transform: skew(20deg) translateY(-10%);
    z-index: -1;
}
.company-staff .company-staff__list__item:nth-child(2) .company-staff__list__item__desc.flex {
    justify-content: flex-end;
}
.company-access {
    padding: 120px 0 170px;
}
.company-access .container {
    width: 960px;
}
.company-access h2 {
    font-size: 3.6rem;
    text-align: center;
}
.company-access h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 20px;
    letter-spacing: -0.05em;
}
.company-access .company-access__txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    padding-top: 60px;
}
.company-access .company-access__ggmap {
    width: 100%;
    height: auto;
    aspect-ratio: 960 / 500;
    margin-top: 60px;
}
.company-access .company-access__ggmap iframe {
    width: 100%;
    height: 100%;
}
.company-message {
    background-color: #e6e6e6;
    padding: 100px 0;
}
.company-message .company-message__box {
    position: relative;
    width: 75%;
    max-width: 1440px;
    min-width: 1000px;
    margin: 0 auto 0 0;
    background-image: url(images/company_message_box_bg.jpg);
    background-size: cover;
    background-position: right 0;
    background-repeat: no-repeat;
    padding: 50px 0 80px;
}
.company-message .company-message__box .container {
    width: 1080px;
    margin: 0 0 0 auto;
}
.company-message .company-message__box h3 {
    font-size: 4rem;
    line-height: 1.37;
}
.company-message .company-message__box h3 .large {
    font-size: 5rem;
}
.company-message .company-message__box h3::after {
    content: '';
    display: block;
    position: absolute;
    top: 140px; right: -120px;
    background-image: url(images/company_message_box_img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 350px;
}
.company-message .company-message__box .company-message__txt {
    line-height: 2;
    width: 520px;
    padding-top: 70px;
}

@media only screen and (max-width:768px) {
    .company-intro {
        background-image: url(images/company_intro_bg_sp.jpg);
        background-size: contain;
        background-position-y: 0;
        padding: 16.7% 0;
    }
    .company-intro .h3-bg-black-left {
        font-size: 6.25vw;
    }
    .company-intro .h3-bg-black-left span.sp {
        display: inline;
    }
    .company-intro .company-intro__txt-01 {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 9.2%;
    }
    .company-aboutus {
        padding: 19.3% 0 24%;
    }
    .company-aboutus h2 {
        font-size: 6.4vw;
    }
    .company-aboutus h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4.6%;
    }
    .company-aboutus .company-aboutus__list {
        width: 100%;
        padding-top: 13.5%;
    }
    .company-aboutus .company-aboutus__list dt {
        width: 30%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding: 2% 3.8%;
    }
    .company-aboutus .company-aboutus__list dd {
        width: 70%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding: 2% 3.8%;
    }
    .company-staff {
        background-image: url(images/company_staff_img_05_sp.jpg);
        background-size: 100%;
        padding: 20% 0 88%;
    }
    .company-staff h2 {
        font-size: 4.8vw;
        line-height: 1.33;
    }
    .company-staff .company-staff__list__item .container {
        padding-top: 12%;
    }
    .company-staff .company-staff__list__item .company-staff__list__item__title {
        padding: 15.4% 0 12.3%;
    }
    .company-staff .company-staff__list__item:nth-child(1) .company-staff__list__item__title {
        background-image: url(images/company_staff_img_01_sp.png);
        background-size: 95%;
        margin: 0 0 0 -11%;
        width: 100vw;
    }
    .company-staff .company-staff__list__item .h3-bg-white-right {
        font-size: 4.8vw;
        margin: 0 calc(100% - 100vw) 0 auto;
        padding: 0 2% 0 0;
    }
    .company-staff .company-staff__list__item .h3-bg-white-right::before {
        width: 95vw;
        margin-right: -7vw;
    }
    .company-staff .company-staff__list__item:nth-child(1) .company-staff__list__item__desc.flex {
        flex-flow: column;
    }
    .company-staff .company-staff__list__item .company-staff__list__item__desc .company-staff__list__item__img {
        top: 0;
        width: 77%;
        margin: 0 auto;
    }
    .company-staff .company-staff__list__item .company-staff__list__item__desc dd {
        width: 100%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 15%;
    }
    .company-staff .company-staff__list__item:nth-child(2) .company-staff__list__item__title {
        background-image:  url(images/company_staff_img_03_sp.png);
        background-size: 95%;
        margin: 0 0 0 -5%;
        width: 100vw;
    }
    .company-staff .company-staff__list__item .h3-bg-white-left {
        font-size: 4.8vw;
        margin: 0 auto 0 calc(100% - 100vw);
        padding: 0 0 0 2%;
    }
    .company-staff .company-staff__list__item .h3-bg-white-left::before {
        width: 95vw;
        margin-left: -7vw;
    }
    .company-staff .company-staff__list__item:nth-child(2) .company-staff__list__item__desc.flex {
        flex-flow: column-reverse;
    }
    .company-access {
        padding: 22% 0 28%;
    }
    .company-access .container {
        width: 86.6667%;
    }
    .company-access h2 {
        font-size: 6.4vw;
    }
    .company-access h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4.6%;
    }
    .company-access .company-access__txt {
        font-size: 3.733333333333334vw;
        line-height: 1.35;
        padding-top: 10%;
    }
    .company-access .company-access__ggmap {
        margin-top: 15%;
    }
    .company-message {
        width: 86.7%;
        margin: 0 0 -6.7% auto;
        padding: 6.7% 0 0;
    }
    .company-message .company-message__box {
        padding: 15.4% 0 20%;
        width: 107.5%;
        min-width: unset;
        margin-left: calc(100% - 100vw);
        background-image: url(images/company_message_box_bg_sp.jpg);
        background-position: center 0;
    }
    .company-message .company-message__box .container {
        width: 93%;
    }
    .company-message .company-message__box h3 {
        font-size: 6.4vw;
        line-height: 1.5;
    }
    .company-message .company-message__box h3 .large {
        font-size: 8vw;
        line-height: 1;
    }
    .company-message .company-message__box h3::after {
        position: relative;
        width: 92%;
        height: auto;
        aspect-ratio: 600/350;
        top: unset;
        right: unset;
        margin: 7% auto 0 0;
    }
    .company-message .company-message__box .company-message__txt {
        width: 92%;
        margin: 0 auto 0 0;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
        padding-top: 12%;
    }
    .company-placeholder {
        background-color: #fff;
        height: 20vw;
    }
}


/* --------------------------------------------------
    page-contact
-------------------------------------------------- */
.contact {
    padding: 90px 0 170px;
}
.contact h2 {
    font-size: 3.6rem;
    text-align: center;
}
.contact h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
    letter-spacing: -0.05em;
}
.contact .contact__card {
    width: 1100px;
    height: 300px;
    margin: 30px auto 0;
    background-image: url(images/contact_card_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact .contact__card h3 {
    font-size: 3rem;
    text-align: center;
    padding-top: 55px;
}
.contact .contact__card h3 .circle {
    position: relative;
    font-size: 4.8rem;
}
.contact .contact__card h3 .circle::before {
    position: absolute;
    content: '・';
    top: -30px;
    color: #fff;
}
.contact .contact__card .contact__card__child {
    display: block;
    width: 600px;
    height: 120px;
    background-color: #fff;
    font-size: 3rem;
    text-align: center;
    margin: 20px auto 0;
    padding: 25px 0;
}

.contact .contact__card .contact__card__child .time {
    display: block;
    font-size: 1.6rem;
    padding-top: 20px;
}
.contact .contact__txt {
    color: #333333;
    line-height: 2;
    width: fit-content;
    margin: 48px auto 0;
}
.contact .wpcf7 {
    width: 850px;
    margin: 50px auto 0;
}
.contact .wpcf7 th {
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    width: 200px;
    padding: 45px 0 30px 5px;
}
.contact .wpcf7 table {
    width: 100%;
}
.contact .wpcf7 table th p {
    color: #333333;
}
.contact .wpcf7 table th p .required {
    display: block;
    background-color: #e60012;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1px 8px;
    margin-left: auto;
    margin-top: -1.6rem;
    width: 23%;
}
.contact .wpcf7 table th p .optional {
    display: block;
    background-color: #c1c1c1;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 1px 8px;
    margin-left: auto;
    margin-top: -1.6rem;
    width: 23%;
}
.contact .wpcf7 table td {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0 30px 80px;
}
.contact .wpcf7 input[type="text"],
.contact .wpcf7 input[type="email"],
.contact .wpcf7 input[type="tel"],
.contact .wpcf7 button,
.contact .wpcf7 textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    box-shadow: inset 1px 1px 5px rgba(216, 214, 214, .6), inset -1px -1px 5px rgba(216, 214, 214, .6);
    padding: 15px 20px;
}
.contact .wpcf7 input[type="text"]::placeholder,
.contact .wpcf7 input[type="email"]::placeholder,
.contact .wpcf7 input[type="tel"]::placeholder,
.contact .wpcf7 textarea::placeholder {
    color: #cfcfcf;
    font-weight: 200;
}
.contact .wpcf7 input[type="file"] {
    font-size: 1.4rem;
    padding: 10px 0;
}
.contact .wpcf7 .check-privacy {
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    margin: 80px auto 0;
}
.contact .wpcf7 .check-privacy a {
    text-decoration: underline;
    padding-left: 24px;
}
.contact .wpcf7 .check-privacy .material-symbols-outlined {
    font-size: 1.6rem;
}
.contact .wpcf7 .check-privacy .wpcf7-list-item-label {
    display: none;
}
.contact .wpcf7 .btn-w250::after {
    pointer-events: none;
}
.contact .wpcf7 .submit-btn {
    margin-top: 110px;
}
.contact .wpcf7 .submit-btn p {
    width: 100%;
    height: 100%;
    text-align: center;
}
.contact .wpcf7 .submit-btn p input {
    width: 100%;
    height: 100%;
}
.contact .wpcf7 .submit-btn p input:hover {
    opacity: .6;
}
.contact .wpcf7-not-valid-tip {
    display: inline;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: 80px;
    font-size: 1.6rem;
}

.contact .wpcf7 table .form_inspection td {
    padding: 30px 0;
  }
  .contact .form_inspection td h3 {
    color: #fff;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000255;
    font-weight: bold;
  }
  .contact .form_inspection td h3 span.cursive{
    margin-right: .2em;
    font-size: 4.9rem;
  }
  .contact .form_inspection td h3:not(:first-child){
    margin-top: 40px;
  }
  .contact .form_inspection .flex {
    flex-wrap: wrap;
  }
  .contact .form_inspection ol{
    display: flex;
    justify-content: center;
    width: 55em;
    gap: 0 1em;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .contact .form_inspection p.txt{
    text-align: right;
    color: #000255;
    line-height: 2;
  }
  .contact .form_inspection p.img{
    text-align: center;
    margin: 24px auto;
  }
  .contact .form_inspection p.img:first-of-type{
    width: 90%;
  }
  .contact .form_inspection p.img img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

@media only screen and (max-width:768px) {
    .contact {
        padding: 18.5% 0 26.5%;
    }
    .contact h2 {
        font-size: 6.4vw;
    }
    .contact h2 .small {
        font-size: 3.2vw;
        padding-bottom: 6%;
    }
    .contact .contact__card {
        margin-top: 12%;
        width: 100%;
        height: auto;
        aspect-ratio: 650/400;
        background-image: url(images/contact_card_bg_sp.jpg);
    }
    .contact .contact__card h3 {
        font-size: 4vw;
        line-height: 1.2;
        padding-top: 7%;
    }
    .contact .contact__card h3 .circle {
        font-size: 6.4vw;
    }
    .contact .contact__card h3 .circle::before {
        top: -45%;
    }
    .contact .contact__card .contact__card__child {
        width: 85%;
        height: auto;
        margin-top: 3.5%;
        padding: 2% 0;
        font-size: 8vw;
    }
    .contact .contact__card .contact__card__child .material-icons {
        font-size: 7vw;
    }
    .contact .contact__card .contact__card__child .time {
        padding-top: 2%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .contact .contact__txt {
        margin-top: 12%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .contact .wpcf7 {
        width: 100%;
        margin-top: 6%;
    }
    .contact .wpcf7 table th {
        display: block;
        width: 100%;
        border: none;
        padding: 7% 2%;
    }
    .contact .wpcf7 table th p {
        font-size: 4vw;
    }
    .contact .wpcf7 table th p .required,
    .contact .wpcf7 table th p .optional {
        font-size: 3.2vw;
        width: 15%;
        padding: 1% 3%;
        margin-top: -6%;
    }
    .contact .wpcf7 table td {
        display: block;
        width: 100%;
        padding: 0 0 7% 0;
        border: none;
    }
    .contact .wpcf7 input[type="text"],
    .contact .wpcf7 input[type="email"],
    .contact .wpcf7 input[type="tel"],
    .contact .wpcf7 button,
    .contact .wpcf7 textarea {
        padding: 3.8% 3%;
        font-size: 3.733333333333334vw;
    }
    .contact .wpcf7 input[type="file"] {
        font-size: 3.733333333333334vw;
        padding: 0;
    }
    .contact .wpcf7 .check-privacy {
        margin-top: 7%;
        font-size: 3.2vw;
    }
    .contact .wpcf7 .check-privacy a {
        padding-left: 8%;
    }
    .contact .wpcf7 .check-privacy .material-symbols-outlined {
        font-size: 3.2vw;
    }
    .contact .wpcf7 input[type="checkbox"] {
        transform: scale(1.5);
    }
    .contact .wpcf7 .btn-w250 {
        width: 77%;
    }
    .contact .wpcf7 .submit-btn p input {
        font-size: 4.8vw;
    }
    .contact .wpcf7-not-valid-tip {
        display: inline;
        font-size: 3.2vw;
    }

    .contact .form_inspection ol{
        width: auto;
        display: block;
        margin: 0;
      }
      .contact .form_inspection ol li p{
        margin-left: 1em;
        font-size: 3.733333333333334vw;
        line-height: 1.7;
      }
      .contact .form_inspection p.img:first-of-type{
        width: 100%;
      }
      .contact .form_inspection td h3 {
        font-size: 3.733333333333334vw;
        text-align: left;
        padding: 3% 9%;
      }
      .contact .form_inspection td h3 span.cursive{
        font-size: 15vw;
      }
}


/* --------------------------------------------------
    page-complete
-------------------------------------------------- */
.complete {
    padding: 90px 0 170px;
}
.complete h2 {
    font-size: 3.6rem;
    text-align: center;
}
.complete .complete__txtbox {
    width: 960px;
    margin: 60px auto 0;
}
.complete .complete__txtbox p {
    line-height: 2;
}
.complete .complete__txtbox p + p {
    padding-top: 24px;
}
.complete .complete__txtbox .btn-w250 {
    margin-top: 60px;
}

@media only screen and (max-width:768px) {
    .complete {
        padding: 18.5% 0 26.5%;
    }
    .complete h2 {
        font-size: 5.4vw;
    }
    .complete .complete__txtbox {
        width: 100%;
        margin-top: 12%;
    }
    .complete .complete__txtbox p {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .complete .complete__txtbox p + p {
        padding-top: 8%;
    }
    .complete .complete__txtbox .btn-w250 {
        width: 77%;
        font-size: 4.8vw;
        margin-top: 16%;
    }
}


/* --------------------------------------------------
    page-privacy
-------------------------------------------------- */
.privacy {
    padding-bottom: 220px;
}
.privacy .privacy__txt-area {
    padding: 80px 200px 0;
}
.privacy .privacy__txt-area p {
    line-height: 1.875;
}
.privacy .privacy__txt-area h2 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: 60px;
}
.privacy .privacy__txt-area p:not(:first-child) {
    padding-top: 30px;
}
.privacy .privacy__txt-area ul {
    padding-top: 30px;
}
.privacy .privacy__txt-area ul li {
    font-size: 1.6rem;
    line-height: 1.875;
    text-indent: 2em;
}
.privacy .btn-w250 {
    margin-top: 110px;
}

@media only screen and (max-width:768px) {
    .privacy {
        padding-bottom: 40%;
    }
    .privacy .privacy__txt-area {
        padding: 21.5% 0 0;
    }
    .privacy .privacy__txt-area p {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .privacy .privacy__txt-area h2 {
        font-size: 4.8vw;
        padding-top: 17%;
    }
    .privacy .privacy__txt-area p:not(:first-child) {
        padding-top: 9%;
    }
    .privacy .privacy__txt-area ul {
        padding-top: 9%;
    }
    .privacy .privacy__txt-area ul li {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        text-indent: 1em;
    }
    .privacy .btn-w250 {
        margin-top: 29%;
        width: 77%;
        font-size: 4.8vw;
    }
}


/* --------------------------------------------------
    archive-news
-------------------------------------------------- */
.archive-news {
    padding: 95px 0 270px;
}
.archive-news .inner {
    width: 960px;
    margin: 0 auto;
}
.archive-news .archive-news__list__wrapper {
    margin-top: 130px;
}
.archive-news .archive-news__list__wrapper li {
    font-size: 1.6rem;
}
.archive-news .archive-news__list__item {
    padding: 25px 50px;
    box-shadow: 8px 8px 10px rgba(50, 50, 50, .2), -1px -1px 10px rgba(50, 50, 50, .2);
}
.archive-news .archive-news__list__item:not(:first-child) {
    margin-top: 30px;
}
.archive-news .archive-news__list__item__link {
    display: block;
}
.archive-news .archive-news__list__item .thumb {
    width: 150px;
    height: auto;
    aspect-ratio: 1/1;
}
.archive-news .archive-news__list__item .thumb img {
    width: 150px;
    max-width: none;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.archive-news .archive-news__list__item__right {
    flex-grow: 1;
    padding: 0 70px 0 30px;
    background-image: url(images/news_arrow.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
} 
.archive-news .archive-news__list__item__right .news-cat {
    font-size: 1.2rem;
    line-height: 1;
    background-color: #0e72b8;
    margin-left: 24px;
    padding: 2px 10px;
}
.archive-news .archive-news__list__item__right .news-cat+.news-cat {
    margin-left: 10px;
}
.archive-news .archive-news__list__item__right .news-title {
    display: block;
    font-size: 2rem;
    padding-top: 10px;
}
.archive-news .archive-news__list__item__right .news-excerpt {
    display: block;
    line-height: 1.5;
    padding-top: 20px;
}

@media only screen and (max-width:768px) {
    .archive-news {
        padding: 20% 0 39%;
    }
    .archive-news .inner {
        width: 86.7%;
    }
    .archive-news .archive-news__list__wrapper {
        margin-top: 17%;
    }
    .archive-news .archive-news__list__wrapper li {
        font-size: 3.733333333333334vw;
    }
    .archive-news .archive-news__list__item {
        padding: 6%;
    }
    .archive-news .archive-news__list__item:not(:first-child) {
        margin-top: 12%;
    }
    .archive-news .archive-news__list__item .thumb {
        width: 27.7%;
    }
    .archive-news .archive-news__list__item .thumb img {
        width: 100%;
    }
    .archive-news .archive-news__list__item__right {
        background-image: url(images/news_arrow_sp.png);
        background-size: 14%;
        padding: 0 0 0 5%;
    }
    .archive-news .archive-news__list__item__right .news-date {
        display: block;
        font-size: 3.733333333333334vw;
    }
    .archive-news .archive-news__list__item__right .news-cat {
        display: inline-block;
        font-size: 3.733333333333334vw;
        margin: 6% 0 0 0;
        padding: 2% 4%;
    }
    .archive-news .archive-news__list__item__bottom {
        padding-top: 5%;
    }
    .archive-news .archive-news__list__item__bottom .news-title {
        font-size: 4.8vw;
    }
    .archive-news .archive-news__list__item__bottom .news-excerpt {
        display: block;
        padding-top: 6%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
}


/* --------------------------------------------------
    single-news
-------------------------------------------------- */
.news-detail {
    padding: 120px 0 220px;
}
.news-detail .news-detail__contents {
    width: 690px;
    margin: 0 auto;
}
.news-detail .news-detail__contents .date {
    font-size: 1.6rem;
}
.news-detail .news-detail__contents .category {
    padding-top: 20px;
}
.news-detail .news-detail__contents .category a {
    font-size: 1.3rem;
    background-color: #0e72b8;
    padding: 2px 10px;
    line-height: 1;
}
.news-detail .news-detail__contents .category a+a {
    margin-left: 20px;
}
.news-detail .news-detail__contents h2 {
    font-size: 30px;
    padding-top: 40px;
}
.news-detail .news-detail__contents__post {
    padding-top: 70px;
    font-size: 1.6rem;
    line-height: 2.25;
}
.news-detail .news-detail__contents__post .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 600/300;
    padding-bottom: 70px;
}
.news-detail .news-detail__navigation {
    padding-top: 160px;
}
.news-detail .news-detail__navigation span {
    font-size: 1.6rem;
}
.news-detail .news-detail__btn {
    margin-top: 65px;
}


@media only screen and (max-width:768px) {
    .news-detail {
        padding: 21% 0 27%;
    }
    .news-detail .news-detail__contents {
        width: 100%;
    }
    .news-detail .news-detail__contents .date {
        font-size: 3.733333333333334vw;
    }
    .news-detail .news-detail__contents .category {
        padding-top: 5%;
    }
    .news-detail .news-detail__contents .category a {
        font-size: 3.733333333333334vw;
        padding: 0 2%;
    }
    .news-detail .news-detail__contents h2 {
        padding-top: 10%;
        font-size: 4.8vw;
        text-align: center;
    }
    .news-detail .news-detail__contents__post {
        padding-top: 13%;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .news-detail .news-detail__navigation {
        padding-top: 28%;
        margin: 0 auto;
        width: 77%;
    }
    .news-detail .news-detail__navigation span {
        font-size: 3.733333333333334vw;
    }
    .news-detail .news-detail__btn {
        margin-top: 12%;
    }
    .news-detail .news-detail__btn.btn-w250 {
        width: 77%;
        font-size: 4.8vw;
    }
}


/* --------------------------------------------------
    archive-case
-------------------------------------------------- */
.archive-case {
    padding-bottom: 190px;
    background-color: #f4f4f4;
}
.archive-case .archive-case__upper {
    padding: 120px 0 160px;
}
.archive-case h2 {
    font-size: 3.6rem;
    text-align: center;
}
.archive-case h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
}
.archive-case .archive-case__intro__txt {
    text-align: center;
    line-height: 2;
    padding-top: 60px;
}
.archive-case .archive-case__filter__type {
    margin-top: 150px;
    padding-bottom: 80px;
    background-color: #fff;
}
.archive-case .archive-case__filter__type h2 {
    padding-top: 60px;
}
.archive-case .archive-case__filter__type .flex {
    justify-content: center;
    gap: 25px;
    padding-top: 80px;
}
.archive-case .archive-case__filter__type .archive-case__filter__type__btn {
    width: 250px;
    height: auto;
    aspect-ratio: 250/70;
    font-size: 2rem;    
    line-height: 1;
    text-align: center;
    padding-top: 24px;
    background-color: #0e72b8;
    position: relative;
}
.archive-case .archive-case__filter__type .archive-case__filter__type__btn::after {
    content: '';
    width: 25px;
    height: 11px;
    background-image: url(images/btn_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.archive-case .archive-case__filter__maker {
    margin-top: 100px;
    padding-bottom: 90px;
    background-color: #fff;
}
.archive-case .archive-case__filter__maker h2 {
    padding-top: 60px;
}
.archive-case .archive-case__filter__maker .archive-case__filter__maker__list {
    width: 960px;
    margin: 0 auto;
    padding-top: 60px;
}
.archive-case .archive-case__filter__maker .archive-case__filter__maker__list.flex {
    gap: 30px 9px;
    flex-wrap: wrap;
}
.archive-case .archive-case__filter__maker .archive-case__filter__maker__list li {
    width: calc((100% - 9px * 6) / 7);
}
.archive-case .archive-case__filter__maker .archive-case__filter__maker__list li p {
    text-align: center;
    padding-top: 15px;
}
.archive-case .archive-case__post h2 {
    padding-top: 120px;
}
.archive-case .archive-case__post .notfound {
    padding-top: 80px;
}
.archive-case .archive-case__post .archive-case__post__list {
    padding-top: 115px;
}
.archive-case .archive-case__post .archive-case__post__list.flex {
    flex-wrap: wrap;
    gap: 110px 15px;
}
.archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item {
    width: calc((100% - 15px * 2) / 3);
    background-color: #fff;
}
.archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 390 / 250;
}
.archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item .thumb img {
    max-width: none;
    object-fit: cover;
    aspect-ratio: 390 / 250;
}
.archive-case .archive-case__post__list__bottom {
    padding: 20px;
}
.archive-case .case-type-maker__list .case-type-maker__list__item {
    font-size: 1.6rem;
}
.archive-case .case-type-maker__list .case-type-maker__list__item.maker {
    padding-top: 8px;
}
.archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item h3 {
    font-size: 2rem;
    padding-top: 20px;
}
.archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item h3+p {
    line-height: 1.5;
    padding-top: 20px;
}
.archive-case .pager .pager_num .page-numbers {
    background-color: #fff;
}
.archive-case .pager .pager_num .page-numbers.current {
    background-color: #0e72b8;
}

@media only screen and (max-width:768px) {
    .archive-case {
        padding-bottom: 37%;
    }
    .archive-case .archive-case__upper {
        padding: 23% 0 28%;
    }
    .archive-case h2 {
        font-size: 6.4vw;
    }
    .archive-case h2 .small {
        font-size: 3.2vw;
        padding-bottom: 6%;
    }
    .archive-case .archive-case__intro__txt {
        text-align: left;
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .archive-case .archive-case__filter__type {
        margin-top: 38%;
        padding-bottom: 18.5%;
    }
    .archive-case .archive-case__filter__type h2 {
        padding-top: 9%;
    }
    .archive-case .archive-case__filter__type .flex {
        flex-wrap: wrap;
        gap: 0;
        width: 77%;
        margin: 0 auto;
        padding-top: 12%;
    }
    .archive-case .archive-case__filter__type .archive-case__filter__type__btn {
        width: 100%;
        aspect-ratio: 500 / 120;
        font-size: 4vw;
        padding-top: 9%;
    }
    .archive-case .archive-case__filter__type .archive-case__filter__type__btn::after {
        width: 7%;
        height: auto;
        aspect-ratio: 30 / 13;
        right: 8%;
    }
    .archive-case .archive-case__filter__type .archive-case__filter__type__btn:not(:first-child) {
        margin-top: 12%;
    }
    .archive-case .archive-case__filter__maker {
        margin-top: 20%;
        padding-bottom: 20%;
    }
    .archive-case .archive-case__filter__maker h2 {
        padding-top: 9%;
    }
    .archive-case .archive-case__filter__maker .archive-case__filter__maker__list {
        width: 95%;
        padding-top: 9%;
    }
    .archive-case .archive-case__filter__maker .archive-case__filter__maker__list.flex {
        justify-content: center;
        gap: 6.7vw 1.3vw;
    }
    .archive-case .archive-case__filter__maker .archive-case__filter__maker__list li {
        width: calc((100% - 1.3vw * 3) / 4);
    }
    .archive-case .archive-case__post h2 {
        padding-top: 25%;
    }
    .archive-case .archive-case__post .notfound {
        font-size: 3.733333333333334vw;
        padding-top: 16%;
    }
    .archive-case .archive-case__post .archive-case__post__list {
        width: 77%;
        margin: 0 auto;
        padding-top: 18.5%;
    }
    .archive-case .archive-case__post .archive-case__post__list.flex {
        gap: 13vw 0;
    }
    .archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item {
        width: 100%;
    }
    .archive-case .archive-case__post__list__bottom {
        padding: 7% 6%;
    }
    .archive-case .case-type-maker__list .case-type-maker__list__item {
        font-size: 3.2vw;
    }
    .archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item h3 {
        font-size: 4.8vw;
        padding-top: 5%;
    }
    .archive-case .archive-case__post .archive-case__post__list .archive-case__post__list__item h3+p {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        padding-top: 4%;
    }
    .archive-case .pager .pager_num {
        justify-content: space-around;
    }
}


/* --------------------------------------------------
    single-case
-------------------------------------------------- */
.case-detail {
    padding-top: 120px;
}
.case-detail .case-detail__overview {
    width: 600px;
    margin: 0 auto 170px;
}
.case-detail .case-detail__overview .case-detail__date {
    font-size: 1.6rem;
}
.case-detail .case-detail__overview .case-detail__category-list {
    font-size: 1.6rem;
    padding-top: 30px;
}
.case-detail .case-detail__overview .case-detail__category-list__item:not(:first-child) {
    padding-top: 10px;
}
.case-detail .case-detail__overview h2 {
    font-size: 3rem;
    padding: 40px 0 65px;
}
.case-detail .case-detail__overview .case-detail__wysiwyg {
    padding-top: 65px;
}
.case-detail .case-detail__overview .case-detail__wysiwyg .txt {
    line-height: 2.25;
}
.case-detail .case-detail__bottom {
    padding: 120px 0 210px;
}
.case-detail .case-detail__bottom h2 {
    font-size: 3.6rem;
    text-align: center;
}
.case-detail .case-detail__bottom h2 .small {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 24px;
}
.case-detail .case-detail__flow__box {
    position: relative;
    background-color: #fff;
    margin-top: 85px;
    padding: 50px;
    filter: drop-shadow(0 8px 10px rgba(50, 50, 50, .2));
}
.case-detail .case-detail__flow__box:first-of-type {
    margin-top: 100px;
}
.case-detail .case-detail__flow__box:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    width: 0;
    height: 0;
    border-width: 50px;
    border-color: transparent;
    border-top-color: #fff;
}
.case-detail .case-detail__flow__box .txt-box {
    width: 530px;
}
.case-detail .case-detail__flow__box .txt-box h3 {
    font-size: 3rem;
    line-height: 2;
}
.case-detail .case-detail__flow__box .txt-box h3 .step {
    font-size: 2.4rem;
    background-color: #0e72b8;
    padding: 5px 15px;
    margin-right: 20px;
}
.case-detail .case-detail__flow__box .txt-box h3 .step .step-num {
    font-size: 3rem;
}
.case-detail .case-detail__flow__box .txt-box .txt {
    line-height: 2;
    margin-top: 30px;
}
.case-detail .case-detail__flow__box .img {
    width: 500px;
    height: auto;
    aspect-ratio: 500/250;
}
.case-detail .case-detail__flow__box .img img {
    object-fit: cover;
    aspect-ratio: 500/250;
}
.case-detail .navigation {
    font-size: 1.6rem;
    margin-top: 100px;
}
.case-detail .btn-back {
    margin-top: 55px;
}

@media only screen and (max-width:768px) {
    .case-detail {
        padding-top: 21.3%;
    }
    .case-detail .case-detail__overview {
        width: 100%;
        margin-bottom: 32%;
    }
    .case-detail .case-detail__overview .case-detail__date {
        font-size: 3.733333333333334vw;
    }
    .case-detail .case-detail__overview .case-detail__category-list {
        font-size: 3.733333333333334vw;
        padding-top: 7.7%;
    }
    .case-detail .case-detail__overview .case-detail__category-list__item:not(:first-child) {
        padding-top: 3%;
    }
    .case-detail .case-detail__overview h2 {
        font-size: 4.8vw;
        text-align: center;
        padding: 14% 0 12%;
    }
    .case-detail .case-detail__overview .case-detail__wysiwyg {
        padding-top: 12%;
    }
    .case-detail .case-detail__overview .case-detail__wysiwyg .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
    }
    .case-detail .case-detail__bottom {
        padding: 18% 0 45%;
    }
    .case-detail .case-detail__bottom h2 {
        font-size: 6.4vw;
    }
    .case-detail .case-detail__bottom h2 .small {
        font-size: 3.2vw;
        padding-bottom: 4%;
    }
    .case-detail .case-detail__flow__box {
        margin-top: 16%;
        padding: 7.7%;
        filter: drop-shadow(0 1vw 1.3vw rgba(50, 50, 50, .2));
    }
    .case-detail .case-detail__flow__box:first-of-type {
        margin-top: 18.5%;
    }
    .case-detail .case-detail__flow__box.flex {
        display: block;
    }
    .case-detail .case-detail__flow__box .txt-box {
        width: 100%;
    }
    .case-detail .case-detail__flow__box .txt-box h3 {
        font-size: 4.8vw;
        text-align: center;
    }
    .case-detail .case-detail__flow__box .txt-box h3 .step {
        display: block;
        font-size: 3.733333333333334vw;
        line-height: 1.5;
        margin-right: 0;
        margin-bottom: 6%;
        padding: 1% 3%;
    }
    .case-detail .case-detail__flow__box .txt-box h3 .step .step-num {
        font-size: 4.8vw;
    }
    .case-detail .case-detail__flow__box .txt-box .txt {
        font-size: 3.733333333333334vw;
        line-height: 1.71;
        margin-top: 5%;
    }
    .case-detail .case-detail__flow__box .img {
        width: 100%;
        margin-top: 5.5%;
    }
    .case-detail .case-detail__flow__box:not(:last-child)::after {
        border-width: 8vw 20vw;
    }
    .case-detail .navigation {
        width: 77%;
        margin: 29% auto 0;
        font-size: 3.733333333333334vw;
    }
    .case-detail .btn-w250 {
        width: 67%;
        font-size: 4.8vw;
        margin-top: 14%;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed!important;
    }
}