@charset "UTF-8";

#outlook a {
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/*****************
common
*****************/
:root {
    --darkBlue: #1F2C5C;
    --blue: #1D50A2;
    --lightBlue: #059DDE;
    --orange: #FEA750;
    --white: #FFF;
    --yellow: #fffbdc;
    --markerYellow: #F4E575;
}

body {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
    background: var(--white);
    font-family: "Noto Sans JP", sans-serif;
}

html {
    font-size: 62.5%;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: center;
}

a:hover {
    opacity: 0.75;
}

img {
    border: 0 none;
    outline: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

span {
    color: var(--lightBlue);
}

/* font-weight */
.fw5 {
    font-weight: 500;
}

.fw7 {
    font-weight: 700;
}

/* margin-top */
.mt2 {
    margin-top: 2%;
}

.mt3 {
    margin-top: 3%;
}

.mt5 {
    margin-top: 5%;
}

.mt6 {
    margin-top: 6%;
}

.mt8 {
    margin-top: 8.5%;
}

.mt11 {
    margin-top: 11%;
}

.mb5 {
    margin-bottom: 5%;
}

.ps_2 {
    padding: 0 2%;
}

/* text-align */
.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_wh {
    color: var(--white);
}

.txt_bl {
    color: #3f5491;
}

.btn {
    display: block;
    background-color: var(--orange);
    color: var(--white);
    font-size: clamp(1.18rem, 3.7vw, 2.44rem);
    font-weight: 500;
    border-radius: 50px;
    padding: 3% 0 3.5%;
    margin: 6.5% 12% 0;
    position: relative;
}

/* .btn::before,
.btn::after {
    content: "";
    width: 3.5%;
    height: 3.5%;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white);
    position: absolute;
    right: 7%;
} */

.btn::before {
    top: 41.5%;
    transform: rotate(45deg);
}

.btn::after {
    bottom: 41.5%;
    transform: rotate(-45deg);
}

.btn:hover {
    color: var(--white);
}

/*****************
mainContent
*****************/
.mainContent {
    max-width: 750px;
    margin: 0 auto;
}

/* コンテンツ */
.article {
    padding: 6% 3.3% 7%;
    background-color: var(--yellow);
}

.section {
    padding: 2% 4% 5%;
    background-color: #98d5d8;
    border-radius: 18px;
    margin-top: 8%;
}

.section:first-of-type {
    margin-top: 0;
}

/* .section:not(:first-of-type) {
    opacity: 0;
} */

.section__title img {
    width: 78.5%;
    margin-bottom: -2.5%;
}

/* .section__title h2 {
    font-size: clamp(2.1rem, 6.6vw, 4.4rem);
    line-height: 1.4;
    padding: 5% 5% 4.2%;
    border: 3.5px solid var(--darkBlue);
} */

/* .section__title span {
    display: block;
    font-size: clamp(1.85rem, 5.8vw, 3.85rem);
    color: var(--darkBlue);
    letter-spacing: -0.2rem;
} */

.section__desc {
    font-size: clamp(1.4rem, 3.4vw, 2.3rem);
    /* line-height: 1.3; */
    margin-top: 5%;
}

.section__desc2 {
    margin-top: 0% !important;
}

.section__desc h2 {
    font-size: clamp(1.85rem, 5.8vw, 3.85rem);
}

.section__desc h3 {
    font-size: clamp(1.6rem, 4.8vw, 3.4rem);
    padding: 0 2% 0 1%;
    /* color: var(--darkBlue); */
    line-height: 1.8;
}

/* フェードアップ */
.section.fadeUp:not(:first-of-type) {
    opacity: 1;
    animation: fadeUp 0.5s ease;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* problem */
.img_box {
    width: 80%;
    margin: 6% auto 0;
    transform: translateX(6%);
}

/* exchange */
.deatil__item__text {
    margin-top: 4.5%;
}

.section_exchange {
    padding-bottom: 0;
}


.deatil__item__text span {
    font-size: clamp(1.92rem, 6vw, 3.9rem);
    /* color: var(--orange); */
    font-weight: 700;
}

.deatil__item--work .deatil__item__text img {
    width: 60%;
    margin-top: 8.5%;
}

.deatil__item .notes .p2 {
    font-size: 1rem;
    font-weight: 500;
}

/* Price */
.section--price .section__desc .p1 {
    display: inline-block;
    background-color: color-mix(in srgb, var(--yellow) 30%, var(--white));
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.4rem;
}

.section--price .section__desc .p2 span {
    color: var(--orange);
    font-size: clamp(1.92rem, 6vw, 3.9rem);
    line-height: 1.2;
}

.deatil__item--time .deatil__item__text span {
    margin: 0 2%;
}

.deatil__item--time .deatil__item__text img {
    width: 90%;
    margin-top: 7%;
}

.deatil__item--time .notes .p2 {
    display: inline-block;
}

/* section--advantage */

.section--advantage {
    padding: 1% 1% 0;
}


.or_mt2 {
    margin-top: 2%;
}

.or_mt5 {
    margin-top: 5%;
}

.service__item--service03 .p1 {
    text-align: center;
    line-height: 1.4;
}

.service__item--service03 .p1 span {
    font-size: clamp(1.76rem, 5.5vw, 3.6rem);
    color: var(--lightBlue);
}

/* schedule */
.section--schedule {
    background-color: var(--yellow);
    padding: 0;
}

.table_wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSでスムーズスクロール */
    padding: 3% 0;
}

.table_wrap img.scroll {
    display: block;
    width: auto;
    /* ← 親幅100%を打ち消す */
    max-width: 157%;
    /* ← 縮小されないようにする */
}

.table_wrap::-webkit-scrollbar {
    height: 1rem;
    /* 横スクロールバーの太さ */
    width: 100%;
}

.table_wrap::-webkit-scrollbar-track {
    background-color: #98d5d8;
    /* ご希望のスクロールバー背景色 */
    border-radius: 5px;
}

.table_wrap::-webkit-scrollbar-thumb {
    background: #008e8e;
    /* スクロールバー本体 */
    border-radius: 5px;
}

.schedule_txt {
    font-size: clamp(1.4rem, 3.4vw, 2.6rem);
}

.section__btn::before,
.section__btn::after {
    right: 5%;
}

/* sale */
.section--sale {
    background-color: var(--yellow);
    margin-top: 3%;
    padding: 2% 0% 5%;
}

.or_mt0 {
    margin-top: 0%;
}

.store_btn {
    position: relative;
    max-width: 500px;
    width: 80%;
    height: 150px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.store_btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.store_btn img:nth-of-type(2) {
    left: -100%;
}

.store_btn:hover img:nth-of-type(2) {
    left: 50%;
    opacity: 1;
}

.store-button {
    display: flex;
    align-items: center;
    /* 要素を垂直方向に中央揃え */
    justify-content: space-evenly;
    /* 要素を水平方向に中央揃え */
    max-width: 500px;
    width: 85%;
    height: clamp(4rem, 12.1vw, 8rem);
    padding: 0% 3%;
    /* ボタンの幅を調整 */
    background-color: #384294;
    /* 背景の青色 */
    border: 1px solid #5a5f97;
    /* 縁取りの暗い青色 */
    border-radius: 15px;
    /* 角丸の半径 */
    position: relative;
    text-decoration: none;
    /* 下線をなくす */
    color: #fff;
    /* 文字色を白に */
    font-weight: bold;
    margin: 8% auto 0;
    box-shadow: 3px 3px 4px 0px rgba(114, 115, 124, 0.4);
    z-index: 1;
    transition: .3s;
}

.store-button::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.store-button:hover {
  color: #2e3192;
  border: none;
}
.store-button:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

/* テキストと矢印のコンテナ */
.button-text {
    font-size: clamp(1.4rem, 3.4vw, 3rem);
}

/* 店舗アイコンのスタイル */
.store-icon {
    transform: translate(0%, -27%);
    width: 21%;
}

.net_btn {
    border-radius: 15px;
    font-size: clamp(1.4rem, 3.4vw, 3rem);
    font-weight: bold;
    margin: 1.5% 14% 0;
    box-shadow: 3px 3px 4px 0px rgba(114, 115, 124, 0.4);
}

.net_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #FFF;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

.net_btn_txt:hover {
  color: #ff9f40;
}

.net_btn:hover {
  color: #ff9f40;
  border: none;
}


.net_btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}



/*****************
ボタン
*****************/
/* ページトップボタン */
.pageTop {
    position: fixed;
    right: 1%;
    z-index: 99;
    opacity: 0;
    /*はじめは非表示*/
    transform: translateY(80px);
}

.pageTop a {
    border-radius: 5px;
    background-color: var(--blue);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageTop a img {
    width: 60%;
}

/* 上に上がる動き */
.pageTop.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 下に下がる動き */
.pageTop.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(300px);
    }
}

