@charset "UTF-8";

.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;
}

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;
    font-size: 50%;
}

sub {
    vertical-align: baseline;
    font-size: 50%;
}

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

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);
        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__orange {
    color: #F0832C !important;
}

.text__blue {
    color: #003B87 !important;
}

.text__yellow {
    color: #D8D67E !important;
}

.bg__txt {
    background: #333 !important;
}

.bg__white {
    background: #fff !important;
}

.bg__silver {
    background: #f1f1f1 !important;
}

.bg__orange {
    background: #F0832C !important;
}

.bg__blue {
    background: #003B87 !important;
}

.bg__yellow {
    background: #D8D67E !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__orange {
    border-top: 1px solid #F0832C;
}

.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 #003B87;
}

.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__yellow {
    border-top: 1px solid #D8D67E;
}

.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__orange {
    background: linear-gradient(transparent 60%, #F0832C 60%);
}

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

.marker__yellow {
    background: linear-gradient(transparent 60%, #D8D67E 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__orange {
    border-bottom: 1px solid #F0832C;
}

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

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

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

.line__blue {
    border-bottom: 1px solid #003B87;
}

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

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

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

.line__yellow {
    border-bottom: 1px solid #D8D67E;
}

.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;
    }
}

.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: #fff;
    z-index: 100;
}

.adlp-header__inner {
    width: min(100vw, 1080px);
    padding: min(1.6666666667vw, 18px) 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.adlp-header__logo {
    width: min(23.7037037037vw, 256px);
}

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

.adlp-header .adlp-btn {
    margin: 0;
    height: min(4.0740740741vw, 44px);
    width: min(17.3148148148vw, 187px);
}

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

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

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn {
        width: 27.7333333333vw;
        height: 10.6666666667vw;
        border-radius: 0;
    }
}

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

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn p {
        font-size: 2.6666666667vw;
        letter-spacing: 0.02em;
        padding-right: 1.8666666667vw;
    }
}

.adlp-header .adlp-btn.--btn04 {
    filter: none;
    padding-left: max(0vw, 0px);
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn.--btn04 {
        filter: none;
        box-shadow: none;
    }
}

.adlp-header .adlp-btn.--btn04::before {
    display: none;
}

.adlp-header .adlp-btn.--btn04::after {
    width: min(0.7407407407vw, 8px);
    height: min(1.4814814815vw, 16px);
    right: min(1.2037037037vw, 13px);
}

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

.adlp-header .adlp-btn.--btn05 {
    filter: none;
    padding-left: max(0vw, 0px);
}

@media screen and (max-width: 767px) {
    .adlp-header .adlp-btn.--btn05 {
        filter: none;
        box-shadow: none;
    }
}

.adlp-header .adlp-btn.--btn05::before {
    display: none;
}

.adlp-header .adlp-btn.--btn05::after {
    width: min(0.7407407407vw, 8px);
    height: min(1.4814814815vw, 16px);
    right: min(1.2037037037vw, 13px);
}

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

.adlp-footer {
    padding: min(3.7037037037vw, 40px) 0 min(2.7777777778vw, 30px);
}

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

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

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

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

.adlp-footer__text {
    margin: min(5.7407407407vw, 62px) auto 0;
    font-size: min(1.1111111111vw, 12px);
    text-align: center;
}

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

.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: 10.6666666667vw;
    }
}

.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(6.4814814815vw, 70px);
    width: min(31.4814814815vw, 340px);
    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(2.7777777778vw, 30px);
}

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

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

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

.adlp-btn p {
    text-align: center;
    z-index: 1;
    font-size: min(1.8518518519vw, 20px);
    font-weight: 600;
    line-height: 160%;
}

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

.adlp-btn p span {
    line-height: 120%;
}

.adlp-btn p span.text01 {
    font-size: min(2.2222222222vw, 24px);
}

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

.adlp-btn p span.text02 {
    font-size: min(1.8518518519vw, 20px);
}

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

.adlp-btn.--free {
    padding-left: min(0.8333333333vw, 9px);
}

.adlp-btn.--free::before {
    content: "無料";
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fff;
    color: #1883EC;
    font-size: min(1.6666666667vw, 18px);
    font-weight: 700;
    width: min(6.4814814815vw, 70px);
    height: min(6.4814814815vw, 70px);
    top: min(0.462962963vw, 5px);
    left: min(0.462962963vw, 5px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--free::before {
        width: 10.9333333333vw;
        height: 10.9333333333vw;
        font-size: 3.7333333333vw;
        top: 1.0666666667vw;
        left: 1.0666666667vw;
    }
}

.adlp-btn.--btn01 {
    background: #1883EC;
    color: #fff;
}

.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='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.2037037037vw, 13px);
    height: min(1.6666666667vw, 18px);
    right: min(3.0555555556vw, 33px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn01::after {
        width: 1.7333333333vw;
        height: 2.4vw;
        right: 4.4vw;
    }
}

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

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

.adlp-btn.--btn02-a {
    background: #fff;
    border: min(0.3703703704vw, 4px) solid #f69809;
    color: #f69809;
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02-a {
        border-width: 0.5333333333vw;
    }
}

.adlp-btn.--btn02-a::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='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.2037037037vw, 13px);
    height: min(1.6666666667vw, 18px);
    right: min(3.0555555556vw, 33px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02-a::after {
        width: 1.7333333333vw;
        height: 2.4vw;
        right: 4.4vw;
    }
}

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

    .adlp-btn.--btn02-a:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
}

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

    .adlp-btn.--btn02-a:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
}

.adlp-btn.--btn02-b {
    color: #fff;
    overflow: hidden;
    border: 1px solid transparent;
}

.adlp-btn.--btn02-b::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
    opacity: 1;
    transition: all 0.3s;
}

.adlp-btn.--btn02-b::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(0.7407407407vw, 8px);
    height: min(1.4814814815vw, 16px);
    right: min(3.0555555556vw, 33px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn02-b::after {
        width: 1.0666666667vw;
        height: 2.1333333333vw;
        right: 4.4vw;
    }
}

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

    .adlp-btn.--btn02-b:hover::before {
        opacity: 0;
    }

    .adlp-btn.--btn02-b:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
    }
}

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

    .adlp-btn.--btn02-b:active::before {
        opacity: 0;
    }

    .adlp-btn.--btn02-b:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
    }
}

