@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  height: auto;
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

video {
  outline: none;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

svg {
  height: auto;
}

:root {
  --headerHeight: 100px;
  --paddingSection: 160px;
  --paddingLR: 24px;
  --color_main: #000;
}
@media screen and (max-width: 979px) {
  :root {
    --headerHeight: 50px;
    --paddingSection: 40px;
  }
}

/*==========　基本設定　==========*/
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  color: #000;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(1280px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc(1040px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner_contents {
  width: 100%;
  max-width: calc(900px + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

/*========== レイアウト用 ==========*/
.padding_section {
  padding-top: var(--paddingSection);
  padding-bottom: var(--paddingSection);
}

.margin_section {
  margin-top: var(--paddingSection);
  margin-bottom: var(--paddingSection);
}
.margin_section:first-child {
  margin-top: 0;
}
.margin_section:last-child {
  margin-bottom: 0;
}

.relative_box {
  position: relative;
}

.absolute_box {
  position: absolute;
}

.position_left {
  top: 0;
  left: 0;
}

.position_right {
  top: 0;
  right: 0;
}

/*==========
フォント
==========*/
.fw_mid {
  font-weight: 500;
}

.fw_bold {
  font-weight: 700;
}

.fw_black {
  font-weight: 900;
}

.fs_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 979px) {
  .fs_12 {
    font-size: 1rem;
  }
}

.fs_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 979px) {
  .fs_13 {
    font-size: 1rem;
  }
}

.fs_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 979px) {
  .fs_14 {
    font-size: 1rem;
  }
}

.fs_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 979px) {
  .fs_15 {
    font-size: 1rem;
  }
}

.fs_16 {
  font-size: 1rem;
}

.fs_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 979px) {
  .fs_17 {
    font-size: 1rem;
  }
}

.fs_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 979px) {
  .fs_18 {
    font-size: 1rem;
  }
}

.fs_19 {
  font-size: 1.1875rem;
}
@media screen and (max-width: 979px) {
  .fs_19 {
    font-size: 1.125rem;
  }
}

.fs_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 979px) {
  .fs_20 {
    font-size: 1.125rem;
  }
}

.fs_21 {
  font-size: 1.3125rem;
}
@media screen and (max-width: 979px) {
  .fs_21 {
    font-size: 1.125rem;
  }
}

.fs_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 979px) {
  .fs_22 {
    font-size: 1.125rem;
  }
}

.fs_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 979px) {
  .fs_24 {
    font-size: 1.25rem;
  }
}

.fs_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 979px) {
  .fs_26 {
    font-size: 1.25rem;
  }
}

.fs_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 979px) {
  .fs_28 {
    font-size: 1.25rem;
  }
}

.fs_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 979px) {
  .fs_30 {
    font-size: 1.25rem;
  }
}

.fs_32 {
  font-size: 2rem;
}
@media screen and (max-width: 979px) {
  .fs_32 {
    font-size: 1.5rem;
  }
}

.fs_34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 979px) {
  .fs_34 {
    font-size: 1.5rem;
  }
}

.fs_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 979px) {
  .fs_36 {
    font-size: 1.5rem;
  }
}

.fs_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 979px) {
  .fs_40 {
    font-size: 1.5rem;
  }
}

