@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html {
    font-size: 62.5%;
}

a {
    color: #171110;
    text-decoration: none;
    transition: 0.3s all ease;
}

a:hover {
    opacity: 0.6;
}

.sp {
    display: none !important;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 2.2rem;
    font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, sans-serif;
    color: #171110;
    line-height: 1.7142857;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

#wrapper img {
    max-width: 100%;
}


/* =====================================
	header
===================================== */

header {
    z-index: 1000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #d5d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

header img {
    margin: 0 0 0 30px;
}

header div {
    display: flex;
    align-items: center;
}

header div span {
    font-size: 1.4rem;
    line-height: 1.2857;
    margin-right: 30px;
}

header div ul {
    display: flex;
}

header div ul li {
    margin-right: 10px;
    font-weight: bold;
}

header div ul li:last-child {
    margin-right: 30px;
}

header div ul li a {
    border-radius: 4px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header div ul li:nth-child(1) {
    border-radius: 4px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000 url("../img/icon01.png") center left 14px no-repeat;
    background-size: 19px auto;
    padding: 0 14px 0 39px;
}

header div ul li:nth-child(2) a {
    background: #00c300 url("../img/icon02.png") center left 18px no-repeat;
    background-size: 30px auto;
    padding: 0 20px 0 53px;
}

header div ul li:nth-child(3) a {
    /* background: #df3e25; 2024/12/02*/
    background: blue;
    padding: 0 24px;
}

@media screen and (max-width:1020px) {
    header img {
        display: none;
    }

    header div {
        margin: 0 auto;
    }
}


/* =====================================
	main
===================================== */

.visual {
    width: 100%;
    background: #ffdd74;
}

.visual img {
    max-width: 100%;
    margin: 0 auto;
}

.slideArea01 {
    width: 100%;
    padding: 65px 0 60px;
}

.slideArea01 h2 img {
    width: 474px;
    margin: 0 auto 16px;
}

.slideArea01 ul {
    display: none;
}

.slideArea01 ul.slick-initialized {
    display: block;
    /*slick-initializedが付与されたら表示*/
}

.slideArea01 ul .slick-slide {
    margin: 0 8px;
}

.slideArea01 p {
    padding: 0 40px;
}

.slideArea01 p img {
    max-width: 100%;
    margin: 40px auto 0;
}

.btnArea {
    width: 100%;
    background: #ffe6d8;
    padding: 48px 0 55px;
}

.btnArea p img {
    width: 394px;
    margin: 0 auto 8px;
}

.btnArea a {
    display: table;
    margin: 0 auto;
}

.btnArea a img {
    width: 545px;
    margin: 0 auto;
}

.example {
    width: 100%;
    padding: 80px 40px 0px;
}

.example h2 img {
    width: 457px;
    margin: 0 auto 40px;
}

.example>div {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 60px;
}

.example div h3 {
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 70px;
    background: linear-gradient(to right, #df3e25, #df9725);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.example ul {
    width: 100%;
    max-width: 924px;
    margin: 0 auto;
}

.example ul .slick-slide {
    padding: 0 13px;
}

.example ul .slick-slide img {
    width: 282px;
}

.example .slick-prev,
.example .slick-next {
    width: 40px;
    height: 80px;
    border-radius: 4px;
}

.example .slick-prev {
    left: -48px;
    background: #000 url("../img/prev01.png") no-repeat center;
}

.example .slick-next {
    right: -48px;
    background: #000 url("../img/next01.png") no-repeat center;
}

@media screen and (max-width:1020px) {
    .example ul {
        max-width: 616px;
    }

    .example .slick-prev,
    .example .slick-next {
        border-radius: 4px;
    }
}

.result h2 {
    width: 100%;
    background: linear-gradient(to right, #df3e25, #df9725);
    padding: 40px 0;
}

.result h2 img {
    width: 494px;
    margin: 0 auto;
}

.result p {
    padding: 80px 40px 100px;
}

.result p img {
    margin: 0 auto;
}

.voice {
    width: 100%;
    padding: 100px 40px 80px;
    background: #ffe6d8;
}

.voice dl {
    width: 100%;
    max-width: 1048px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.voice dl div {
    width: calc((100% - 40px) / 3);
    position: relative;
    background: #fff;
    padding: 44px 30px 30px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.voice dl div::before {
    content: "";
    clip-path: polygon(0 0, 100% 100%, calc(100% - 4px) 0);
    width: 35px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    left: 20.833%;
    background: #fff;
}

.voice dl div::after {
    content: "";
    background: url("../img/comma01.png");
    background-size: 40px 34px;
    width: 40px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: 20px;
}

.voice dl div dt {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    color: #df3e25;
}

.voice dl div dd {
    padding-top: 154px;
    background: url("../img/icon03.png") no-repeat center top 12px;
    background-size: 126px auto;
}

.voice dl div:nth-child(2) dd {
    background: url("../img/icon04.png") no-repeat center top 12px;
    background-size: 126px auto;
}

.voice p img {
    width: 394px;
    margin: 0 auto 8px;
}

.voice a {
    display: table;
    margin: 0 auto;
}

.voice a img {
    width: 545px;
    margin: 0 auto;
}

.reason {
    padding: 100px 0;
    background: #f28749;
    width: 100%;
}

.reason h2 {
    padding: 0 40px;
}

.reason h2 img {
    margin: 0 auto -6px;
    width: 527px;
}

.reason ul li {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px 80px;
}

.reason ul li:nth-child(even) {
    padding: 140px 40px;
    clip-path: polygon(0 0, 100% 60px, 100% calc(100% - 60px), 0% 100%);
    background: #ffd3b9;
}

.reason ul li:nth-child(3) {
    padding: 80px 40px;
}

.reason ul li h3 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.reason ul li p {
    width: 100%;
    max-width: 780px;
    margin: 22px auto 45px;
}

.reason ul li div {
    width: 100%;
    max-width: 780px;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    font-size: 3.0rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.reason ul li div::before {
    content: "";
    background: #fff url("../img/icon05.png") center top 15px no-repeat;
    background-size: 36px auto;
    border-radius: 41px;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.reason ul li div span {
    position: relative;
    z-index: 10;
}

.reason ul li div strong {
    color: #df3e25;
}

.reason>p {
    padding: 0 40px;
}

.reason>p img {
    margin: 15px auto 0;
    width: 674px;
}

.btnArea02 {
    width: 100%;
    padding: 60px 0 100px;
}

.btnArea02 p img {
    width: 394px;
    margin: 0 auto 8px;
}

.btnArea02 a {
    display: table;
    margin: 0 auto;
}

.btnArea02 a img {
    width: 545px;
    margin: 0 auto;
}

.service {
    width: 100%;
    background: #ffe6d8;
    padding: 55px 40px 100px;
}

.service h2 img {
    width: 586px;
    margin: 0 auto -8px;
}

.service dl {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.service dl div {
    width: calc((100% - 40px) / 3);
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.service dl div dt {
    padding: 139px 30px 36px;
    border-radius: 20px 20px 0 0;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.125;
    color: #fff;
    text-align: center;
}

.service dl div:nth-child(1) dt {
    background: url("../img/icon06.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div:nth-child(2) dt {
    background: url("../img/icon07.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div:nth-child(3) dt {
    background: url("../img/icon08.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div dd {
    padding: 20px 30px 52px;
    border-radius: 0 0 20px 20px;
}

.service p img {
    width: 394px;
    margin: 60px auto 8px;
}

.service a {
    display: table;
    margin: 0 auto;
}

.service a img {
    width: 545px;
    margin: 0 auto;
}

.flow {
    padding: 100px 40px;
    background: #ffdd74;
}

.flow h2 img {
    margin: 0 auto -8px;
    width: 510px;
}

.flow dl {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.flow dl>div {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 60px;
    margin-bottom: 108px;
    position: relative;
}

.flow dl>div::before {
    content: "";
    background: url("../img/arrow01.png");
    background-size: contain;
    width: 112px;
    height: 111px;
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
}

.flow dl>div:last-child {
    margin-bottom: 0;
}

.flow dl>div:last-child::before {
    display: none;
}

.flow dl div dt {
    padding: 0 20px;
    width: 100%;
    min-height: 92px;
    font-size: 3.84rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flow dl div dt.active {
    cursor: pointer;
}

.flow dl div:nth-child(1) dt {
    background: url("../img/step01.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div:nth-child(2) dt {
    background: url("../img/step02.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div:nth-child(3) dt {
    background: url("../img/step03.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div dt span {
    padding: 0 0 0 200px;
    position: relative;
}

.flow dl div:nth-child(1) dt span::before {
    content: "";
    background: url("../img/icon09.png") no-repeat center left;
    background-size: 87px auto;
    width: 87px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 113px;
    transform: translateY(-50%);
}

.flow dl div.accordion dt span::after {
    content: "";
    background: url("../img/more01.png") no-repeat center right;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.flow dl div.accordion dt.active span::after {
    background: url("../img/close01.png") no-repeat center right;
}

.flow dl div dd {
    padding: 17px 40px 0;
    display: none;
}

.flow dl div:nth-child(2) dd {
    display: block;
}

.flow dl div dd h3 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.25;
    font-weight: bold;
}

.flow dl div dd h3 strong {
    color: #df3e25;
}

.flow dl div dd p {
    margin-top: 18px;
}

.flow dl div dd div {
    margin-top: 22px;
    background: #fff4d7;
    padding: 30px 20px;
    border-radius: 0;
    font-size: 2.0rem;
}

.flow dl div dd div h4 {
    padding: 0 30px;
    font-size: 2.486rem;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.flow dl div dd div h4::before {
    content: "";
    background: url("../img/huki01.png") no-repeat;
    background-size: 23px auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 36px;
}

.flow dl div dd div h4::after {
    content: "";
    background: url("../img/huki01.png") no-repeat;
    background-size: 23px auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(-1, 1);
    ;
    width: 23px;
    height: 36px;
}

.contact {
    width: 100%;
    padding: 42px 40px 100px;
    background: #f28749;
    margin-top: -20px;
    position: relative;
}

.contact h2 img {
    width: 509px;
    margin: 0 auto -8px;
}

.contact .form {
    width: 100%;
    max-width: 780px;
    margin: -50px auto 0;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}

.contact .form dl>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact .form dl div dt {
    font-size: 2.40rem;
    font-weight: bold;
    width: 46.212%;
    display: flex;
    align-items: center;
}

.contact .form dl div dt span {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.contact .form dl div dt span.hissu {
    background: #df3e25;
}

.contact .form dl div dt span.ninni {
    background: #00b853;
}

.contact .form dl div dd {
    font-size: 2.0rem;
    font-weight: bold;
    width: 53.788%;
}

.contact .select {
    background: #fff;
    height: 56px;
    width: 100%;
    border: 3px solid #000;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.contact .select::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    z-index: -1;
}

.contact select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 2.0rem;
}

.contact input[type="text"] {
    background: #fff;
    height: 56px;
    width: 100%;
    border: 3px solid #000;
    font-size: 2.0rem;
    padding: 0 10px;
}

.contact button {
    width: 373px;
    height: 93px;
    display: table;
    background: url("../img/btn02.png") no-repeat;
    background-size: 373px auto;
    border: none;
    margin: 0px auto 0;
    text-indent: -9999px;
}


/* =====================================
	footer
===================================== */

footer {
    width: 100%;
    background: #171110;
    padding: 55px 40px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 2.1rem;
}

footer small {
    font-size: 1.82rem;
    margin-bottom: 27px;
    display: block;
}

footer a {
    color: #fff;
}

footer p {
    font-size: 1.82rem;
    line-height: 1.615;
    margin-top: 20px;
}

.pagetop {
    width: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    opacity: 0 !important;
    transition: 0.3s all ease;
}

.pagetop.on {
    opacity: 1 !important;
}

.pagetop img {
    width: 100%;
}




@media screen and (max-width:768px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    a:hover {
        opacity: 1;
    }

    body {
        font-size: 3.733vw;
        width: 100%;
        overflow-x: hidden;
    }

    /* =====================================
	header
===================================== */

    header {
        height: 16vw;
        border-bottom: 0.533vw solid #d5d5d5;
    }

    header div {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    header div span {
        font-size: 2.933vw;
        line-height: 1;
        margin: 1.467vw 0 0;
        text-align: center;
    }

    header div ul {
        padding: 1.33vw 1.33vw 0;
    }

    header div ul li {
        margin-right: 1.33vw;
    }

    header div ul li:last-child {
        margin-right: 0;
    }

    header div ul li a {
        border-radius: 0.533vw;
        font-size: 3.467vw;
        height: 8.533vw;
        letter-spacing: 0;
        white-space: nowrap;
    }

    header div ul li:nth-child(1) {
        border-radius: 0.533vw;
        font-size: 3.6vw;
        height: 8.533vw;
        background: #000 url("../img/icon01.png") center left 3.067vw no-repeat;
        background-size: 3.6vw auto;
        padding: 0 2.933vw 0 8vw;
        white-space: nowrap;
    }

    header div ul li:nth-child(2) a {
        background: #00c300 url("../img/icon02.png") center left 3vw no-repeat;
        background-size: 5.733vw auto;
        padding: 0 3vw 0 9vw;
    }

    header div ul li:nth-child(3) a {
        padding: 0 3vw;
    }


    /* =====================================
	main
===================================== */

    .slideArea01 {
        padding: 4.4vw 0 6.67vw;
    }

    .slideArea01 h2 img {
        width: 78.933vw;
        margin: 0 auto 2vw;
    }

    .slideArea01 ul .slick-slide {
        margin: 0 1.067vw;
    }

    .slideArea01 ul .slick-slide img {
        width: 23.6vw;
    }

    .slideArea01 p {
        padding: 0 2.8vw;
    }

    .slideArea01 p img {
        margin: 4vw auto 0;
    }

    .btnArea {
        padding: 8vw 0 9.33vw;
    }

    .btnArea p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .btnArea a img {
        width: 90.4vw;
    }

    .example {
        padding: 12.4vw 0 12.67vw;
    }

    .example h2 img {
        width: 76.133vw;
        margin: 0 auto 5.33vw;
    }

    .example>div {
        margin: 0 auto 8vw;
    }

    .example div h3 {
        font-size: 5.40133vw;
        height: 12.8vw;
        margin-bottom: 4vw;
    }

    .example ul {
        max-width: 100%;
    }

    .example ul .slick-slide {
        padding: 0;
    }

    .example ul .slick-slide img {
        width: 46.8vw;
        margin: 0 auto;
    }

    .example .slick-prev,
    .example .slick-next {
        width: 5.33vw;
        height: 10.67vw;
    }

    .example .slick-prev {
        left: 0;
        background: #000 url("../img/prev01.png") no-repeat center;
        background-size: 3.2vw auto;
        border-radius: 0 0.533vw 0.533vw 0;
        z-index: 100;
    }

    .example .slick-next {
        right: 0;
        background: #000 url("../img/next01.png") no-repeat center;
        background-size: 3.2vw auto;
        border-radius: 0.533vw 0 0 0.533vw;
    }

    .result h2 {
        padding: 6.67vw 0;
    }

    .result h2 img {
        width: 82.8vw;
    }

    .result p {
        padding: 0;
    }

    .result p img {
        width: 100%;
    }

    .voice {
        padding: 13.33vw 0 9.467vw;
    }

    .voice dl {
        display: block;
        margin: 0 auto 8.267vw;
    }

    .voice dl div {
        width: 89.33vw;
        padding: 6.933vw 5vw 6.4vw;
        margin: 0 auto 8vw;
        background: #fff url("../img/icon03.png") no-repeat right 5vw top 4.8vw;
        background-size: 21.067vw auto;
    }

    .voice dl div:nth-child(2) {
        background: #fff url("../img/icon04.png") no-repeat right 5vw top 4.8vw;
        background-size: 21.067vw auto;
    }

    .voice dl div::before {
        clip-path: polygon(0 0, 100% 100%, calc(100% - 0.533vw) 0);
        width: 6vw;
        height: 5.33vw;
        bottom: -5vw;
        left: 11.467vw;
    }

    .voice dl div:nth-child(2)::before {
        left: auto;
        right: 11.467vw;
        transform: scale(-1, 1);
    }

    .voice dl div::after {
        background: url("../img/comma01.png");
        background-size: 6.67vw 5.6vw;
        width: 6.67vw;
        height: 5.6vw;
        top: -1.733vw;
        left: 3.33vw;
    }

    .voice dl div dt {
        font-size: 5.33vw;
        text-align: left;
        margin-bottom: 2vw;
    }

    .voice dl div dd {
        padding-top: 0;
        background: none;
    }

    .voice dl div:nth-child(2) dd {
        background: none;
    }

    .voice p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .voice a img {
        width: 90.4vw;
    }

    .reason {
        padding: 15.067vw 0 10.267vw;
    }

    .reason h2 {
        padding: 0;
    }

    .reason h2 img {
        margin: 0 auto -2.267vw;
        width: 87.867vw;
    }

    .reason ul li {
        padding: 0 0 10.67vw;
    }

    .reason ul li:nth-child(even) {
        padding: 18.67vw 0;
        clip-path: polygon(0 0, 100% 8vw, 100% calc(100% - 8vw), 0% 100%);
    }

    .reason ul li:nth-child(3) {
        padding: 10.67vw 0;
    }

    .reason ul li p {
        max-width: 86.67vw;
        margin: 2.67vw auto 6.267vw;
    }

    .reason ul li div {
        max-width: 86.67vw;
        border-radius: 1.067vw;
        padding: 5.733vw;
        font-size: 5.04vw;
        line-height: 1.33;
    }

    .reason ul li div::before {
        background: #fff url("../img/icon05.png") center top 2.633vw no-repeat;
        background-size: 6vw auto;
        border-radius: 6.8665vw;
        width: 13.733vw;
        height: 13.733vw;
        top: -5.33vw;
    }

    .reason>p {
        padding: 0;
    }

    .reason>p img {
        margin: -1.733vw auto 0;
        width: 96.8vw;
    }

    .btnArea02 {
        padding: 9.2vw 0 12.133vw;
    }

    .btnArea02 p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .btnArea02 a img {
        width: 90.4vw;
    }

    .service {
        padding: 7.067vw 0 9.467vw;
    }

    .service h2 img {
        width: 93.33vw;
        margin: 0 auto -2.267vw;
    }

    .service dl {
        max-width: 86.67vw;
        margin: 0 auto;
        display: block;
    }

    .service dl div {
        width: 100%;
        border-radius: 2.67vw;
        margin-bottom: 5.33vw;
    }

    .service dl div:last-child {
        margin-bottom: 0;
    }

    .service dl div dt {
        padding: 0 0 0 24.67vw;
        height: 20.533vw;
        border-radius: 2.67vw 2.67vw 0 0;
        font-size: 6.4vw;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .service dl div:nth-child(1) dt {
        background: url("../img/icon06.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div:nth-child(2) dt {
        background: url("../img/icon07.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div:nth-child(3) dt {
        background: url("../img/icon08.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div dd {
        padding: 3.733vw 5.33vw 6.67vw;
        border-radius: 0 0 2.67vw 2.67vw;
    }

    .service p img {
        width: 65.6vw;
        margin: 8.133vw auto 1.33vw;
    }

    .service a img {
        width: 90.4vw;
    }

    .flow {
        padding: 16vw 0;
    }

    .flow h2 img {
        margin: 0 auto -2.267vw;
        width: 84.933vw;
    }

    .flow dl {
        max-width: 89.33vw;
    }

    .flow dl>div {
        border-radius: 2.67vw;
        padding: 3.33vw 0 8vw;
        margin-bottom: 17.33vw;
    }

    .flow dl>div::before {
        width: 18.4vw;
        height: 18.4vw;
        bottom: -14.67vw;
    }

    .flow dl div dt {
        padding: 0 3.33vw;
        min-height: 15.6vw;
        font-size: 6.4vw;
        line-height: 1.167;
    }

    .flow dl div:nth-child(1) dt {
        background: url("../img/step01.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div:nth-child(2) dt {
        background: url("../img/step02.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div:nth-child(3) dt {
        background: url("../img/step03.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div dt span {
        padding: 0 0 0 33vw;
    }

    .flow dl div:nth-child(1) dt span::before {
        background: url("../img/icon09.png") no-repeat center left;
        background-size: 13.067vw auto;
        width: 13.067vw;
        height: 12.67vw;
        left: 18.267vw;
    }

    .flow dl div.accordion dt span::after {
        background: url("../img/sp/more01.png") no-repeat center right;
        background-size: 16vw auto;
        width: 16vw;
        height: 5.33vw;
        right: 0.533vw;
    }

    .flow dl div.accordion dt.active span::after {
        background: url("../img/sp/close01.png") no-repeat center right;
        background-size: 16vw auto;
    }

    .flow dl div dd {
        padding: 3.067vw 6.67vw 0;
    }

    .flow dl div dd h3 {
        font-size: 5.33vw;
        text-align: left;
    }

    .flow dl div dd p {
        margin-top: 2.8vw;
    }

    .flow dl div dd div {
        margin-top: 4vw;
        padding: 4vw;
        font-size: 3.467vw;
    }

    .flow dl div dd div h4 {
        padding: 0 4.533vw;
        font-size: 4.133vw;
        line-height: 6vw;
    }

    .flow dl div dd div h4::before {
        background: url("../img/huki01.png") no-repeat;
        background-size: 3.867vw auto;
        width: 3.867vw;
        height: 6vw;
    }

    .flow dl div dd div h4::after {
        background: url("../img/huki01.png") no-repeat;
        background-size: 3.867vw auto;
        width: 3.867vw;
        height: 6vw;
    }

    .contact {
        padding: 6vw 0 18.67vw;
    }

    .contact h2 img {
        width: 84.4vw;
        margin: 0 auto -2.267vw;
    }

    .contact .form {
        max-width: 89.33vw;
        padding: 6.67vw;
        border-radius: 2.67vw;
    }

    .contact .form dl>div {
        margin-bottom: 5.33vw;
        flex-wrap: wrap;
    }

    .contact .form dl div dt {
        font-size: 5.33vw;
        width: 100%;
        margin-bottom: 1.33vw;
    }

    .contact .form dl div dt span {
        font-size: 3.6vw;
        width: 10.4vw;
        height: 5.2vw;
        border-radius: 0.533vw;
        margin-left: 1.33vw;
    }

    .contact .form dl div dd {
        font-size: 5.067vw;
        width: 100%;
    }

    .contact .select {
        height: 11.733vw;
        border: 0.533vw solid #000;
    }

    .contact .select::after {
        width: 3.467vw;
        height: 3.467vw;
        right: 4vw;
        border-bottom: 0.8vw solid #000;
        border-right: 0.8vw solid #000;
    }

    .contact select {
        padding: 0 2.67vw;
        font-size: 5.067vw;
    }

    .contact input[type="text"] {
        height: 11.733vw;
        border: 0.533vw solid #000;
        font-size: 5.067vw;
        padding: 0 2.67vw;
    }

    .contact button {
        width: 77.067vw;
        height: 19.6vw;
        background: url("../img/btn02.png") no-repeat;
        background-size: 77.067vw auto;
        margin: 8vw auto 0;
    }


    /* =====================================
	footer
===================================== */

    footer {
        padding: 10.67vw 0;
        font-size: 4vw;
    }

    footer small {
        font-size: 3.467vw;
        margin-bottom: 5.33vw;
    }

    footer p {
        font-size: 3.467vw;
        margin-top: 2.67vw;
    }

    .pagetop {
        width: 16vw;
        bottom: 4vw;
        right: 4vw;
    }

}


/*Accordian*/




/* Base */
.toggle {
    display: none;
}

.Label {
    /* Title */
    padding: 0.5em;
    display: block;
    color: #fff;
    background: #df3e25;
    position: relative;
}

.Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(135deg);
}

.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.content {
    /* Content */
    height: 0;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
}

.toggle:checked+.Label+.content {
    height: auto;
    padding: 10px;
}

.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

/* Flexbox for layout */
.flex-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.flex-item dt {
    margin-right: 5px;
}

@media (max-width: 600px) {
    .flex-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}





/* General styling for the gallery */
.truck-gallery {
    text-align: center !important;
  }
  
  .gallery-title {
    font-size: 1.5em !important;
    margin-bottom: 20px !important;
  }
  
  .truck-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* Three equally spaced columns */
    gap: 10px !important; /* Reduce space between rows and columns */
    list-style-type: none !important;
    padding: 0 !important;
    max-width: 900px; /* Limit the total width of the grid */
    margin: 0 auto; /* Center the grid within the page */
  }
  
  .truck-item {
    display: flex !important;
    justify-content: center !important; /* Center each image horizontally */
  }
  
  .truck-image {
    max-width: 100% !important; /* Ensure images fit within their container */
    width: auto !important; /* Prevent stretching */
    height: auto !important; /* Maintain aspect ratio */
  }