.adlp-btn.--btn03 {
    color: #C80012;
    background: #fff;
    box-shadow: min(0.3703703704vw, 4px) min(0.5555555556vw, 6px) 0 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03 {
        box-shadow: 0.5333333333vw 0.8vw 0 0 rgba(0, 0, 0, 0.3);
    }
}

.adlp-btn.--btn03::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(0.7407407407vw, 8px);
    height: min(1.4814814815vw, 16px);
    right: min(3.0555555556vw, 33px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03::after {
        width: 1.0666666667vw;
        height: 2.1333333333vw;
        right: 4.4vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn03:hover {
        transform: translateY(min(0.3703703704vw, 4px));
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
    .adlp-btn.--btn03:hover {
        transform: translateY(0.5333333333vw);
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn03:active {
        transform: translateY(min(0.3703703704vw, 4px));
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .adlp-btn.--btn03:active {
        transform: translateY(0.5333333333vw);
    }
}

.adlp-btn.--btn04 {
    color: #fff;
    background: #F0832C;
    filter: drop-shadow(0px min(0.3703703704vw, 4px) min(0.462962963vw, 5px) rgba(0, 0, 0, 0.2));
    padding-left: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn04 {
        filter: drop-shadow(0px 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.2));
    }
}

.adlp-btn.--btn04::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url(../img/common/icon_search.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: min(2.7777777778vw, 30px);
    height: min(2.7777777778vw, 30px);
    left: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn04::before {
        width: 7.4666666667vw;
        height: 7.4666666667vw;
        left: 7.3333333333vw;
    }
}

.adlp-btn.--btn04::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.1111111111vw, 12px);
    height: min(2.2222222222vw, 24px);
    right: min(1.6666666667vw, 18px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn04::after {
        width: 2.4vw;
        height: 4.8vw;
        right: 4.9333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn04:hover {
        filter: brightness(120%);
    }

    .adlp-btn.--btn04:hover::after {
        transform: translate(min(0.9259259259vw, 10px), -50%);
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn04:active {
        filter: brightness(120%);
    }

    .adlp-btn.--btn04:active::after {
        transform: translate(min(0.9259259259vw, 10px), -50%);
    }
}

.adlp-btn.--btn05 {
    color: #fff;
    background: #003B87;
    filter: drop-shadow(0px min(0.3703703704vw, 4px) min(0.462962963vw, 5px) rgba(0, 0, 0, 0.2));
    padding-left: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05 {
        box-shadow: 0 1.8666666667vw 3.2vw 0 rgba(0, 0, 0, 0.4);
    }
}

.adlp-btn.--btn05::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background-image: url(../img/common/icon_mail.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: min(3.5185185185vw, 38px);
    height: min(2.4074074074vw, 26px);
    left: min(2.7777777778vw, 30px);
}

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

.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='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: min(1.4814814815vw, 16px);
    height: min(2.962962963vw, 32px);
    right: min(1.6666666667vw, 18px);
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05::after {
        width: 2.4vw;
        height: 4.8vw;
        right: 4.9333333333vw;
    }
}

@media screen and (min-width: 768px) {
    .adlp-btn.--btn05:hover {
        filter: brightness(120%);
    }

    .adlp-btn.--btn05:hover::after {
        transform: translate(min(0.9259259259vw, 10px), -50%);
    }
}

@media screen and (max-width: 767px) {
    .adlp-btn.--btn05:active {
        filter: brightness(120%);
    }

    .adlp-btn.--btn05:active::after {
        transform: translate(min(0.9259259259vw, 10px), -50%);
    }
}

.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(13.8888888889vw, 150px);
    height: min(13.8888888889vw, 150px);
    background: #f1f1f1;
}

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

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

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

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

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

.adlp-circle__text .text01 {
    font-size: min(2.2222222222vw, 24px);
}

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

.adlp-circle__text .text02 {
    font-size: min(1.6666666667vw, 18px);
}

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

.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-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(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: min(2.5vw, 27px) min(2.4074074074vw, 26px);
    background-position: left top min(0.3703703704vw, 4px);
    padding-left: min(3.2407407407vw, 35px);
    padding-bottom: min(1.0185185185vw, 11px);
    border-bottom: min(0.0925925926vw, 1px) solid #fff;
}

.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: 2.6666666667vw;
    }
}

@media screen and (max-width: 767px) {
    .adlp-list {
        padding-left: 9.2vw;
        background-size: 7.0666666667vw 7.2vw;
        background-position: left top 1.0666666667vw;
        padding-bottom: 3.2vw;
        border-bottom: 1px solid #fff;
    }
}

.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("../img/common/slick_arrow_l.svg");
    background-repeat: no-repeat;
    background-size: min(3.7037037037vw, 40px) min(3.7037037037vw, 40px);
    background-position: center;
}

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

    .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("../img/common/slick_arrow_r.svg");
    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(1.2962962963vw, 14px);
    height: min(1.2962962963vw, 14px);
    background: #ddd;
    margin: 0 min(0.5555555556vw, 6px);
    border-radius: 50%;
}

@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: #003B87;
}

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

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

.adlp-section {
    margin: 0 auto;
    position: relative;
}

@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.--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.--orange {
    color: #fff;
    background: #F0832C;
}

.adlp-text__label.--orange::after {
    background: #F0832C;
}

.adlp-text__label.--blue {
    color: #fff;
    background: #003B87;
}

.adlp-text__label.--blue::after {
    background: #003B87;
}

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

.adlp-text__label.--yellow::after {
    background: #D8D67E;
}

.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.--orange {
    color: #fff;
}

.adlp-text__label__para.--orange::after {
    background: #F0832C;
}

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

.adlp-text__label__para.--blue::after {
    background: #003B87;
}

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

.adlp-text__label__para.--yellow::after {
    background: #D8D67E;
}

.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.--bg {
    background-color: #F2F2F2;
}

.cv .cv__inner {
    padding: min(5.2777777778vw, 57px) 0;
}

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

.cv .cv__title {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    text-align: center;
    margin-bottom: min(2.2222222222vw, 24px);
}

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