/*==========
汎用クラス
==========*/
.text_justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-text-align-last: left;
       text-align-last: left;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 979px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 979px) {
  .pc_only {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==========
余白指定
==========*/
.mt_1em {
  margin-top: 1em;
}

.mt_2em {
  margin-top: 2em;
}

.mt_08 {
  margin-top: 8px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_32 {
  margin-top: 32px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_56 {
  margin-top: 56px;
}
@media screen and (max-width: 979px) {
  .mt_56 {
    margin-top: 40px;
  }
}

.mt_64 {
  margin-top: 64px;
}
@media screen and (max-width: 979px) {
  .mt_64 {
    margin-top: 40px;
  }
}

.mt_80 {
  margin-top: 80px;
}
@media screen and (max-width: 979px) {
  .mt_80 {
    margin-top: 40px;
  }
}

.mt_120 {
  margin-top: 120px;
}
@media screen and (max-width: 979px) {
  .mt_120 {
    margin-top: 80px;
  }
}

.mt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 979px) {
  .mt_160 {
    margin-top: 80px;
  }
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mb_08 {
  margin-bottom: 8px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_56 {
  margin-bottom: 56px;
}
@media screen and (max-width: 979px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

.mb_64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 979px) {
  .mb_64 {
    margin-bottom: 40px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 979px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 979px) {
  .mb_120 {
    margin-bottom: 80px;
  }
}

.mb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 979px) {
  .mb_160 {
    margin-bottom: 80px;
  }
}

.pt_1em {
  padding-top: 1em;
}

.pt_2em {
  padding-top: 2em;
}

.pt_08 {
  padding-top: 8px;
}

.pt_16 {
  padding-top: 16px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_32 {
  padding-top: 32px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_56 {
  padding-top: 56px;
}
@media screen and (max-width: 979px) {
  .pt_56 {
    padding-top: 40px;
  }
}

.pt_64 {
  padding-top: 64px;
}
@media screen and (max-width: 979px) {
  .pt_64 {
    padding-top: 40px;
  }
}

.pt_80 {
  padding-top: 80px;
}
@media screen and (max-width: 979px) {
  .pt_80 {
    padding-top: 40px;
  }
}

.pt_120 {
  padding-top: 120px;
}
@media screen and (max-width: 979px) {
  .pt_120 {
    padding-top: 80px;
  }
}

.pt_160 {
  padding-top: 160px;
}
@media screen and (max-width: 979px) {
  .pt_160 {
    padding-top: 80px;
  }
}

.pb_1em {
  padding-bottom: 1em;
}

.pb_2em {
  padding-bottom: 2em;
}

.pb_08 {
  padding-bottom: 8px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 979px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

.pb_64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 979px) {
  .pb_64 {
    padding-bottom: 40px;
  }
}

.pb_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 979px) {
  .pb_80 {
    padding-bottom: 40px;
  }
}

.pb_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 979px) {
  .pb_120 {
    padding-bottom: 80px;
  }
}

.pb_160 {
  padding-bottom: 160px;
}
@media screen and (max-width: 979px) {
  .pb_160 {
    padding-bottom: 80px;
  }
}

.trigger .fx_fadeIn, .trigger.fx_fadeIn {
  -webkit-animation-name: fx_fadeIn;
          animation-name: fx_fadeIn;
}
.trigger .fx_fadeUp, .trigger.fx_fadeUp {
  -webkit-animation-name: fx_fadeUp;
          animation-name: fx_fadeUp;
}
.trigger .fx_slideLeft, .trigger.fx_slideLeft {
  -webkit-animation-name: fx_slideLeft;
          animation-name: fx_slideLeft;
}
.trigger .fx_slideRight, .trigger.fx_slideRight {
  -webkit-animation-name: fx_slideRight;
          animation-name: fx_slideRight;
}

.fx_fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fx_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fx_fadeUp {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fx_fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fx_slideLeft {
  will-change: transform, opacity;
  transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fx_slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fx_slideRight {
  will-change: transform, opacity;
  transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fx_slideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fx_slideRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*==========
Effect
==========*/
/*========== 汎用オブジェクト ==========*/
.bg_noiseblue {
  background-color: #266ED4;
  position: relative;
  z-index: 1;
}
.bg_noiseblue::after {
  content: "";
  background: center/auto url("../img/bg_noise.png") repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.bg_noisewhite {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.bg_noisewhite::after {
  content: "";
  background: center/auto url("../img/bg_noise.png") repeat;
  position: absolute;
  inset: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/*==========
汎用デザイン
==========*/
/*==========
リスト
==========*/
/*==========
ボタン
==========*/
/*==========
タイトル
==========*/
.title_01 {
  font-size: 3.75em;
  line-height: 1.25;
  font-weight: 700;
  font-family: "gotham", sans-serif;
  color: #286DD4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.title_01::before {
  content: attr(data-subtext);
  font-size: 0.3333333em;
  font-weight: 700;
  font-family: YakuHanJP, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  display: block;
  background: center/contain url("../img/title_01_bubble.svg") no-repeat;
  color: #fff;
  width: 6em;
  padding: 0.75em 0.75em 1.25em;
  text-align: center;
  transform: rotate(-8deg);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 979px) {
  .title_01 {
    font-size: 1.875rem;
  }
  .title_01::before {
    font-size: 0.466666em;
    padding: 0.75em 0.75em 1em;
  }
}

.title_02 {
  font-size: 1.4375em;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 1.25em;
  margin-bottom: 1.25rem;
  position: relative;
}
.title_02::before {
  content: "";
  width: 0.875em;
  aspect-ratio: 1/1;
  background-color: var(--color);
  position: absolute;
  top: 0.625em;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.title_02::after {
  content: attr(data-en);
  font-size: 0.60869em;
  font-weight: 700;
  font-family: "gotham", sans-serif;
  display: block;
  color: var(--color);
}
@media screen and (max-width: 979px) {
  .title_02 {
    font-size: 1.125rem;
  }
}

/*========== 汎用レイアウト ==========*/
/*==========
ヘッダー
==========*/
#header {
  width: 100%;
  height: var(--headerHeight);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  gap: var(--paddingLR);
}
#header .logo_area {
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 10px 0;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .menu_area {
  flex-shrink: 0;
  height: 100%;
  padding-top: var(--paddingLR);
  padding-right: var(--paddingLR);
}
#header .menu_area .bg {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(7.9553899765px);
          backdrop-filter: blur(7.9553899765px);
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
}
#header .menu_area .btn_area {
  display: flex;
  height: 100%;
}
#header .menu_area .btn {
  width: 13.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F8C80C;
  height: 100%;
  font-size: 0.6875rem;
  line-height: 1.25;
  font-weight: 500;
}
#header .menu_area .btn::before {
  content: attr(data-en);
  font-family: "DM Sans";
  font-size: 1.5454545em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 960px) {
  #header .menu_area .btn {
    transition: background-color 0.5s;
  }
  #header .menu_area .btn:hover {
    background-color: #F7A50C;
  }
}
@media screen and (max-width: 1289px) {
  #header .menu_area .btn {
    width: 10rem;
  }
}

.menu_header {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: 3.5em;
  padding: 1rem 2.5rem;
}
@media screen and (min-width: 960px) {
  .menu_header a:hover {
    font-weight: 700;
  }
}
@media screen and (max-width: 1289px) {
  .menu_header {
    font-size: 0.875rem;
    padding: 1rem 2rem;
    gap: 1.5em;
  }
}

#hamburger_btn,
#hamburger_bg {
  display: none;
}

/*==========
ハンバーガーメニュー
==========*/
@media screen and (max-width: 979px) {
  #header {
    /*== オープン ==*/
  }
  #header .logo_area {
    padding: 1rem;
  }
  #header .logo_area img {
    max-width: 4.25rem;
  }
  #header .menu_area {
    transition: -webkit-clip-path 0.5s;
    transition: clip-path 0.5s;
    transition: clip-path 0.5s, -webkit-clip-path 0.5s;
    -webkit-clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
            clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
    position: fixed;
    width: 100%;
    height: auto;
    top: var(--headerHeight);
    left: 50%;
    transform: translateX(-50%);
    padding: var(--paddingLR);
  }
  #header .menu_area .bg {
    flex-direction: column;
    height: auto;
    padding: var(--paddingLR);
    background-color: rgba(255, 255, 255, 0.9);
  }
  #header .menu_area .btn_area {
    height: auto;
    width: 100%;
  }
  #header .menu_area .btn {
    padding: 1em var(--paddingLR);
    width: 100%;
    max-width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
  #header.open .menu_area {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  #header.open #hamburger_btn span:nth-child(1) {
    margin-bottom: -5px;
    transform: rotate(35deg);
  }
  #header.open #hamburger_btn span:nth-child(2) {
    opacity: 0;
  }
  #header.open #hamburger_btn span:nth-child(3) {
    margin-top: -5px;
    transform: rotate(-35deg);
  }
  #header.open #hamburger_bg {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    opacity: 0.5;
  }
  .menu_header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
  /*==========
  ハンバーガーメニュー
  ==========*/
  /*== ボタン ==*/
  #hamburger_btn {
    cursor: pointer;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #F8C80C;
    border-radius: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #hamburger_btn .bar {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  #hamburger_btn span {
    transition: opacity 0.5s;
    width: 1rem;
    height: 1px;
    border-radius: 100px;
    background-color: #000;
  }
  /*== エリア外 ==*/
  #hamburger_bg {
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.5s;
    will-change: opacity;
  }
}
/*==========
フッター
==========*/
#footer {
  position: relative;
  z-index: 2;
  background-color: #F0F0F0;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}
