:root {
    --theme-origin-color-primitive-color-dark-green-500: #08bd0b;

    /* 変えた */
    --theme-origin-color-primitive-color-light-blue-500: #0284d4;
    --theme-origin-color-primitive-color-light-blue-50: #ecfcff;
    --theme-origin-color-primitive-color-dark-blue-400: #24a3d8;

    /* 変えた */
    --theme-origin-color-primitive-color-green-700: #00a7ea;

    /* 変えた */
    --theme-origin-color-primitive-color-sumi-50: #f8f8f8;
    --theme-origin-color-primitive-color-sumi-900: #1a1a1c;
    --theme-origin-color-primitive-color-sumi-800: #414143;
    --theme-origin-color-primitive-color-sumi-300: #d8d8db;
    --theme-origin-color-primitive-color-black-1000: #000;
    --theme-origin-color-primitive-color-white-1000: #fff;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal;
}

html [type='button'] {
    -webkit-appearance: button;
}

* {
    margin: 0;
    padding: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

hr {
    height: 0;
    overflow: visible;
}

details,
main {
    display: block;
}

summary {
    display: list-item;
}

small {
    font-size: 80%;
}

[hidden] {
    display: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

code,
kbd,
pre {
    font-family: monospace, monospace;
}

pre {
    font-size: 1em;
}

samp {
    font-family: monospace, monospace;
}

b,
strong {
    font-weight: bolder;
    font-size: 22px;
}

sub {
    bottom: -0.25em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

input {
    background-color: transparent;
    border-radius: 0;
    border-style: none;
    font: inherit;
}

[disabled] {
    cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
textarea {
    background-color: transparent;
    border-style: none;
    font: inherit;
}

button {
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
    overflow: visible;
    text-transform: none;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

optgroup {
    font: inherit;
    font-weight: 700;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-style: none;
    font: inherit;
    text-transform: none;
}

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

select::-ms-value {
    color: currentcolor;
}

[role='button'],
[type='button'] {
    color: inherit;
    cursor: pointer;
}

[type='button']::-moz-focus-inner {
    border-style: none;
    outline: 1px dotted ButtonText;
    padding: 0;
}

[type='reset'] {
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
}

[type='reset']::-moz-focus-inner {
    border-style: none;
    outline: 1px dotted ButtonText;
    padding: 0;
}

[type='submit'] {
    -webkit-appearance: button;
    color: inherit;
    cursor: pointer;
}

[type='submit']::-moz-focus-inner {
    border-style: none;
    outline: 1px dotted ButtonText;
    padding: 0;
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

[aria-busy='true'] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

summary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    list-style-type: none;
}

summary::-webkit-details-marker {
    display: none;
}

:focus {
    outline: none;
}

li {
    list-style-type: none;
}

body {
    color: #0f1010;
    font-family: Noto Sans JP, 游ゴシック, メイリオ, Meiryo, MS Pゴシック,
        sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

main {
    padding-top: 56px;
}

main img,
main picture {
    display: block;
}

main img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.kv-img {
    height: auto;
    object-fit: contain;
    width: 100%;
}

.u-pc,
.u-sp {
    display: block;
}

.u-bg-gry {
    background: #f8f8f8;
}

.u-bg-blu {
    background: #e9f2f4;
}

.u-bg-grn {
    background: #0a9e60;
}

.u-font__grn {
    color: #0a9e60;
}

.u-font__red {
    color: #e20404;
}

.l-section__inner {
    margin: auto;
    max-width: 488px;
    padding: 72px 24px;
    width: 100%;
}

.a-sub__heading {
    color: var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}

.a-main__heading,
.a-sub__heading {
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.a-main__heading {
    display: block;
    font-size: 28px;
    position: relative;
}

.a-main__heading:after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--theme-origin-color-primitive-color-dark-green-500, #0066ad)),
        color-stop(
            50%,
            var(--theme-origin-color-primitive-color-dark-green-500, #0066ad)
        ),
        color-stop(
            50%,
            var(--theme-origin-color-primitive-color-dark-blue-400, #51b883)
        ),
        to(var(--theme-origin-color-primitive-color-dark-blue-400, #51b883))
    );
    background: linear-gradient(
        90deg,
        var(--theme-origin-color-primitive-color-dark-green-500, #0066ad) 0,
        var(--theme-origin-color-primitive-color-dark-green-500, #0066ad) 50%,
        var(--theme-origin-color-primitive-color-dark-blue-400, #51b883) 50%,
        var(--theme-origin-color-primitive-color-dark-blue-400, #51b883) 100%
    );
    bottom: -20px;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.a-button__pagetop {
    -ms-flex-negative: 0;
    background-image: url(../img/img_pagetop_button.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 24px;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 40px;
    margin: auto;
    position: fixed;
    right: 24px;
    width: 40px;
    z-index: 999;
}

.a-button__pagetop img {
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

main .content__swiper-sp {
    display: block;
}

main .content__swiper-pc {
    display: none;
}

.l-header {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

.l-header img {
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}

.l-header__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-columns: 1fr auto;
    align-items: center;
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    display: -ms-grid;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto;
    height: 56px;
    padding: 8px 24px;
    width: 100%;
}

.l-header__logo {
    max-height: 100%;
    width: auto;

    /* 縦を基準に収める */
    display: block;
}

.l-header__wrap h1 a {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header__link_button_wrap {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    gap: 24px;
    justify-self: flex-end;
}

.a-header__link_button,
.l-header__link_button_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.a-header__link_button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    line-height: 1.4;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

.a-header__link_button i {
    -ms-flex-negative: 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-left: 4px;
    width: 16px;
}

.a-header__link_button.--button1 {
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    border: 1px solid
        var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
    color: var(--theme-origin-color-primitive-color-sumi-900, #0066ad);
}

.a-header__link_button.--button1 i {
    background-image: url(../img/icon_person.svg);
}

.a-header__link_button.--button2 {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
    border: 1px solid
        var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
    color: var(--theme-origin-color-primitive-color-white-1000, #fff);
}

.a-header__link_button.--button2 i {
    background-image: url(../img/icon_chevron-right-white.svg);
}

.js-menu_open .a-menu_toggle span:nth-child(2) {
    display: none;
}

.js-menu_open .a-menu_toggle span:first-child {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-menu_open .a-menu_toggle span:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-menu_open .l-menu {
    display: block;
}

.a-menu_toggle {
    cursor: pointer;
    height: 22px;
    position: relative;
    width: 32px;
}

.a-menu_toggle span {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.a-menu_toggle span:first-child {
    top: 0;
}

.a-menu_toggle span:nth-child(2) {
    bottom: 0;
    top: 0;
}

.a-menu_toggle span:nth-child(3) {
    bottom: 0;
}

.l-menu {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.l-menu .l-header__link_button_wrap {
    margin: 48px auto auto;
    max-width: 100%;
}

.l-menu .l-header__link_button_wrap + .l-header__link_button_wrap {
    margin-top: 16px;
}

.l-menu .a-header__link_button {
    border-radius: 36px;
    font-size: 18px;
    padding: 20px 24px;
    width: 100%;
}

.l-menu img {
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.l-menu__inner {
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    height: 100vh;
    margin: auto 0 auto auto;
    max-width: 576px;
    padding: 8px 24px 56px;
    pointer-events: all;
}

.m-menu_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-columns: 1fr auto;
    align-items: center;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr auto;
    height: 56px;
    padding: 8px 0;
    width: 100%;
}

.m-menu_header h1 {
    display: block;
    height: 40px;
    width: 77px;
}

.menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: center;
    align-self: stretch;
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    gap: 32px;
    line-height: 1.3;
    padding-top: 48px;
    text-align: center;
}


/* app.css の .l-mv 内 */
.l-mv {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;

  /* ここを修正 */
  background-image: url(../img/main_yomiuriland.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%; /* 上寄せ。数値はお好みで */
}


/*
.l-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.picture_kv_image_box {
    width: 100%;
    aspect-ratio: inherit;
    display: block;
}
*/

.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: calc(100% - 80px);  /* ← 左右100pxずつ短くする */
  text-align: center;
  font-weight: bold;
}

.copy p {
  display: inline-block; /* テキスト幅に縮まらず、中央で塊に */
  padding: 15px 40px;
  background: var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
  opacity: 0.8;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  border-radius: 8px;
}



.l-mv__title_wrap {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
    text-align: center;
}

.l-mv__title {
    margin: auto;
    max-width: 281px;
}

.l-mv__bg {
    height: 400px;
}

.l-mv__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.l-service .l-section__inner {
    max-width: 100%;
}

.service__contents_wrap {
    background: var(--theme-origin-color-primitive-color-sumi-50, #f8f8f8);
    margin: 52px auto auto;
    max-width: 556px;
    padding: 32px 24px;
}

.service__content p {
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
    font-family: Noto Sans JP;
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

.l-service_list {
    background-image: url(../img/img_service_list_bk_sp.jpg);
}

.l-service_list .l-section__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 66px;
}

.m-service_list_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.m-service_list_wrap + .m-service_list_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 24px;
}

.m-service_list_wrap + .m-service_list_wrap .a-service_list__img {
    border-radius: 8px 0 0 8px;
}

.m-service_list_wrap + .m-service_list_wrap .a-service_list__text p {
    padding-left: 24px;
}

.m-service_list_wrap + .m-service_list_wrap .a-service_list__text p:before {
    left: auto;
    right: 0px; /* 既存の padding-right:40px に合わせる */
    width: calc(100% - 40px);
}

.a-service_list__img {
    -webkit-box-flex: 60%;
    border-radius: 0 8px 8px 0;
    -ms-flex: 60%;
    flex: 60%;

    /* overflow: hidden; */
}

.a-order_list__img {
    border: solid 1px;

    /* -webkit-box-flex: 60% */
    /* -ms-flex: 60% */
    /* flex: 60% */
    /* overflow: hidden */
}

.a-service_list__text {
    -webkit-box-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
}

.a-service_list__text p {
    color: var(--theme-origin-color-primitive-color-white-1000, #fff);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.a-service_list__text p:before {
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    width: calc(100% - 24px);
}

.l-feature .l-section__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.feature__swiper_wrap {
    margin: auto;
    max-width: 486px;
}

.feature__contents_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 52px auto auto;
    max-width: 440px;
}

.feature__content {
    min-width: 266px;
}

.feature__content p {
    color: var(--theme-origin-color-primitive-color-green-700, #0066ad);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 24px;
    text-align: center;
}

.feature__swiper_wrap {
    overflow: hidden;
}

.feature__swiper_wrap .swiper:not(.swiper-initialized) {
    padding: 0;
}

.feature__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-next,
.feature__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-prev,
.feature__swiper_wrap
    .swiper:not(.swiper-initialized)
    .swiper-pagination-bullet {
    display: none;
}

.feature__swiper_wrap .swiper:not(.swiper-initialized) {
    overflow: initial;
}

.feature__swiper_wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature__swiper_wrap .swiper:not(.swiper-initialized) .swiper-slide {
    height: auto;
}

.feature__swiper_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
}

.feature__swiper_wrap .swiper-button-next.swiper-button-disabled,
.feature__swiper_wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.feature__swiper_wrap .swiper-button-next,
.feature__swiper_wrap .swiper-button-prev {
    top: 40%;
    width: 32px;
}

.feature__swiper_wrap .swiper-button-next {
    right: 8px;
}

.feature__swiper_wrap .swiper-button-prev {
    left: 8px;
}

.feature__swiper_wrap .swiper-button-prev:after,
.feature__swiper_wrap .swiper-rtl .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.feature__swiper_wrap .swiper-button-next:after,
.feature__swiper_wrap .swiper-button-prev:after,
.feature__swiper_wrap .swiper-rtl .swiper-button-next:after,
.feature__swiper_wrap .swiper-rtl .swiper-button-prev:after {
    background-image: url(../img/swipe-button_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 32px;
    width: 32px;
}

.feature__swiper_wrap
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: var(--theme-origin-color-primitive-color-sumi-300, #d8d8db);
    border-radius: 16px;
    height: 16px;
    margin: 0 8px;
    opacity: 1;
    width: 16px;
}

.feature__swiper_wrap
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
}

.feature__swiper_wrap .swiper {
    overflow: visible;
    padding-left: 24px;
    padding-right: 24px;
}

.feature__swiper_wrap .swiper-slide {
    height: auto;
    margin-bottom: 72px;
}

.l-flow {
    background: var(
        --theme-origin-color-primitive-color-light-blue-50,
        #ecfcff
    );
}

.l-flow .l-section__inner {
    background-image: url(../img/img_service_list_bk_sp.jpg);
    max-width: 100%;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flow_content_pc {
    display: none;
    margin: 100px auto auto;
}

.flow_content_pc__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 200px;
    position: relative;
}

.flow_content_pc__item:last-child .a-flow_content__item_img:after {
    display: none;
}

.a-flow_content__item_img {
    position: relative;
    display: block;
}

.flow_content__num {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--theme-origin-color-primitive-color-sumi-800, #414143);
    border: 1px solid
        var(--theme-origin-color-primitive-color-sumi-800, #414143);
    border-radius: 40px;
    color: var(--theme-origin-color-primitive-color-white-1000, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    left: -10px;
    line-height: 140%;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

.flow_content__flow {
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 16px;
    text-align: center;
}

.flow_content_sp {
    overflow: hidden;
}

.flow_content_sp .swiper:not(.swiper-initialized) {
    padding: 0;
}

.flow_content_sp .swiper:not(.swiper-initialized) .swiper-button-next,
.flow_content_sp .swiper:not(.swiper-initialized) .swiper-button-prev {
    display: none;
}

.flow_content_sp .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}

.flow_content_sp .swiper:not(.swiper-initialized) .swiper-pagination-bullet {
    display: none;
}

.flow_content_sp .flow_content_sp_inner .swiper:not(.swiper-initialized) {
    overflow: initial;
}

.flow_content_sp
    .flow_content_sp_inner
    .swiper:not(.swiper-initialized)
    .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flow_content_sp
    .flow_content_sp_inner
    .swiper:not(.swiper-initialized)
    .swiper-slide {
    height: auto;
}

.flow_content_sp .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
}

.flow_content_sp .swiper-button-next.swiper-button-disabled,
.flow_content_sp .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.flow_content_sp .swiper-button-next,
.flow_content_sp .swiper-button-prev {
    top: 40%;
    width: 32px;
}

.flow_content_sp .swiper-button-next {
    right: 8px;
}

.flow_content_sp .swiper-button-prev {
    left: 8px;
}

.flow_content_sp .swiper-button-prev:after,
.flow_content_sp .swiper-rtl .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.flow_content_sp .swiper-button-next:after,
.flow_content_sp .swiper-button-prev:after,
.flow_content_sp .swiper-rtl .swiper-button-next:after,
.flow_content_sp .swiper-rtl .swiper-button-prev:after {
    background-image: url(../img/swipe-button_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 32px;
    width: 32px;
}

.flow_content_sp
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: var(--theme-origin-color-primitive-color-sumi-300, #d8d8db);
    border-radius: 16px;
    height: 16px;
    margin: 0 8px;
    opacity: 1;
    width: 16px;
}

.flow_content_sp
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
}

.flow_content_sp .swiper {
    overflow: visible;
    padding-left: 24px;
    padding-right: 24px;
}

.flow_content_sp .swiper-slide {
    height: auto;
    margin-bottom: 72px;
}

.flow_content_sp .flow_content_sp_inner .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.flow_content_sp {
    margin: 52px auto auto;
    max-width: 556px;
}

.flow_content_sp__item_wrapper {
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    border: 1px solid
        var(--theme-origin-color-primitive-color-sumi-400, #b4b4b7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 32px;
}

.flow_content_sp__item {
    margin: auto;
    max-width: 64.2201834862%;
    position: relative;
}

.l-section__inner_last {
    max-width: 100%;
    padding-bottom: 3%;
    padding-top: 2em;
}

.order__swiper_wrap {
    margin: auto;
    max-width: 486px;
}

.order__contents_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 52px auto auto;
    max-width: 440px;
}

.order__content {
    min-width: 266px;
    position: relative;
}

.order__content p {
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
    font-size: 20px;
    line-height: 1.8;
}

.order__content p,
.order__title {
    margin-top: 24px;
    text-align: center;
}

.order__title {
    border-bottom: 1px solid
        var(--theme-origin-color-primitive-color-green-700, #1d8b56);
    color: var(--theme-origin-color-primitive-color-green-700, #1d8b56);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 24px;
}

.l-order__link_button_wrap {
    -webkit-box-flex: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    -ms-flex: auto;
    flex: 0 0　auto;
    gap: 24px;
    margin-top: 24px;
}

.a-order__link_button,
.l-order__link_button_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.a-order__link_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--theme-origin-color-primitive-color-white-1000, #fff);
    font-size: 14px;
    font-weight: 700;
    gap: 4px;
    height: 44px;
    line-height: 1.4;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    width: 210px;
}

.a-order__link_button i {
    -ms-flex-negative: 0;
    background-image: url(../img/icon_book.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-left: 4px;
    width: 16px;
}

.l-news {
    background-image: url(../img/img_service_list_bk_sp.jpg);
    background-position: 0;
    background-repeat: no-repeat;
}

.l-news .l-section__inner {
    max-width: 100%;
}

.news__content_wrap {
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    border: 1px solid
        var(--theme-origin-color-primitive-color-sumi-400, #b4b4b7);
    height: 500px;
    margin: 52px auto auto;
    max-width: 556px;
    overflow-y: scroll;
}

.news__content_wrap ul {
    padding: 32px 28px;
}

.news__content_wrap li {
    padding-bottom: 16px;
}

.news__content_wrap li + li {
    border-top: 1px solid
        var(--theme-origin-color-primitive-color-sumi-400, #b4b4b7);
    padding-top: 24px;
}

.news__days {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.news__days,
.news__title {
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
}

.news__title {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 8px;
    text-align: left;
}

.l-footer__link_button_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background: var(--theme-origin-color-primitive-color-sumi-800, #414143);
    border-bottom: 1px solid
        var(--theme-origin-color-primitive-color-sumi-300, #d8d8db);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 32px 24px;
}

.a-footer__link_button,
.l-footer__link_button_wrap {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.a-footer__link_button {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background: var(--theme-origin-color-primitive-color-white-1000, #fff);
    border: 1px solid var(--theme-origin-color-primitive-color-white-1000, #fff);
    border-radius: 24px;
    color: var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
    font-size: 14px;
    font-weight: 700;
    gap: 4px;
    line-height: 1.4;
    padding: 12px 0;
    text-align: center;
    width: 180px;
    width: 301px;
}

.a-footer__link_button i {
    -ms-flex-negative: 0;
    background-image: url(../img/icon_chevron-right-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-left: 4px;
    width: 16px;
}

.l-footer__link_list {
    background: var(--theme-origin-color-primitive-color-sumi-800, #414143);
    color: var(--theme-origin-color-primitive-color-white-1000, #fff);
    font-size: 16px;
    line-height: 1.3;
    padding: 56px 24px;
    text-align: center;
    text-decoration-line: underline;
}

.l-footer__link_list_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin: auto;
    max-width: 440px;
    text-align: left;
}

.l-footer__note {
    background: var(--style-guide-white-fff, #fff);
    color: var(--theme-origin-color-primitive-color-sumi-900, #1a1a1c);
    font-size: 14px;
    line-height: 1.8;
    padding: 24px;
    text-align: left;
}

.l-footer__note a {
    text-decoration: none;
}

.l-footer__copyright {
    background: var(--theme-origin-color-primitive-color-sumi-50, #f8f8f8);
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1.4;
    padding: 24px 22px 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .l-section__inner {
        padding: 72px 48px;
    }

    .a-button__pagetop {
        height: 64px;
        width: 64px;
    }

    main .content__swiper-sp {
        display: none;
    }

    main .content__swiper-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .l-menu .l-header__link_button_wrap + .l-header__link_button_wrap {
        margin-top: 16px;
    }

    .l-menu .a-header__link_button {
        font-size: 18px;
    }

    .l-menu .a-header__link_button i {
        margin-left: 8px;
    }

    .l-menu__inner {
        padding: 8px 48px 56px;
    }

    .feature__swiper_wrap {
        max-width: 100%;
    }

    .feature__contents_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 56px;
        justify-content: center;
        margin-top: 100px;
    }

    .feature__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 320px;
    }

    .l-flow .l-section__inner {
        padding-bottom: 120px;
        background-image: url(../img/img_service_list_bk_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .flow_content_pc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 48px;
        justify-content: center;
        max-width: 608px;
    }

    .flow_content_sp {
        display: none;
    }

    .a-flow_content__item_img img {
        border-radius: 16px;
        overflow: hidden;
        height: auto;
    }

    .a-flow_content__item_img:after {
        background-image: url(../img/icon_arrow-right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        display: block;
        height: 32px;
        margin: auto;
        position: absolute;
        right: -40px;
        top: 0;
        width: 32px;
    }

    .order__swiper_wrap {
        max-width: 100%;
    }

    .order__contents_wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 60px;
        justify-content: center;
        margin-top: 100px;
    }

    .order__content,
    .order__contents_wrap {
        -webkit-box-direction: normal;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order__content {
        -webkit-box-orient: vertical;
        -webkit-box-flex: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        max-width: 320px;
    }

    .order__swiper_wrap {
        overflow: hidden;
    }

    .order__swiper_wrap .swiper:not(.swiper-initialized) {
        padding: 0;
    }

    .order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-next,
    .order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-prev,
    .order__swiper_wrap
        .swiper:not(.swiper-initialized)
        .swiper-pagination-bullet {
        display: none;
    }

    .order__swiper_wrap .swiper:not(.swiper-initialized) {
        overflow: initial;
    }

    .order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-slide {
        height: auto;
    }

    .order__swiper_wrap
        .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 15px;
    }

    .order__swiper_wrap .swiper-button-next.swiper-button-disabled,
    .order__swiper_wrap .swiper-button-prev.swiper-button-disabled {
        opacity: 0.5;
    }

    .order__swiper_wrap .swiper-button-next,
    .order__swiper_wrap .swiper-button-prev {
        top: 40%;
        width: 32px;
    }

    .order__swiper_wrap .swiper-button-next {
        right: 8px;
    }

    .order__swiper_wrap .swiper-button-prev {
        left: 8px;
    }

    .order__swiper_wrap .swiper-button-prev:after,
    .order__swiper_wrap .swiper-rtl .swiper-button-next:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .order__swiper_wrap .swiper-button-next:after,
    .order__swiper_wrap .swiper-button-prev:after,
    .order__swiper_wrap .swiper-rtl .swiper-button-next:after,
    .order__swiper_wrap .swiper-rtl .swiper-button-prev:after {
        background-image: url(../img/swipe-button_right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 32px;
        width: 32px;
    }

    .order__swiper_wrap
        .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        background: var(--theme-origin-color-primitive-color-sumi-300, #d8d8db);
        border-radius: 16px;
        height: 16px;
        margin: 0 8px;
        opacity: 1;
        width: 16px;
    }

    .order__swiper_wrap
        .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet-active {
        background: var(
            --theme-origin-color-primitive-color-dark-green-500,
            #0066ad
        );
    }

    .order__swiper_wrap .swiper {
        overflow: visible;
        padding-left: 24px;
        padding-right: 24px;
    }

    .order__swiper_wrap .swiper-slide {
        height: auto;
        margin-bottom: 72px;
    }

    .l-news {
        background-image: url(../img/img_service_list_bk_pc.jpg);
    }

    .news__content_wrap {
        max-width: 880px;
    }
}

@media (min-width: 1080px) {
    main {
        padding-top: 88px;
    }

    .u-sp {
        display: none;
    }

    .l-section__inner {
        max-width: 1440px;
        padding: 100px 80px;
    }

    .a-main__heading {
        font-size: 32px;
    }

    .l-header__wrap {
        -ms-grid-columns: 1fr auto auto;
        grid-template-columns: 1fr auto auto;
        height: 88px;
        padding: 8px 80px;
    }

    .l-header__wrap h1 a {
        height: 72px;
        width: 138px;
    }

    .m-menu_header {
        height: 88px;
    }

    .m-menu_header h1 {
        height: 72px;
        width: 138px;
    }

    .l-mv {
        padding-bottom: 100px;
    }

    .l-mv__title_wrap {
        border-radius: 0 16px 16px 0;
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
    }

    .l-mv__title {
        max-width: 923px;
    }

    .l-mv__bg {
        height: 720px;
    }

    .l-service .l-section__inner {
        padding-bottom: 80px;
    }

    .service__contents_wrap {
        margin-top: 100px;
        max-width: 880px;
    }

    .service__content p {
        text-align: center;
    }

    .l-service_list {
        background-image: url(../img/img_service_list_bk_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .m-service_list_wrap + .m-service_list_wrap {
        margin-top: 80px;
    }

    .m-service_list_wrap + .m-service_list_wrap .a-service_list__img {
        border-radius: 16px 0 0 16px;
    }

    .m-service_list_wrap + .m-service_list_wrap .a-service_list__text p {
        padding-left: 24px;
        text-align: right;
        padding-right: 40px;
    }

    .a-service_list__img {
        border-radius: 0 16px 16px 0;
    }

    .b-service_list__img {
        border: 1px;
        border-style: solid;
        border-color: grey;
    }

    .a-service_list__text p {
        font-size: 30px;
        padding-bottom: 32px;
        padding-left: 40px;
    }

    .a-service_list__text p:before {
        width: calc(100% - 40px);
    }

    .feature__contents_wrap {
        margin-top: 100px;
        max-width: 100%;
    }

    .flow_content_pc {
        max-width: 100%;
    }

    .order__contents_wrap {
        margin-top: 100px;
        max-width: 100%;
    }

    .news__content_wrap ul {
        padding: 40px 32px;
    }

    .news__content_wrap li {
        padding-bottom: 32px;
    }

    .news__title {
        margin-top: 0;
    }

    .l-footer__link_list_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
        max-width: 880px;
    }

    .l-footer__note {
        text-align: center;
    }
}

@media screen {
    [hidden~='screen'] {
        display: inherit;
    }

    [hidden~='screen']:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0) !important;
        position: absolute !important;
    }
}

@media (max-width: 1079px) {
    .u-pc {
        display: none;
    }
    .m-service_list_wrap + .m-service_list_wrap .a-service_list__text p {
        text-align: right;
        padding-left: 24px; /* 好みで */
        padding-right: 20px; /* 好みで */
    }
    .m-service_list_wrap
        + .m-service_list_wrap
        .a-service_list__text
        p::before {
        left: auto; /* 左固定を解除 */
        right: 0px;
        width: calc(100% - 24px);
    }
}

/* === ORDER: SP swiper UI === */
.order__swiper_wrap {
    overflow: hidden;
}

.order__swiper_wrap .swiper:not(.swiper-initialized) {
    padding: 0;
}
.order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-next,
.order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-button-prev,
.order__swiper_wrap .swiper:not(.swiper-initialized) .swiper-pagination-bullet {
    display: none;
}

.order__swiper_wrap .swiper {
    overflow: visible;
    padding-left: 24px;
    padding-right: 24px;
}

/* スライド下の余白 */
.order__swiper_wrap .swiper-slide {
    height: auto;
    margin-bottom: 72px;
}

/* ドット */
.order__swiper_wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
}
.order__swiper_wrap
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background: var(--theme-origin-color-primitive-color-sumi-300, #d8d8db);
    border-radius: 16px;
    height: 16px;
    margin: 0 8px;
    opacity: 1;
    width: 16px;
}
.order__swiper_wrap
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    background: var(
        --theme-origin-color-primitive-color-dark-green-500,
        #0066ad
    );
}

/* 矢印 */
.order__swiper_wrap .swiper-button-next,
.order__swiper_wrap .swiper-button-prev {
    top: 40%;
    width: 32px;
}
.order__swiper_wrap .swiper-button-next {
    right: 8px;
}
.order__swiper_wrap .swiper-button-prev {
    left: 8px;
}
.order__swiper_wrap .swiper-button-prev:after {
    transform: rotate(180deg);
}
.order__swiper_wrap .swiper-button-next:after,
.order__swiper_wrap .swiper-button-prev:after {
    background-image: url(../img/swipe-button_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 32px;
    width: 32px;
}

.b-service_list__img img {
    border: 1px solid #ccc;
}

/* スマホ用ロゴサイズ調整 */
@media screen and (max-width: 767px) {
    .l-header__wrap {
        justify-content: flex-start; /* 中央寄せから左寄せへ */
    }

    .l-header__logo {
        max-height: 40px;
        width: auto;
        display: block; /* imgのデフォルト挙動をシンプルに */
    }

    .l-header h1 {
        margin: 0; /* h1の余白でズレるのを防ぐ */
        text-align: left;
    }
}

/* タブレット用ロゴ調整（~1079pxまで伸ばす） */
@media screen and (min-width: 768px) and (max-width: 1079px) {
    .l-header img.l-header__logo {
        max-height: 40px; /* お好みで */
        width: auto;
    }
}

.coupon_divider {
  padding-top: 70px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coupon_picture {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
  padding-right: 150px;
  border-radius: 20px;
}

.coupon_image {
  min-width: 375px;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.coupon_h3title {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.coupon_p {
  line-height: 1.4;
  color: #FF0000;
  font-weight: bold;

}

.badge {
  position: absolute;
  right: -4px;
  top: -16px;
  padding-top: 4px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--theme-origin-color-primitive-color-dark-green-500, #0066ad);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.5);
}

.annotation {
  padding-top: 10px;
}
.annotation p {
  text-align: right;
  font-size: 12px;
}

.news__body {
  margin-top: 8px;     /* タイトルとの間に少し余白 */
  line-height: 1.8;
}

/* ORDER 見出し下のキャンペーン文言 */
.order-campaign {
    margin-top: 2.2em;     /* ← 前（上）にしっかり1行分 */
    margin-bottom: -1em;  /* ← 下は詰める（カードに近づける） */

    text-align: center;
    font-size: 24px;       /* ← 文字を大きく */
    font-weight: 700;
    line-height: 1.5;      /* 行間は少しタイトに */
    color: var(--theme-origin-color-primitive-color-sumi-900);
}

/* PCでは改行しない */
.br-sp {
    display: none;
}

/* SPのみ改行 */
@media (max-width: 768px) {
    .order-campaign {
        font-size: 21px;   /* SPは少しだけ抑える */
    }

    .br-sp {
        display: inline;
    }
}