.fv {
    background-image: url(../img/pc/fv.jpg);
    background-size: min(177.7777777778vw, 1920px) min(65vw, 702px);
    background-repeat: no-repeat;
    background-position: center;
    height: min(65vw, 702px);
    padding: min(2.6851851852vw, 29px) 0 0;
}

@media screen and (max-width: 767px) {
    .fv {
        background-image: url(../img/sp/fv.jpg);
        background-size: 100vw 190.9333333333vw;
        padding: 7.7333333333vw 0 0vw;
        height: 190.9333333333vw;
    }
}

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

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

@media screen and (max-width: 767px) {
    .fv .fv__title {
        margin-left: 5.3333333333vw;
    }
}

.fv .fv__title__inner {
    display: flex;
}

.fv .fv__title__inner .--circle {
    background-color: #003B87;
    width: min(11.1111111111vw, 120px);
    height: min(11.1111111111vw, 120px);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .fv .fv__title__inner .--circle {
        width: 20vw;
        height: 20vw;
        margin-right: 2.5333333333vw;
    }
}

.fv .fv__title__inner .--text01 {
    color: #F2F1C2;
    font-size: min(2.2222222222vw, 24px);
    font-weight: 600;
    line-height: 150%;
    display: block;
}

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

.fv .fv__title__inner .--text02 {
    font-size: min(1.6666666667vw, 18px);
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    display: block;
}

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

.fv .fv__title__inner .--main {
    font-size: min(4.6296296296vw, 50px);
    font-weight: 600;
    line-height: 132%;
    color: #003B87;
}

@media screen and (max-width: 767px) {
    .fv .fv__title__inner .--main {
        font-size: 8.2666666667vw;
    }
}

.fv .fv__balloon {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #003B87;
    width: min(22.7777777778vw, 246px);
    text-align: center;
    margin: min(1.3888888889vw, 15px) 0 0 min(0.9259259259vw, 10px);
}

@media screen and (max-width: 767px) {
    .fv .fv__balloon {
        font-size: 4.2666666667vw;
        width: 45.8666666667vw;
        margin: 13.3333333333vw 0 0 4.6666666667vw;
    }
}

.fv .fv__btn__wrapper {
    display: flex;
    justify-content: center;
    gap: min(3.7037037037vw, 40px);
    margin-top: min(33.7962962963vw, 365px);
}

@media screen and (max-width: 767px) {
    .fv .fv__btn__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 7.4666666667vw;
        margin-top: 85.9333333333vw;
    }
}

.title {
    position: relative;
    padding-top: min(4.537037037vw, 49px);
    margin-bottom: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .title {
        padding-top: 8.9333333333vw;
        margin-bottom: 3.7333333333vw;
    }
}

.title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/common/icon_title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: min(9.3518518519vw, 101px);
    height: min(3.7962962963vw, 41px);
}

@media screen and (max-width: 767px) {
    .title::before {
        width: 18.6666666667vw;
        height: 7.4666666667vw;
    }
}