#footer .flex {
  display: flex;
  justify-content: space-between;
}
#footer .logo_area {
  max-width: 10rem;
}
#footer .menu_area {
  margin-top: 2rem;
}
#footer .menu_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2.5em;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  #footer .menu_footer a:hover {
    font-weight: 700;
  }
}
#footer .menu_sns {
  display: flex;
  gap: 1.125rem;
}
#footer .menu_sns > * {
  width: 2.125rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #footer .menu_sns a {
    transition: opacity 0.5s;
  }
  #footer .menu_sns a:hover {
    opacity: 0.5;
  }
}
#footer .lower {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem 2.5rem;
}
#footer .lower .btn {
  width: 100%;
  max-width: 360px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #F8C80C;
  border-radius: 10px;
  padding: 0.25rem 1.5rem;
}
#footer .lower .btn::before {
  content: attr(data-en);
  font-family: "DM Sans";
  font-size: 1.53846153em;
  font-weight: 700;
  margin-right: 0.5em;
}
#footer .lower .btn::after {
  content: "";
  width: 1.75em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/icon_arrowcirlce_black.svg") no-repeat;
  display: block;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  #footer .lower .btn {
    transition: transform 0.5s;
  }
  #footer .lower .btn::after {
    transition: transform 0.5s;
  }
  #footer .lower .btn:hover {
    transform: translate(2px, 2px);
  }
  #footer .lower .btn:hover::after {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 979px) {
  #footer .flex {
    flex-direction: column;
  }
  #footer .logo_area {
    max-width: 105px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .menu_footer {
    font-size: 0.8125rem;
    justify-content: center;
  }
  #footer .lower {
    justify-content: center;
    margin-top: 2.5rem;
  }
  #footer .lower .btn {
    max-width: 325px;
    height: 69px;
    font-size: 0.8125rem;
  }
}

/*==========
コピーライト
==========*/
.copyright {
  margin-top: 5rem;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .copyright {
    margin-top: 3.125rem;
    font-size: 0.625rem;
  }
}

/*==========
PageToTop
==========*/
/*========== 個別 ==========*/
/*==========
MV
==========*/
#mv {
  font-size: clamp(10px, 1.11111vw, 16px);
  position: relative;
}
#mv .text_area {
  max-width: 38.875em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19.375em;
  padding-bottom: 32em;
}
#mv .text_area .logo {
  margin-bottom: 1.5em;
}
#mv .text_area img {
  margin-left: auto;
  margin-right: auto;
}
#mv .deco_area {
  pointer-events: none;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#mv .deco_area .deco {
  position: absolute;
}
#mv .deco_area .deco_01 {
  width: 22.3125em;
  top: 1.5em;
  left: -5.5em;
}
#mv .deco_area .deco_02 {
  width: 41.5em;
  top: -5em;
  left: 17.375em;
}
#mv .deco_area .deco_03 {
  width: 45em;
  top: -8.3125em;
  right: -15em;
}
#mv .deco_area .deco_04 {
  width: 42.3125em;
  top: 27.375em;
  left: -18.4375em;
}
#mv .deco_area .deco_05 {
  width: 26.5625em;
  top: 44.25em;
  left: 25em;
}
#mv .deco_area .deco_06 {
  width: 29.21875em;
  top: 39.375em;
  right: 12.9375em;
  z-index: -1;
}
#mv .sp {
  display: none;
}
@media screen and (max-width: 639px) {
  #mv {
    font-size: 1rem;
  }
  #mv .pc {
    display: none;
  }
  #mv .sp {
    display: block;
  }
  #mv .text_area {
    max-width: 17.5em;
    padding-top: 15.125em;
    padding-bottom: 25.1875em;
  }
  #mv .text_area .logo {
    margin-bottom: 1.5em;
  }
  #mv .deco_area {
    max-width: 375px;
  }
  #mv .deco_area .deco_01 {
    width: 13.96875em;
    top: -3.6875em;
    left: -3.125em;
  }
  #mv .deco_area .deco_02 {
    width: 21.625em;
    top: -6em;
    left: auto;
    right: -8.8125em;
  }
  #mv .deco_area .deco_03 {
    width: 18.4375em;
    top: 20em;
    left: -11.375em;
    right: auto;
  }
  #mv .deco_area .deco_04 {
    width: 15.9375em;
    top: 32.875em;
    left: 1.125em;
  }
  #mv .deco_area .deco_05 {
    width: 11.75em;
    top: 19.6875em;
    left: auto;
    right: -3.3125em;
  }
}

