@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;
}

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

html {
  font-size: 16px;
}

body {
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  color: #1C1C1C;
  line-height: 1.5;
  width: 100%;
}

.body_wrap {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: calc(var(container) + 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(var(--inner) + 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(var(--inner_contents) + var(--paddingLR) * 2);
  padding-left: var(--paddingLR);
  padding-right: var(--paddingLR);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 959px) {
  .container .inner,
.container .inner_contents,
.inner .inner_contents {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor {
  padding-top: var(--headerHeight);
  margin-top: calc(var(--headerHeight) * -1);
}

a:not([class]) {
  color: var(--color_red);
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  a:not([class^=btn_]) {
    transition: opacity 0.5s;
  }
  a:not([class^=btn_]):hover {
    opacity: 0.5;
  }
}

/*========== レイアウト用 ==========*/
.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: 959px) {
  .fs_12 {
    font-size: 1rem;
  }
}

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

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

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

.fs_16 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========
汎用クラス
==========*/
.ib {
  display: inline-block;
}

.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: 959px) {
  .sp_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 959px) {
  .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: 959px) {
  .mt_56 {
    margin-top: 40px;
  }
}

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

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

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

.mt_160 {
  margin-top: 160px;
}
@media screen and (max-width: 959px) {
  .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: 959px) {
  .mb_56 {
    margin-bottom: 40px;
  }
}

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

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

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

.mb_160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
  .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: 959px) {
  .pt_56 {
    padding-top: 40px;
  }
}

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

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

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

.pt_160 {
  padding-top: 160px;
}
@media screen and (max-width: 959px) {
  .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: 959px) {
  .pb_56 {
    padding-bottom: 40px;
  }
}

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

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

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

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

html:has(body.no-scroll) {
  scrollbar-gutter: stable;
}
html:has(body.no-scroll) body.no-scroll {
  overflow: clip;
  touch-action: none;
}

.fadeIn {
  opacity: 0;
}

:root {
  --headerHeight: 100px;
  --paddingSection: 60px;
  --paddingLR: 24px;
  --color_red: #E50721;
  --color_red_hover: #9e0012;
  --color_blue: #101096;
  --color_pink: #F76475;
  --color_gray: #707070;
  --color_gray_hover: #494949;
  --container: 1360px;
  --inner: 1200px;
  --inner_contents: 960px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 60px;
    --paddingSection: 40px;
  }
}

/*========== 余白設定 ==========*/
p:not([class]):not(:first-child) {
  margin-top: 0.5em;
}

/*==========
汎用デザイン
==========*/
sup {
  display: inline;
  vertical-align: super;
  font-size: 0.625em;
}

.text_red {
  color: var(--color_red);
}

.asterisk {
  position: relative;
  padding-left: 1em;
}
.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
}

.indent_icon {
  display: flex;
  align-items: flex-start;
}
.indent_icon > *:not(:first-child) {
  flex: 1;
}

.layout_label {
  display: flex;
  font-size: 0.9375rem;
}
.layout_label:not(:first-child) {
  margin-top: 2.5rem;
}
.layout_label > * {
  padding: 1.5rem;
}
.layout_label .label_area {
  background-color: var(--color_red);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  font-weight: 700;
}
.layout_label .text_area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--color_red);
  font-weight: 500;
}
.layout_label .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
}
.layout_label .list > * {
  position: relative;
  padding-left: 1em;
}
.layout_label .list > *::before {
  content: "・";
  color: var(--color_red);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 959px) {
  .layout_label {
    flex-direction: column;
    font-size: 0.875rem;
  }
  .layout_label:not(:first-child) {
    margin-top: 1.5rem;
  }
  .layout_label > * {
    padding: 0.75rem;
  }
  .layout_label .label_area {
    width: 100%;
  }
}

