.syouzikiya_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #22D4CD;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 0px 0px 0px 4px #8CD460;
    transition: all 0.5s ease;
    padding: 5px;
}

.syouzikiya_btn a:hover {
    background: #A8FF73;
    color: #999999;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 4px #8CD460;
}


.plus,
.sec08__title,
.sec02__box02__text .text02,
.sec02__box02__text .text01,
.sec02__box__text {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.min {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
}

.font,
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: min(1.4814814815vw, 16px);
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #333;
}

@media screen and (max-width: 767px) {

    .font,
    body {
        font-size: 3.4666666667vw;
    }
}

* {
    border: 0;
    outline: none;
    vertical-align: baseline;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-feature-settings: "palt" on;
    position: relative;
}

html {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

h1,
h2 {
    position: relative;
    font-weight: 700;
}

*:focus {
    outline: none;
}

p a {
    word-break: break-all;
    text-decoration: underline;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: baseline;
    font-size: min(1.1111111111vw, 12px);
}

@media screen and (max-width: 767px) {
    sub {
        font-size: 2.6666666667vw;
    }
}

em,
b,
strong,
th {
    font-weight: 700;
}

a {
    color: #333;
    cursor: pointer;
    transition: opacity 0.3s;
}

figcaption,
small {
    font-size: min(1.1111111111vw, 12px);
}

@media screen and (max-width: 767px) {

    figcaption,
    small {
        font-size: 2.6666666667vw;
    }
}

img {
    display: block;
    height: auto;
}

input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

@media screen and (min-width: 768px) {
    .adlp-outer {
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .adlp-outer {
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .adlp-wrapper {
        width: min(177.7777777778vw, 1920px);
        min-width: min(177.7777777778vw, 1920px);
        margin: 0 auto;
    }
}

.w100 {
    width: 100% !important;
    display: block;
}

.center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.text__txt {
    color: #333 !important;
}

.text__white {
    color: #fff !important;
}

.text__silver {
    color: #f1f1f1 !important;
}

.text__blue {
    color: #5472CE !important;
}

.text__accent {
    color: #E75B18 !important;
}

.bg__txt {
    background: #333 !important;
}

.bg__white {
    background: #fff !important;
}

.bg__silver {
    background: #f1f1f1 !important;
}

.bg__blue {
    background: #5472CE !important;
}

.bg__accent {
    background: #E75B18 !important;
}

.line__top__txt {
    border-top: 1px solid #333;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__white {
    border-top: 1px solid #fff;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__silver {
    border-top: 1px solid #f1f1f1;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__blue {
    border-top: 1px solid #5472CE;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.line__top__accent {
    border-top: 1px solid #E75B18;
}

.line__top.--w2 {
    border-width: min(0.1851851852vw, 2px);
}

.line__top.--w3 {
    border-width: min(0.2777777778vw, 3px);
}

.line__top.--w4 {
    border-width: min(0.3703703704vw, 4px);
}

.marker__txt {
    background: linear-gradient(transparent 60%, #333 60%);
}

.marker__white {
    background: linear-gradient(transparent 60%, #fff 60%);
}

.marker__silver {
    background: linear-gradient(transparent 60%, #f1f1f1 60%);
}

.marker__blue {
    background: linear-gradient(transparent 60%, #5472CE 60%);
}

.marker__accent {
    background: linear-gradient(transparent 60%, #E75B18 60%);
}

.line__txt {
    border-bottom: 1px solid #333;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__white {
    border-bottom: 1px solid #fff;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__silver {
    border-bottom: 1px solid #f1f1f1;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__blue {
    border-bottom: 1px solid #5472CE;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.line__accent {
    border-bottom: 1px solid #E75B18;
}

.line.--w2 {
    border-width: 2px;
}

.line.--w3 {
    border-width: 2px;
}

.line.--w4 {
    border-width: 2px;
}

.pad10 {
    padding: min(0.9259259259vw, 10px) 0;
}

@media screen and (max-width: 767px) {
    .pad10 {
        padding-top: 1.3333333333vw !important;
        padding-bottom: 1.3333333333vw !important;
    }
}

.pad20 {
    padding: min(1.8518518519vw, 20px) 0;
}

@media screen and (max-width: 767px) {
    .pad20 {
        padding-top: 2.6666666667vw !important;
        padding-bottom: 2.6666666667vw !important;
    }
}

.pad30 {
    padding: min(2.7777777778vw, 30px) 0;
}

@media screen and (max-width: 767px) {
    .pad30 {
        padding-top: 4vw !important;
        padding-bottom: 4vw !important;
    }
}

.pad40 {
    padding: min(3.7037037037vw, 40px) 0;
}

@media screen and (max-width: 767px) {
    .pad40 {
        padding-top: 5.3333333333vw !important;
        padding-bottom: 5.3333333333vw !important;
    }
}

.pad50 {
    padding: min(4.6296296296vw, 50px) 0;
}

@media screen and (max-width: 767px) {
    .pad50 {
        padding-top: 6.6666666667vw !important;
        padding-bottom: 6.6666666667vw !important;
    }
}

.pad60 {
    padding: min(5.5555555556vw, 60px) 0;
}

@media screen and (max-width: 767px) {
    .pad60 {
        padding-top: 8vw !important;
        padding-bottom: 8vw !important;
    }
}

.mt10 {
    margin-top: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .mt10 {
        margin-top: 1.3333333333vw;
    }
}

.mt20 {
    margin-top: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .mt20 {
        margin-top: 2.6666666667vw;
    }
}

.mt30 {
    margin-top: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .mt30 {
        margin-top: 4vw;
    }
}

.mt40 {
    margin-top: min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .mt40 {
        margin-top: 5.3333333333vw;
    }
}

.mt50 {
    margin-top: min(4.6296296296vw, 50px);
}

@media screen and (max-width: 767px) {
    .mt50 {
        margin-top: 6.6666666667vw;
    }
}

.mt60 {
    margin-top: min(5.5555555556vw, 60px);
}

@media screen and (max-width: 767px) {
    .mt60 {
        margin-top: 8vw;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt10 {
        margin-top: 1.3333333333vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt20 {
        margin-top: 2.6666666667vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt30 {
        margin-top: 4vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt40 {
        margin-top: 5.3333333333vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt50 {
        margin-top: 6.6666666667vw !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-mt60 {
        margin-top: 8vw !important;
    }
}

.wrap500 {
    margin: auto;
    width: min(46.2962962963vw, 500px);
}

@media screen and (max-width: 767px) {
    .wrap500 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap600 {
    margin: auto;
    width: min(55.5555555556vw, 600px);
}

@media screen and (max-width: 767px) {
    .wrap600 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap900 {
    margin: auto;
    width: min(83.3333333333vw, 900px);
}

@media screen and (max-width: 767px) {
    .wrap900 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap920 {
    margin: auto;
    width: min(85.1851851852vw, 920px);
}

@media screen and (max-width: 767px) {
    .wrap920 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap1000 {
    margin: auto;
    width: min(92.5925925926vw, 1000px);
}

@media screen and (max-width: 767px) {
    .wrap1000 {
        width: 100%;
        padding: 0 4vw;
    }
}

.wrap1080 {
    margin: auto;
    width: min(100vw, 1080px);
}

@media screen and (max-width: 767px) {
    .wrap1080 {
        width: 100%;
        padding: 0 4vw;
    }
}

.adlp-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1A2B64;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .adlp-header {
        left: 0;
        transform: none;
    }
}

.adlp-header__inner {
    width: calc(100% - 2em);
    width: 1200px;
    padding: min(1.4814814815vw, 16px) 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .adlp-header__inner {
        width: 100%;
        padding: 1.3333333333vw 2.1333333333vw 1.3333333333vw 4vw;
    }
}

.adlp-header__logo {
    width: 25em;
}

@media screen and (max-width: 767px) {
    .adlp-header__logo {
        width: 39.7333333333vw;
    }
}

.adlp-header .adlp-btn {
    margin: 0;
    height: min(5vw, 54px);
    width: min(22.7777777778vw, 246px);
    box-shadow: min(0.1851851852vw, 2px) min(0.3703703704vw, 4px) min(0.3703703704vw, 4px) 0 rgba(0, 0, 0, 0.25);
}

.adlp-header .adlp-btn__wrapper {
    gap: min(2vw, 24px);
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn__wrapper {
        flex-direction: row;
        gap: 2.1333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn {
        width: 38.4vw;
        height: 8.5333333333vw;
        box-shadow: 0.2666666667vw 0.4vw 0.4vw 0 rgba(0, 0, 0, 0.25);
        border-radius: 6.6666666667vw;
    }
}

.adlp-header .adlp-btn::after {
    width: min(0.6481481481vw, 7px);
    height: min(1.1111111111vw, 12px);
    right: min(1.7592592593vw, 19px);
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn::after {
        width: 0.9333333333vw;
        height: 1.6vw;
        right: 2.4vw;
    }
}

.adlp-header .adlp-btn p {
    font-size: min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn p {
        font-size: 2.9333333333vw;
    }
}

.adlp-footer {
    background: #1A2B64;
    padding: min(4.4444444444vw, 48px) 1em;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

@media screen and (max-width: 767px) {
    .adlp-footer {
        padding: 8.5333333333vw 1.5em;
    }
}


.adlp-footer__menu {
    font-weight: 700;
    line-height: 180%;
    text-align: center;
}

.adlp-footer__menu__wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: min(2.962962963vw, 32px);
}

@media screen and (max-width: 767px) {
    .adlp-footer__menu__wrapper {
        flex-direction: column;
        width: 100%;
        gap: 4.2666666667vw;
    }
}

.adlp-footer__menu a {
    color: #fff;
}

.adlp-footer__text {
    color: #fff;
    margin: 0 auto;
    font-size: min(1.1111111111vw, 12px);
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .adlp-footer__text {
        font-size: 2.6666666667vw;
        margin: 0 auto;
    }
}

.adlp-floating {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(177.7777777778vw, 1920px);
    padding: min(0.9259259259vw, 10px) 0;
    z-index: 90;
}

@media screen and (max-width: 767px) {
    .adlp-floating {
        width: 100%;
        padding: 1.3333333333vw 0;
    }
}

.adlp-floating__inner {
    margin: auto;
    width: min(100vw, 1080px);
    padding: min(1.4814814815vw, 16px) 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .adlp-floating__inner {
        width: 90%;
        padding: 2.6666666667vw;
    }
}

.adlp-floating__close {
    width: min(4.6296296296vw, 50px);
    height: min(4.6296296296vw, 50px);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
    background-size: min(1.8518518519vw, 20px) min(1.8518518519vw, 20px);
    background-repeat: no-repeat;
    background-position: center;
    border: min(0.1851851852vw, 2px) solid #4B4B4B;
    transition: 0.15s all;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .adlp-floating__close:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-color: #E75B18;
        border-color: transparent;
    }
}

@media screen and (max-width: 767px) {
    .adlp-floating__close {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
        background-size: 2.6666666667vw 2.6666666667vw;
        border-width: 0.2666666667vw;
    }

    .adlp-floating__close:active {
        background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-color: #E75B18;
        border-color: transparent;
    }
}

.adlp-floating__text {
    text-align: center;
    font-size: min(1.8518518519vw, 20px);
    margin: 0 auto min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .adlp-floating__text {
        font-size: 3.4666666667vw;
        margin: 0 auto 2vw;
    }
}

.adlp-main {
    padding-top: min(7.4074074074vw, 80px);
}

@media screen and (max-width: 767px) {
    .adlp-main {
        padding-top: 13.3333333333vw;
    }
}

.adlp-accordion {
    background: #fff;
}

.adlp-accordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__wrapper {
        gap: 4vw;
    }
}

.adlp-accordion__header {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: min(1.8518518519vw, 20px) min(7.4074074074vw, 80px) min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header {
        padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
    }
}

.adlp-accordion__header .--lead {
    line-height: 1;
    font-size: min(3.7037037037vw, 40px);
    margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header .--lead {
        font-size: 6.4vw;
        margin-right: 2.6666666667vw;
    }
}

.adlp-accordion__header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(1.8518518519vw, 20px);
    height: min(1.1111111111vw, 12px);
    right: min(4.1666666667vw, 45px);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header::after {
        width: 3.7333333333vw;
        height: 2.2666666667vw;
        right: 4.6666666667vw;
    }
}

.adlp-accordion__header.--open::after {
    transform: translateY(-50%) rotate(180deg);
}

.adlp-accordion__header.--open::before {
    opacity: 0;
}

.adlp-accordion__header.--plus::before {
    content: "";
    display: block;
    background-image: none;
    background: #012F83;
    position: absolute;
    height: min(1.8518518519vw, 20px);
    width: min(0.1851851852vw, 2px);
    right: min(4.537037037vw, 49px);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header.--plus::before {
        height: 2.6666666667vw;
        width: 0.2666666667vw;
        right: 6.5333333333vw;
    }
}

.adlp-accordion__header.--plus::after {
    width: min(1.8518518519vw, 20px);
    height: min(0.1851851852vw, 2px);
    right: min(3.7037037037vw, 40px);
    background-image: none;
    background: #012F83;
    transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__header.--plus::after {
        width: 2.6666666667vw;
        height: 0.2666666667vw;
        right: 5.3333333333vw;
    }
}

.adlp-accordion__body {
    display: none;
}

.adlp-accordion__body__inner {
    display: flex;
    align-items: flex-start;
    padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__body__inner {
        padding: 0 5.3333333333vw 5.3333333333vw;
    }
}

.adlp-accordion__body__inner .--lead {
    font-size: min(3.7037037037vw, 40px);
    margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-accordion__body__inner .--lead {
        margin-right: 2.6666666667vw;
    }
}

.js-toggle {
    cursor: pointer;
}

.js-toggle+* {
    display: none;
}

.adlp-btn {
    border-radius: 200px;
    height: min(9.2592592593vw, 100px);
    width: min(40.7407407407vw, 440px);
    transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adlp-btn__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .adlp-btn__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 5.3333333333vw;
    }
}

.adlp-btn__text {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .adlp-btn {
        height: 16vw;
        width: 76vw;
    }
}

.adlp-btn::after {
    animation-name: btn-loop1;
    animation-duration: 2.6s;
    animation-delay: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.adlp-btn.--btn01 {
    background: #F64443;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn01 {
        font-size: min(3.7037037037vw, 40px);
        padding-left: min(6.0185185185vw, 65px);
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn01 {
        font-size: 6.4vw;
        padding-left: 4vw;
        box-shadow: 0px 1.0666666667vw 2.1333333333vw 0px rgba(0, 0, 0, 0.6);
    }
}

.adlp-btn.--btn01::before {
    content: "";
    display: block;
    width: min(3.4259259259vw, 37px);
    height: min(4.2592592593vw, 46px);
    background: url(../img/common/cv_icon_tel_w.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: min(3.7037037037vw, 40px);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn01::before {
        width: 7.6vw;
        height: 8.8vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn01::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1L10 11L2 21' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
        background-size: 100% 100%;
        width: 2vw;
        height: 3.7333333333vw;
        right: 5.3333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn01:hover {
        background: #db1615;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn01:active {
        background: #db1615;
    }
}

.adlp-btn.--btn02 {
    background: #fff;
    border: min(0.5555555556vw, 6px) solid #00b900;
    color: #00b900;
    font-size: min(2.5925925926vw, 28px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    letter-spacing: -0.04em;
    padding-left: min(4.2592592593vw, 46px);
    box-shadow: 0 min(0.7407407407vw, 8px) min(1.4814814815vw, 16px) 0 rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02 {
        border-width: 0.8vw;
        font-size: 5.3333333333vw;
        padding-left: 7.4666666667vw;
        box-shadow: 0px 1.0666666667vw 2.1333333333vw 0px rgba(0, 0, 0, 0.6);
    }
}

.adlp-btn.--btn02::before {
    content: "";
    display: block;
    width: min(9.2592592593vw, 100px);
    height: min(9.2592592593vw, 100px);
    background: url(../img/common/cv_icon_line.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: max(-0.5555555556vw, -6px);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02::before {
        width: 16vw;
        height: 16vw;
        left: -0.8vw;
    }
}

.adlp-btn.--btn02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1L10 11L2 21' stroke='%2300B900' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.1111111111vw, 12px);
    height: min(2.037037037vw, 22px);
    right: min(3.5185185185vw, 38px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02::after {
        width: 2vw;
        height: 3.7333333333vw;
        right: 5.3333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn02:hover {
        background: #00b900;
        color: #fff;
    }

    .adlp-btn.--btn02:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1L10 11L2 21' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02:active {
        background: #00b900;
        color: #fff;
    }

    .adlp-btn.--btn02:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1L10 11L2 21' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

.adlp-btn.--btn03 {
    color: #fff;
    width: min(23.1481481481vw, 250px);
    height: min(4.0740740741vw, 44px);
    padding-left: min(2.2222222222vw, 24px);
    border-radius: 0;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn03 {
        border-right: 1px solid #fff;
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03 {
        background: #F64443;
        width: 26.9333333333vw;
        height: 10.6666666667vw;
        border-radius: 2.1333333333vw;
        padding-left: 6.6666666667vw;
    }
}

.adlp-btn.--btn03::before {
    content: "";
    display: block;
    width: min(3.1481481481vw, 34px);
    height: min(4.0740740741vw, 44px);
    background: url(../img/common/cv_icon_tel_w.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: max(0vw, 0px);
    left: max(-0.9259259259vw, -10px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03::before {
        top: 50%;
        transform: translateY(-50%);
        width: 6.6666666667vw;
        height: 6.9333333333vw;
        left: 1.3333333333vw;
    }
}

.adlp-btn.--btn03 p {
    color: #fff;
    line-height: 120%;
}

.adlp-btn.--btn03 p .text01 {
    font-size: 3.4666666667vw;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn03 p .text01 {
        display: none;
    }
}

.adlp-btn.--btn03 p .text02 {
    font-weight: 700;
    line-height: 120%;
    font-size: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn03 p .text02 {
        display: none;
    }
}

.adlp-btn.--btn03 p .text03 {
    font-size: min(0.9259259259vw, 10px);
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    background: #F64443;
    padding: 0 min(0.5555555556vw, 6px) 1px;
    text-align: center;
    width: 100%;
}

.adlp-btn.--btn03 p .text03__wrap {
    display: flex;
    gap: min(0.5555555556vw, 6px);
    width: 100%;
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03 p .text03 {
        display: none;
    }
}

.adlp-btn.--btn03 p .text04 {
    margin-top: min(0.1851851852vw, 2px);
    font-size: min(2.5925925926vw, 28px);
    font-weight: 700;
    line-height: 100%;
    display: block;
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03 p .text04 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03:active {
        background: #db1615;
    }
}

.adlp-btn.--btn04,
.adlp-btn.--btn08 {
    background: #fff;
    border: min(0.2777777778vw, 3px) solid #5472ce;
    color: #5472ce;
    border-radius: min(0.9259259259vw, 10px);
    box-shadow: 0 min(0.3703703704vw, 4px) min(0.7407407407vw, 8px) 0 rgba(0, 0, 0, 0.4);
    width: min(16.2962962963vw, 176px);
    height: min(4.4444444444vw, 48px);
    padding-left: min(3.7037037037vw, 40px);
}

.adlp-btn.--btn08 {
    border: min(0.2777777778vw, 3px) solid #13b919;
    color: #13b919;
}

@media screen and (max-width: 767px) {

    .adlp-btn.--btn04,
    .adlp-btn.--btn08 {
        width: 23.2vw;
        height: 10.6666666667vw;
        border-radius: 2.1333333333vw;
        border-width: 0.4vw;
        padding-left: 9.3333333333vw;
    }
}

.adlp-btn.--btn04::before,
.adlp-btn.--btn08::before {
    content: "";
    display: block;
    width: min(4.4444444444vw, 48px);
    height: min(4.4444444444vw, 48px);
    background: url(../img/common/cv_icon_mail2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: max(-0.5555555556vw, -6px);
    transform: translateY(-50%);
}

.adlp-btn.--btn08::before {
    background: url(../img/common/cv_icon_line2.svg) no-repeat;
}

@media screen and (max-width: 767px) {

    .adlp-btn.--btn04::before,
    .adlp-btn.--btn08::before {
        width: 10.9333333333vw;
        height: 10.9333333333vw;
        left: -0.9333333333vw;
    }
}

@media screen and (max-width: 767px) {

    .adlp-btn.--btn04 p,
    .adlp-btn.--btn08 p {
        line-height: 120%;
        letter-spacing: 0em;
    }
}

.adlp-btn.--btn04 p .text01,
.adlp-btn.--btn08 p .text01 {
    font-size: min(1.4814814815vw, 16px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {

    .adlp-btn.--btn04 p .text01,
    .adlp-btn.--btn08 p .text01 {
        font-size: 3.4666666667vw;
    }
}

.adlp-btn.--btn04 p .text02,
.adlp-btn.--btn08 p .text02 {
    font-size: min(1.4814814815vw, 16px);
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 767px) {

    .adlp-btn.--btn04 p .text02,
    .adlp-btn.--btn08 p .text02 {
        font-size: 2.9333333333vw;
    }
}

@media screen and (min-width: 768px) {

    .adlp-btn.--btn04:hover {
        background: #5472ce;
        color: #fff;
    }

    .adlp-btn.--btn08:hover {
        background: #13b919;
        color: #fff;
    }

    .adlp-btn.--btn04:hover::after,
    .adlp-btn.--btn08:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.50781L8 9.50781L2 17.5078' stroke='%235472CE' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn04:active {
        background: #5472ce;
        color: #fff;
    }

    .adlp-btn.--btn08:active {
        background: #13b919;
        color: #fff;
    }

    .adlp-btn.--btn04:active::after,
    .adlp-btn.--btn08:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.50781L8 9.50781L2 17.5078' stroke='%235472CE' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

.adlp-btn.--btn05 {
    background: #fff;
    border: min(0.5555555556vw, 6px) solid #5472CE;
    color: #5472CE;
    font-size: min(2.5925925926vw, 28px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    letter-spacing: -0.04em;
    padding-left: min(4.2592592593vw, 46px);
    box-shadow: 0 min(0.7407407407vw, 8px) min(1.4814814815vw, 16px) 0 rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05 {
        border-width: 0.8vw;
        font-size: 5.3333333333vw;
        padding-left: 7.4666666667vw;
        box-shadow: 0px 1.0666666667vw 2.1333333333vw 0px rgba(0, 0, 0, 0.6);
    }
}

.adlp-btn.--btn05::before {
    content: "";
    display: block;
    width: min(9.2592592593vw, 100px);
    height: min(9.2592592593vw, 100px);
    background: url(../img/common/cv_icon_mail.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: max(-0.5555555556vw, -6px);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05::before {
        width: 16vw;
        height: 16vw;
        left: -0.8vw;
    }
}

.adlp-btn.--btn05::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.50781L8 9.50781L2 17.5078' stroke='%235472CE' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.1111111111vw, 12px);
    height: min(2.037037037vw, 22px);
    right: min(3.5185185185vw, 38px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05::after {
        width: 2vw;
        height: 3.7333333333vw;
        right: 5.3333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn05:hover {
        background: #5472CE;
        color: #fff;
    }

    .adlp-btn.--btn05:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.50781L8 9.50781L2 17.5078' stroke='%235472CE' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05:active {
        background: #5472CE;
        color: #fff;
    }

    .adlp-btn.--btn05:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.50781L8 9.50781L2 17.5078' stroke='%235472CE' stroke-width='3'/%3E%3C/svg%3E%0A");
    }
}

@keyframes btn-loop1 {
    0% {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    20% {
        opacity: 0;
        transform: translateY(-50%) translateX(min(1.6666666667vw, 18px)) scale(1.15);
    }

    33% {
        opacity: 0;
        transform: translateY(-50%) translateX(0) scale(1.35);
    }

    46% {
        opacity: 1;
        transform: translateY(-50%) translateX(0) scale(1);
    }
}

.adlp-card {
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    padding: min(1.8518518519vw, 20px);
    gap: min(1.8518518519vw, 20px);
}

.adlp-card__wrapper {
    display: flex;
    justify-content: center;
    gap: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-card__wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .adlp-card {
        max-width: min(32.4074074074vw, 350px);
    }
}

@media screen and (max-width: 767px) {
    .adlp-card {
        width: 100%;
    }
}

.adlp-card__head {
    display: flex;
    align-items: center;
    gap: min(1.8518518519vw, 20px);
}

.adlp-card__no {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(7.4074074074vw, 80px);
    height: min(7.4074074074vw, 80px);
    background: #fff;
}

@media screen and (max-width: 767px) {
    .adlp-card__no {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
    }
}

.adlp-card__no .--text01 {
    text-align: center;
    line-height: 1;
    font-size: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-card__no .--text01 {
        font-size: 2.6666666667vw;
    }
}

.adlp-card__no .--text02 {
    text-align: center;
    line-height: 1;
    font-size: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-card__no .--text02 {
        font-size: 4.2666666667vw;
    }
}

.adlp-card__title {
    font-size: min(2.7777777778vw, 30px);
    background: #fff;
    flex: 1;
    padding: 0 min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-card__title {
        font-size: 5.0666666667vw;
        padding: 0 2.6666666667vw;
    }
}

.adlp-card__body {
    display: flex;
    align-items: flex-start;
    gap: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-card__body {
        gap: 2.6666666667vw;
    }
}

.adlp-card__text {
    flex: 1;
    background: #fff;
    padding: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-card__text {
        padding: 2.6666666667vw;
    }
}

.adlp-card__img {
    width: min(4.6296296296vw, 50px);
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .adlp-card__img {
        width: 10.6666666667vw;
    }
}

.adlp-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(16.2962962963vw, 176px);
    height: min(16.2962962963vw, 176px);
    background: url(../img/common/circle.webp?20240717) no-repeat;
    background-size: 100% 100%;
    padding-bottom: min(1.8518518519vw, 20px);
}

.adlp-circle__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(0.3703703704vw, 4px);
}

@media screen and (max-width: 767px) {
    .adlp-circle__wrapper {
        width: 100%;
        gap: 1.0666666667vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-circle {
        width: 29.8666666667vw;
        height: 29.8666666667vw;
        padding-bottom: 5.3333333333vw;
    }
}

.adlp-circle__text {
    text-align: center;
}

.adlp-circle__text .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(3.7037037037vw, 40px);
    font-weight: 600;
    letter-spacing: 0.03em;
    background: linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .adlp-circle__text .text01 {
        font-size: 7.7333333333vw;
    }
}

.adlp-circle__text .text02 {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .adlp-circle__text .text02 {
        font-size: 3.2vw;
    }
}

.adlp-circle__text .text03 {
    font-size: min(2.2222222222vw, 24px);
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    line-height: 120%;
    color: #FFF000;
}

@media screen and (max-width: 767px) {
    .adlp-circle__text .text03 {
        font-size: 4.8vw;
    }
}

.adlp-circle__text .speed {
    font-size: 1.3em;
}

@media screen and (max-width: 767px) {
    .adlp-circle__text .speed {
        font-size: 1em;
    }
}

.adlp-circle__text .text03 b {
    font-size: min(3.3333333333vw, 36px);
}

@media screen and (max-width: 767px) {
    .adlp-circle__text .text03 b {
        font-size: 6.4vw;
    }
}

.adlp-fadein {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadein-up;
    animation-duration: 0.7s;
    animation-delay: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
    .fadeInUp {
        animation-name: fadein-up-sp;
    }
}

@keyframes fadein-up {
    0% {
        opacity: 0;
        transform: translateY(min(5.5555555556vw, 60px));
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadein-up-sp {
    0% {
        opacity: 0;
        transform: translateY(8vw);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.adlp-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.adlp-modal__base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.adlp-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: min(92.5925925926vw, 1000px);
    min-height: min(18.5185185185vw, 200px);
    max-height: 90vh;
    background: #fff;
    padding: min(2.7777777778vw, 30px);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
}

@media screen and (max-width: 767px) {
    .adlp-modal__content {
        width: 84vw;
        padding: 6.6666666667vw 4vw;
    }
}

.adlp-modal__content__close {
    width: min(2.5vw, 27px);
    height: min(2.5vw, 27px);
    position: absolute;
    top: min(2.7777777778vw, 30px);
    right: min(2.7777777778vw, 30px);
    cursor: pointer;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .adlp-modal__content__close {
        width: 5.0666666667vw;
        height: 5.0666666667vw;
        top: 4vw;
        right: 4vw;
    }
}

.adlp-modal__content__close svg {
    width: 100%;
    height: 100%;
}

.adlp-modal__content__title {
    text-align: center;
    font-size: min(2.4074074074vw, 26px);
}

@media screen and (max-width: 767px) {
    .adlp-modal__content__title {
        font-size: 5.3333333333vw;
    }
}

.adlp-modal__content__body {
    margin: min(2.7777777778vw, 30px) auto 0;
    font-size: min(1.6666666667vw, 18px);
}

@media screen and (max-width: 767px) {
    .adlp-modal__content__body {
        margin: 4vw auto 0;
        font-size: 2.6666666667vw;
    }
}

.adlp-modal__content__img {
    margin: min(2.7777777778vw, 30px) auto 0;
    width: 80%;
}

@media screen and (max-width: 767px) {
    .adlp-modal__content__img {
        margin: 4vw auto 0;
    }
}

.adlp-note {
    font-size: min(1.1111111111vw, 12px);
    line-height: 150%;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .adlp-note {
        font-size: 2.6666666667vw;
    }
}

.adlp-head {
    text-align: center;
}

.adlp-head::after {
    content: "";
    display: block;
    width: min(4.6296296296vw, 50px);
    height: min(0.462962963vw, 5px);
    background: #E75B18;
    margin: min(0.9259259259vw, 10px) auto 0;
}

.adlp-head .--text01 {
    font-size: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-head .--text01 {
        font-size: 4vw;
    }
}

.adlp-head .--text02 {
    font-size: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-head .--text02 {
        font-size: 6.1333333333vw;
    }
}

.adlp-list {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: min(1.8518518519vw, 20px) min(1.8518518519vw, 20px);
    background-position: left top min(0.3703703704vw, 4px);
    padding-left: min(2.7777777778vw, 30px);
}

.adlp-list__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .adlp-list__wrapper {
        gap: 1.3333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-list {
        padding-left: 5.3333333333vw;
        background-size: 4vw 4vw;
        background-position: left top 1.0666666667vw;
    }
}

.adlp-list.--check {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: min(1.4814814815vw, 16px) min(1.4814814815vw, 16px);
    background-position: left min(0.462962963vw, 5px) top min(0.7407407407vw, 8px);
    padding-left: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-list.--check {
        padding-left: 5.3333333333vw;
        background-size: 4vw 4vw;
        background-position: left top 1.0666666667vw;
    }
}

.adlp-logo {
    animation: infinity-scroll-left 35s infinite linear 0.5s both;
    width: min(212.5925925926vw, 2296px);
}

.adlp-logo__wrapper {
    display: flex;
    width: min(425.1851851852vw, 4592px);
}

@media screen and (max-width: 767px) {
    .adlp-logo__wrapper {
        width: 612.2666666667vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-logo {
        width: 306.1333333333vw;
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.adlp-slider__wrapper {
    padding-bottom: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper {
        width: 100%;
        padding-bottom: 8vw;
    }
}

.adlp-slider__wrapper.--hide {
    overflow: hidden;
}

.adlp-slider__wrapper.--gap10 .slick-slide {
    margin: 0 min(0.462962963vw, 5px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap10 .slick-slide {
        margin: 0 0.6666666667vw;
    }
}

.adlp-slider__wrapper.--gap20 .slick-slide {
    margin: 0 min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap20 .slick-slide {
        margin: 0 1.3333333333vw;
    }
}

.adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .adlp-slider__wrapper.--gap30 .slick-slide {
        margin: 0 2vw;
    }
}

.slick-list {
    overflow: inherit !important;
}

.slick-arrow {
    width: min(4.4444444444vw, 48px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: min(3.7037037037vw, 40px);
    height: min(3.7037037037vw, 40px);
    border-radius: 50%;
    transition: 0.15s all;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_215_36' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='21'%3E%3Cpath d='M0 0H18V21H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_215_36)'%3E%3Cpath d='M14.9992 24.8L4.19922 10.3983L14.9992 -4' stroke='white' stroke-width='5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: min(1.6666666667vw, 18px) w(21);
    background-position: center;
    background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        width: 8vw;
        height: 8vw;
        background-size: 2.4vw 2.8vw;
    }

    .slick-arrow:active {
        background-color: #E75B18;
    }
}

@media screen and (min-width: 768px) {
    .slick-arrow:hover {
        background-color: #E75B18;
    }
}

.slick-arrow.prev {
    left: 0;
}

@media screen and (max-width: 767px) {
    .slick-arrow.prev {
        left: 1.3333333333vw;
    }
}

.slick-arrow.next {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='21' viewBox='0 0 18 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_215_43' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='21'%3E%3Cpath d='M18 0H0V21H18V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_215_43)'%3E%3Cpath d='M3 24.8L13.8 10.3983L3 -4' stroke='white' stroke-width='5' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E%0A");
    right: 0;
}

@media screen and (max-width: 767px) {
    .slick-arrow.next {
        right: 1.3333333333vw;
    }
}

.slick-dots {
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 0;
    }
}

.slick-dots li {
    width: min(0.9259259259vw, 10px);
    height: min(0.9259259259vw, 10px);
    background: #f1f1f1;
    margin: 0 min(0.6481481481vw, 7px);
}

@media screen and (max-width: 767px) {
    .slick-dots li {
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        margin: 0 1.3333333333vw;
    }
}

.slick-dots li.slick-active {
    background: #E75B18;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
}

.slick-dots li button::before {
    display: none;
}

.adlp-section {
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .adlp-section {
        width: 100%;
        padding: 0 4vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-section.--pd0 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .adlp-section.--pd40 {
        padding: 0 5.3333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-section.--pd30 {
        padding: 0 4vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-section.--pd60 {
        padding: 0 8vw;
    }
}

.adlp-tab__head {
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(0.9259259259vw, 10px) min(2.7777777778vw, 30px);
    background: #f1f1f1;
}

.adlp-tab__head__wrapper {
    display: flex;
    align-items: flex-end;
    gap: min(0.462962963vw, 5px);
}

@media screen and (max-width: 767px) {
    .adlp-tab__head {
        padding: 1.3333333333vw 4vw;
    }
}

.adlp-tab__head.--active {
    background: #E75B18;
    color: #fff;
}

.adlp-tab__content {
    display: none;
    border: min(0.2777777778vw, 3px) solid #f1f1f1;
    padding: min(2.7777777778vw, 30px);
}

.adlp-tab__content.--active {
    display: block;
}

.adlp-text__label {
    font-size: min(2.2222222222vw, 24px);
    padding: min(0.9259259259vw, 10px) min(2.7777777778vw, 30px);
    background: #fff;
    width: fit-content;
    margin: 0 auto min(2.7777777778vw, 30px);
    position: relative;
}

@media screen and (max-width: 767px) {
    .adlp-text__label {
        font-size: 3.2vw;
        padding: 1.3333333333vw 4vw;
        margin: 0 auto 4vw;
    }
}

.adlp-text__label::after {
    content: "";
    display: block;
    width: min(3.2407407407vw, 35px);
    height: min(1.8518518519vw, 20px);
    clip-path: polygon(50% 100%, 0 0, 100% 0%);
    background: #fff;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
    .adlp-text__label::after {
        width: 6.6666666667vw;
        height: 2.6666666667vw;
    }
}

.adlp-text__label.--top::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: auto;
    top: 1px;
    transform: translate(-50%, -100%);
}

.adlp-text__label.--round {
    border-radius: 1000px;
}

.adlp-text__label.--txt {
    color: #fff;
    background: #333;
}

.adlp-text__label.--txt::after {
    background: #333;
}

.adlp-text__label.--white {
    color: #fff;
    background: #fff;
}

.adlp-text__label.--white::after {
    background: #fff;
}

.adlp-text__label.--silver {
    color: #fff;
    background: #f1f1f1;
}

.adlp-text__label.--silver::after {
    background: #f1f1f1;
}

.adlp-text__label.--blue {
    color: #fff;
    background: #5472CE;
}

.adlp-text__label.--blue::after {
    background: #5472CE;
}

.adlp-text__label.--accent {
    color: #fff;
    background: #E75B18;
}

.adlp-text__label.--accent::after {
    background: #E75B18;
}

.adlp-text__label__para {
    font-size: min(2.2222222222vw, 24px);
    padding: min(0.9259259259vw, 10px) min(2.7777777778vw, 30px);
    min-width: min(18.5185185185vw, 200px);
    margin: 0 auto min(2.7777777778vw, 30px);
    width: fit-content;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 767px) {
    .adlp-text__label__para {
        font-size: 3.2vw;
        padding: 1.3333333333vw 4vw;
        margin: 0 auto 4vw;
        min-width: 26.6666666667vw;
    }
}

.adlp-text__label__para .--text01 {
    z-index: 1;
    position: relative;
}

.adlp-text__label__para::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.adlp-text__label__para.--txt {
    color: #fff;
}

.adlp-text__label__para.--txt::after {
    background: #333;
}

.adlp-text__label__para.--white {
    color: #fff;
}

.adlp-text__label__para.--white::after {
    background: #fff;
}

.adlp-text__label__para.--silver {
    color: #fff;
}

.adlp-text__label__para.--silver::after {
    background: #f1f1f1;
}

.adlp-text__label__para.--blue {
    color: #fff;
}

.adlp-text__label__para.--blue::after {
    background: #5472CE;
}

.adlp-text__label__para.--accent {
    color: #fff;
}

.adlp-text__label__para.--accent::after {
    background: #E75B18;
}

.adlp-stroke {
    position: relative;
    font-size: min(10.1851851852vw, 110px);
    font-weight: 700;
    filter: drop-shadow(0px min(0.462962963vw, 5px) min(0.9259259259vw, 10px) rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 767px) {
    .adlp-stroke {
        font-size: 14.6666666667vw;
        filter: drop-shadow(0px 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.15));
    }
}

.adlp-stroke .text01 {
    z-index: 10;
    position: relative;
    color: #E75B18;
}

.adlp-stroke::after {
    content: attr(data-text);
    position: absolute;
    z-index: 5;
    white-space: nowrap;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: min(0.9259259259vw, 10px) #fff;
}

@media screen and (max-width: 767px) {
    .adlp-stroke::after {
        -webkit-text-stroke: 1.3333333333vw #fff;
    }
}

.cv {
    background: #5472CE;
    /* padding: min(8vw, 90px) 0 min(1.4814814815vw, 16px); */
    min-height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media screen and (max-width: 767px) {
    .cv {
        padding: 20.9333333333vw 0 2.1333333333vw;
    }
}

.cv.--typeb {
    padding: min(8.3333333333vw, 90px) 0 min(2.962962963vw, 32px);
}

@media screen and (max-width: 767px) {
    .cv.--typeb {
        padding: 22vw 0 5.8666666667vw;
    }
}

.cv.--typec .cv__main {
    margin-top: max(-2.3148148148vw, -25px);
}

@media screen and (max-width: 767px) {
    .cv.--typec .cv__main {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .cv.--typec .cv__lead {
        margin-top: -7.4666666667vw;
    }
}

.cv .cv__main {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
    gap: 2em;
    margin: 1em auto;
}

@media screen and (max-width: 767px) {

    .cv .cv__main {
        flex-direction: column;
        gap: 0;
    }
}

.cv .cv__lead {
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 2;
    -webkit-text-stroke-color: #334FCD;
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    line-height: 160%;
    margin: 0 0 min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .cv .cv__lead {
        font-size: 4.2666666667vw;
        margin: 7.3333333333vw 0 1.0666666667vw;
    }
}

.cv .cv__bgImg {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}

.cv .adlp-section {
    position: relative;
    z-index: 2;
}

.cv .cv__sub {
    width: min(34.537037037vw, 373px);
    position: absolute;
    top: max(-11.5740740741vw, -125px);
    left: 0;
}

@media screen and (max-width: 767px) {
    .cv .cv__sub {
        width: 55.3333333333vw;
        top: -20vw;
    }

    .cv .cv__sub.--typeb {
        top: -15.3333333333vw;
    }
}

.cv .cv__title {
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    font-family: "M PLUS 1", sans-serif;
}

@media screen and (max-width: 767px) {
    .cv .cv__title {
        font-size: 5.3333333333vw;
        margin: 0 auto 0 4vw;
        width: fit-content;
    }

    .cv .cv__title.--typeb {
        margin: 0 auto;
    }
}

.cv .cv__title b {
    font-size: min(4.4444444444vw, 48px);
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .cv .cv__title b {
        font-size: 8.5333333333vw;
        margin-top: 1.3333333333vw;
        display: block;
        line-height: 140%;
    }
}

.cv .cv__title01 {
    width: min(79.8148148148vw, 862px);
    margin: 0 0 0 min(11.1111111111vw, 120px);
}

@media screen and (max-width: 767px) {
    .cv .cv__title01 {
        width: 100.5333333333vw;
        margin: 0 0 0 0;
        position: absolute;
        left: -0.5333333333vw;
        top: 5.3333333333vw;
    }
}

.cv__sub {
    width: min(34.537037037vw, 373px);
    position: absolute;
    top: max(-11.5740740741vw, -125px);
    left: 0;
}

@media screen and (max-width: 767px) {
    .cv__sub {
        width: 55.3333333333vw;
        top: -20vw;
    }

    .cv__sub.--typeb {
        top: -15.3333333333vw;
    }
}

.cv__title {
    font-size: min(3.1481481481vw, 34px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .cv__title {
        font-size: 5.3333333333vw;
        margin: 0 auto 0 4vw;
        width: fit-content;
    }

    .cv__title.--typeb {
        margin: 0 auto;
    }
}

.cv__title b {
    font-size: min(4.4444444444vw, 48px);
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .cv__title b {
        font-size: 7.4666666667vw;
        margin-top: 1.3333333333vw;
        display: block;
        line-height: 140%;
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__box__col.--l {
        width: min(52.7777777778vw, 570px);
    }

    .cv .cv__box__col.--r {
        width: min(20.3703703704vw, 220px);
        padding: min(3.5185185185vw, 38px) 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .cv .cv__box__col.--r {
        padding: 5.0666666667vw 0 0;
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__tel__label {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #f64443;
        padding: min(0.1851851852vw, 2px) 0 min(0.9259259259vw, 10px);
        position: relative;
    }

    .cv .cv__tel__label::after {
        content: "";
        display: block;
        background: #fff;
        width: min(0.1851851852vw, 2px);
        height: min(4.5vw, 50px);
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__tel {
        border-radius: min(0.7407407407vw, 8px);
        border: min(0.5555555556vw, 6px) solid #f64443;
        background: #fff;
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__tel__number {
        background: #fff;
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding: min(0.9259259259vw, 10px) 0 min(1.2037037037vw, 13px);
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__tel__icon {
        width: min(3.8888888889vw, 42px);
        display: block;
        margin-right: min(1.1111111111vw, 12px);
    }
}

@media screen and (min-width: 768px) {
    .cv .cv__tel__text {
        color: #f64443;
        font-feature-settings: "palt" on;
        font-family: "Noto Sans JP";
        font-size: min(5.9259259259vw, 64px);
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: min(0.237037037vw, 2.56px);
    }
}

@media screen and (min-width: 768px) {
    .cv .adlp-btn__wrapper {
        margin: 0 auto;
        gap: min(1.4814814815vw, 16px);
    }
}

@media screen and (max-width: 767px) {
    .cv .adlp-btn__wrapper {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .cv .adlp-btn {
        height: min(6.2962962963vw, 68px);
        padding-left: min(2.2222222222vw, 24px);
    }

    .cv .adlp-btn p {
        font-size: min(1.6666666667vw, 18px);
        line-height: 1.4;
    }

    .cv .adlp-btn::before {
        width: min(5.9259259259vw, 64px);
    }

    .cv .adlp-btn::after {
        width: min(0.9259259259vw, 10px);
        right: min(1.3888888889vw, 15px);
    }
}

@media screen and (min-width: 768px) {
    .cv .adlp-btn.--btn02 {
        border: min(0.3703703704vw, 4px) solid #00b900;
    }
}

@media screen and (max-width: 767px) {
    .cv .adlp-btn.--btn02 {
        border: 0.6666666667vw solid #00b900;
    }
}

@media screen and (min-width: 768px) {
    .cv .adlp-btn.--btn05 {
        border: min(0.3703703704vw, 4px) solid #5472CE;
    }
}

@media screen and (max-width: 767px) {
    .cv .adlp-btn.--btn05 {
        border: 0.6666666667vw solid #5472CE;
    }
}

.cv .cv__label {
    padding: 0 min(0.9259259259vw, 10px);
    color: white;
    display: flex;
    align-items: center;
}

.cv .cv__label__wrapper {
    display: flex;
    justify-content: center;
    gap: min(0.7407407407vw, 8px);
    margin: min(1.4814814815vw, 16px) auto 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .cv .cv__label__wrapper {
        width: fit-content;
        justify-content: center;
        gap: 1.6vw;
        margin: 2.6666666667vw auto 4vw;
    }

    .cv .cv__label__wrapper.--typeb {
        margin: 1.7333333333vw auto 0;
    }
}

@media screen and (max-width: 767px) {
    .cv .cv__label {
        padding: 0 2.2666666667vw;
        justify-content: center;
        background: #fff;
        color: #1A2B64;
    }
}

.cv .cv__label__icon {
    width: min(2.1296296296vw, 23px);
    margin-right: min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .cv .cv__label__icon {
        width: 2.9333333333vw;
    }
}

.cv .cv__label__icon.--icon02 {
    width: min(2.4074074074vw, 26px);
}

@media screen and (max-width: 767px) {
    .cv .cv__label__icon.--icon02 {
        width: 4vw;
    }
}

.cv .cv__label .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .cv .cv__label .text01 {
        font-size: 4.2666666667vw;
    }
}

.cv .cv__label .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .cv .cv__label .text02 {
        font-size: 3.2vw;
    }
}

.cv .cv__label .text03 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .cv .cv__label .text03 {
        font-size: 3.4666666667vw;
    }
}

.cv .adlp-btn__wrapper {
    margin: min(2.2222222222vw, 24px) auto min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {

    .cv .adlp-btn__wrapper.--typeb {
        margin: 4.8vw auto 4.2666666667vw;
    }
}

.cv .adlp-note {
    color: #fff;
    text-align: center;
    margin: min(2.2222222222vw, 24px) auto 0;
    color: #ddd;
}

.cv__link {
    line-height: 180%;
    color: #fff;
    text-align: center;
}

.cv__img {
    width: min(29.8148148148vw, 352px);
    filter: drop-shadow(min(1.4814814815vw, 16px) min(3.7037037037vw, 40px) min(2.962962963vw, 32px) rgba(28, 35, 54, 0.3));
    position: absolute;
    bottom: -80px;
    right: max(-10.6481481481vw, -115px);
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .cv__img {
        width: 50vw;
        right: 0;
        bottom: 0;
        top: auto;
        height: calc(100% + 20.9333333333vw);
    }
}

.cv__img.--imgb {
    width: min(35.3703703704vw, 382px);
    right: max(-14.6296296296vw, -158px);
}

@media screen and (max-width: 767px) {
    .cv__img.--imgb {
        width: 40vw;
        right: 0;
        bottom: -2em;
        top: auto;
        height: calc(105% + 20.9333333333vw);
    }
}

.cv__img img {
    filter: drop-shadow(min(2.962962963vw, 32px) min(4.8148148148vw, 52px) min(5.5555555556vw, 60px) rgba(0, 0, 0, 0.3));
}

.reasons {
    background-color: #5572cc;
}

.reasons__inner {
    width: min(92.5925925926vw, 1000px);
    margin: 0 auto;
    position: relative;
    padding: 4em 10em 4em 1em;
}

@media screen and (max-width: 767px) {
    .reasons__inner {
        width: 100%;
        padding: 3em 1em 18em;
    }
}

#fv {
    width: 100%;
    margin: 0 auto;
}

#fv img {
    width: 100%;
    object-fit: contain;
    pointer-events: none;
}

.reasons__medal {
    width: min(20.3703703704vw, 220px);
    position: absolute;
    right: 2em;
    top: 3em;
}

@media screen and (max-width: 767px) {
    .reasons__medal {
        width: 50vw;
        right: 13em;
        top: 23em;
    }
}

.reasons__img {
    width: min(24.8148148148vw, 268px);
    position: absolute;
    right: 1em;
    top: 12.5em;
}

@media screen and (max-width: 767px) {
    .reasons__img {
        width: 50vw;
        right: 0.5em;
        top: 22em;
    }
}

.reasons__title {
    text-align: center;
    margin: 0 auto min(0.7407407407vw, 8px);
    text-shadow: 0 0 0.5em #1a2b64;
}

.reasons__title>* {
    display: inline-block;
    vertical-align: middle;
}

.reasons__title .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    line-height: 106%;
    letter-spacing: 0.14em;
    color: #1a2b64;
    display: inline-flex;
    flex-direction: column;
    gap: min(0.3703703704vw, 4px);
}

@media screen and (max-width: 767px) {
    .reasons__title .text01 {
        gap: 0.8vw;
    }
}

.reasons__title .text01 span {
    color: #1A2B64;
    background: #FFF000;
    display: block;
    width: min(2.962962963vw, 32px);
    height: min(2.962962963vw, 32px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 min(0.1851851852vw, 2px) min(0.1851851852vw, 2px);
}

@media screen and (max-width: 767px) {
    .reasons__title .text01 span {
        font-size: 3.7333333333vw;
        width: 7.0666666667vw;
        height: 7.0666666667vw;
        padding: 0 0 0.2666666667vw 0.2666666667vw;
    }
}

.reasons__title .text02 {
    color: #FFF000;
    font-family: "Shippori Mincho", serif;
    font-size: min(9.4444444444vw, 102px);
    font-style: italic;
    font-weight: 700;
    line-height: 70%;
    letter-spacing: 0.02em;
    margin-right: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .reasons__title .text02 {
        font-size: 15vw;
    }
}

.reasons__title .text02 span {
    font-weight: 600;
    font-size: min(5.5555555556vw, 60px);
    letter-spacing: -0.06em;
}

@media screen and (max-width: 767px) {
    .reasons__title .text02 span {
        font-size: 14.1333333333vw;
    }
}

.reasons__title .text03 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .reasons__title .text03 {
        font-size: 6.4vw;
        margin-left: 0.6666666667vw;
    }
}

.reasons__title .text04 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(5.1851851852vw, 56px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #ffffff;
    display: block;
}

@media screen and (max-width: 767px) {
    .reasons__title .text04 {
        font-size: 8vw;
    }
}

.reasons__text {
    text-align: center;
    color: #fff;
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.037037037vw, 22px);
    font-weight: 700;
    line-height: 150%;
    background-image: url("data:image/svg+xml,%3Csvg width='526' height='2' viewBox='0 0 526 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L176 1' stroke='url(%23paint0_linear_524_236)' stroke-width='2'/%3E%3Cpath d='M350 1L526 1.00002' stroke='url(%23paint1_linear_524_236)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_524_236' x1='0' y1='1.5' x2='176' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_524_236' x1='350' y1='1.5' x2='526' y2='1.50002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: min(48.7037037037vw, 526px) min(0.1851851852vw, 2px);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .reasons__text {
        font-size: 4vw;
        background-image: url("data:image/svg+xml,%3Csvg width='750' height='2' viewBox='0 0 750 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H280' stroke='url(%23paint0_linear_527_2644)' stroke-width='2'/%3E%3Cpath d='M470 1L750 1.00002' stroke='url(%23paint1_linear_527_2644)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_527_2644' x1='0' y1='1.5' x2='280' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_527_2644' x1='470' y1='1.5' x2='750' y2='1.50002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 100% 0.2666666667vw;
        margin: 1.8666666667vw auto 0;
    }
}

.reasons__label {
    width: min(55.7407407407vw, 602px);
    color: #fff;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    text-align: center;
    padding: min(0.2777777778vw, 3px) 0;
    margin: min(0.9259259259vw, 10px) auto 0 0;
}

@media screen and (max-width: 767px) {
    .reasons__label {
        font-size: 4vw;
        font-weight: 500;
        padding: 0.5333333333vw 0;
        width: 100%;
        margin: 3.2vw auto 0;
    }
}

.reasons .adlp-circle__wrapper {
    margin: min(0.7407407407vw, 8px) auto 0;
}

@media screen and (max-width: 767px) {
    .reasons .adlp-circle__wrapper {
        margin: 2.6666666667vw auto 0;
    }
}

.reasons .adlp-note {
    color: #fff;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .reasons .adlp-note {
        padding: 0 4vw;
    }
}

.sec01 {
    padding: min(3.5185185185vw, 38px) 0 min(2.2222222222vw, 24px);
    background: url(../img/pc/sec01_bg.webp?20240717) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec01 {
        padding: 8.5333333333vw 0 2.1333333333vw;
        background: url(../img/sp/sec01_bg.webp?20240717) no-repeat;
        background-size: 100% 100%;
    }
}

.sec01__title>span {
    display: block;
}

.sec01__title .text01 {
    background-image: url("data:image/svg+xml,%3Csvg width='368' height='48' viewBox='0 0 368 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M347.149 24L368 0H0L20.8507 24L0 48H368L347.149 24Z' fill='%231A2B64'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(34.0740740741vw, 368px);
    padding: min(0.7407407407vw, 8px) 0;
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec01__title .text01 {
        font-size: 4.5333333333vw;
        padding: 1.0666666667vw 0;
        width: 58.9333333333vw;
    }
}

.sec01__title .text01 sub {
    margin-left: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .sec01__title .text01 sub {
        margin-left: 1.3333333333vw;
    }
}

.sec01__title .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.7777777778vw, 30px);
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    margin: min(1.4814814815vw, 16px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec01__title .text02 {
        font-size: 5.0666666667vw;
        margin: 3.4666666667vw auto 0;
    }
}

.sec01__title .text03 {
    width: min(50.9259259259vw, 550px);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec01__title .text03 {
        width: 66.6666666667vw;
    }
}

.sec01 .adlp-note {
    text-align: center;
    margin: min(1.4814814815vw, 16px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec01 .adlp-note {
        padding: 0 4vw;
        margin: 4.5333333333vw auto 0;
        text-align: right;
    }
}

.sec01 {
    padding: min(3.5185185185vw, 38px) 0 min(2.2222222222vw, 24px);
    background: url(../img/pc/sec01_bg.webp?20240717) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec01 {
        padding: 8.5333333333vw 0 2.1333333333vw;
        background: url(../img/sp/sec01_bg.webp?20240717) no-repeat;
        background-size: 100% 100%;
    }
}

.sec01__title>span {
    display: block;
}

.sec01__title .text01 {
    background-image: url("data:image/svg+xml,%3Csvg width='368' height='48' viewBox='0 0 368 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M347.149 24L368 0H0L20.8507 24L0 48H368L347.149 24Z' fill='%231A2B64'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(34.0740740741vw, 368px);
    padding: min(0.7407407407vw, 8px) 0;
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec01__title .text01 {
        font-size: 4.5333333333vw;
        padding: 1.0666666667vw 0;
        width: 58.9333333333vw;
    }
}

.sec01__title .text01 sub {
    margin-left: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .sec01__title .text01 sub {
        margin-left: 1.3333333333vw;
    }
}

.sec01__title .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.7777777778vw, 30px);
    font-weight: 800;
    line-height: 120%;
    text-align: center;
    margin: min(1.4814814815vw, 16px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec01__title .text02 {
        font-size: 5.0666666667vw;
        margin: 3.4666666667vw auto 0;
    }
}

.sec01__title .text03 {
    width: min(50.9259259259vw, 550px);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec01__title .text03 {
        width: 66.6666666667vw;
    }
}

.sec01 .adlp-note {
    text-align: center;
    margin: min(1.4814814815vw, 16px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec01 .adlp-note {
        padding: 0 4vw;
        margin: 4.5333333333vw auto 0;
        text-align: right;
    }
}

.sec02 {
    padding: min(5.1851851852vw, 56px) 0 min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {
    .sec02 {
        padding: 8.5333333333vw 0 4.6666666667vw;
    }
}

.sec02__box {
    width: min(85.1851851852vw, 920px);
    padding: min(6.7592592593vw, 73px) 0 min(5.9259259259vw, 64px);
    background: #E9EEFA;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec02__box {
        width: 89.3333333333vw;
        padding: 54.6666666667vw 0 5.3333333333vw 24vw;
    }
}

.sec02__box__label {
    background: #1A2B64;
    color: #fff;
    line-height: 180%;
    padding: 0 min(0.7407407407vw, 8px) 0 min(0.9259259259vw, 10px);
}

.sec02__box__label__wrapper {
    display: flex;
    gap: min(0.7407407407vw, 8px);
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .sec02__box__label {
        font-size: 3.4666666667vw;
        padding: 0 2vw;
    }
}

.sec02__box__label::before {
    content: "";
    display: inline-block;
    width: min(1.4814814815vw, 16px);
    height: min(1.4814814815vw, 16px);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='0.5' fill='%231A2B64' stroke='white'/%3E%3Cpath d='M3.73438 7.86927L6.84972 10.6693L12.2677 5.33594' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    margin-right: min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .sec02__box__label::before {
        width: 3.4666666667vw;
        height: 3.4666666667vw;
    }
}

.sec02__box__text {
    font-size: min(4.4444444444vw, 48px);
    line-height: 120%;
    letter-spacing: 0.08em;
    color: #1a2b64;
    background: linear-gradient(transparent 85%, #FFF000 85%);
    width: fit-content;
    margin: min(0.462962963vw, 5px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec02__box__text {
        font-size: 7.4666666667vw;
        margin: 2vw auto 0;
    }
}

.sec02__box__img01 {
    width: min(40.0925925926vw, 433px);
    position: absolute;
    bottom: 0;
    left: max(-11.1111111111vw, -120px);
}

@media screen and (max-width: 767px) {
    .sec02__box__img01 {
        width: 53.4666666667vw;
        left: -5.3333333333vw;
    }
}

.sec02__box__img02 {
    width: min(28.4259259259vw, 307px);
    position: absolute;
    bottom: max(-2.6851851852vw, -29px);
    right: min(2.037037037vw, 22px);
    z-index: 5;
}

@media screen and (max-width: 767px) {
    .sec02__box__img02 {
        width: 63.2vw;
        bottom: 19.3333333333vw;
        right: -6.5333333333vw;
    }
}

.sec02__box02 {
    background: url(../img/pc/sec02_bg.webp?20240717) no-repeat;
    background-size: 100% 101%;
    padding-bottom: min(2.2222222222vw, 24px);
    box-shadow: 0px min(0.5555555556vw, 6px) min(0.7407407407vw, 8px) 0px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .sec02__box02 {
        background: url(../img/sp/sec02_bg.webp?20240717) no-repeat;
        background-size: 100% 101%;
        padding: 4vw 0 5.3333333333vw;
    }
}

.sec02__box02__text {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.sec02__box02__text .text01 {
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .sec02__box02__text .text01 {
        font-size: 5.3333333333vw;
        display: block;
        text-align: center;
        margin-bottom: -2.6666666667vw;
    }
}

.sec02__box02__text .text02 {
    font-size: min(9.2592592593vw, 100px);
    font-style: italic;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0em;
    color: #FFF000;
}

@media screen and (max-width: 767px) {
    .sec02__box02__text .text02 {
        font-size: 14.4vw;
    }
}

.sec02__box02__text .text02 span {
    font-size: min(6.2962962963vw, 68px);
    letter-spacing: -0.08em;
}

@media screen and (max-width: 767px) {
    .sec02__box02__text .text02 span {
        font-size: 10.1333333333vw;
    }
}

.sec02__box02__text .text03 {
    margin-left: min(1.3888888889vw, 15px);
    font-size: min(3.8888888889vw, 42px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #FFF000;
}

@media screen and (max-width: 767px) {
    .sec02__box02__text .text03 {
        font-size: 6.6666666667vw;
        margin-left: 2vw;
    }
}

.sec02__box02__text .text04 {
    font-size: min(1.8518518519vw, 20px);
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    position: absolute;
    top: min(3.9814814815vw, 43px);
    right: min(4vw, 73px);
}

@media screen and (max-width: 767px) {
    .sec02__box02__text .text04 {
        font-size: 3.7333333333vw;
        top: 10.2666666667vw;
        right: 9.5vw;
    }
}

.sec02__box02__label {
    font-weight: 700;
    line-height: 180%;
    color: #ffffff;
    width: min(36.4814814815vw, 394px);
    border: min(0.1851851852vw, 2px) solid #fff;
    border-radius: 100px;
    margin: 0 auto min(2.2222222222vw, 24px);
    text-align: center;
    padding: min(0.2777777778vw, 3px) 0;
}

@media screen and (max-width: 767px) {
    .sec02__box02__label {
        font-size: 3.4666666667vw;
        padding: 0.1333333333vw 0;
        width: 66.6666666667vw;
        border-width: 0.2666666667vw;
        margin: 0 auto 4.2666666667vw;
    }
}

.sec02__box02__label sub {
    margin-left: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .sec02__box02__label sub {
        margin-left: 1.3333333333vw;
    }
}

.sec02__box02 .adlp-note {
    text-align: center;
    color: #fff;
    color: #ddd;
}

@media screen and (max-width: 767px) {
    .sec02__box02 .adlp-note {
        width: 81.3333333333vw;
        text-align: left;
        margin: 0 auto;
    }
}

.sec03 {
    background: url("../img/common/sec03_map.webp?20240717"), url("../img/pc/sec03_bg.webp?20240717");
    background-repeat: no-repeat;
    background-size: min(25.0925925926vw, 271px) min(26.0185185185vw, 281px), 100% min(73.9814814815vw, 799px);
    background-position: left min(52.3148148148vw, 565px) bottom, center bottom;
    padding-bottom: min(7.4074074074vw, 80px);
}

@media screen and (max-width: 767px) {
    .sec03 {
        background: url("../img/common/sec03_map.webp?20240717"), url("../img/sp/sec03_bg.webp?20240717");
        background-repeat: no-repeat;
        background-size: 76.8vw 79.4666666667vw, 100% 168.8vw;
        background-position: left -14.9333333333vw bottom -17.6vw, center bottom 8.8vw;
        padding: 0.8vw 0 4.9333333333vw;
    }
}

.sec03__box {
    background: #fff;
    border-top: min(0.3703703704vw, 4px) solid #5472CE;
    border-bottom: min(0.3703703704vw, 4px) solid #5472CE;
    padding: min(2.962962963vw, 32px) 0 min(5.3703703704vw, 58px);
    box-shadow: min(0.7407407407vw, 8px) min(0.7407407407vw, 8px) min(1.4814814815vw, 16px) 0 rgba(0, 0, 0, 0.16);
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sec03__box {
        padding: 7.6vw 0;
        border-width: 0.5333333333vw;
        width: 89.3333333333vw;
        margin: 0 auto;
        box-shadow: 1.0666666667vw 1.0666666667vw 2.1333333333vw 0px rgba(0, 0, 0, 0.16);
    }
}

.sec03__box__title {
    text-align: center;
}

.sec03__box__title .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .sec03__box__title .text01 {
        font-size: 4.8vw;
    }
}

.sec03__box__title .text02 {
    font-size: min(5.9259259259vw, 64px);
    font-weight: 700;
    line-height: 140%;
    color: #5472ce;
}

@media screen and (max-width: 767px) {
    .sec03__box__title .text02 {
        font-size: 10.6666666667vw;
    }
}

.sec03__box__title .text03 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(3.3333333333vw, 36px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #5472ce;
}

@media screen and (max-width: 767px) {
    .sec03__box__title .text03 {
        font-size: 6.9333333333vw;
    }
}

.sec03__box__logo {
    width: min(78.8888888889vw, 852px);
    margin: min(1.6666666667vw, 18px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec03__box__logo {
        width: 78vw;
        margin: 7.0666666667vw auto 0;
    }
}

.sec03__serif {
    background: #5472CE;
    color: #fff;
    padding: min(1.4814814815vw, 16px) min(1.8518518519vw, 20px) min(1.4814814815vw, 16px) min(5.5555555556vw, 60px);
    border-radius: min(0.9259259259vw, 10px);
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
}

.sec03__serif__wrapper {
    display: flex;
    justify-content: center;
    gap: min(6.0185185185vw, 65px);
    margin: min(5vw, 54px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec03__serif__wrapper {
        gap: 0;
        margin: 2.6666666667vw auto 0;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .sec03__serif {
        font-size: 3.7333333333vw;
        text-align: center;
        padding: 5.3333333333vw 0 4vw;
    }
}

.sec03__serif::before {
    content: "";
    display: block;
    position: absolute;
    left: max(-4.0740740741vw, -44px);
}

.sec03__serif::after {
    content: "";
    display: block;
    width: min(2.7777777778vw, 30px);
    height: min(1.5740740741vw, 17px);
    clip-path: polygon(50% 100%, 0 0, 100% 0%);
    background: #5472CE;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
    .sec03__serif::after {
        width: 5.3333333333vw;
        height: 3.2vw;
    }
}

@media screen and (max-width: 767px) {
    .sec03__serif.--icon01 {
        width: 45.3333333333vw;
    }
}

.sec03__serif.--icon01::before {
    width: min(8.1481481481vw, 88px);
    height: min(8.7962962963vw, 95px);
    top: max(-1.9444444444vw, -21px);
    background: url(../img/common/sec03_icon_01.svg?20240717) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec03__serif.--icon01::before {
        width: 12.6666666667vw;
        height: 11.7333333333vw;
        top: -6.5333333333vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .sec03__serif.--icon02 {
        width: 40vw;
        margin: 19.3333333333vw 0 0 -9.3333333333vw;
    }
}

.sec03__serif.--icon02::before {
    width: min(8.3333333333vw, 90px);
    height: min(7.7777777778vw, 84px);
    top: max(-1.2037037037vw, -13px);
    background: url(../img/common/sec03_icon_02.svg?20240717) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec03__serif.--icon02::before {
        width: 12vw;
        height: 11.2vw;
        top: -6.5333333333vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

.sec03__text01 {
    margin: min(3.7037037037vw, 40px) auto 0;
    font-family: "M PLUS 1", sans-serif;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec03__text01 {
        margin: 2.4vw auto 0;
        line-height: 180%;
    }
}

.sec03__text01 .marker {
    background: linear-gradient(transparent 70%, #FFF000 70%);
}

.sec03__text01 .text01 {
    font-size: min(3.1481481481vw, 34px);
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .sec03__text01 .text01 {
        font-size: 5.6vw;
        line-height: 180%;
    }
}

.sec03__text01 .text02 {
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .sec03__text01 .text02 {
        font-size: 9.6vw;
        line-height: 120%;
    }
}

.sec03__text02 {
    margin: min(3.7037037037vw, 40px) auto 0 0;
    width: fit-content;
    font-family: "M PLUS 1", sans-serif;
}

@media screen and (max-width: 767px) {
    .sec03__text02 {
        margin: 14.6666666667vw auto 0 0;
        text-align: center;
    }
}

.sec03__text02>span {
    display: inline-block;
}

.sec03__text02 .text01 {
    font-size: min(3.5185185185vw, 38px);
    line-height: 110%;
    letter-spacing: 0.08em;
    color: #5472CE;
}

@media screen and (max-width: 767px) {
    .sec03__text02 .text01 {
        font-size: 6.1333333333vw;
    }
}

.sec03__text02 .text02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(8.8888888889vw, 96px);
    font-weight: 700;
    line-height: 140%;
    color: #5472CE;
}

@media screen and (max-width: 767px) {
    .sec03__text02 .text02 {
        font-size: 16vw;
    }
}

.sec03__text02 .text03 {
    font-size: min(4.2592592593vw, 46px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .sec03__text02 .text03 {
        font-size: 7.2vw;
    }
}

.sec03__text02 .text04 {
    font-size: min(2.5925925926vw, 28px);
    font-weight: 700;
    line-height: 130%;
}

@media screen and (max-width: 767px) {
    .sec03__text02 .text04 {
        font-size: 3.7333333333vw;
        margin: 4.6666666667vw auto 0;
    }
}

.sec03__text03 {
    width: min(16.6666666667vw, 180px);
    height: min(16.6666666667vw, 180px);
    padding-top: min(5.1851851852vw, 56px);
    font-family: "M PLUS 1", sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #1A2B64;
    position: absolute;
    bottom: min(2.5vw, 27px);
    right: min(13.3333333333vw, 144px);
}

@media screen and (max-width: 767px) {
    .sec03__text03 {
        width: 36.6666666667vw;
        height: 36.6666666667vw;
        bottom: 21.3333333333vw;
        right: 1.3333333333vw;
        padding-top: 12.4vw;
    }
}

.sec03__text03::after {
    content: "";
    display: block;
    width: min(4.3518518519vw, 47px);
    height: min(4.0740740741vw, 44px);
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='44' viewBox='0 0 47 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.67358 40.9576L20.9266 -0.00350658L46.2734 43.8984L0.67358 40.9576Z' fill='%231A2B64'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: min(9.7222222222vw, 105px);
    left: max(-1.3888888889vw, -15px);
}

@media screen and (max-width: 767px) {
    .sec03__text03::after {
        width: 6.2666666667vw;
        height: 5.8666666667vw;
        top: 24.9333333333vw;
        left: -1.3333333333vw;
    }
}

.sec03__text03 .text01 {
    font-size: min(2.7777777778vw, 30px);
    line-height: 110%;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
    .sec03__text03 .text01 {
        font-size: 5.0666666667vw;
    }
}

.sec03__text03 .text02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .sec03__text03 .text02 {
        font-size: 3.4666666667vw;
    }
}

.sec03__img {
    width: min(25.6481481481vw, 277px);
    position: absolute;
    bottom: max(-7.4074074074vw, -80px);
    right: 0;
}

@media screen and (max-width: 767px) {
    .sec03__img {
        width: 37.2vw;
        right: 5.6vw;
    }
}

.sec04 {
    padding: min(4.4444444444vw, 48px) 0 min(5.9259259259vw, 64px);
    background: url("../img/pc/sec04_bg.webp?20240717") no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec04 {
        padding: 6.1333333333vw 0 0;
        background: url("../img/sp/sec04_bg.webp?20240717") no-repeat;
        background-size: 100% 100%;
    }
}

.sec04__title {
    text-align: center;
}

.sec04__title .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .sec04__title .text01 {
        font-size: 4.2666666667vw;
        margin-bottom: 4vw;
    }
}

.sec04__title .logo {
    width: min(11.8518518519vw, 128px);
    display: inline-block;
    vertical-align: sub;
    margin-right: min(0.5555555556vw, 6px);
}

@media screen and (max-width: 767px) {
    .sec04__title .logo {
        width: 27.7333333333vw;
        margin-right: 1.0666666667vw;
        margin-top: 2.1333333333vw;
    }
}

.sec04__title .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #1A2B64;
}

@media screen and (max-width: 767px) {
    .sec04__title .text02 {
        font-size: 5.3333333333vw;
    }
}

.sec04__title .text03 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(3.7037037037vw, 40px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #1A2B64;
}

@media screen and (max-width: 767px) {
    .sec04__title .text03 {
        font-size: 6.4vw;
    }
}

.sec04__box {
    display: flex;
    flex: 1;
}

.sec04__box__wrapper {
    display: flex;
    gap: min(2.962962963vw, 32px);
    margin: min(3.7037037037vw, 40px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec04__box__wrapper {
        gap: 0;
        margin: 5.8666666667vw auto 0;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .sec04__box {
        flex-direction: column;
    }
}

.sec04__box__body {
    background: url(../img/pc/sec04_box.webp?20240717) no-repeat;
    background-size: 100% 100%;
    padding: min(0.462962963vw, 5px) 0 0;
    height: min(27.5vw, 350px);
}

@media screen and (min-width: 768px) {
    .sec04__box__body {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .sec04__box__body {
        background: url(../img/sp/sec04_box.webp?20240717) no-repeat;
        background-size: 101% 101%;
        width: 50vw;
        height: 18em;
        padding: 1.3333333333vw 0 0;
    }
}

.sec04__box__no {
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 180%;
    color: #ffffff;
    width: min(5.5555555556vw, 60px);
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec04__box__no {
        font-size: 4.2666666667vw;
        width: 10.9333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .sec04__box__img {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .sec04__box__img {
        width: 50vw;
    }

    .sec04__box__img img {
        object-fit: cover;
        height: 100%;
    }
}

.sec04__box__title {
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 180%;
    color: #ffffff;
    text-align: center;
    margin: min(0.462962963vw, 5px) auto min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {
    .sec04__box__title {
        font-size: 4.2666666667vw;
        margin: 0 auto 4vw;
    }
}

.sec04__box__text {
    text-align: center;
}

.sec04__box__text .text01 {
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 130%;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .text01 {
        font-size: 4.2666666667vw;
        line-height: 120%;
    }
}

.sec04__box__text .text02 {
    color: #d9d9d9;
}

.sec04__box__text .em01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .em01 {
        font-size: 8.5333333333vw;
    }
}

.sec04__box__text .em02 {
    display: inline-block;
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.4074074074vw, 26px);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.08em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .em02 {
        font-size: 4.5333333333vw;
    }
}

.sec04__box__text .em03 {
    display: inline-block;
    font-size: min(7.4074074074vw, 80px);
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 0em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .em03 {
        font-size: 12.8vw;
        letter-spacing: -0.02em;
    }
}

.sec04__box__text .em04 {
    display: inline-block;
    text-align: left;
    font-size: min(3.3333333333vw, 36px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .em04 {
        font-size: 6.4vw;
    }
}

.sec04__box__text .em05 {
    display: inline-block;
    text-align: left;
    font-size: min(3.7037037037vw, 40px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec04__box__text .em05 {
        font-size: 6.9333333333vw;
    }
}

.sec05 {
    padding: min(7.4074074074vw, 80px) 0 min(5.1851851852vw, 56px);
    background: #CEDCFE;
}

@media screen and (max-width: 767px) {
    .sec05 {
        padding: 10.6666666667vw 1.3333333333vw;
    }
}

.sec05__box {
    box-shadow: min(0.7407407407vw, 8px) min(0.7407407407vw, 8px) min(1.8518518519vw, 20px) 0px rgba(0, 0, 0, 0.16);
}

.sec05__box__wrapper {
    display: flex;
    flex-direction: column;
    gap: min(5.8333333333vw, 63px);
}

.sec05__box__head {
    display: flex;
    align-items: center;
    background: #1A2B64;
    padding-left: min(16.4814814815vw, 178px);
    height: min(8.6111111111vw, 93px);
}

@media screen and (max-width: 767px) {
    .sec05__box__head {
        padding-left: 22vw;
        height: 20.9333333333vw;
    }
}

.sec05__box__head .img {
    width: min(12.037037037vw, 130px);
    position: absolute;
    left: min(3.7037037037vw, 40px);
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .sec05__box__head .img {
        width: 27.0666666667vw;
        left: -0.2666666667vw;
    }
}

.sec05__box__head .no {
    height: min(2.962962963vw, 32px);
    padding-right: min(1.3888888889vw, 15px);
    margin-right: min(1.3888888889vw, 15px);
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 180%;
    color: #ffffff;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .sec05__box__head .no {
        line-height: 1;
        font-size: 4.2666666667vw;
        padding-right: 2.6666666667vw;
        margin-right: 2.6666666667vw;
        height: 11.3333333333vw;
    }
}

.sec05__box__head .text01 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .sec05__box__head .text01 {
        font-size: 3.7333333333vw;
    }
}

.sec05__box__head .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.06em;
    background: var(--main-accent-3-accent, linear-gradient(90deg, #E5BA5D 0%, #FFFFD0 23%, #E2B854 41%, #F4C96C 59%, #D09F26 77%, #C2973B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .sec05__box__head .text02 {
        font-size: 5.3333333333vw;
    }
}

.sec05__box__body {
    background: #fff;
    padding: min(2.962962963vw, 32px) min(3.7037037037vw, 40px) 0;
}

@media screen and (max-width: 767px) {
    .sec05__box__body {
        padding: 6vw 0 0;
    }
}

.sec05__box__flex {
    width: min(38.8888888889vw, 420px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E9EEFA;
    padding: min(2.2222222222vw, 24px) min(2.2222222222vw, 24px) min(2.2222222222vw, 24px) min(1.8518518519vw, 20px);
}

.sec05__box__flex__wrapper {
    display: flex;
    justify-content: center;
    gap: min(7.4074074074vw, 80px);
    margin: min(2.2222222222vw, 24px) auto min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex__wrapper {
        margin: 4.2666666667vw auto 3.2vw;
        gap: 8.5333333333vw;
        flex-direction: column;
    }
}

.sec05__box__flex__wrapper::after {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: min(2.2222222222vw, 24px);
    height: min(5.5555555556vw, 60px);
    background: #5472CE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex__wrapper::after {
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        width: 10.6666666667vw;
        height: 4.2666666667vw;
        top: 35.2vw;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .sec05__box__flex {
        width: 100%;
        padding: 3.2vw;
        gap: 4vw;
        justify-content: center;
    }
}

.sec05__box__flex__img {
    max-width: 50%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sec05__box__flex__img {
        width: 33.3333333333vw;
        margin-left: auto;
    }
}

.sec05__box__flex__title {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #5472ce;
    margin-bottom: min(0.3703703704vw, 4px);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex__title {
        font-size: 4.2666666667vw;
        margin-bottom: 1.0666666667vw;
    }
}

.sec05__box__img {
    margin: min(2.2222222222vw, 24px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec05__box__img {
        margin: 2.2666666667vw auto 0;
    }
}

.sec05__box__flex02 {
    width: min(26.6666666667vw, 288px);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: min(1.4814814815vw, 16px);
}

.sec05__box__flex02__wrapper {
    display: flex;
    justify-content: center;
    gap: min(2.5925925926vw, 28px);
    padding-bottom: min(6.4814814815vw, 70px);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__wrapper {
        flex-direction: column;
        gap: 5.3333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02 {
        width: 84vw;
        flex-direction: row;
        gap: 3.2vw;
    }

    .sec05__box__flex02:nth-child(even) {
        margin: 0 0 0 auto;
        padding-bottom: 10.6666666667vw;
    }
}

.sec05__box__flex02__img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .sec05__box__flex02__img {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__img {
        width: 30.6666666667vw;
    }
}

@media screen and (min-width: 768px) {
    .sec05__box__flex02__body {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__body {
        width: 50.4vw;
    }
}

.sec05__box__flex02__body>.adlp-note {
    margin-top: min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__body>.adlp-note {
        width: 81.3333333333vw;
        position: absolute;
        left: 0;
        bottom: -12.6666666667vw;
    }
}

.sec05__box__flex02__title {
    white-space: nowrap;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.08em;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__title {
        text-align: left;
        font-size: 3.2vw;
    }
}

.sec05__box__flex02__title b {
    color: #5472ce;
    font-size: min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__title b {
        font-size: 4.8vw;
    }
}

.sec05__box__flex02__text {
    line-height: 180%;
    margin-top: min(0.7407407407vw, 8px);
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sec05__box__flex02__text {
        margin-top: 1.0666666667vw;
    }
}

.sec05__box__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(1.1111111111vw, 12px);
    margin: max(-5.5555555556vw, -60px) 0 0 min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .sec05__box__footer {
        gap: 1.6vw;
        margin: -10.6666666667vw 0 0 0;
        width: 100%;
        justify-content: flex-end;
    }

    .sec05__box__footer.--gap0 {
        gap: 0;
    }
}

.sec05__box__footer__text {
    margin-top: min(4.6296296296vw, 50px);
    padding: min(1.4814814815vw, 16px) min(2.2222222222vw, 24px);
    border-radius: min(0.7407407407vw, 8px);
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    line-height: 150%;
    background: #5472CE;
    color: #fff;
    width: fit-content;
}

@media screen and (max-width: 767px) {
    .sec05__box__footer__text {
        margin-top: auto;
        margin-bottom: 5.3333333333vw;
        font-size: 3.4666666667vw;
        min-width: 58.1333333333vw;
        padding: 3.2vw 2.4vw;
        white-space: nowrap;
    }
}

.sec05__box__footer__text::after {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: min(1.1111111111vw, 12px);
    height: min(1.8518518519vw, 20px);
    background: #5472CE;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 767px) {
    .sec05__box__footer__text::after {
        width: 2.1333333333vw;
        height: 3.2vw;
    }
}

.sec05__box__footer__img {
    width: min(25.9259259259vw, 280px);
}

@media screen and (max-width: 767px) {
    .sec05__box__footer__img {
        width: 24.2666666667vw;
    }

    .sec05__box__footer__img.--l {
        width: 26.6666666667vw;
        margin-left: -1.3333333333vw;
    }
}

.sec06::before {
    content: "";
    display: block;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: min(177.7777777778vw, 1920px);
    height: min(7.4074074074vw, 80px);
    background: #CEDCFE;
}

@media screen and (max-width: 767px) {
    .sec06::before {
        width: 100%;
        height: 10.6666666667vw;
    }
}

.sec06__title {
    text-align: center;
}

.sec06__title .text01 {
    font-size: min(1.4814814815vw, 16px);
    font-weight: 700;
    line-height: 180%;
    color: #ffffff;
    background: #5472CE;
    width: min(8.3333333333vw, 90px);
    height: min(8.3333333333vw, 90px);
    border-radius: 50%;
    margin: max(-3.7037037037vw, -40px) auto min(1.4814814815vw, 16px);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .sec06__title .text01 {
        width: 18.6666666667vw;
        height: 18.6666666667vw;
        margin: -10.6666666667vw auto 1.0666666667vw;
        font-size: 3.4666666667vw;
    }
}

.sec06__title .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(4.4444444444vw, 48px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #1A2B64;
}

@media screen and (max-width: 767px) {
    .sec06__title .text02 {
        font-size: 7.4666666667vw;
    }
}

.sec06__title .text03 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(3.7037037037vw, 40px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #1A2B64;
}

@media screen and (max-width: 767px) {
    .sec06__title .text03 {
        font-size: 6.4vw;
    }
}

.sec06__text {
    margin-top: min(4.6296296296vw, 50px);
    padding: min(1.4814814815vw, 16px) min(2.962962963vw, 32px);
    border-radius: min(0.7407407407vw, 8px);
    font-weight: 700;
    line-height: 180%;
    background: #5472CE;
    color: #fff;
    width: fit-content;
}

.sec06__text__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: max(-4.1666666667vw, -45px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec06__text__wrapper {
        margin: -2.6666666667vw 0 0 auto;
        justify-content: flex-end;
    }
}

.sec06__text__img {
    width: min(23.8888888889vw, 258px);
}

@media screen and (max-width: 767px) {
    .sec06__text__img {
        width: 33.3333333333vw;
        margin-left: -1.3333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .sec06__text {
        font-size: 3.4666666667vw;
        border-radius: 1.3333333333vw;
        padding: 3.2vw 4.2666666667vw;
    }
}

.sec06__text b {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .sec06__text b {
        font-size: 4vw;
    }
}

.sec06__text::after {
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: min(1.1111111111vw, 12px);
    height: min(1.8518518519vw, 20px);
    background: #5472CE;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translate(100%, -50%);
}

@media screen and (max-width: 767px) {
    .sec06__text::after {
        width: 2.6666666667vw;
        height: 4vw;
    }
}

.sec06__box {
    background: #E9EEFA;
    padding: min(2.962962963vw, 32px) 0 min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .sec06__box {
        padding: 5.3333333333vw 0 7.4666666667vw;
    }
}

.sec06__box__title {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #1A2B64;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec06__box__title {
        font-size: 4.8vw;
    }
}

.sec06__box__cont {
    background: #fff;
    min-width: min(18.5185185185vw, 200px);
    padding: min(2.2222222222vw, 24px);
    border-radius: min(0.7407407407vw, 8px);
    border: 1px solid #5472CE;
    width: calc(100% / 3 - 1em);
}

.sec06__box__cont:nth-child(4) {
    width: 100%;
}

.sec06__box__cont__wrapper {
    display: flex;
    width: 100%;
    gap: min(2.2222222222vw, 24px);
    margin: min(1.4814814815vw, 16px) auto 0;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__wrapper {
        gap: 4vw 4.2666666667vw;
        margin: 3.2vw auto 0;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .sec06__box__cont {
        min-width: 42.6666666667vw;
        border-radius: 1.0666666667vw;
        padding: 3.2vw 5.3333333333vw;
    }
}

.sec06__box__cont__title {
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__title {
        font-size: 3.4666666667vw;
    }
}

.sec06__box__cont__img {
    margin: min(1.4814814815vw, 16px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__img {
        margin: 3.2vw auto 0;
    }
}

.sec06__box__cont__img.--img01 {
    width: min(4.2592592593vw, 46px);
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__img.--img01 {
        width: 7.4666666667vw;
    }
}

.sec06__box__cont__img.--img02 {
    width: min(8.3333333333vw, 90px);
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__img.--img02 {
        width: 14.4vw;
    }
}

.sec06__box__cont__img.--img03 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sec06__box__cont__img.--img03 {
        width: 78.6666666667vw;
    }
}

.sec06__box__cont__img.--img04 img {
    width: 7.4666666667vw;
    height: 2.5em;
    object-fit: contain;
}


@media screen and (max-width: 767px) {
    .sec06__box__cont__img.--img04 img {
        width: 7.4666666667vw;
        height: 2em;
        object-fit: contain;
    }
}

.sec07 {
    padding: min(3.7037037037vw, 40px) 0 min(5.1851851852vw, 56px);
}

@media screen and (max-width: 767px) {
    .sec07 {
        padding: 8.5333333333vw 0 10.6666666667vw;
    }
}

.sec07__title {
    text-align: center;
}

.sec07__title .text01 {
    font-family: "Shippori Mincho", serif;
    font-size: min(5.9259259259vw, 64px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    color: #5472ce;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .sec07__title .text01 {
        font-size: 11.7333333333vw;
    }
}

.sec07__title .text02 {
    font-family: "M PLUS 1", sans-serif;
    font-size: min(2.962962963vw, 32px);
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .sec07__title .text02 {
        font-size: 5.3333333333vw;
        margin: 0 0.6666666667vw;
    }
}

.sec07__img {
    width: min(101.2962962963vw, 1094px);
    margin: min(3.7037037037vw, 40px) auto 0;
    z-index: 1;
    transform: translateX(min(3.2407407407vw, 35px));
}

@media screen and (max-width: 767px) {
    .sec07__img {
        width: 100%;
        transform: translate(0);
    }
}

.sec07__box {
    width: min(44.8148148148vw, 484px);
    background: #E9EEFA;
    display: flex;
    gap: min(1.4814814815vw, 16px);
    padding: min(2.2222222222vw, 24px);
}

.sec07__box__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: min(2.962962963vw, 32px);
    margin: max(-1.1111111111vw, -12px) auto 0;
}

@media screen and (max-width: 767px) {
    .sec07__box__wrapper {
        padding: 0 1.3333333333vw;
        gap: 4.2666666667vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .sec07__box {
        width: 100%;
        padding: 4.2666666667vw;
        gap: 3.2vw;
    }
}

.sec07__box__icon {
    width: min(14.8148148148vw, 160px);
}

@media screen and (max-width: 767px) {
    .sec07__box__icon {
        width: 26.6666666667vw;
    }
}

.sec07__box__body {
    flex: 1;
}

.sec07__box__text {
    line-height: 180%;
    text-align: justify;
}

.sec07__box__text2 {
    margin: min(0.7407407407vw, 8px) auto 0;
    font-size: min(1.2962962963vw, 14px);
}

@media screen and (max-width: 767px) {
    .sec07__box__text2 {
        margin: 1.0666666667vw auto 0;
        font-size: 3.2vw;
    }
}

.sec08 {
    padding: min(5.9259259259vw, 64px) 0 min(5.462962963vw, 59px);
    background: url(../img/pc/sec08_bg.webp?20251027) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .sec08 {
        padding: 2.8vw 0 94.6666666667vw;
        background: url(../img/sp/sec08_bg.webp?20251027) no-repeat;
        background-size: 100% 100%;
    }
}

.sec08__title {
    margin: 0 0 0 auto;
    width: fit-content;
    font-size: min(3.7037037037vw, 40px);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .sec08__title {
        font-size: 7.8666666667vw;
        margin: 0 auto;
    }
}

.sec08__text {
    width: min(50.9259259259vw, 550px);
    margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
    .sec08__text {
        width: 94vw;
        margin: 1.6vw auto 0 1.0666666667vw;
    }
}

/* セール商品 */
#sale {
    width: 100%;
    margin: 0 auto;
    background-color: #1c2754;
}

#sale picture,
#sale img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.sale_sp {
    display: none;
}

.sale_sp img {
    width: 100%;
}


.sale_sp .sale_banner {
    width: calc(100% - 3em);
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 1em;
}

@media screen and (max-width: 767px) {
    #sale {
        background-color: white;
    }

    .sale_sp {
        display: block;
    }
}

/* 商品一覧 */

#products {
    background: #ebf4fe;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 2em;
}

.products__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    gap: 1em;
}

.products__title hr {
    border: 0.15em solid #1d2753;
    width: 100%;
}

#products h2 {
    font-weight: 900;
    font-size: 4em;
    color: #1d2753;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .products__title hr{
        display: none;
    }
    #products h2{
        border-bottom: 0.15em solid #1d2753;
        line-height: 1.2;
    }
}

.product-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em 1em 4em;
    gap: 3em;
    width: 70em;
}

.splide__track {
    max-width: 70em;
    width: 100%;
}

.splide__slide {
    width: calc((100% / 2) - 2em);
    display: flex;
    align-items: stretch;
    justify-content: center;

}

.product-item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 0.5em;
    border: 0.15em solid #1a2e76;

}

.splide-progress-wrap {
    display: none;
}


/* ▼スライド▼ */

.splide__list {
    justify-content: space-evenly;
    align-self: stretch;
    width: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
}


.splide__pagination {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    padding: 0.5em 0 0;
    height: 5em;
    position: relative;
    z-index: 10;
    order: 2;
}

.splide__pagination__page {
    height: 1.5em;
    width: 1.5em;
    border-radius: 10em;
    background-color: white;
    border: 0.2em solid #1a2e76;
    transition: 0.2s all;
    cursor: pointer;
}

.splide__pagination__page.is-active {
    background: #1a2e76;
    transform: scale(1.3);
}

.splide__arrow {
    border-radius: 10em;
    height: 4em;
    width: 4em;
    border: 0.3em solid #1a2e76;
    background-color: #1a2e76;
    position: relative;
    background: url(https://正直屋.com/fc-site/waterheater/img//splide__arrow.svg) no-repeat center/contain;
    box-shadow: 0 0.3em 0 #26317680;
    cursor: pointer;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--next {}

.splide__arrow--prev {
    transform: scaleX(-1);
}

.splide {
    position: relative;
}

.splide__arrows {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    padding: 0 1.5em 4.5em;
    z-index: 9;
}

.splide-progress-wrap {
    display: none;
}

@media screen and (max-width: 767px) {

    #products {
        font-size: 3.5vw;
    }

    .product-wrap {
        flex-wrap: nowrap;
        gap: 0;
    }


    .product-item img {
        width: 100%;
    }

    .splide {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .splide__slide {
        padding: 0em 1em 0.3em;
    }

    .splide__track {
        margin-top: 2em;
    }


    .splide__list {
        cursor: grab;
        height: 100%;
    }

    .splide__list:active {
        cursor: grabbing;
    }

    .splide-progress {
        position: relative;
        height: 0.4em;
        background: #ffffff;
        /* バーの背景 */
        overflow: hidden;
        width: 100%;
        margin: 1em auto 3em;
    }

    .splide-progress-wrap {
        position: relative;
        display: flex;
        align-self: stretch;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 20;
        order: 4;
    }

    .splide-progress__bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #1a2e76;
        /* background-color: hsl(232, 100%, 83%); */
        /* 進行状況の色 */
        transition: width 0.1s linear;
    }

    #splide-pause-btn {
        font-size: 1.1em;
        border-radius: 10em;
        border: 0.15em solid #1a2e76;
        box-shadow: 0 0.2em 0 #26317680;
        color: #1a2e76;
        font-weight: bold;
        position: absolute;
        display: block;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        padding: 0;
    }

    .pause-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5em;
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(2px);
    }

    .pause-btn img {
        vertical-align: middle;
        object-fit: contain;
        height: 2.2em;
    }

    .pause-btn .icon-pause {
        display: inline;
        /* 最初は表示 */
    }

    .pause-btn .icon-play {
        display: none;
        /* 最初は非表示 */
    }

}


/*# sourceMappingURL=lp.css.map */