#float_banner {
  position: absolute;
  bottom: 12.8125em;
  right: -1.5em;
  z-index: 98;
  color: #fff;
  text-align: center;
  background: center/contain url("../img/float_banner_bg.svg") no-repeat;
  padding: 4em;
}
#float_banner .text_big {
  font-size: 1.125em;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#float_banner .text_small {
  font-size: 0.8125em;
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  #float_banner {
    background-image: url("../img/float_banner_bg_sp.svg");
    padding: 2em 1.75em 1.75em;
    bottom: 7.5em;
    right: -0.5em;
  }
  #float_banner .text_big {
    font-size: 0.5625em;
  }
  #float_banner .text_small {
    font-size: 0.5em;
  }
}

/*==========
whats
==========*/
#whats {
  color: #fff;
  position: relative;
  font-size: clamp(10px, 1.11111vw, 16px);
}
#whats .inner {
  font-size: clamp(10px, 1.4705883vw, 16px);
}
#whats .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 1.875em;
  color: #fff;
  background: center bottom/contain url("../img/whats_title_bg.png") no-repeat;
  margin-bottom: 1em;
}
#whats .logo {
  width: 80%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#whats .text_area {
  margin-top: 2.5em;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
#whats .text_area p {
  font-size: 1.0625em;
}
#whats .deco_area {
  pointer-events: none;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#whats .deco_area .deco {
  position: absolute;
}
#whats .deco_area .deco_01 {
  width: 25em;
  top: -5em;
  left: -6.25em;
}
#whats .deco_area .deco_02 {
  width: 38.375em;
  top: -7.75em;
  right: -18.25em;
}
@media screen and (max-width: 979px) {
  #whats {
    font-size: 1rem;
    padding-bottom: 14rem;
  }
  #whats .inner {
    font-size: 1rem;
  }
  #whats .title {
    font-size: 0.875rem;
  }
  #whats .logo {
    max-width: 244px;
  }
  #whats .text_area p {
    font-size: 0.8125rem;
  }
  #whats .deco_area {
    max-width: 375px;
  }
  #whats .deco_area .deco_01 {
    width: 10.375em;
    top: auto;
    bottom: -2rem;
    left: -1.5em;
    transform: rotate(18deg);
  }
  #whats .deco_area .deco_02 {
    width: 16.1875em;
    top: auto;
    bottom: -4rem;
    right: -7.75em;
  }
}