.layout_people_term {
  border-top: 1px solid rgba(229, 7, 33, 0.15);
  padding-top: 1.125rem;
}
.layout_people_term:not(:first-child) {
  margin-top: 5rem;
}
.layout_people_term .title_main {
  font-size: 1.25rem;
  font-weight: 700;
}
.layout_people_term .title_main::before {
  content: "-";
  color: var(--color_red);
  margin-right: 0.325rem;
}
.layout_people_term .people {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem 2.5rem;
}
.layout_people_term .img_area {
  width: 48.2142%;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 540/340;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.layout_people_term .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout_people_term .text_area {
  flex: 1;
}
.layout_people_term .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.layout_people_term .name {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.layout_people_term .post {
  font-size: 0.875rem;
  font-weight: 500;
}
.layout_people_term .text_link {
  width: 100%;
  margin-top: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.layout_people_term .text_link::after {
  content: "";
  width: 3em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrowCircle-red.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  .layout_people_term .img_area img {
    transition: transform 0.5s;
  }
  .layout_people_term .text_link::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--color_red);
    transition: width 0.5s;
    position: absolute;
    bottom: 0.5em;
  }
  .layout_people_term .text_link::after {
    transition: transform 0.5s;
  }
  .layout_people_term a:hover {
    opacity: 1;
  }
  .layout_people_term a:hover .img_area img {
    transform: scale(1.05);
  }
  .layout_people_term a:hover .text_link::before {
    width: calc(100% - 3.8em - 1rem);
  }
  .layout_people_term a:hover .text_link::after {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 959px) {
  .layout_people_term:not(:first-child) {
    margin-top: 2.5rem;
  }
  .layout_people_term .img_area {
    width: 100%;
  }
  .layout_people_term .text_area {
    width: 100%;
  }
  .layout_people_term .title_main {
    font-size: 1rem;
  }
  .layout_people_term .people {
    flex-direction: column;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .layout_people_term .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .layout_people_term .text_link {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}

.layout_news {
  font-weight: 500;
}
.layout_news .item:last-child .date_area {
  border-bottom: 1px solid var(--color_red);
}
.layout_news .item:last-child .category_area,
.layout_news .item:last-child .title_area {
  border-bottom: 1px solid #DDDBDB;
}
.layout_news .item:not(:has(a)),
.layout_news .item a {
  color: inherit;
  text-decoration: none;
  display: flex;
  min-height: 5.75rem;
  width: 100%;
}
.layout_news .item:not(:has(a)) > *,
.layout_news .item a > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout_news .date_area {
  padding: 0.5rem 1.5rem;
  border-top: 1px solid var(--color_red);
  font-size: 0.875rem;
  flex-shrink: 0;
}
.layout_news .list_category > * {
  background-color: var(--color_red);
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
.layout_news .category_area,
.layout_news .title_area {
  border-top: 1px solid #DDDBDB;
}
.layout_news .category_area {
  padding: 0.5rem 1.25rem;
}
.layout_news .title_area {
  flex: 1;
  padding: 0.5rem var(--paddingLR) 0.5rem 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 959px) {
  .layout_news .item:last-child .date_area,
.layout_news .item:last-child .category_area,
.layout_news .item:last-child .title_area {
    border-bottom: none;
  }
  .layout_news .item:not(:has(a)),
.layout_news .item a {
    flex-wrap: wrap;
    min-height: auto;
  }
  .layout_news .date_area {
    padding: 0.75rem 0.5rem 0.75rem 0;
    font-size: 0.625rem;
  }
  .layout_news .category_area {
    padding: 0.75rem 0.5rem;
    flex-grow: 1;
  }
  .layout_news .title_area {
    border-top: none;
    flex: 0 1 auto;
    width: 100%;
    padding: 0 0 0.75rem 0;
    font-size: 0.8125rem;
  }
}

.js_accordion_btn-target {
  cursor: pointer;
}

/*==========
リスト
==========*/
.list_category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--color_gray);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
.list_category a {
  text-decoration: none;
  color: inherit;
}
.list_category > * {
  background-color: #FAECEC;
  border-radius: 100px;
  padding: 0.625em 1.5em;
}
@media screen and (max-width: 959px) {
  .list_category {
    font-size: 0.625rem;
  }
}

.list_dots:not(:first-child) {
  margin-top: 0.5rem;
}
.list_dots > * {
  padding-left: 1em;
  position: relative;
}
.list_dots > *::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list_circle:not(:first-child) {
  margin-top: 0.5rem;
}
.list_circle > * {
  padding-left: 1.25em;
  position: relative;
}
.list_circle > *::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--color_red);
}

.list_icon:not(:first-child) {
  margin-top: 0.5rem;
}
.list_icon > * {
  display: flex;
  align-items: flex-start;
}
.list_icon > * > *:not(:first-child) {
  flex: 1;
}

/*==========
ボタン
==========*/
.btn_entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5em 2rem;
  width: 256px;
  height: 80px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
}
.btn_entry::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrow-white.svg") no-repeat;
  display: block;
}
.btn_entry [data-en]::before {
  content: attr(data-en);
  display: block;
  font-family: "DM Sans";
  letter-spacing: -0.02em;
  font-size: 1.3333em;
  font-weight: 400;
}
.btn_entry[data-color=pink] {
  background-color: var(--color_pink);
}
.btn_entry[data-color=red] {
  background-color: var(--color_red);
}
@media screen and (min-width: 960px) {
  .btn_entry {
    transition: background-color 0.5s;
  }
  .btn_entry:hover {
    background-color: var(--color_red_hover);
    opacity: 1;
  }
}