/******** タブレット ********/
@media (661px < width) {

    small {
        font-size: 1.3rem;
        margin-top: 8px;
    }
}


/******** PC ********/
@media (999px < width) {

    .mainContent {
        margin: 0 auto;
    }
}

@media (1299px < width) {

    .mainContent {
        margin: 0 auto;
    }

    .pageTop {
        width: 3vw;
        height: 3vw;
        right: 3%;
    }

    .pageTop::before {
        width: 1.5vw;
        height: 1.5vw;
        border-top: 0.4vw solid var(--white);
        border-right: 0.4vw solid var(--white);
    }
}

@media (1439px < width) {

    .mainContent {
        margin: 0 auto;
    }
}

@media (max-width:749px) {

    .net_btn {
        margin: 1.5% 8% 0;
    }
}

/* h3装飾 */
.highlight_text {
    display: inline-block;
    /* 背景をテキスト幅に合わせる */
    background: linear-gradient(transparent 70%, #ffec00 30%);
    /* 黄色帯 */
    background-repeat: no-repeat;
    background-size: 100% 1.5em;
    /* テキストより太めに調整 */
    background-position: 0 50%;
    /* テキスト中央に帯を配置 */
    color: #fea750;
    /* 文字色 */
    text-shadow:
        3px 0 #fff,
        -3px 0 #fff,
        0 3px #fff,
        0 -3px #fff,
        2px 2px #fff,
        -2px 2px #fff,
        2px -2px #fff,
        -2px -2px #fff;
    /* -webkit-text-stroke: 1px #fff;       */
    /* 白い縁取り（主要ブラウザ対応） */
    /* text-stroke: 1px #fff;               */
    /* 将来対応用 */
}