/*==========
activities
==========*/
#activities {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(10px, 1.11111vw, 16px);
}
#activities .inner {
  font-size: clamp(10px, 1.4705883vw, 16px);
}
#activities .intro_area {
  position: relative;
}
#activities .intro_area .title_area {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-top: 4em;
  padding-left: 12em;
  padding-right: 12em;
  margin-bottom: 2.5em;
}
#activities .intro_area .title_area::before, #activities .intro_area .title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
}
#activities .intro_area .title_area::before {
  background: center/contain url("../img/title_deco-activities-left.svg") no-repeat;
  width: 6.75em;
  aspect-ratio: 108/78;
  left: 5em;
}
#activities .intro_area .title_area::after {
  background: center/contain url("../img/title_deco-activities-right.svg") no-repeat;
  width: 12.1875em;
  aspect-ratio: 195/211;
  right: 0;
  bottom: -3.5em;
}
#activities .intro_area .title_area .title {
  font-size: 4.6875em;
  font-weight: 700;
  font-family: "gotham", sans-serif;
  line-height: 0.875;
}
#activities .intro_area .title_area .bubble {
  text-align: center;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.25;
  color: #256DD3;
  background: center/contain url("../img/activities_bubble.svg") no-repeat;
  padding: 2em;
  transform: rotate(9deg);
  margin-top: -2.5em;
  margin-left: -3.5em;
}
#activities .intro_area .text_area {
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
#activities .intro_area .announce {
  margin: 2.8125em auto;
  background: center/contain url("../img/activities_bg_click.svg") no-repeat;
  color: #2669C7;
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  padding: 10em 11em 10em 10em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#activities .intro_area .deco_area {
  pointer-events: none;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#activities .intro_area .deco_area .deco {
  position: absolute;
}
#activities .intro_area .deco_area .deco_01 {
  width: 48.34375em;
  top: 5.5em;
  left: -18.875em;
}
#activities .intro_area .deco_area .deco_02 {
  width: 26.875em;
  top: 19.5em;
  right: -5.5em;
}
#activities .menu {
  display: flex;
}
#activities .menu > * {
  flex: 1;
}
#activities .menu a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 480/320;
  width: 100%;
  max-height: 400px;
  position: relative;
  z-index: 1;
}
#activities .menu a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3B5245;
  opacity: 0.84;
  z-index: -1;
}
#activities .menu a::after {
  content: "";
  width: 3em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/icon_arrowcirlce_white.svg") no-repeat;
  transform: rotate(90deg);
  margin-top: 1.125em;
}
@media screen and (min-width: 960px) {
  #activities .menu a::before {
    transition: background-color 0.5s;
  }
  #activities .menu a:hover::before {
    background-color: var(--color);
  }
}
#activities .menu .title_area {
  margin-bottom: 2em;
}
#activities .menu .text_area {
  font-size: 0.9375em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 979px) {
  #activities {
    font-size: 1rem;
  }
  #activities .inner {
    font-size: 1rem;
  }
  #activities .intro_area .title_area {
    font-size: clamp(0.75rem, 4.26666vw, 1rem);
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1.5em;
  }
  #activities .intro_area .title_area::before {
    width: 2.5em;
    left: -1.625em;
    bottom: 0.125em;
  }
  #activities .intro_area .title_area::after {
    width: 3.84375em;
    bottom: -1em;
  }
  #activities .intro_area .title_area .title {
    font-size: 1.875em;
  }
  #activities .intro_area .title_area .bubble {
    font-size: 0.875em;
    margin-left: -2.5em;
    padding: 1.75em 1.5em 1.25em;
  }
  #activities .intro_area .text_area {
    font-size: 0.8125rem;
  }
  #activities .intro_area .announce {
    margin: 1.5em auto;
    padding: 8em 8.5em 8em 8em;
    font-size: 0.625em;
  }
  #activities .intro_area .deco_area {
    max-width: 375px;
  }
  #activities .intro_area .deco_area .deco_01 {
    width: 15.125em;
    top: auto;
    bottom: -4.5em;
    left: -7em;
  }
  #activities .intro_area .deco_area .deco_02 {
    width: 9.6875em;
    top: auto;
    bottom: -2em;
    right: -2.25em;
  }
  #activities .menu {
    flex-direction: column;
  }
  #activities .menu a {
    padding-top: 1rem;
    height: 230px;
    aspect-ratio: auto;
  }
  #activities .menu a::before {
    background-color: var(--color);
  }
  #activities .menu a::after {
    width: 1.875em;
  }
  #activities .menu .title_area {
    font-size: clamp(0.75rem, 3.466666vw, 0.8125rem);
    margin-bottom: 1em;
  }
  #activities .menu .text_area {
    font-size: 0.625em;
  }
}