.btn_01 {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.btn_01:not(:first-child) {
  margin-top: 2.5rem;
}
.btn_01::after {
  content: "";
  width: 3.8em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrowCircle-red.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  .btn_01::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1C1C1C;
    transition: width 0.5s;
    position: absolute;
    bottom: 1em;
  }
  .btn_01[data-color=white] {
    color: #Fff;
  }
  .btn_01[data-color=white]::before {
    background-color: #fff;
  }
  .btn_01::after {
    transition: transform 0.5s;
  }
  .btn_01:hover::before {
    width: calc(100% - 3.8em - 1rem);
  }
  .btn_01:hover::after {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 959px) {
  .btn_01 {
    font-size: 0.75rem;
  }
}

.btn_back {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.btn_back:not(:first-child) {
  margin-top: 2.5rem;
}
.btn_back::before {
  content: "";
  width: 3.8em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrowCircle-red.svg") no-repeat;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .btn_back::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1C1C1C;
    transition: width 0.5s;
    position: absolute;
    left: calc(3.8em + 1rem);
    bottom: 1em;
  }
  .btn_back[data-color=white] {
    color: #Fff;
  }
  .btn_back[data-color=white]::after {
    background-color: #fff;
  }
  .btn_back::before {
    transition: transform 0.5s;
  }
  .btn_back:hover::before {
    transform: rotate(-180deg);
  }
  .btn_back:hover::after {
    width: calc(100% - 3.8em - 1rem);
  }
}
@media screen and (max-width: 959px) {
  .btn_back {
    font-size: 0.75rem;
  }
}

/*==========
タイトル
==========*/
.title_01 {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.title_01 .label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color_red);
  color: #fff;
  border-radius: 2px;
  padding: 0 0.5em;
  font-feature-settings: "palt";
}
.title_01::before {
  content: attr(data-en);
  color: var(--color_red);
  font-size: 4.4444em;
  font-family: "DM Sans";
  font-weight: 200;
  display: block;
  line-height: 1;
}
.title_01.bg_white .label {
  background-color: #fff;
  color: var(--color_red);
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 0.8125rem;
    margin-bottom: 1.5rem;
  }
  .title_01::before {
    font-size: 3.4615384em;
  }
}

