@charset "UTF-8";
/*
 * 関数定義用ファイル
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

:root {
  --color-black: #333;
  --color-white: #ffffff;
  --color-blue: #567FC1;
  --color-blue2: #0f79c4;
  --color-light-blue: #e8f6ff;
  --color-pale-blue: #EEF2FE;
  --color-yellow: #b08d12;
  --color-orange: #f26522;
  --color-orange2: #f25f2e;
  --color-light-gray: #F9FAFC;
  --color-medium-gray: #BDBDBD;
  --font-family-common: "Noto Serif", "Noto Serif JP", serif;
  --font-family-en: "Noto Serif", serif;
  --duration: 0.3s;
  --leading-trim: calc((1em - 1lh) / 2);
}

/*
 * 流体タイポ計算用 関数
 *
 * @use parts/_fonts.scssファイルを参照
 */
/*
 * 逆流体タイポ計算用 関数
 * PCでは小さく、スマホでは大きく表示する場合に使用
 */
/*
 * メディアクエリ用mixin
 */
body {
  background-color: #fff;
  font-family: var(--font-family-common);
  line-height: 1.5;
  color: var(--color-black);
  font-size: clamp(15px, 0.0938967136vw + 14.6478873239px, 16px);
  font-weight: 400;
  letter-spacing: 1.6px;
}

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

a {
  display: inline-block;
  transition: opacity var(--duration);
}
a:hover {
  opacity: 0.7;
}

b,
strong,
th {
  font-weight: 700;
}

.c-relative {
  position: relative;
}

.c-leading-trim {
  display: block;
  margin-block: calc((1em - 1lh) / 2);
}

.c-sec-pd {
  padding-block: clamp(40px, 4.6948356808vw + 22.3943661972px, 90px);
}

/* ===============================================
#inner
=============================================== */
.inner {
  width: 90.4%;
  margin-inline: auto;
}

.inner-center {
  margin-inline: auto;
}

.max-1580 {
  max-width: 1580px;
}

.max-1500 {
  max-width: 1500px;
}

.max-1410 {
  max-width: 1410px;
}

.max-1340 {
  max-width: 1340px;
}

.max-1240 {
  max-width: 1240px;
}

.max-1200 {
  max-width: 1200px;
}

.max-1140 {
  max-width: 1140px;
}

.max-1000 {
  max-width: 1000px;
}

.max-890 {
  max-width: 890px;
}

/* ===============================================
#デバイス非表示
=============================================== */
@media (768px <= width) {
  .h-sp {
    display: none !important;
  }
}

@media (1024px <= width) {
  .h-tb_sp {
    display: none !important;
  }
}

@media (width <= 767px) {
  .h-pc_tb {
    display: none !important;
  }
}

@media (width <= 1023px) {
  .h-pc {
    display: none !important;
  }
}

/* ===============================================
#共通見出し
=============================================== */
.heading_h2 {
  font-size: clamp(30px, 0.7511737089vw + 27.1830985915px, 38px);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 22px;
  position: relative;
}
.heading_h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #07bbf0, #C472EE);
}

/* ===============================================
#余白
=============================================== */
.flex-col {
  display: flex;
  flex-direction: column;
}

.gap-50-120 {
  gap: clamp(50px, 6.5727699531vw + 25.3521126761px, 120px);
}

.gap-50-80 {
  gap: clamp(50px, 2.8169014085vw + 39.4366197183px, 80px);
}

.gap-30-80 {
  gap: clamp(30px, 4.6948356808vw + 12.3943661972px, 80px);
}

.gap-30-70 {
  gap: clamp(30px, 3.7558685446vw + 15.9154929577px, 70px);
}

.gap-30-60 {
  gap: clamp(30px, 2.8169014085vw + 19.4366197183px, 60px);
}

.gap-30-50 {
  gap: clamp(30px, 1.8779342723vw + 22.9577464789px, 50px);
}

.gap-20-40 {
  gap: clamp(20px, 1.8779342723vw + 12.9577464789px, 40px);
}

.gap-20-30 {
  gap: clamp(20px, 0.9389671362vw + 16.4788732394px, 30px);
}

.gap-10 {
  gap: 10px;
}

.mt-header {
  margin-top: var(--header-height);
}

.py-40-80 {
  padding-block: clamp(40px, 3.7558685446vw + 25.9154929577px, 80px);
}

/* ===============================================
#背景
=============================================== */
.bg-light-blue {
  background-color: var(--color-light-blue);
}

/* ===============================================
#フォント
=============================================== */
.f-family_en {
  font-family: var(--font-family-en);
}

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

/* ===============================================
#ボタン
=============================================== */
.btn_cta {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
}
.btn_cta.center {
  margin-inline: auto;
}

.btn_cta-button {
  background-color: var(--color-white);
  border: 2px solid #d96700;
  padding: 3px 37px;
  border-radius: 50vw;
  margin-bottom: -12px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_cta-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  margin: 0;
}

.btn_cta-main {
  background: linear-gradient(to right, #f47808, #ffbd24);
  padding: clamp(20px, 0vw + 20px, 20px) clamp(20px, 0vw + 20px, 20px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0vw + 8px, 8px);
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
@media (width <= 767px) {
  .btn_cta-main {
    width: 100%;
  }
}

.btn_cta-main-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: rgba(217, 103, 0, 0.6) 0px 0px 4px;
  text-align: center;
  margin: 0;
}

.btn_cta-arrow {
  background-color: var(--color-white);
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0px 0px 4px 0px rgba(217, 103, 0, 0.6);
}

.btn_cta-arrow-img {
  width: 7px;
}

/* ===============================================
#ティザーページ
=============================================== */
body {
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.container {
  margin-top: auto;
  height: calc(50svh + 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
@media (768px <= width) {
  .container {
    height: calc(50vh + 60px);
  }
}

.header {
  max-width: 260px;
}
@media (768px <= width) {
  .header {
    max-width: 436px;
    margin-right: 150px;
  }
}

.main_visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  font-size: 12px;
}

.footer_copy {
  font-size: 10px;
}