.layout_activities {
  background-color: var(--color_bg);
}
.layout_activities .bg_white {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 8.75rem;
  padding-bottom: 6.75rem;
  position: relative;
}
.layout_activities .number {
  position: absolute;
  top: -2.75em;
  left: -2em;
  background-color: var(--color);
  color: #fff;
  font-family: "gotham", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 4rem 2rem 4rem 3.5rem;
  -webkit-clip-path: polygon(50% 0%, 100% 21%, 100% 88%, 36% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 21%, 100% 88%, 36% 100%, 0% 50%);
}
.layout_activities .title_area {
  display: flex;
  gap: 2.5rem 5rem;
  margin-bottom: 3.4375rem;
}
.layout_activities .title_area > * {
  flex: 1;
}
.layout_activities .title_area .img_area {
  font-size: clamp(8px, 1.11111vw, 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout_activities .title_area .title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 1.5em;
}
.layout_activities .title_area .text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.layout_activities .photo_area:not(:last-child),
.layout_activities .eligible_area:not(:last-child),
.layout_activities .frequency_area:not(:last-child),
.layout_activities .coaches_area:not(:last-child) {
  margin-bottom: 5rem;
}
.layout_activities .eligible_area .list {
  display: flex;
}
.layout_activities .eligible_area .list > * {
  flex: 1;
}
.layout_activities .eligible_area .list > *:not(:last-child) {
  border-right: 1px dashed rgba(112, 112, 112, 0.4);
}
.layout_activities .eligible_area .list .icon_area {
  width: 5.3125rem;
  margin-left: auto;
  margin-right: auto;
}
.layout_activities .eligible_area .list .text_area {
  text-align: center;
}
.layout_activities .eligible_area .list .text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25;
}
.layout_activities .eligible_area .list .text + .aside {
  margin-top: 1em;
}
.layout_activities .eligible_area .list .aside {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
}
.layout_activities .frequency_area .frequency {
  display: flex;
  border: 1px solid var(--color);
  border-radius: 10px;
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 700;
}
.layout_activities .frequency_area .label {
  background-color: var(--color);
  padding: 1.25rem 3.5rem;
  color: #fff;
}
.layout_activities .frequency_area .text {
  padding: 1.25rem 1.75rem;
}
.layout_activities .banner {
  font-size: clamp(8px, 1.4705883vw, 16px);
  width: 100%;
  aspect-ratio: 1040/200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
  padding: 2.5em;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.layout_activities .banner .bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.layout_activities .banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--color_bg);
  opacity: 0.78;
  z-index: -1;
}
.layout_activities .banner .img_area {
  width: 22.5em;
  flex-shrink: 0;
}
.layout_activities .banner .img_area img {
  margin-left: auto;
  margin-right: auto;
}
.layout_activities .banner .text_area {
  flex-grow: 1;
  padding-right: 2.5em;
  position: relative;
}
.layout_activities .banner .text_area::after {
  content: "";
  width: 3em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/icon_arrowcirlce_white.svg") no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.layout_activities .banner .title {
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.layout_activities .banner .text {
  font-size: 0.8125em;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .layout_activities .banner .bg {
    transition: transform 0.5s;
  }
  .layout_activities .banner:hover .bg {
    transform: scale(1.05);
  }
}
.layout_activities .coaches_area .list {
  display: flex;
  gap: 1.5rem;
}
.layout_activities .coaches_area .list > * {
  flex: 1;
}
.layout_activities .coaches_area .list .img_area {
  aspect-ratio: 332/240;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.layout_activities .coaches_area .list .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_activities .coaches_area .list .name {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.layout_activities .coaches_area .list .text {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  .layout_activities .bg_white {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 4.5rem;
    padding-bottom: 2.5rem;
  }
  .layout_activities .number {
    font-size: 0.75rem;
    padding: 2.5em 1em 2.25em 1.5em;
    top: -2.5em;
    left: -1.5em;
  }
  .layout_activities .title_area {
    flex-direction: column;
  }
  .layout_activities .title_area .title {
    font-size: 0.9375rem;
  }
  .layout_activities .title_area .text {
    font-size: 0.8125rem;
  }
  .layout_activities .eligible_area .list {
    flex-direction: column;
    gap: 2rem;
  }
  .layout_activities .eligible_area .list > *:not(:last-child) {
    border-right: none;
  }
  .layout_activities .eligible_area .list .text {
    font-size: 0.875rem;
  }
  .layout_activities .eligible_area .list .aside {
    font-size: 0.625rem;
  }
  .layout_activities .frequency_area .frequency {
    text-align: center;
    flex-direction: column;
    font-size: 0.875rem;
  }
  .layout_activities .frequency_area .label {
    padding: 0.75rem;
  }
  .layout_activities .frequency_area .text {
    padding: 0.75rem;
  }
  .layout_activities .banner {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 282/240;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2rem 0.5rem 1.25rem;
  }
  .layout_activities .banner .img_area {
    width: 100%;
  }
  .layout_activities .banner .text_area {
    width: 100%;
    max-width: 238px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  .layout_activities .banner .text_area::after {
    display: none;
  }
  .layout_activities .banner .title {
    font-size: 0.875rem;
    text-align: center;
  }
  .layout_activities .banner .text {
    margin-top: auto;
    font-size: 0.6875rem;
    padding-right: 2.5em;
    position: relative;
  }
  .layout_activities .banner .text::after {
    content: "";
    width: 3em;
    aspect-ratio: 1/1;
    background: center/contain url("../img/icon_arrowcirlce_white.svg") no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .layout_activities .coaches_area .list {
    gap: 0;
  }
  .layout_activities .coaches_area .list > * {
    flex: none;
  }
  .layout_activities .coaches_area .list .img_area {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout_activities .coaches_area .list .name {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  .layout_activities .coaches_area .list .text {
    font-size: 0.8125rem;
  }
}

.slider_photo {
  position: relative;
}
.slider_photo img {
  border-radius: 10px;
}
.slider_photo .navigation_area {
  width: calc(100% + 4rem);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.slider_photo .slider_photo-prev,
.slider_photo .slider_photo-next {
  cursor: pointer;
  width: 3rem;
  aspect-ratio: 1/1;
  background: center/33% url("../img/icon_arrow_white.svg") no-repeat var(--color);
  border-radius: 50%;
  pointer-events: auto;
}
.slider_photo .slider_photo-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 979px) {
  .slider_photo .navigation_area {
    width: calc(100% + 2rem);
  }
  .slider_photo .slider_photo-prev,
.slider_photo .slider_photo-next {
    width: 1.5rem;
  }
}

.slider_coaches {
  position: relative;
}
.slider_coaches .navigation_area {
  width: calc(100% + 1.5rem);
  display: none;
  justify-content: space-between;
  position: absolute;
  top: 6.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.slider_coaches .slider_coaches-prev,
.slider_coaches .slider_coaches-next {
  cursor: pointer;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: center/33% url("../img/icon_arrow_white.svg") no-repeat var(--color);
  border-radius: 50%;
  pointer-events: auto;
}
.slider_coaches .slider_coaches-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 979px) {
  .slider_coaches .navigation_area {
    display: flex;
  }
}

#fc {
  position: relative;
  z-index: 2;
}

/*==========
voice
==========*/
#voice {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#voice .deco_area {
  pointer-events: none;
  font-size: clamp(10px, 1.11111vw, 16px);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#voice .deco_area .deco {
  position: absolute;
}
#voice .deco_area .deco_01 {
  width: 40.375em;
  right: -17.8125em;
  top: -15.6875em;
}
#voice .title_area {
  margin-bottom: 2rem;
  font-size: clamp(10px, 1.4705883vw, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 11em;
  padding-right: 11em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#voice .title_area::before, #voice .title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
}
#voice .title_area::before {
  background: center/contain url("../img/title_deco-voice-left.svg") no-repeat;
  width: 8.9375em;
  aspect-ratio: 143/154;
  left: 0em;
  bottom: -1.75em;
}
#voice .title_area::after {
  background: center/contain url("../img/title_deco-voice-right.svg") no-repeat;
  width: 5.8125em;
  aspect-ratio: 93/74;
  right: 3.5em;
  bottom: 0.5em;
}
@media screen and (max-width: 979px) {
  #voice {
    padding-bottom: var(--paddingSection);
    padding-top: 5rem;
  }
  #voice .deco_area {
    font-size: 1rem;
  }
  #voice .deco_area .deco_01 {
    width: 17.3125em;
    right: -7.625em;
    top: -8.4375em;
  }
  #voice .title_area {
    font-size: 1rem;
    padding-left: 3.75em;
    padding-right: 3.75em;
    margin-bottom: 1em;
  }
  #voice .title_area::before {
    width: 3.5em;
    aspect-ratio: 112/121;
    left: 0em;
    bottom: -0.5em;
  }
  #voice .title_area::after {
    width: 2.5em;
    aspect-ratio: 40/32;
    right: 1.5em;
    bottom: 0.5em;
  }
}