.title_02 {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.title_02::before {
  content: "";
  width: 2.5em;
  height: 2px;
  border-radius: 100px;
  background-color: var(--color_red);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 959px) {
  .title_02 {
    font-size: 1.125rem;
  }
}

/*==========
ヘッダー
==========*/
#header {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: var(--headerHeight);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#header .logo_area {
  padding: 1.75rem 1.25rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .logo_area a,
#header .logo_area h1 {
  display: block;
  width: auto;
  height: 100%;
}
#header .logo_area img {
  height: 100%;
  width: auto;
}
#header .menu_area {
  display: flex;
}
#header .menu_area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5em 1em;
  min-width: 188px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
}
#header .menu_area .btn::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: center/contain url("../img/common/icon_arrow-white.svg") no-repeat;
  display: block;
}
#header .menu_area .btn [data-en]::before {
  content: attr(data-en);
  display: block;
  font-family: "DM Sans";
  letter-spacing: -0.02em;
  font-size: 1.3333em;
  font-weight: 400;
}
#header .menu_area .btn[data-color=pink] {
  background-color: var(--color_pink);
}
#header .menu_area .btn[data-color=red] {
  background-color: var(--color_red);
}
@media screen and (min-width: 960px) {
  #header .menu_area .btn {
    transition: background-color 0.5s;
  }
  #header .menu_area .btn:hover {
    background-color: var(--color_red_hover);
    opacity: 1;
  }
}
#header #hamburger_btn {
  cursor: pointer;
  background-color: var(--color_gray);
  color: #fff;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  gap: 0.8rem;
}
#header #hamburger_btn .bar {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#header #hamburger_btn .bar::before, #header #hamburger_btn .bar::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
}
#header #hamburger_btn .bar::before {
  transform: translate(-50%, -50%);
}
#header #hamburger_btn .bar::after {
  transform: translate(-50%, -50%);
}
#header #hamburger_btn span {
  transition: opacity 0.5s;
  width: 2.5rem;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
}
#header #hamburger_btn span:nth-child(3) {
  width: 1.25rem;
}
#header #hamburger_btn .label {
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  #header #hamburger_btn {
    transition: background-color 0.5s;
  }
  #header #hamburger_btn span {
    transition: width 0.5s, opacity 0.5s;
  }
  #header #hamburger_btn:hover {
    background-color: var(--color_gray_hover);
  }
  #header #hamburger_btn:hover span:nth-child(1) {
    width: 1.25rem;
  }
  #header #hamburger_btn:hover span:nth-child(3) {
    width: 2.5rem;
  }
}
@media screen and (max-width: 959px) {
  #header .logo_area {
    padding: 1.125rem;
  }
  #header .menu_area .btn {
    display: none;
  }
  #header #hamburger_btn {
    width: var(--headerHeight);
    padding: 0.5rem;
    gap: 6px;
  }
  #header #hamburger_btn .bar {
    gap: 4px;
  }
  #header #hamburger_btn span {
    width: 1.375rem;
  }
  #header #hamburger_btn span:nth-child(3) {
    width: 0.75rem;
  }
  #header #hamburger_btn .label {
    font-size: 9px;
  }
}

#global_menu {
  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%);
  padding: var(--paddingSection) 0;
  position: fixed;
  top: var(--headerHeight);
  left: -1px;
  background-color: #272727;
  opacity: 0.9;
  width: calc(100% + 2px);
  height: calc(100vh - var(--headerHeight));
  height: calc(100lvh - var(--headerHeight));
  overflow: auto;
}
#global_menu a {
  color: #fff;
  text-decoration: none;
}
#global_menu .flex {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#global_menu .upper {
  display: flex;
}
#global_menu .upper .col {
  flex: 1;
}
#global_menu .upper .title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
#global_menu .upper .title[data-en]::before {
  content: attr(data-en);
  font-size: 3.928571em;
  font-weight: 200;
  font-family: "DM Sans";
  display: block;
  color: var(--color_red);
  line-height: 1;
}
#global_menu .upper a:has(.title) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#global_menu .upper .title + .list,
#global_menu .upper a:has(.title) + .list {
  margin-top: 2.5rem;
}
#global_menu .lower {
  display: flex;
  justify-content: space-between;
  margin-top: var(--paddingSection);
  padding-top: var(--paddingSection);
  border-top: 1px solid rgba(255, 255, 255, 0.23);
}
#global_menu .lower .btn_area {
  display: flex;
  gap: 1.25rem;
}
#global_menu .list {
  font-weight: 500;
  font-size: 0.9375rem;
}
#global_menu .list > * {
  position: relative;
  padding-left: 1em;
}
#global_menu .list > *::before {
  content: "-";
  color: var(--color_red);
  position: absolute;
  left: 0;
}
#global_menu .list > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
#global_menu .list > *:not(.parent) + .parent {
  margin-top: 2.5em;
}
#global_menu .list .parent {
  font-size: 1.133333em;
  font-weight: 700;
}
#global_menu .list .parent::before {
  color: #fff;
}
@media screen and (max-width: 959px) {
  #global_menu .flex {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  #global_menu .upper,
#global_menu .lower {
    flex-direction: column;
  }
  #global_menu .upper .col {
    flex: 0 1 auto;
  }
  #global_menu .upper .col + .col {
    margin-top: 1.5rem;
  }
  #global_menu .upper .title {
    font-size: 1rem;
  }
  #global_menu .upper .title[data-en]::before {
    font-size: 2em;
  }
  #global_menu .upper .title + .list,
