@charset "utf-8";

:root {
  /*--primary-color: #ab5f00;*/
  --textcolor: black;
}

body {
  color: var(--textcolor);
  overflow-x: hidden;
  position: relative;
}

/*-----------------------------------------------------
@@ ヘッダ
------------------------------------------------------*/

@media (min-width: 768px) {

  :root {
    --box1-w: 1080; /* box1の最大幅(px) */ 
    --box1-h: 484; /* box1の最大高さ(px) */ 
  }

  .strategy__header {
    background: url(../images/strategy/kv-pc.jpg) no-repeat 50% 0;
    background-size: auto 100%;
    position: relative;
  }
  .strategy__header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/strategy/wave-01-pc.webp) no-repeat 50% 100%;
    background-size: auto 100%;
  }
  .strategy__header__inner {
    width: clamp(960px, 100%, 1080px);
    aspect-ratio: 1080 / 484;
    margin: 0 auto;
    position: relative;
  }
  .strategy__header__inner h2 {
    display: block;
    position: absolute;
    top: calc(130 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(720 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 720 / 147; /* 画像の幅と高さ(px) */
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  :root {
    --box1-w: 375; /* box1の最大幅(px) */ 
    --box1-h: 194; /* box1の最大高さ(px) */ 
  }

  .strategy__header {
    background: url(../images/strategy/kv-sp.jpg) no-repeat 50% 0;
    background-size: contain;
    position: relative;
  }
  .strategy__header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/strategy/wave-01-sp.webp) no-repeat 50% 100%;
    background-size: auto 100%;
  }
  .strategy__header__inner {
    width: min(100%, 767px);
    aspect-ratio: 375 / 194;
    margin: 0 auto;
    position: relative;
  }

  .strategy__header__inner h2 {
    display: block;
    position: absolute;
    top: calc(56 / var(--box1-h) * 100%); /* 画像の上からの位置(px) */
    right: 0;
    left: 0;
    margin: auto;
    width: calc(275 / var(--box1-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 275 / 70; /* 画像の幅と高さ(px) */
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ コンテンツ
------------------------------------------------------*/
@media (min-width: 768px) {

  .strategy__wrap-01 {
    background: white url(../images/strategy/strategy__wrap-01__back-pc.webp) repeat-x 0 0;
    min-height: 1868px;
    padding-top: 28px;
  }

  .strategy__p-01 {
    font-size: 14px;
    line-height: 1.75;
    width: min(100% - 30px, 730px);
    margin: 0 auto 55px;
    text-align: center;
  }

  .strategy__title-01 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: min(100% - 30px, 440px);
    margin: 0 auto 20px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 14px 0 14px;
    font-feature-settings: "palt" 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .strategy__p-02 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.643;
    text-align: center;
    width: calc(100% - 30px);
    margin: 0 auto 65px;
    font-feature-settings: "palt" 1;
  }

  :root {
    --strategy__box-01-w: 1080; /* box1の最大幅(px) */ 
    --strategy__box-01-h: 1963; /* box1の最大高さ(px) */ 
  }

  .strategy__box-01 {
    width: min(100%, var(--strategy__box-01-w) * 1px);
    margin: 0 auto 85px;
    position: relative;
    aspect-ratio: var(--strategy__box-01-w) / var(--strategy__box-01-h);
  }
  .strategy__btn-01 {
    display: block;
    position: absolute !important;
    top: calc(289 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(93 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-02 {
    display: block;
    position: absolute !important;
    top: calc(430 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(93 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-03 {
    display: block;
    position: absolute !important;
    top: calc(571 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(93 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-04 {
    display: block;
    position: absolute !important;
    top: calc(289 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(99 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-05 {
    display: block;
    position: absolute !important;
    top: calc(430 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(99 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-06 {
    display: block;
    position: absolute !important;
    top: calc(571 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(99 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(234 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 234 / 123; /* 画像の幅と高さ(px) */
  }
  .strategy__box-01 a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .strategy__box-01 a:hover {
    background-color: #5BC2DC;
    opacity: 0.3;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .strategy__wrap-01 {
    background: white url(../images/strategy/strategy__wrap-01__back-sp.webp) repeat-x 0 0;
    min-height: 940px;
    padding-top: 20px;
  }

  .strategy__p-01 {
    font-size: 14px;
    line-height: 1.75;
    width: calc(100% - 30px);
    margin: 0 auto 34px;
  }

  .strategy__title-01 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    width: min(100% - 30px, 300px);
    margin: 0 auto 12px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 10px 0 9px;
    font-feature-settings: "palt" 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .strategy__p-02 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.643;
    text-align: center;
    width: calc(100% - 30px);
    margin: 0 auto 29px;
    font-feature-settings: "palt" 1;
  }

  :root {
    --strategy__box-01-w: 375; /* box1の最大幅(px) */ 
    --strategy__box-01-h: 832; /* box1の最大高さ(px) */ 
  }

  .strategy__box-01 {
    width: min(100%, var(--strategy__box-01-w) * 1px);
    margin: 0 auto 60px;
    position: relative;
    aspect-ratio: 1080 / 1963;
    aspect-ratio: var(--strategy__box-01-w) / var(--strategy__box-01-h);
  }
  .strategy__btn-01 {
    display: block;
    position: absolute !important;
    top: calc(73 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-02 {
    display: block;
    position: absolute !important;
    top: calc(169 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-03 {
    display: block;
    position: absolute !important;
    top: calc(265 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    left: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-04 {
    display: block;
    position: absolute !important;
    top: calc(73 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-05 {
    display: block;
    position: absolute !important;
    top: calc(169 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__btn-06 {
    display: block;
    position: absolute !important;
    top: calc(265 / var(--strategy__box-01-h) * 100%); /* 画像の上からの位置(px) */
    right: calc(15 / var(--strategy__box-01-w) * 100%); /* 画像の左からの位置(px) */
    width: calc(86 / var(--strategy__box-01-w) * 100%); /* 画像の幅(px) */
    aspect-ratio: 86 / 86; /* 画像の幅と高さ(px) */
  }
  .strategy__box-01 a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .strategy__box-01 a:hover {
    background-color: #5BC2DC;
    opacity: 0.3;
  }

}/* スマホ ここまで============================ */


/*-----------------------------------------------------
@@ フッタ
------------------------------------------------------*/
@media (min-width: 768px) {

  .strategy__footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .strategy__footer:after {
    content: "";
    display: block;
    width: 100%;
    height: 152px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/strategy/footer__wave-pc.webp) no-repeat 50% 100%;
    background-size: 100% 152px;
  }

}/* PC ここまで================================ */
@media screen and (max-width: 767.9px) {

  .strategy__footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .strategy__footer:after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../images/strategy/footer__wave-sp.webp) no-repeat 50% 100%;
    background-size: 100% 35px;
  }


}/* スマホ ここまで============================ */
