@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
    all: unset;
    display: revert;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
button {
    cursor: revert;
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

input,
textarea {
    -webkit-user-select: auto;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

::-moz-placeholder {
    color: unset;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable='true']) {
    -webkit-user-drag: element;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
div {
    line-height: 1;
    margin: 0;
}

ul,
dl,
ol,
dd,
li,
figure {
    padding: 0;
    margin: 0;
}

html {
    overscroll-behavior: none;
}

body {
    position: relative;
    font-family:
        "Noto Sans JP', sans-serif, Yu Gothic", '游ゴシック', YuGothic, '游ゴシック体',
        'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    font-weight: 400;
    color: #7f8488;
    width: 100%;
    height: 100%;
    margin: 0;
    overscroll-behavior: none;
}

img,
svg {
    display: inline-block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .u-hide-sp {
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .u-hide-tab {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .u-hide-tabPc {
        display: none !important;
    }
}

.u-svg-sprite,
.icon-svg {
    position: relative;
    display: inline-block;
}
.u-svg-sprite::before,
.icon-svg::before {
    content: '';
    display: block;
    height: auto;
    width: 100%;
}
.u-svg-sprite > svg,
.icon-svg > svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.u-svg-sprite.--cl-white > svg,
.--cl-white.icon-svg > svg {
    fill: #ffffff;
}

.icon-svg.--dl {
    width: 26px;
}
.icon-svg.--dl::before {
    padding-top: 101.1153846154%;
}
.icon-svg.--arrow {
    width: 42.49px;
}
.icon-svg.--arrow::before {
    padding-top: 22.8759708167%;
}
.icon-svg.--letter {
    width: 34px;
}
.icon-svg.--letter::before {
    padding-top: 79.4117647059%;
}

.adlp-b-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    color: #333333;
    font-feature-settings: 'palt';
}

.adlp-b-col {
    top: 0;
    width: 100%;
    position: sticky;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .adlp-b-col {
        position: fixed;
        width: calc((100vw - 600px) / 2);
        height: 100vh;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .adlp-b-col {
        display: none;
    }
}

.adlp-b-col.--l {
    left: 0;
    background: url(../img/bg-left.webp) center top/cover no-repeat;
}

.adlp-b-col.--r {
    right: 0;
    background: url(../img/bg-right.webp) center top/cover no-repeat;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    .adlp-b-col.--r {
        box-shadow: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .adlp-b-col.--r {
        top: 0;
        left: 0;
        width: 50%;
        display: block;
    }
}

.adlp-b-main {
    color: #7f8488;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
    .adlp-b-main {
        margin: 0 auto;
        width: 600px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .adlp-b-main {
        margin: 0 0 0 50%;
        width: 50%;
    }
}

.adlp-c-logo {
    width: 29.3333333333%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 4px;
}
.adlp-c-logo svg {
    fill: #013794;
}
.adlp-c-logo::before {
    padding-top: 15.377867789%;
}
@media screen and (min-width: 768px) {
    .adlp-c-logo {
        width: calc(280 / 375 * 100%);
        transform: none;
        position: static;
        margin: 0 auto calc(100 / 735 * 100%);
    }
    .adlp-c-logo svg {
        fill: #ffffff;
    }
    .adlp-c-logo::before {
        display: none;
    }
}

.adlp-c-campaign-banner {
    width: 30.6666666667%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 4% 4% 0;
}
.adlp-c-campaign-banner::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    width: 33.2173913043%;
    padding-top: 45.1043478261%;
    background: url(../img/bnr_top.svg) center/cover no-repeat;
    transform: translate(-50%, 0);
    margin-bottom: -7.3913043478%;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .adlp-c-campaign-banner {
        width: 72.3860589812%;
        position: static;
        bottom: inherit;
        right: inherit;
        margin: 0 auto;
    }
    .adlp-c-campaign-banner::before {
        margin-top: 13.7037037037%;
    }
}

.adlp-c-campaign-banner__inner {
    position: relative;
    display: block;
}
.adlp-c-campaign-banner__inner > img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
    .adlp-c-campaign-banner__inner > img:first-child > img:first-child {
        opacity: 0;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__inner {
        width: min(100%, 43.6666666667vw);
        max-width: 357px;
    }
}

.adlp-c-nav__header {
    padding: 2.2666666667% 4%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 20;
}
@media screen and (min-width: 768px) {
    .adlp-c-nav__header {
        width: 100%;
        padding: 0 10px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: transparent;
    }
}

@media screen and (max-width: 767px) {
    .adlp-c-nav__tablogo {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .adlp-c-nav__tablogo {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .adlp-c-nav__tablogo {
        display: block;
    }
}

.adlp-c-nav__icon {
    position: relative;
    cursor: pointer;
    width: 7.7333333333%;
    border-radius: 5px;
}
.adlp-c-nav__icon::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.adlp-c-nav__icon > span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 2px;
    background: #333;
}
.adlp-c-nav__icon > span:nth-of-type(1) {
    top: 15.5555555556%;
    width: 100%;
}
.adlp-c-nav__icon > span:nth-of-type(2) {
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}
.adlp-c-nav__icon > span:nth-of-type(3) {
    bottom: 15.5555555556%;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .adlp-c-nav__icon {
        display: none;
    }
}

.adlp-c-nav__menu {
    padding: 14.5333333333% 0 80px 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-110%);
    transition:
        opacity 200ms linear 400ms,
        transform 800ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
    .adlp-c-nav__menu {
        padding: 0;
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        left: 0;
        top: 0;
        z-index: 10;
        background-color: transparent;
        opacity: 1;
        transform: inherit;
        transition: inherit;
        width: 72.3860589812%;
        margin: 0 auto 0;
    }
}

.adlp-c-nav__menu-item {
    width: 86.6666666667%;
    margin: 0 auto 6.6666666667%;
    margin-top: calc(20 / 750 * 100%);
}
.adlp-c-nav__menu-item > a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: calc(30 / 750 * 100%);
}
.adlp-c-nav__menu-item.is-current > a::before {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item {
        width: 64.4444444444%;
        margin: 0 auto 0;
    }
    .adlp-c-nav__menu-item:not(:first-child) {
        margin-top: 14.8148148148%;
    }
    .adlp-c-nav__menu-item > a {
        width: 100%;
    }
    .adlp-c-nav__menu-item > a::before {
        margin-right: 5.8479532164%;
    }
    .adlp-c-nav__menu-item > a:hover::before {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item.--n01 {
        width: 90.3703703704%;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item.--n02 {
        width: 45.9259259259%;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item.--n03 {
        width: 37.037037037%;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item.--n04 {
        width: 46.6666666667%;
    }
}

@media screen and (min-width: 768px) {
    .adlp-c-nav__menu-item.--n05 {
        width: 64.4444444444%;
    }
}

.adlp-c-nav__menu-item.is-current > a::after {
    width: 100%;
    opacity: 1;
}

.adlp-c-nav.is-active .adlp-c-nav__menu {
    transform: translateY(0);
    opacity: 1;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(1) {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(-135deg);
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(2) {
    opacity: 0;
}
.adlp-c-nav.is-active .adlp-c-nav__icon span:nth-of-type(3) {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(135deg);
}
.adlp-c-nav.is-active .adlp-c-nav__header {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.adlp-c-sec {
    line-height: 1;
    font-size: 0;
}

.adlp-b-main .cv01 {
    position: relative;
}
.adlp-b-main .cv01 .cvbtn {
    width: 85.6%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.adlp-b-main .cv01 .cvbtn:nth-child(2) {
    margin-top: calc(134 / 750 * 100%);
}
.adlp-b-main .cv01 .cvbtn:nth-child(3) {
    margin-top: calc(304 / 750 * 100%);
}
.adlp-b-main .cv01 .cvbtn:nth-child(4) {
    margin-top: calc(478 / 750 * 100%);
}
.adlp-b-main .cv02 {
    position: relative;
}
.adlp-b-main .cv02 .cvbtn {
    width: 85.6%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
}
.adlp-b-main .cv03 {
    position: relative;
}
.adlp-b-main .cv03 .cvbtn {
    width: 85.6%;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
}
.adlp-b-main .cvbtn {
    transition: filter 0.3s;
}
.adlp-b-main .cvbtn:hover {
    filter: brightness(130%);
}

.adlp-b-main .fv {
    position: relative;
}

.adlp-b-main .fv__img {
    position: absolute;
    inset: 0;
}

.adlp-b-main .fv__sli-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    container-type: inline-size;
    gap: calc(10 / 750 * 100cqw);
}

/* 親要素のスタイルリセット */
.adlp-b-main .fv__sli {
    width: 100%;
    height: calc(569 / 750 * 100cqw); /* 画像の高さ分を確保 (1138/2 = 569) */
    position: relative; /* 子要素の基準 */
    transform: translateY(-21%);
}

/* 2列目の開始位置調整 */
.adlp-b-main .fv__sli.--02 {
    transform: translateY(-39.5%);
}

/* 画像自体のサイズ指定 */
.adlp-b-main .fv__sli-img {
    position: absolute; /* 重ねて配置 */
    top: 0;
    left: 0;
    width: calc(2110 / 750 * 100cqw); /* 論理ピクセルサイズに戻す */
    max-width: none;
    display: block;
    /* iOSでのちらつき防止 */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}

.adlp-b-main .fv__sli-img {
    padding: 0 calc(6 / 750 * 100cqw);
}

.adlp-b-main .fv__sli-img.--01 {
    transform-origin: top left;
}

.adlp-b-main .fv__sli-img.--02 {
    transform-origin: bottom right;
    left: auto;
    right: 0;
}
/* アニメーション定義: 2枚セットで完全な通過を行う定義 (-100% -> 100%) */
/* スロープ係数: 100%Xにつき 56.2%Y (User値 28.1%X50% からアジャスト) */

/* 右上へ移動 (Right-Up) */
/* Start: Left-Bottom (-100%, +56.2%) */
/* End: Right-Top (+100%, -56.2%) */
@keyframes infinite-slide-right-up-long {
    0% {
        transform: translate3d(-100%, 56.2%, 0);
    }
    100% {
        transform: translate3d(100%, -56.2%, 0);
    }
}

/* 左下へ移動 (Left-Down) */
/* Start: Right-Top (+100%, -56.2%) */
/* End: Left-Bottom (-100%, +56.2%) */
@keyframes infinite-slide-left-down-long {
    0% {
        transform: translate3d(100%, -56.2%, 0);
    }
    100% {
        transform: translate3d(-100%, 56.2%, 0);
    }
}

/* アニメーション適用 */
/* 速度調整: ここを変更するだけ */
.adlp-b-main .fv__sli-wrapper {
    --slide-duration: 60s; /* 1周（200%移動）にかかる時間 */
    --slide-delay: calc(var(--slide-duration) / -2); /* 半周遅れ（自動計算） */
}

/* Duration に変数を適用 */
.adlp-b-main .fv__sli.--01 .fv__sli-img {
    animation: infinite-slide-right-up-long var(--slide-duration) linear infinite;
}
/* 2枚目を半周ずらす */
.adlp-b-main .fv__sli.--01 .fv__sli-img:nth-child(2) {
    animation-delay: var(--slide-delay);
}

.adlp-b-main .fv__sli.--02 .fv__sli-img {
    animation: infinite-slide-left-down-long var(--slide-duration) linear infinite;
}
.adlp-b-main .fv__sli.--02 .fv__sli-img:nth-child(2) {
    animation-delay: var(--slide-delay);
}

.adlp-b-main .sec06 {
    position: relative;
}
.adlp-b-main .sec06__slider {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin-top: calc(390 / 750 * 100%);
}
.adlp-b-main .adlp-swiper {
    position: relative;
    padding-bottom: calc(50 / 750 * 100%);
    width: 100%;
}
.adlp-b-main .adlp-swiper.--hide {
    overflow: hidden;
}
.adlp-b-main .adlp-swiper .swiper-slide {
    padding: 0 8%;
}
.adlp-b-main .adlp-swiper .swiper-button-next,
.adlp-b-main .adlp-swiper .swiper-button-prev {
    width: 9.8666666667%;
    height: 9.8666666667%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.adlp-b-main .adlp-swiper .swiper-button-next::after,
.adlp-b-main .adlp-swiper .swiper-button-prev::after {
    display: none;
}
.adlp-b-main .adlp-swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='86' viewBox='0 0 74 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='37' fill='%23203E88'/%3E%3Cpath d='M25.2929 37.7071C24.9024 37.3166 24.9024 36.6834 25.2929 36.2929L31.6569 29.9289C32.0474 29.5384 32.6805 29.5384 33.0711 29.9289C33.4616 30.3195 33.4616 30.9526 33.0711 31.3431L27.4142 37L33.0711 42.6569C33.4616 43.0474 33.4616 43.6805 33.0711 44.0711C32.6805 44.4616 32.0474 44.4616 31.6569 44.0711L25.2929 37.7071ZM49 37V38H26V37V36H49V37Z' fill='white'/%3E%3C/svg%3E%0A");
    left: 2.6666666667%;
}
.adlp-b-main .adlp-swiper .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='74' height='86' viewBox='0 0 74 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='37' cy='37' r='37' fill='%23203E88'/%3E%3Cpath d='M49.7071 37.7071C50.0976 37.3166 50.0976 36.6834 49.7071 36.2929L43.3431 29.9289C42.9526 29.5384 42.3195 29.5384 41.9289 29.9289C41.5384 30.3195 41.5384 30.9526 41.9289 31.3431L47.5858 37L41.9289 42.6569C41.5384 43.0474 41.5384 43.6805 41.9289 44.0711C42.3195 44.4616 42.9526 44.4616 43.3431 44.0711L49.7071 37.7071ZM26 37V38H49V37V36H26V37Z' fill='white'/%3E%3C/svg%3E%0A");
    right: 2.6666666667%;
}
.adlp-b-main .adlp-swiper__wrapper {
    padding-bottom: 30;
}
.adlp-b-main .sec14 {
    background-color: #fff;
    padding-bottom: 9.3333333333%;
}
.adlp-b-main .adlp-accordion {
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.adlp-b-main .adlp-accordion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 84%;
    margin: 0 auto;
}
.adlp-b-main .adlp-accordion__header {
    position: relative;
    cursor: pointer;
    padding: 20px;
}
.adlp-b-main .adlp-accordion__header.--img::after {
    display: none;
}
.adlp-b-main .adlp-accordion__header.--img > span:last-child {
    display: none;
}
.adlp-b-main .adlp-accordion__header.--img.--open > span:first-child {
    display: none;
}
.adlp-b-main .adlp-accordion__header.--img.--open > span:last-child {
    display: block;
}
.adlp-b-main .adlp-accordion__body {
    display: none;
    padding: 0 20px 20px;
}
.adlp-b-main .js-toggle {
    cursor: pointer;
}
.adlp-b-main .js-toggle + * {
    display: none;
}
.adlp-b-main .footer {
    background: #ffffff;
    padding-bottom: 80px;
}
.adlp-b-main .footer .adlp-c-inner {
    padding: 10.6666666667%;
}
.adlp-b-main .footer__menu {
    margin-bottom: 30px;
}
.adlp-b-main .footer__link {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 160%;
    text-decoration: none;
    text-align: center;
    display: block;
}
.adlp-b-main .footer__copy {
    font-size: 10px;
    color: #808080;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    display: block;
}
.adlp-b-main .sticky-bnr {
    opacity: 0;
    transition: 0.3s;
    background-color: #f5f5f5;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    padding: 14px 0 5px;
    z-index: 90;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .adlp-b-main .sticky-bnr {
        transform: translateX(0);
        width: 50%;
    }
}
@media screen and (min-width: 901px) {
    .adlp-b-main .sticky-bnr {
        transform: translateX(-50%);
    }
}
.adlp-b-main .sticky-bnr.is-view {
    display: block;
    opacity: 1;
}
.adlp-b-main .sticky-bnr .cta__btn {
    width: 100%;
    padding: 0 calc(12 / 750 * 100%);
    margin: 0 auto;
    transition: filter 0.3s;
    display: flex;
    justify-content: center;
    gap: calc(12 / 750 * 100%);
}
.adlp-b-main .sticky-bnr .cta__btn a:hover {
    filter: brightness(130%);
}
@media screen and (min-width: 768px) {
    .adlp-b-main .sticky-bnr .cta__btn a {
        width: calc(226 / 750 * 100%);
    }
}

.adlp-fadein {
    opacity: 0;
}

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

@keyframes fadein-up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* お問い合わせフォーム追加 */
body .Upper-part {
    height: 8vh;
}
.form-wrapper body,
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select,
.form-wrapper button {
    font-family: 'Noto Sans JP', sans-serif;
}
.form-wrapper {
    background-color: #ecf1f8;
    padding: 10px;
}
.form-wrapper .form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
}
.form-wrapper .form-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
}
.form-wrapper .form-description {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin: 10% 0px 14% 0px;
}
.form-wrapper label {
    font-weight: bold;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}
.form-wrapper .basic label {
    margin-bottom: 20px;
    margin-top: 0px;
}
.form-wrapper label:first-of-type {
    margin-top: 0;
}
.form-wrapper .required {
    color: #fff;
    background-color: #6c99c1;
    font-size: 13px;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}
.form-wrapper input[type='text'],
.form-wrapper input[type='email'],
.form-wrapper textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    border-bottom: 2px solid #8896ad;
}
.form-wrapper input[type='tel'] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 40px;
    border-bottom: 2px solid #8896ad;
}
.form-wrapper textarea {
    resize: vertical;
    min-height: 120px;
    margin-bottom: 40px;
    border-bottom: 2px solid #8896ad;
}
.form-wrapper .submit-buttons {
    margin-top: 40px;
    margin-bottom: 120px;
    text-align: center;
}
.form-wrapper input[type='submit'] {
    width: 300px;
    height: 60px;
    padding: 0;
    font-size: 22px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
    background-color: #6c99c1;
    border: none;
    color: #fff;
    transition: background-color 0.3s;
}
.form-wrapper input[type='submit']:hover {
    opacity: 0.7;
}
.form-wrapper .checkbox-group label,
.form-wrapper .radio-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}
.form-wrapper .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0px;
}
.form-wrapper .form-col {
    width: 48%;
}
.form-wrapper .free-text2 {
    font-size: 14px;
    margin-top: 8px;
}
@media screen and (max-width: 768px) {
    .form-wrapper .form-row {
        flex-direction: column;
        gap: 10px;
    }
    .form-wrapper .form-col {
        width: 100%;
    }
}
@media screen and (max-width: 520px) {
    .form-wrapper .form-wrapper {
        padding: 20px 10px;
    }
    .form-wrapper .form-title {
        margin-top: 60px;
        font-size: 24px;
    }
    .form-wrapper .form-description {
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 22px;
    }
    .form-wrapper input[type='text'],
    .form-wrapper input[type='email'],
    .form-wrapper input[type='tel'],
    .form-wrapper textarea {
        font-size: 15px;
        padding: 8px;
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
    }
    .form-wrapper input[type='submit'] {
        font-size: 18px;
    }
    .form-wrapper .submit-buttons {
        margin-bottom: 60px;
    }
    .form-wrapper .basic label {
        margin-bottom: 8px;
        padding-left: 2%;
    }
    .form-wrapper label {
        padding-left: 2%;
    }
}
/* カスタムチェックボックスのスタイル */
.form-wrapper .custom-checkbox {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.6;
    user-select: none;
}
.form-wrapper .checkbox-group label {
    margin-bottom: 10px;
}
.form-wrapper .custom-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.form-wrapper .custom-checkbox-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #999;
    border-radius: 2px;
}
/* チェック時のスタイル */
.form-wrapper .custom-checkbox input:checked ~ .custom-checkbox-box {
    background-color: grey;
    border-color: grey;
}
/* チェックマーク */
.form-wrapper .custom-checkbox-box::after {
    content: '';
    position: absolute;
    display: none;
}
.form-wrapper .custom-checkbox input:checked ~ .custom-checkbox-box::after {
    display: block;
}
.form-wrapper .custom-checkbox-box::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}
/* カスタムラジオボタン */
.form-wrapper .custom-radio {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    cursor: default;
    font-size: 16px;
    line-height: 1.6;
    user-select: none;
}
.form-wrapper .custom-radio-group label {
    margin-bottom: 5px;
}
.form-wrapper .custom-radio input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: default;
}
.form-wrapper .custom-radio .two_row {
    top: 13px;
}
.form-wrapper .custom-radio-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: white;
    border: 1px solid #999;
    border-radius: 2px;
    box-sizing: content-box;
}
.form-wrapper .custom-radio input:checked ~ .custom-radio-box {
    background-color: grey;
    border-color: grey;
}
.form-wrapper .custom-radio-box::after {
    content: '';
    position: absolute;
    display: none;
}
.form-wrapper .custom-radio input:checked ~ .custom-radio-box::after {
    display: block;
}
.form-wrapper .custom-radio-box::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}
.form-wrapper .radio-text2 {
    font-size: 14px;
}
.form-wrapper .checkbox-group,
.form-wrapper .custom-radio-group {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 40px;
}
/* === 確認画面 === */
.form-wrapper .confirm-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
.form-wrapper .confirm-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.form-wrapper .confirm-heading span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.form-wrapper .confirm-subtext {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.form-wrapper .confirm-table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    margin-bottom: 40px;
    text-align: left;
}
.form-wrapper .confirm-table th,
.form-wrapper .confirm-table td {
    padding: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
}
.form-wrapper .confirm-table tr:first-child th,
.form-wrapper .confirm-table tr:first-child td {
    border-top: none;
}
.form-wrapper .confirm-table th {
    background-color: #fafafa;
    width: 30%;
    white-space: nowrap;
    font-weight: 600;
}
.form-wrapper .confirm-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.form-wrapper .btn-primary,
.form-wrapper .btn-secondary {
    width: 300px;
    height: 60px;
    padding: 0;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
}
.form-wrapper .btn-secondary {
    background-color: #fff;
    border: 1px solid #aaa;
    color: #333;
    transition: all 0.3s;
}
.form-wrapper .btn-secondary:hover {
    background-color: #f2f2f2;
}
.form-wrapper .btn-primary {
    background-color: #77a6aa;
    border: none;
    color: #fff;
    transition: background-color 0.3s;
}
.form-wrapper .btn-primary:hover {
    background-color: #4aa290;
}
.form-wrapper .Form__policy-text-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 auto;
    width: fit-content;
    padding: 0 16px;
}
.form-wrapper .Form__policy-text-block {
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
}
.form-wrapper .Form__policy-link {
    color: #007acc;
    border-bottom: 1px solid #007acc;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}
.form-wrapper .Form__policy {
    margin: 40px 0;
}
.form-wrapper .Form__policy-link:hover {
    color: #005fa3;
    border-bottom-color: #005fa3;
}
.form-wrapper .Form__policy-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    accent-color: grey;
}
@media screen and (max-width: 640px) {
    .form-wrapper .confirm-table,
    .form-wrapper .confirm-table tbody,
    .form-wrapper .confirm-table tr,
    .form-wrapper .confirm-table th,
    .form-wrapper .confirm-table td {
        display: block;
        width: 100%;
    }
    .form-wrapper .confirm-table tr:not(:last-child) {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    .form-wrapper .confirm-table th {
        background-color: transparent;
        font-weight: bold;
        padding: 12px 16px 4px;
        border: none;
    }
    .form-wrapper .confirm-table td {
        padding: 0 16px 16px;
        border: none;
    }
    .form-wrapper .Form__policy-text-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .form-wrapper .Form__policy-checkbox {
        margin: 0;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 600px) {
    .form-wrapper .confirm-buttons {
        flex-direction: column;
    }
    .form-wrapper .btn-primary,
    .form-wrapper .btn-secondary {
        width: 100%;
    }
    .form-wrapper .confirm-heading span {
        font-size: 20px;
    }
    .form-wrapper .confirm-table td {
        padding: 0 16px 16px;
        border: none;
    }
    .form-wrapper .Form__policy-text-wrap {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .form-wrapper .Form__policy-checkbox {
        margin: 0;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }
}
textarea[name='consultation_content'] {
    color: #7f8488;
    border-bottom: none;
    outline: none;
    resize: none;
}
@media screen and (min-width: 768px) {
    .form-wrapper label {
        font-weight: bold;
        display: block;
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .form-wrapper .required {
        color: #fff;
        background-color: #6c99c1;
        font-size: 13px;
        min-width: 10px;
        padding: 3px 7px;
        margin: 0px 5px;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
        border-radius: 10px;
        display: inline-block;
    }
}

.adlp-b-col .adlp-btn_wrapper {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .adlp-b-col .adlp-btn_wrapper {
        display: block;
    }

    .adlp-b-col .adlp-btn_wrapper .adlp-btn {
        margin-bottom: calc(53 / 400 * 100%);
        display: block;
    }

    .adlp-b-col .adlp-btn_wrapper .adlp-btn:last-child {
        margin-bottom: 0;
        margin-top: calc(150 / 400 * 100%);
    }
}

@media screen and (min-width: 1368px) {
    .adlp-b-col .adlp-btn_wrapper {
        width: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .adlp-b-col .adlp-btn_wrapper {
        width: 100%;
        padding: calc(20 / 800 * 100%);
    }
}