#global_menu .upper a:has(.title) + .list {
    margin-top: 0.5rem;
  }
  #global_menu .lower {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  #global_menu .lower .btn_area {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
  }
  #global_menu .list {
    font-size: 0.875rem;
    margin-left: 1em;
  }
  #global_menu .list > *:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  #global_menu .list > *:not(.parent) + .parent {
    margin-top: 1.5em;
  }
  #global_menu .list .parent {
    font-size: 1em;
    margin-left: -1em;
  }
}

#header.open #global_menu {
  -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 .bar::before, #header.open #hamburger_btn .bar::after {
  opacity: 1;
}
#header.open #hamburger_btn .bar::before {
  transform: translate(-50%, -50%) rotate(25deg);
}
#header.open #hamburger_btn .bar::after {
  transform: translate(-50%, -50%) rotate(-25deg);
}
#header.open #hamburger_btn span {
  opacity: 0;
}

/*==========
フッター
==========*/
#footer {
  background-color: #F8F8F8;
  padding-top: calc(var(--paddingSection) * 2);
  padding-bottom: 1.25rem;
}
#footer .flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
#footer .address {
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
#footer .btn_area {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#footer .menu_area {
  color: var(--color_gray);
  width: 60%;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
#footer .menu_area a {
  color: inherit;
  text-decoration: none;
}
#footer .menu_area a:has(.title) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#footer .menu_area > * {
  flex: 1;
}
#footer .menu_area .title {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}
#footer .menu_area .list {
  font-size: 0.75rem;
  font-weight: 500;
}
#footer .menu_area .list > * {
  position: relative;
  padding-left: 1em;
}
#footer .menu_area .list > *:not(:last-child) {
  margin-bottom: 1em;
}
#footer .menu_area .list > *::before {
  content: "・";
  position: absolute;
  left: 0;
}
#footer .menu_area .list + .title {
  margin-top: 2rem;
}
#footer .menu_area .list_sub {
  font-size: 0.75rem;
  font-weight: 700;
}
#footer .menu_area .list_sub > *:not(:last-child) {
  margin-bottom: 1em;
}
#footer .col_sp {
  display: contents;
}
@media screen and (max-width: 959px) {
  #footer .flex {
    flex-direction: column;
    align-items: center;
  }
  #footer .address {
    text-align: center;
  }
  #footer .btn_area {
    margin-top: 1.5rem;
  }
  #footer .menu_area {
    margin-top: 2rem;
    width: 100%;
    white-space: normal;
    gap: 1.5rem;
  }
  #footer .menu_area > * {
    flex: 0 1 auto;
    width: calc((100% - 1.5rem) / 2);
  }
  #footer .menu_area .title {
    margin-bottom: 0.5rem;
  }
  #footer .menu_area .list > *:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #footer .menu_area .list_sub {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em 2em;
  }
  #footer .col:last-child {
    display: contents;
  }
  #footer .col_sp {
    display: block;
  }
}

/*==========
コピーライト
==========*/
.copyright {
  font-size: 0.75rem;
  text-align: center;
  font-family: "DM Sans";
  letter-spacing: -0.02em;
  margin-top: 4rem;
}

/*==========
PageToTop
==========*/