.slider_voice {
  font-size: clamp(10px, 1.11111vw, 16px);
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}
.slider_voice .swiper-slide {
  padding: 6px;
  height: auto;
}
.slider_voice .item {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 2.5em 3em;
  height: 100%;
}
.slider_voice .row_title {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.slider_voice .img_area {
  flex-shrink: 0;
  width: 8.75rem;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.slider_voice .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_voice .post {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
.slider_voice .name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.slider_voice .title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  color: #286DD4;
}
.slider_voice .row_text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
}
.slider_voice .row_sp {
  display: contents;
}
.slider_voice .navigation_area {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.slider_voice .slider_voice-prev,
.slider_voice .slider_voice-next {
  cursor: pointer;
  width: 3rem;
  aspect-ratio: 1/1;
  background: center/33% url("../img/icon_arrow_white.svg") no-repeat #4292F5;
  border-radius: 50%;
  pointer-events: auto;
}
.slider_voice .slider_voice-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 979px) {
  .slider_voice {
    padding-left: 0;
    padding-right: 0;
  }
  .slider_voice .item {
    padding: var(--paddingLR);
  }
  .slider_voice .navigation_area {
    width: calc(100% + 1rem);
  }
  .slider_voice .slider_voice-prev,
.slider_voice .slider_voice-next {
    width: 1.5rem;
  }
  .slider_voice .row_title {
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }
  .slider_voice .img_area {
    width: 8.375rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .slider_voice .row_sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 8.375rem;
    padding-right: 9.625rem;
    margin-bottom: 1rem;
  }
  .slider_voice .post {
    font-size: 0.6875rem;
  }
  .slider_voice .name {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .slider_voice .title {
    font-size: 0.9375rem;
  }
  .slider_voice .row_text {
    font-size: 0.8125rem;
  }
}

/*==========
access
==========*/
#access {
  padding-bottom: 0;
}
#access .row_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
#access .row_title .aside {
  font-size: 0.9375rem;
  font-weight: 700;
}
#access .title_area {
  font-size: clamp(10px, 1.4705883vw, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 6.5em;
  padding-right: 6.5em;
  margin-left: -6.5em;
  position: relative;
}
#access .title_area::before, #access .title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
}
#access .title_area::before {
  background: center/contain url("../img/title_deco-access-left.svg") no-repeat;
  width: 6.1875em;
  aspect-ratio: 99/107;
  left: 0em;
  bottom: -1.75em;
}
#access .title_area::after {
  background: center/contain url("../img/title_deco-access-right.svg") no-repeat;
  width: 3.875em;
  aspect-ratio: 62/60;
  right: 5.5em;
  bottom: 4.5em;
}
#access .title_area .title_01::before {
  margin-left: 1em;
}
#access .list {
  display: flex;
  gap: 2rem 1.5rem;
}
#access .list > * {
  flex: 1;
}
#access .list .map_area {
  margin-bottom: 0.25rem;
}
#access .list .map_area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 332/176;
}
#access .list .title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#access .list .text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 979px) {
  #access {
    padding-bottom: var(--paddingSection);
  }
  #access .row_title {
    flex-direction: column;
  }
  #access .row_title .aside {
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: auto;
  }
  #access .title_area {
    font-size: 1rem;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #access .title_area::before {
    width: 2.28125em;
    aspect-ratio: 73/99;
    left: 0em;
    bottom: 0.5em;
    transform: rotate(22deg);
  }
  #access .title_area::after {
    width: 1.5em;
    aspect-ratio: 48/47;
    right: 0.5em;
    bottom: 2em;
  }
  #access .list {
    flex-direction: column;
  }
  #access .list .title {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
  #access .list .text {
    font-size: 0.8125rem;
  }
}