.title .--en {
    color: var(--D8D67E, #D8D67E);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
}

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

.sec01 {
    background-image: url(../img/pc/sec01_bg01.jpg), url(../img/pc/sec01_bg02.jpg);
    background-size: min(177.7777777778vw, 1920px) min(43.2407407407vw, 467px), min(177.7777777778vw, 1920px) min(90.0925925926vw, 973px);
    background-repeat: no-repeat;
    background-position: top min(24.2592592593vw, 262px) center, bottom center;
    padding: min(5.5555555556vw, 60px) 0 min(52.1296296296vw, 563px);
}

@media screen and (max-width: 767px) {
    .sec01 {
        background-image: url(../img/sp/sec01_bg01.jpg), url(../img/sp/sec01_bg02.jpg);
        background-size: 100vw 134.6666666667vw, 100vw 191.4666666667vw;
        background-position: top 59.3333333333vw center, bottom center;
        padding: 11.2vw 0 133.6vw;
    }
}

.sec01 .sec01__inner {
    width: min(66.6666666667vw, 720px);
    margin: 0 auto;
}

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

.sec01 .sec01__title {
    margin-bottom: min(9.4444444444vw, 102px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title {
        margin-bottom: 42vw;
    }
}

.sec01 .sec01__title .--sub {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
    text-align: center;
    margin-bottom: min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title .--sub {
        font-size: 4.2666666667vw;
        margin-bottom: 1.4666666667vw;
    }
}

.sec01 .sec01__title .--main {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
    text-align: center;
    color: #003B87;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title .--main {
        font-size: 5.6vw;
    }
}

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

.sec01 .sec01__list {
    width: min(27.7777777778vw, 300px);
}

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

.sec01 .adlp-list {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

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

.sec01 .sec01__etc {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    width: min(27.7777777778vw, 300px);
    text-align: right;
    margin: min(0.9259259259vw, 10px) 0 max(0vw, 0px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__etc {
        font-size: 4.6666666667vw;
        width: 78.4vw;
        margin: 1.3333333333vw auto 1.4666666667vw;
    }
}

.sec01 .sec01__box {
    margin-bottom: min(1.9444444444vw, 21px);
    background-image: url(../img/pc/sec01_box.png);
    background-size: min(71.1111111111vw, 768px) min(23.3333333333vw, 252px);
    background-repeat: repeat-y;
    background-position: top right;
    width: min(71.1111111111vw, 768px);
    height: min(23.3333333333vw, 252px);
    margin-left: max(-2.2222222222vw, -24px);
    margin-right: max(-2.2222222222vw, -24px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__box {
        background-image: url(../img/sp/sec01_box.png);
        background-size: 93.0666666667vw 67.0666666667vw;
        width: 93.0666666667vw;
        height: 67.0666666667vw;
        margin: 0vw auto 2.2666666667vw;
    }
}

.sec01 .sec01__text01 {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    padding-top: min(7.5925925926vw, 82px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text01 {
        font-size: 3.4666666667vw;
        padding-top: 10.9333333333vw;
    }
}

.sec01 .sec01__text02 {
    font-size: min(2.5925925926vw, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin-bottom: min(19.4444444444vw, 210px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 {
        font-size: 5.2vw;
        margin-bottom: 30.5333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 .--spborder {
        background-image: url(../img/sp/sec01_border01_1.png);
        background-size: 47.4666666667vw 1.4666666667vw;
        background-repeat: no-repeat;
        background-position: bottom center;
        display: inline-block;
        padding-bottom: min(1.3888888889vw, 15px);
    }
}

.sec01 .sec01__text02 .--border {
    background-image: url(../img/pc/sec01_border01.png);
    background-size: min(56.7592592593vw, 613px) min(0.6481481481vw, 7px);
    background-repeat: no-repeat;
    background-position: bottom center;
    display: inline-block;
    padding-bottom: min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 .--border {
        background-image: url(../img/sp/sec01_border01_2.png);
        background-size: 66.6666666667vw 1.4666666667vw;
        padding-bottom: 2vw;
    }
}

.sec01 .sec01__text03 {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
}

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

.sec01 .sec01__text04 {
    font-size: min(5.1851851852vw, 56px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    color: #003B87;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text04 {
        font-size: 10.4vw;
    }
}

.sec01 .sec01__text04 .--large {
    font-size: min(7.5925925926vw, 82px);
    line-height: 140%;
    color: #F0832C;
    background-image: url(../img/pc/sec01_border02.png);
    background-size: min(31.8518518519vw, 344px) min(0.3703703704vw, 4px);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text04 .--large {
        font-size: 15.2vw;
        background-image: url(../img/sp/sec01_border02.png);
        background-size: 61.2vw 0.5333333333vw;
    }
}

.sec01 {
    background-image: url(../img/pc/sec01_bg01.jpg), url(../img/pc/sec01_bg02.jpg);
    background-size: min(177.7777777778vw, 1920px) min(43.2407407407vw, 467px), min(177.7777777778vw, 1920px) min(90.0925925926vw, 973px);
    background-repeat: no-repeat;
    background-position: top min(24.2592592593vw, 262px) center, bottom center;
    padding: min(5.5555555556vw, 60px) 0 min(52.1296296296vw, 563px);
}

@media screen and (max-width: 767px) {
    .sec01 {
        background-image: url(../img/sp/sec01_bg01.jpg), url(../img/sp/sec01_bg02.jpg);
        background-size: 100vw 134.6666666667vw, 100vw 191.4666666667vw;
        background-position: top 59.3333333333vw center, bottom center;
        padding: 11.2vw 0 133.6vw;
    }
}

.sec01 .sec01__inner {
    width: min(66.6666666667vw, 720px);
    margin: 0 auto;
}

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

.sec01 .sec01__title {
    margin-bottom: min(9.4444444444vw, 102px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title {
        margin-bottom: 42vw;
    }
}

.sec01 .sec01__title .--sub {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
    text-align: center;
    margin-bottom: min(0.7407407407vw, 8px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title .--sub {
        font-size: 4.2666666667vw;
        margin-bottom: 1.4666666667vw;
    }
}

.sec01 .sec01__title .--main {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    display: block;
    text-align: center;
    color: #003B87;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__title .--main {
        font-size: 5.6vw;
    }
}

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

.sec01 .sec01__list {
    width: min(27.7777777778vw, 300px);
}

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

.sec01 .adlp-list {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}

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

.sec01 .sec01__etc {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    width: min(27.7777777778vw, 300px);
    text-align: right;
    margin: min(0.9259259259vw, 10px) 0 max(0vw, 0px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__etc {
        font-size: 4.6666666667vw;
        width: 78.4vw;
        margin: 1.3333333333vw auto 1.4666666667vw;
    }
}

.sec01 .sec01__box {
    margin-bottom: min(1.9444444444vw, 21px);
    background-image: url(../img/pc/sec01_box.png);
    background-size: min(71.1111111111vw, 768px) min(23.3333333333vw, 252px);
    background-repeat: repeat-y;
    background-position: top right;
    width: min(71.1111111111vw, 768px);
    height: min(23.3333333333vw, 252px);
    margin-left: max(-2.2222222222vw, -24px);
    margin-right: max(-2.2222222222vw, -24px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__box {
        background-image: url(../img/sp/sec01_box.png);
        background-size: 93.0666666667vw 67.0666666667vw;
        width: 93.0666666667vw;
        height: 67.0666666667vw;
        margin: 0vw auto 2.2666666667vw;
    }
}

.sec01 .sec01__text01 {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    padding-top: min(7.5925925926vw, 82px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text01 {
        font-size: 3.4666666667vw;
        padding-top: 10.9333333333vw;
    }
}

.sec01 .sec01__text02 {
    font-size: min(2.5925925926vw, 28px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin-bottom: min(19.4444444444vw, 210px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 {
        font-size: 5.2vw;
        margin-bottom: 30.5333333333vw;
    }
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 .--spborder {
        background-image: url(../img/sp/sec01_border01_1.png);
        background-size: 47.4666666667vw 1.4666666667vw;
        background-repeat: no-repeat;
        background-position: bottom center;
        display: inline-block;
        padding-bottom: min(1.3888888889vw, 15px);
    }
}

.sec01 .sec01__text02 .--border {
    background-image: url(../img/pc/sec01_border01.png);
    background-size: min(56.7592592593vw, 613px) min(0.6481481481vw, 7px);
    background-repeat: no-repeat;
    background-position: bottom center;
    display: inline-block;
    padding-bottom: min(1.3888888889vw, 15px);
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text02 .--border {
        background-image: url(../img/sp/sec01_border01_2.png);
        background-size: 66.6666666667vw 1.4666666667vw;
        padding-bottom: 2vw;
    }
}

.sec01 .sec01__text03 {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
}

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

.sec01 .sec01__text04 {
    font-size: min(5.1851851852vw, 56px);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    color: #003B87;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text04 {
        font-size: 10.4vw;
    }
}

.sec01 .sec01__text04 .--large {
    font-size: min(7.5925925926vw, 82px);
    line-height: 140%;
    color: #F0832C;
    background-image: url(../img/pc/sec01_border02.png);
    background-size: min(31.8518518519vw, 344px) min(0.3703703704vw, 4px);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .sec01 .sec01__text04 .--large {
        font-size: 15.2vw;
        background-image: url(../img/sp/sec01_border02.png);
        background-size: 61.2vw 0.5333333333vw;
    }
}

.sec02 {
    background-image: url(../img/pc/sec02_bg.png);
    background-size: min(177.7777777778vw, 1920px) min(0.0925925926vw, 1px);
    background-repeat: repeat-y;
    background-position: top right;
    padding: min(9.2592592593vw, 100px) 0 min(1.8518518519vw, 20px);
}

@media screen and (max-width: 767px) {
    .sec02 {
        background-image: url(../img/sp/sec02_bg.png);
        background-size: 100vw 0.2666666667vw;
        padding: 16vw 0 0.1333333333vw;
    }
}

.sec02 .sec02__item {
    margin-bottom: min(7.4074074074vw, 80px);
    background-size: min(111.1111111111vw, 1200px) min(48.1481481481vw, 520px);
    background-repeat: no-repeat;
    height: min(48.1481481481vw, 520px);
    padding-top: min(8.6111111111vw, 93px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item {
        margin-bottom: 16vw;
        background-size: 100vw 78.6666666667vw;
        height: auto;
        padding-top: 0vw;
        padding-bottom: 60.8vw;
    }
}

.sec02 .sec02__item:nth-child(1) {
    background-image: url(../img/pc/sec02_img01.jpg);
    background-position: top right;
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(1) {
        background-image: url(../img/sp/sec02_img01.jpg);
        background-position: bottom center;
    }
}

.sec02 .sec02__item:nth-child(1) .sec02__box::before {
    background-image: url(../img/pc/sec02_text01.png);
    width: min(26.3888888889vw, 285px);
    height: min(10.3703703704vw, 112px);
    left: max(-4.6296296296vw, -50px);
    top: max(-5.0925925926vw, -55px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(1) .sec02__box::before {
        background-image: url(../img/sp/sec02_text01.png);
        width: 55.2vw;
        height: 26.4vw;
        left: -6.6666666667vw;
        top: -13.3333333333vw;
    }
}

.sec02 .sec02__item:nth-child(1) .sec02__box::after {
    background-image: url(../img/common/sec02_ill_01.png);
    width: min(12.5925925926vw, 136px);
    height: min(12.3148148148vw, 133px);
    right: min(2.962962963vw, 32px);
    top: min(1.2962962963vw, 14px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(1) .sec02__box::after {
        width: 25.3333333333vw;
        height: 24.8vw;
        right: 9.0666666667vw;
        top: 2.6666666667vw;
    }
}

.sec02 .sec02__item:nth-child(2) {
    background-image: url(../img/pc/sec02_img02.jpg);
    background-position: top left;
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(2) {
        background-image: url(../img/sp/sec02_img02.jpg);
        background-position: bottom center;
    }
}

.sec02 .sec02__item:nth-child(2) .sec02__box {
    margin-left: auto;
}

.sec02 .sec02__item:nth-child(2) .sec02__box::before {
    background-image: url(../img/pc/sec02_text02.png);
    width: min(17.8703703704vw, 193px);
    height: min(7.2222222222vw, 78px);
    left: max(-0.9259259259vw, -10px);
    top: max(-2.3148148148vw, -25px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(2) .sec02__box::before {
        background-image: url(../img/sp/sec02_text02.png);
        width: 37.2vw;
        height: 16.6666666667vw;
        left: -4vw;
        top: -6vw;
    }
}

.sec02 .sec02__item:nth-child(2) .sec02__box::after {
    background-image: url(../img/common/sec02_ill_02.png);
    width: min(8.1481481481vw, 88px);
    height: min(9.0740740741vw, 98px);
    right: min(4.6296296296vw, 50px);
    top: max(-1.4814814815vw, -16px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(2) .sec02__box::after {
        width: 16.4vw;
        height: 18.2666666667vw;
        right: 11.3333333333vw;
        top: -2.9333333333vw;
    }
}

.sec02 .sec02__item:nth-child(3) {
    background-image: url(../img/pc/sec02_img03.jpg);
    background-position: top right;
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(3) {
        background-image: url(../img/sp/sec02_img03.jpg);
        background-position: bottom center;
    }
}

.sec02 .sec02__item:nth-child(3) .sec02__box::before {
    background-image: url(../img/pc/sec02_text03.png);
    width: min(23.2407407407vw, 251px);
    height: min(8.3333333333vw, 90px);
    left: max(-4.6296296296vw, -50px);
    top: max(-4.1666666667vw, -45px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(3) .sec02__box::before {
        background-image: url(../img/sp/sec02_text03.png);
        width: 48.5333333333vw;
        height: 22.8vw;
        left: -6.6666666667vw;
        top: -11.3333333333vw;
    }
}

.sec02 .sec02__item:nth-child(3) .sec02__box::after {
    background-image: url(../img/common/sec02_ill_03.png);
    width: min(11.1111111111vw, 120px);
    height: min(10.462962963vw, 113px);
    right: min(4.9074074074vw, 53px);
    top: max(-3.3333333333vw, -36px);
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__item:nth-child(3) .sec02__box::after {
        width: 22.4vw;
        height: 21.0666666667vw;
        right: 7.3333333333vw;
        top: -6.6666666667vw;
    }
}

.sec02 .sec02__wrapper {
    width: min(96.2962962963vw, 1040px);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__wrapper {
        width: 84vw;
    }
}

.sec02 .sec02__box {
    width: min(42.5925925926vw, 460px);
    padding: min(5.5555555556vw, 60px);
    border-radius: min(0.7407407407vw, 8px);
    background: #FFF;
    box-shadow: max(0vw, 0px) max(0vw, 0px) min(2.7777777778vw, 30px) max(0vw, 0px) rgba(0, 0, 0, 0.05);
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec02 .sec02__box {
        width: 100%;
        padding: 11.2vw;
        border-radius: 1.3333333333vw;
        box-shadow: max(0vw, 0px) max(0vw, 0px) 5.6vw max(0vw, 0px) rgba(0, 0, 0, 0.05);
    }
}

.sec02 .sec02__box::before {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.sec02 .sec02__box::after {
    content: "";
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.sec02 .sec02__point {
    color: var(--base-ddd, #DDD);
    font-family: "Roboto", sans-serif;
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

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

.sec02 .sec02__text01 {
    color: var(--003B87, #003B87);
    font-size: min(2.962962963vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: min(2.2222222222vw, 24px);
}

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

.sec02 .sec02__text02 {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

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

.sec03 {
    background-image: url(../img/pc/sec03_bg.png);
    background-size: min(177.7777777778vw, 1920px) min(25.8333333333vw, 279px);
    background-repeat: no-repeat;
    background-position: top center;
    padding: min(6.3888888889vw, 69px) 0 min(7.5vw, 81px);
}

@media screen and (max-width: 767px) {
    .sec03 {
        background-image: url(../img/sp/sec03_bg.png);
        background-size: 100vw 52.1333333333vw;
        padding: 11.4666666667vw 0 18.2666666667vw;
    }
}

.sec03 .sec03__title {
    color: var(--base-white, #FFF);
    text-align: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: min(17.3148148148vw, 187px);
}

@media screen and (max-width: 767px) {
    .sec03 .sec03__title {
        font-size: 5.3333333333vw;
        margin-bottom: 33.0666666667vw;
    }
}

.sec03 .sec03__text01 {
    text-align: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: min(1.4814814815vw, 16px);
}

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

.sec03 .sec03__text02 {
    text-align: center;
    font-size: min(3.7037037037vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: min(7.4074074074vw, 80px);
}

@media screen and (max-width: 767px) {
    .sec03 .sec03__text02 {
        font-size: 7.4666666667vw;
        margin-bottom: 17.3333333333vw;
    }
}

.sec03 .slider {
    width: 100%;
    position: relative;
    width: min(235.8333333333vw, 2547px);
}

@media screen and (max-width: 767px) {
    .sec03 .slider {
        width: 366.6666666667vw;
    }
}

.sec03 .slides {
    display: flex;
    width: 200%;
    animation: slide var(--duration, 40s) linear infinite;
}

.sec03 .slide {
    flex-basis: 50%;
    display: flex;
    align-items: center;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

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

.sec04 {
    padding-bottom: min(7.037037037vw, 76px);
}

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

.sec04 .sec04__title01 {
    font-size: min(3.7037037037vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: min(6.6666666667vw, 72px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__title01 {
        font-size: 7.4666666667vw;
        margin-bottom: 25.8666666667vw;
    }
}

.sec04 .sec04__block01 {
    background-image: url(../img/pc/sec04_bg01.png);
    background-size: min(177.7777777778vw, 1920px) min(0.0925925926vw, 1px);
    background-repeat: repeat-y;
    background-position: top right;
    padding: min(7.4074074074vw, 80px) 0 min(2.2222222222vw, 24px);
    margin-bottom: min(7.6851851852vw, 83px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__block01 {
        background-image: url(../img/sp/sec04_bg01.png);
        background-size: 100vw 0.2666666667vw;
        padding: 15.3333333333vw 0 5.3333333333vw;
        margin-bottom: 13.3333333333vw;
    }
}

.sec04 .sec04__block01 .sec04__wrapper {
    position: relative;
}

.sec04 .sec04__block01 .sec04__wrapper::before {
    content: "";
    display: block;
    background-image: url(../img/common/sec04_ill.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(27.5vw, 297px);
    height: min(20.6481481481vw, 223px);
    position: absolute;
    right: max(-10.9259259259vw, -118px);
    top: max(-15.3703703704vw, -166px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__block01 .sec04__wrapper::before {
        width: 40.1333333333vw;
        height: 30.2666666667vw;
        right: -4vw;
        top: -36.8vw;
    }
}

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

@media screen and (max-width: 767px) {
    .sec04 .sec04__wrapper {
        width: 84vw;
    }
}

.sec04 .sec04__title02 {
    font-size: min(2.962962963vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    background-color: #fff;
    padding: max(0vw, 0px) min(1.8518518519vw, 20px) max(0vw, 0px) max(0vw, 0px);
    height: min(6.2037037037vw, 67px);
    display: inline-block;
    margin-bottom: min(3.5185185185vw, 38px);
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__title02 {
        font-size: 5.6vw;
        padding: 0vw 2.6666666667vw 0vw 0vw;
        height: 12.5333333333vw;
        margin-bottom: 8vw;
    }
}

.sec04 .sec04__title02:before {
    content: "";
    display: block;
    width: min(46.2962962963vw, 500px);
    height: min(6.2037037037vw, 67px);
    background-color: #fff;
    position: absolute;
    left: max(-46.2962962963vw, -500px);
    top: 0;
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__title02:before {
        width: 8vw;
        height: 12.5333333333vw;
        left: -8vw;
    }
}

.sec04 .sec04__title02 span {
    position: relative;
    top: min(0.6481481481vw, 7px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__title02 span {
        top: 1.8666666667vw;
    }
}

.sec04 .sec04__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__list {
        display: block;
    }
}

.sec04 .sec04__item {
    flex: 0 0 min(39.8148148148vw, 430px);
    margin-bottom: min(5.5555555556vw, 60px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__item {
        margin-bottom: 8vw;
    }
}

.sec04 .sec04__fig {
    margin-bottom: min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__fig {
        margin-bottom: 4.2666666667vw;
    }
}

.sec04 .sec04__text01 {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    text-align: center;
    margin-bottom: min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__text01 {
        font-size: 5.3333333333vw;
        margin-bottom: 2.9333333333vw;
    }
}

.sec04 .sec04__text02 {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

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

.sec04 .sec04__block02 {
    background-image: url(../img/pc/sec04_bg02.png);
    background-size: min(177.7777777778vw, 1920px) min(0.0925925926vw, 1px);
    background-repeat: repeat-y;
    background-position: top left;
    padding: min(7.4074074074vw, 80px) 0 min(4.3518518519vw, 47px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__block02 {
        background-image: url(../img/sp/sec04_bg02.png);
        background-size: 100vw 0.2666666667vw;
        padding: 15.3333333333vw 0 13.3333333333vw;
        margin-bottom: 13.3333333333vw;
    }
}

.sec04 .sec04__flex01 {
    display: flex;
    align-items: center;
    gap: min(5.5555555556vw, 60px);
    margin-bottom: min(8.4259259259vw, 91px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__flex01 {
        display: block;
        margin-bottom: 10.6666666667vw;
    }
}

.sec04 .sec04__flex01__video {
    flex: 0 0 min(40vw, 432px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__flex01__video {
        margin-bottom: 11.0666666667vw;
    }
}

.sec04 .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.sec04 .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec04 .sec04__text03 {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    margin-bottom: min(1.4814814815vw, 16px);
}

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

.sec04 .sec04__text04 {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
    margin-bottom: min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__text04 {
        font-size: 3.4666666667vw;
        margin-bottom: 2.9333333333vw;
    }
}

.sec04 .sec04__note {
    color: var(--base-666, #666);
    font-size: min(1.1111111111vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

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

.sec04 .sec04__lead {
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    text-align: center;
    margin-bottom: min(4.4444444444vw, 48px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__lead {
        font-size: 5.0666666667vw;
        margin-bottom: 5.3333333333vw;
    }
}

.sec04 .sec04__lead span {
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__lead span {
        display: inline-block;
    }
}

.sec04 .sec04__lead span::before {
    content: "";
    display: block;
    background-image: url(../img/pc/sec04_line_l.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(23.4259259259vw, 253px);
    height: min(0.6481481481vw, 7px);
    position: absolute;
    left: max(-25.1851851852vw, -272px);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__lead span::before {
        background-image: url(../img/sp/sec04_line_l.png);
        width: 14.1333333333vw;
        height: 1.6vw;
        left: -16.2666666667vw;
    }
}

.sec04 .sec04__lead span::after {
    content: "";
    display: block;
    background-image: url(../img/pc/sec04_line_r.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(23.4259259259vw, 253px);
    height: min(0.6481481481vw, 7px);
    position: absolute;
    right: max(-25.1851851852vw, -272px);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__lead span::after {
        background-image: url(../img/sp/sec04_line_r.png);
        width: 14.1333333333vw;
        height: 1.6vw;
        right: -16.2666666667vw;
    }
}

.sec04 .sec04__flex02 {
    display: flex;
    align-items: center;
    gap: min(1.4814814815vw, 16px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__flex02 {
        display: block;
    }
}

.sec04 .sec04__flex02__fig {
    flex: 0 0 min(54.8148148148vw, 592px);
}

@media screen and (max-width: 767px) {
    .sec04 .sec04__flex02__fig {
        width: 90.6666666667vw;
        margin: 8vw -3.3333333333vw 0vw;
    }
}

.sec04 .sec04__flex02__text {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

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

.sec05 {
    background-image: url(../img/pc/sec05_bg.png);
    background-position: top center;
    background-size: min(177.7777777778vw, 1920px) min(46.6666666667vw, 504px);
    background-repeat: no-repeat;
    padding: min(7.7777777778vw, 84px) 0 min(7.4074074074vw, 80px);
    position: relative;
}

@media screen and (max-width: 767px) {
    .sec05 {
        background-image: url(../img/sp/sec05_bg.png);
        background-size: 100vw 139.3333333333vw;
        padding: 11.0666666667vw 0 10.6666666667vw;
    }
}

.sec05::before {
    content: "";
    display: block;
    background-image: url(../img/pc/sec05_ill_01.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(19.0740740741vw, 206px);
    height: min(20.462962963vw, 221px);
    position: absolute;
    left: min(33.5185185185vw, 362px);
    top: min(3.6111111111vw, 39px);
}

@media screen and (max-width: 767px) {
    .sec05::before {
        background-image: url(../img/sp/sec05_ill_01.png);
        width: 89.6vw;
        height: 34.4vw;
        left: 7.4666666667vw;
        top: 67.0666666667vw;
    }
}

.sec05::after {
    content: "";
    display: block;
    background-image: url(../img/pc/sec05_ill_02.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(23.6111111111vw, 255px);
    height: min(17.1296296296vw, 185px);
    position: absolute;
    right: min(32.8703703704vw, 355px);
    top: min(11.1111111111vw, 120px);
}

@media screen and (max-width: 767px) {
    .sec05::after {
        display: none;
    }
}

.sec05 .sec05__title {
    margin-bottom: min(2.2222222222vw, 24px);
}

@media screen and (max-width: 767px) {
    .sec05 .sec05__title {
        margin-bottom: 5.3333333333vw;
    }
}

.sec05 .sec05__title .--balloon {
    background-image: url(../img/pc/sec05_balloon.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(11.2962962963vw, 122px);
    height: min(2.5vw, 27px);
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #003B87;
    text-align: center;
    display: block;
    margin: 0 auto min(0.5555555556vw, 6px);
}

@media screen and (max-width: 767px) {
    .sec05 .sec05__title .--balloon {
        background-image: url(../img/sp/sec05_balloon.png);
        width: 23.0666666667vw;
        height: 5.0666666667vw;
        font-size: 3.7333333333vw;
        margin: 0 auto max(0vw, 0px);
    }
}

.sec05 .sec05__title .--balloon span {
    display: inline-block;
    position: relative;
    top: max(-1.8518518519vw, -20px);
}

@media screen and (max-width: 767px) {
    .sec05 .sec05__title .--balloon span {
        top: -4.6666666667vw;
    }
}

.sec05 .sec05__title .--main {
    font-size: min(2.962962963vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    display: block;
}

@media screen and (max-width: 767px) {
    .sec05 .sec05__title .--main {
        font-size: 5.8666666667vw;
    }
}

.sec05 .sec05__text01 {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: center;
    margin-bottom: min(4.4444444444vw, 48px);
}

@media screen and (max-width: 767px) {
    .sec05 .sec05__text01 {
        font-size: 3.4666666667vw;
        margin: 0 auto 41.4666666667vw;
        width: 66.6666666667vw;
    }
}

.sec05 .sec05__note {
    font-size: min(1.1111111111vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--base-666, #666);
    width: min(66.6666666667vw, 720px);
    margin: 0 auto;
}

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

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

.sec05 .adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 min(1.6666666667vw, 18px);
}

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

.sec05 .slick-slide {
    width: min(96.6666666667vw, 1044px) !important;
}

@media screen and (max-width: 767px) {
    .sec05 .slick-slide {
        width: 96.2666666667vw !important;
    }
}

.sec06 {
    padding: min(5.5555555556vw, 60px) 0 min(7.4074074074vw, 80px);
}

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

.sec06 .sec06__inner {
    width: min(99.2592592593vw, 1072px);
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__inner {
        width: 84vw;
    }
}

.sec06 .sec06__title {
    margin-bottom: min(6.9444444444vw, 75px);
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__title {
        margin-bottom: 10.6666666667vw;
    }
}

.sec06 .sec06__title .--sub {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    display: block;
}

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

.sec06 .sec06__title .--main {
    font-size: min(3.7037037037vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    display: block;
    color: var(--003B87, #003B87);
}

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

.sec06 .sec06__list {
    display: flex;
    gap: min(5.1851851852vw, 56px);
    position: relative;
    margin-bottom: min(5.5555555556vw, 60px);
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__list {
        display: block;
    }
}

.sec06 .sec06__list::before {
    content: "";
    display: block;
    background-image: url(../img/pc/sec06_ine.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: min(70.5555555556vw, 762px);
    height: min(0.1851851852vw, 2px);
    position: absolute;
    left: min(11.1111111111vw, 120px);
    top: min(10.6481481481vw, 115px);
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__list::before {
        background-image: url(../img/sp/sec06_ine.png);
        width: 0.2666666667vw;
        height: 105.8666666667vw;
        left: 19.3333333333vw;
        top: 13.3333333333vw;
        z-index: 1;
    }
}

.sec06 .sec06__item {
    flex: 0 0 min(29.6296296296vw, 320px);
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8vw;
        z-index: 2;
    }
}

.sec06 .sec06__fig {
    margin-bottom: min(2.037037037vw, 22px);
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__fig {
        flex: 0 0 40vw;
        margin-bottom: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__textarea {
        flex: 0 0 41.3333333333vw;
    }
}

.sec06 .sec06__text01 {
    color: var(--003B87, #003B87);
    text-align: center;
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: min(0.9259259259vw, 10px);
}

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

.sec06 .sec06__text02 {
    font-size: min(1.2962962963vw, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sec06 .sec06__text02 {
        font-size: 2.9333333333vw;
    }
}

.sec06 .sec06__note {
    font-size: min(1.1111111111vw, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--base-666, #666);
    text-align: center;
}

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

.sec07 {
    background-image: url(../img/pc/sec07_bg.png);
    background-position: top center;
    background-size: min(177.7777777778vw, 1920px) min(39.1666666667vw, 423px);
    background-repeat: no-repeat;
    padding: min(5.5555555556vw, 60px) 0 min(7.4074074074vw, 80px);
}

@media screen and (max-width: 767px) {
    .sec07 {
        background-image: url(../img/sp/sec07_bg.png);
        background-size: 100vw 84.4vw;
        padding: 11.2vw 0 1.3333333333vw;
    }
}

.sec07 .sec07__title {
    margin-bottom: min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .sec07 .sec07__title {
        margin-bottom: 10.6666666667vw;
    }
}

.sec07 .sec07__title .--sub {
    font-size: min(1.8518518519vw, 20px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    display: block;
}

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

.sec07 .sec07__title .--main {
    font-size: min(3.7037037037vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--003B87, #003B87);
    text-align: center;
    display: block;
}

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

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

@media screen and (max-width: 767px) {
    .sec07 .sec07__slider {
        width: 92vw;
    }
}

.sec07 .adlp-slider__wrapper.--gap30 .slick-slide {
    margin: 0 min(4.6296296296vw, 50px);
    padding-bottom: min(1.8518518519vw, 20px);
}

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

.sec07 .sec07__wrapper {
    position: relative;
}

.sec07 .sec07__fig {
    width: min(37.037037037vw, 400px);
    position: absolute;
    left: 0;
    top: min(5.5555555556vw, 60px);
}

@media screen and (max-width: 767px) {
    .sec07 .sec07__fig {
        width: 70.6666666667vw;
        position: static;
        margin: 0 auto;
    }
}

.sec07 .sec07__box {
    border-radius: min(0.7407407407vw, 8px);
    background: var(--base-white, #FFF);
    box-shadow: max(0vw, 0px) min(0.7407407407vw, 8px) min(1.8518518519vw, 20px) max(0vw, 0px) rgba(0, 0, 0, 0.05);
    width: min(76.8518518519vw, 830px);
    height: min(38.8888888889vw, 420px);
    padding: min(5.5555555556vw, 60px) min(5.5555555556vw, 60px) min(5.5555555556vw, 60px) min(27.7777777778vw, 300px);
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .sec07 .sec07__box {
        border-radius: 1.0666666667vw;
        box-shadow: max(0vw, 0px) min(0.7407407407vw, 8px) min(1.8518518519vw, 20px) max(0vw, 0px) rgba(0, 0, 0, 0.05);
        width: 100%;
        height: 89.3333333333vw;
        padding: 32vw 8vw 8vw;
        margin: -26.6666666667vw 0 0;
    }
}

.sec07 .sec07__text01 {
    color: var(--003B87, #003B87);
    font-size: min(2.2222222222vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: min(2.962962963vw, 32px);
}

@media screen and (max-width: 767px) {
    .sec07 .sec07__text01 {
        font-size: 4.2666666667vw;
        margin-bottom: 2.1333333333vw;
        letter-spacing: 0.02em;
    }
}

.sec07 .sec07__text02 {
    font-size: min(1.6666666667vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
}

@media screen and (max-width: 767px) {
    .sec07 .sec07__text02 {
        font-size: 2.9333333333vw;
    }
}

.sec08 {
    background-image: url(../img/pc/sec08_bg.jpg);
    background-position: top center;
    background-size: min(177.7777777778vw, 1920px) min(87.037037037vw, 940px);
    background-repeat: no-repeat;
    padding: min(21.4814814815vw, 232px) 0 0;
    height: min(87.037037037vw, 940px);
}

@media screen and (max-width: 767px) {
    .sec08 {
        background-image: url(../img/sp/sec08_bg.jpg);
        background-size: 100vw 195.2vw;
        padding: 43.4666666667vw 0 0;
        height: 195.2vw;
    }
}

.sec08 .sec08__title {
    font-size: min(2.962962963vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    margin-bottom: min(3.7037037037vw, 40px);
}

@media screen and (max-width: 767px) {
    .sec08 .sec08__title {
        font-size: 5.8666666667vw;
        margin-bottom: 7.4666666667vw;
    }
}

.sec08 .sec08__text01 {
    font-size: min(1.4814814815vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .sec08 .sec08__text01 {
        font-size: 2.9333333333vw;
        line-height: 200%;
    }

    .cv_area_4 {
        display: none;
    }

    .cv_area_8 {
        display: none;
    }

    .cv_area_6 {
        display: none;
    }

}


/*# sourceMappingURL=lp.css.map */