/*==========
news
==========*/
#news {
  position: relative;
  z-index: 1;
}
#news .deco_area {
  pointer-events: none;
  font-size: clamp(10px, 1.11111vw, 16px);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#news .deco_area .deco {
  position: absolute;
}
#news .deco_area .deco_01 {
  width: 33.875em;
  left: -16.9375em;
  bottom: -13.875em;
}
#news .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
#news .title_area {
  flex-shrink: 0;
  font-size: clamp(10px, 1.4705883vw, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5em;
  margin-left: -5em;
  position: relative;
}
#news .title_area::before, #news .title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
}
#news .title_area::before {
  background: center/contain url("../img/title_deco-news.svg") no-repeat;
  width: 7.625em;
  aspect-ratio: 122/143;
  left: 0em;
  bottom: 3.5em;
}
#news .list_area {
  max-width: 800px;
}
#news .list > * {
  border-top: 1px solid rgba(112, 112, 112, 0.4);
}
#news .list > *:last-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
#news .list > *:not(:has(a)),
#news .list > * a {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: block;
}
#news .list time {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #286DD4;
  margin-bottom: 0.75rem;
  display: block;
}
#news .list .title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  color: #286DD4;
  margin-bottom: 1.25rem;
}
#news .list .text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  #news .list a {
    transition: opacity 0.5s;
  }
  #news .list a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 979px) {
  #news {
    padding-bottom: 9rem;
  }
  #news .deco_area {
    font-size: 1rem;
  }
  #news .deco_area .deco_01 {
    width: 16.125em;
    left: -6.9375em;
    bottom: -6.9375em;
  }
  #news .title_area {
    font-size: 1rem;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #news .title_area::before {
    width: 2.96875em;
    aspect-ratio: 95/86;
    left: 0.25em;
    bottom: 0em;
    background-image: url("../img/title_deco-news-left_sp.svg");
  }
  #news .title_area::after {
    width: 1.25em;
    aspect-ratio: 16/18;
    right: 1.75em;
    bottom: 1.5em;
    background: center/contain url("../img/title_deco-news-right_sp.svg") no-repeat;
  }
  #news .flex {
    flex-direction: column;
    gap: 0;
  }
  #news .list time {
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
  }
  #news .list .title {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
  }
  #news .list .text {
    font-size: 0.8125rem;
  }
}

/*==========
scp
==========*/
#scp {
  position: relative;
  z-index: 2;
  background-color: #286DD4;
  color: #fff;
}
#scp .inner {
  max-width: calc(1120px + var(--paddingLR) * 2);
}
#scp .flex {
  display: flex;
  gap: 2.5rem;
}
#scp .flex > * {
  flex: 1;
}
#scp .title_area {
  display: flex;
  flex-direction: column;
}
#scp .title {
  font-family: "gotham", sans-serif;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 0.875;
  letter-spacing: -0.06em;
  margin-bottom: 1rem;
}
#scp .title .small {
  font-size: 0.5em;
  font-weight: 300;
}
#scp .title_sub {
  margin-top: auto;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
#scp .text {
  font-size: 0.9375rem;
  font-weight: 500;
}
#scp .img_area img {
  border-radius: 10px;
}
#scp .btn {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 460px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #286DD4;
  background-color: #fff;
  border-radius: 10px;
  padding: 0.25rem 2rem;
}
#scp .btn::after {
  content: "";
  width: 1.75em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/icon_arrowcirlce_blue.svg") no-repeat;
  display: block;
  flex-shrink: 0;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  #scp .btn {
    transition: transform 0.5s;
  }
  #scp .btn::after {
    transition: transform 0.5s;
  }
  #scp .btn:hover {
    transform: translate(2px, 2px);
  }
  #scp .btn:hover::after {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 979px) {
  #scp .flex {
    flex-direction: column;
    gap: 0;
  }
  #scp .title_area {
    display: contents;
  }
  #scp .title {
    font-size: 2.3125rem;
    order: -4;
  }
  #scp .title_sub {
    font-size: 0.9375rem;
  }
  #scp .text {
    font-size: 0.8125rem;
  }
  #scp .img_area {
    order: -3;
    margin-bottom: 1rem;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #scp .btn {
    max-width: 325px;
    font-size: 0.8125rem;
    padding: 0.5em 1em;
  }
}

/*==========
scp
==========*/
#safe_gurding {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#safe_gurding .deco_area {
  pointer-events: none;
  font-size: clamp(10px, 1.11111vw, 16px);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
#safe_gurding .deco_area .deco {
  position: absolute;
}
#safe_gurding .deco_area .deco_01 {
  width: 41.375em;
  left: -16.375em;
  bottom: -22.625em;
}
#safe_gurding .deco_area .deco_02 {
  width: 41.375em;
  right: -21.3125em;
  top: -17.75em;
}
#safe_gurding .bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 2rem 2.5rem;
}
#safe_gurding .bg + .aside {
  margin-top: 2rem;
}
#safe_gurding .title_02 {
  padding-left: 0;
}
#safe_gurding .title_02::before {
  display: none;
}
#safe_gurding .text {
  font-size: 0.9375rem;
  font-weight: 500;
}
#safe_gurding .aside {
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 979px) {
  #safe_gurding {
    padding-bottom: 8rem;
  }
  #safe_gurding .deco_area {
    font-size: 1rem;
  }
  #safe_gurding .deco_area .deco_01 {
    width: 18.4375em;
    left: -6.125em;
    bottom: -9.875em;
  }
  #safe_gurding .deco_area .deco_02 {
    width: 15.3125em;
    right: -6.125em;
    top: -6.9375em;
  }
  #safe_gurding .bg {
    padding: var(--paddingLR);
  }
  #safe_gurding .bg + .aside {
    margin-top: 1.5rem;
  }
  #safe_gurding .text {
    font-size: 0.8125rem;
  }
  #safe_gurding .aside {
    font-size: 0.625rem;
  }
}