@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dt,
dd {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul,
li {
  list-style: none;
}

ul, ol {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* @include circle(100px); */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* @include absPosition(5px,20x,10px,15px); */
/* @include css3(transition, 0.5s); */
/* @include opacity(0.5); */
/* @include fontsize(12); */
/* ベースカラー */
/* 背景色 */
/* その他色 */
/* SNSカラー */
*,
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "FOT-筑紫ゴシック Pr5 M", "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1111111111vw;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.0625rem;
  overflow-x: clip;
}
@media (max-width: 768px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-size: 1rem;
  background: #F7F7F7;
  overflow-x: clip;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}

figure {
  text-align: center;
}
figure figcaption {
  margin-top: 0.625rem;
  font-weight: bold;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

select {
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url(img/btn_arrow_b.svg) no-repeat, #FFF !important;
  background-size: 10px auto !important;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center !important;
  /* 画像の位置 */
}
select:hover {
  cursor: pointer;
}

p {
  margin: 0 0 10px;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

h1,
h2,
h3 {
  font-family: "FOT-筑紫明朝 Pr6 B", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

h4,
h5 {
  font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.fs14, #under #Requirements .job_list .box .item .btn_wrapper .comment, #under #Benefits .flex .box .item p, #under #Lifetime .content .flex .box .item.text p span, #under #Career_pass .grid .box .item p, .modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item p {
  font-size: 0.875rem;
  line-height: 1.6;
}

.fs16, #under #Requirements .intern_card .card .ul_list li, #under #Requirements .title_wrapper .title .title_bottom p, #under #Initiatives .flex .box .item.text p, #under #Environment .flex .box .item p, #under #Lifetime, #under #Evaluation .grid .box .item.text, #under .thanks_main #under_head p, .dl_list .dl_list_box .dl_list_item {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .fs16, #under #Requirements .intern_card .card .ul_list li, #under #Requirements .title_wrapper .title .title_bottom p, #under #Initiatives .flex .box .item.text p, #under #Environment .flex .box .item p, #under #Lifetime, #under #Evaluation .grid .box .item.text, #under .thanks_main #under_head p, .dl_list .dl_list_box .dl_list_item {
    font-size: 0.9375rem;
  }
}

.fwb, #under #Requirements .job_list .box .item .tag_list, #under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .dl_list_item .dl_list_title, #under #Requirements .intern_card .card .ul_list li, #under #Entry_select .flex .box .item .title p, #under #Initiatives .flex .box .item.text h3, #under #Benefits .flex .box .item h3, #under #Profile .content .card_container .card .text p span, #under #Profile .content .flex .box .item.text, #under #Profile .title.lead .title_bottom p, #under #under_head nav .under_nav li a, #top #Philosophy #Mirai .grid--mirai .box .item a .ja, #top #Philosophy #Mirai .lead .text p, #top #Philosophy #Mirai .title p, footer .footer_section .link_list_item label, header nav .gnav li a, .modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3 span, .dl_list .dl_list_box dt, .btn_wrapper a,
.btn_wrapper input[type=submit],
.btn_wrapper button,
.btn_wrapper input[type=button] {
  font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.fwn, #under #Entry_form .button_area .item-privacy, #under #Entry_form .entry-form .item-note, #under #Requirements .title_wrapper .title .title_bottom p, #under #flow .title .title_bottom p, .dl_list .dl_list_box .dl_list_item, pre {
  font-family: "FOT-筑紫ゴシック Pr5 M", "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.fen, #under #flow .flow_list li div, #under #Entry_select .flex .box .item .title h2, #under #Environment .flex .box .item.text .dl_number div dt:before, #under #Profile .content .flex .box .item.img:before, #top #Institutions .content .content_item.button .en, #top #Philosophy #Mirai .grid--mirai .box .item a .en, #top #Philosophy #Mirai .lead .code, #top #Philosophy #Mirai .title h2, #top #Philosophy #MVV .flex .box .heading, #top #mv .mv_inner--top p, footer .footer_section.bottom .link_list_item li a, footer .footer_section.bottom .copyright, footer .footer_section .footer_box .footer_item.logo p, header .content .site_title, header .content .header_text, .Big_slide p, .card_container .card .en, .card_container .card .card_tag, .modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead div, .modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3, .modal .card_container .card.mirai .card_tag span:after, .title p {
  font-family: "Crimson Text", serif;
  font-weight: 400;
}
.fen i, #under #flow .flow_list li div i, #under #Entry_select .flex .box .item .title h2 i, #under #Environment .flex .box .item.text .dl_number div dt:before i, #under #Profile .content .flex .box .item.img:before i, #top #Institutions .content .content_item.button .en i, #top #Philosophy #Mirai .grid--mirai .box .item a .en i, #top #Philosophy #Mirai .lead .code i, #top #Philosophy #Mirai .title h2 i, #top #Philosophy #MVV .flex .box .heading i, #top #mv .mv_inner--top p i, footer .footer_section.bottom .link_list_item li a i, footer .footer_section.bottom .copyright i, footer .footer_section .footer_box .footer_item.logo p i, header .content .site_title i, header .content .header_text i, .Big_slide p i, .card_container .card .en i, .card_container .card .card_tag i, .modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead div i, .modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3 i, .modal .card_container .card.mirai .card_tag span:after i, .title p i {
  font-style: italic;
}
.fen_i {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: italic;
}

pre {
  margin: 0;
  white-space: break-spaces;
}

html.modal-open {
  overflow: hidden;
}

.site_title {
  font-size: 1.0625rem;
  line-height: 1;
}
.site_title span {
  font-style: italic;
}

h2 {
  display: block;
  position: relative;
  font-size: 3.75rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}

h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3.center {
  text-align: center;
}
@media (max-width: 768px) {
  h3.center {
    text-align: left;
  }
}

h4 {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}

h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.25rem;
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: 700;
}
h5:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #EAEB38;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .title {
    gap: 0.625rem;
  }
}
.title p {
  color: #E1E300;
  font-weight: 400;
}
.title h2 + p {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .title h2 + p {
    font-size: 0.875rem;
  }
}
.title h3 + p {
  font-size: 1rem;
  color: #BDBDBD;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .title h3 + p {
    font-size: 0.8125rem;
  }
}

@media (max-width: 768px) {
  .side_title .title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.side_title .title_wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  position: sticky;
  width: 10.5rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media (max-width: 768px) {
  .side_title .title_wrapper .title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    width: auto;
  }
}
.side_title .title_wrapper .title .title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.side_title .title_wrapper .title .title_bottom {
  text-orientation: upright;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .side_title .title_wrapper .title .title_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .side_title .title_wrapper.sp_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 4rem;
  }
}
.side_title.right .title_wrapper .title_top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  position: relative;
}

section {
  width: 100%;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 2rem !important;
  }
}
section.section_line {
  position: relative;
  margin: 19.8125rem 0 !important;
}
@media (max-width: 768px) {
  section.section_line {
    margin: 7.5rem 0 !important;
  }
}
section.section_line:before, section.section_line:after {
  z-index: 0;
}
section.section_line:before {
  content: "";
  display: block;
  -webkit-mask: url(img/section_line.svg) no-repeat left/contain;
          mask: url(img/section_line.svg) no-repeat left/contain;
  width: 100%;
  height: 19.875rem;
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  background: #EAEB38;
}
@media (max-width: 768px) {
  section.section_line:before {
    -webkit-mask: url(img/section_line_sp.svg) no-repeat left/contain;
            mask: url(img/section_line_sp.svg) no-repeat left/contain;
    height: 7.5rem;
  }
}
section.section_line:after {
  content: "";
  display: block;
  -webkit-mask: url(img/section_line.svg) no-repeat left/contain;
          mask: url(img/section_line.svg) no-repeat left/contain;
  width: 100%;
  height: 19.875rem;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  background: #EAEB38;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  z-index: -1;
}
@media (max-width: 768px) {
  section.section_line:after {
    -webkit-mask: url(img/section_line_sp.svg) no-repeat left/contain;
            mask: url(img/section_line_sp.svg) no-repeat left/contain;
    height: 7.5rem;
  }
}
section.section_line.section_line--white:before, section.section_line.section_line--white:after {
  background: #FFF;
}
section.section_line.section_line--gray:before, section.section_line.section_line--gray:after {
  background: #F7F7F7;
}

.side_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  padding-left: 0;
}
@media (max-width: 768px) {
  .side_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.side_title.right {
  padding-right: 0;
  padding-left: 3rem;
}
.side_title.right .title_wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .side_title.right .title_wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.side_title .content {
  width: 100%;
}

.section_inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section_inner {
    width: 100%;
    padding: 0 5%;
  }
}
.section_inner.full {
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}
.grid .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.grid .box .item .item_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.grid .box .item .item_link:hover {
  opacity: 0.8;
}
.grid.col1 .box {
  grid-template-columns: 1fr;
}
.grid.col2 .box {
  grid-template-columns: 1fr 1fr;
}
.grid.col3 .box {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col4 .box {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.col5 .box {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid.col6 .box {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.grid.col8 .box {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .grid.col2 .box, .grid.col3 .box, .grid.col4 .box, .grid.col5 .box, .grid.col6 .box, .grid.col8 .box,
  .grid .box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .grid.banner .box {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.grid.banner .box .item {
  display: grid;
  place-items: center;
  border: solid 1px #CCC;
  padding: 16px;
}

.flex {
  position: relative;
}
.flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .flex .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.flex.col2 .box .item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 768px) {
  .flex.col2 .box .item {
    width: 100%;
  }
}
.flex.col2.reverse .box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .flex.col2.reverse .box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.col2.reverse .box.reverse_none {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  .flex.col2.reverse .box.reverse_none {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.col3 .box .item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 768px) {
  .flex.col3 .box .item {
    width: 100%;
  }
}
.flex.col4 .box .item {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 768px) {
  .flex.col4 .box .item {
    width: 100%;
  }
}

.map {
  position: relative;
}
.map::before {
  float: left;
  content: "";
  padding-top: 66.67%;
}
.map::after {
  display: block;
  content: "";
  clear: both;
}
.map > img,
.map > figure > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map > iframe, .map video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .map {
    position: relative;
  }
  .map::before {
    float: left;
    content: "";
    padding-top: 56.25%;
  }
  .map::after {
    display: block;
    content: "";
    clear: both;
  }
  .map > img,
  .map > figure > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map > iframe, .map video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.btn_wrapper.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_wrapper a,
.btn_wrapper input[type=submit],
.btn_wrapper button,
.btn_wrapper input[type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #EAEB38;
  padding: 1rem;
  font-size: 0.875rem;
  width: 100%;
  letter-spacing: 0.03em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.3125rem 0 0 0.3125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 3rem;
  margin-right: 3.0625rem;
}
.btn_wrapper a:before,
.btn_wrapper input[type=submit]:before,
.btn_wrapper button:before,
.btn_wrapper input[type=button]:before {
  content: "";
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: #EAEB38;
  left: calc(100% + 0.0625rem);
  border-radius: 0 0.3125rem 0.3125rem 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn_wrapper a:after,
.btn_wrapper input[type=submit]:after,
.btn_wrapper button:after,
.btn_wrapper input[type=button]:after {
  content: "";
  -webkit-mask: url(img/arrow.svg) no-repeat center/contain;
          mask: url(img/arrow.svg) no-repeat center/contain;
  background: #000;
  margin: auto;
  width: 0.75rem;
  height: 100%;
  position: absolute;
  aspect-ratio: 1/1;
  left: calc(100% + 1.1875rem);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn_wrapper a:hover,
.btn_wrapper input[type=submit]:hover,
.btn_wrapper button:hover,
.btn_wrapper input[type=button]:hover {
  opacity: 1;
}
.btn_wrapper a:hover:after,
.btn_wrapper input[type=submit]:hover:after,
.btn_wrapper button:hover:after,
.btn_wrapper input[type=button]:hover:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
.btn_wrapper a:hover .arrow:after,
.btn_wrapper a:hover .btn_wrapper a:after,
.btn_wrapper a:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper a:hover .btn_wrapper button:after,
.btn_wrapper a:hover .btn_wrapper input[type=button]:after,
.btn_wrapper input[type=submit]:hover .arrow:after,
.btn_wrapper input[type=submit]:hover .btn_wrapper a:after,
.btn_wrapper input[type=submit]:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper input[type=submit]:hover .btn_wrapper button:after,
.btn_wrapper input[type=submit]:hover .btn_wrapper input[type=button]:after,
.btn_wrapper button:hover .arrow:after,
.btn_wrapper button:hover .btn_wrapper a:after,
.btn_wrapper button:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper button:hover .btn_wrapper button:after,
.btn_wrapper button:hover .btn_wrapper input[type=button]:after,
.btn_wrapper input[type=button]:hover .arrow:after,
.btn_wrapper input[type=button]:hover .btn_wrapper a:after,
.btn_wrapper input[type=button]:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper input[type=button]:hover .btn_wrapper button:after,
.btn_wrapper input[type=button]:hover .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
@media (max-width: 768px) {
  .btn_wrapper a,
  .btn_wrapper input[type=submit],
  .btn_wrapper button,
  .btn_wrapper input[type=button] {
    padding: 1.25rem;
    font-size: 0.875rem;
  }
}
.btn_wrapper button {
  border: none;
}
.btn_wrapper button:hover {
  cursor: pointer;
}
.btn_wrapper input[type=submit],
.btn_wrapper input[type=button] {
  border: none;
}
.btn_wrapper input[type=submit]:after,
.btn_wrapper input[type=button]:after {
  content: none;
}
.btn_wrapper input[type=submit]:hover,
.btn_wrapper input[type=button]:hover {
  cursor: pointer;
}

.btn_wrapper.btn_black a, #under #Entry_select .flex .box:hover .btn_wrapper a,
.btn_wrapper.btn_black input[type=submit],
#under #Entry_select .flex .box:hover .btn_wrapper input[type=submit],
.btn_wrapper.btn_black button,
#under #Entry_select .flex .box:hover .btn_wrapper button,
.btn_wrapper.btn_black input[type=button],
#under #Entry_select .flex .box:hover .btn_wrapper input[type=button] {
  background: #242424;
  color: #FFF;
}
.btn_wrapper.btn_black a:before, #under #Entry_select .flex .box:hover .btn_wrapper a:before,
.btn_wrapper.btn_black input[type=submit]:before,
#under #Entry_select .flex .box:hover .btn_wrapper input[type=submit]:before,
.btn_wrapper.btn_black button:before,
#under #Entry_select .flex .box:hover .btn_wrapper button:before,
.btn_wrapper.btn_black input[type=button]:before,
#under #Entry_select .flex .box:hover .btn_wrapper input[type=button]:before {
  background: #242424;
}
.btn_wrapper.btn_black a:after, #under #Entry_select .flex .box:hover .btn_wrapper a:after,
.btn_wrapper.btn_black input[type=submit]:after,
#under #Entry_select .flex .box:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper.btn_black button:after,
#under #Entry_select .flex .box:hover .btn_wrapper button:after,
.btn_wrapper.btn_black input[type=button]:after,
#under #Entry_select .flex .box:hover .btn_wrapper input[type=button]:after {
  background: #FFF;
}
.btn_wrapper.btn_white a,
.btn_wrapper.btn_white input[type=submit],
.btn_wrapper.btn_white button,
.btn_wrapper.btn_white input[type=button] {
  background: #FFF;
}
.btn_wrapper.btn_white a:before,
.btn_wrapper.btn_white input[type=submit]:before,
.btn_wrapper.btn_white button:before,
.btn_wrapper.btn_white input[type=button]:before {
  background: #FFF;
}
.btn_wrapper.btn_gray a,
.btn_wrapper.btn_gray input[type=submit],
.btn_wrapper.btn_gray button,
.btn_wrapper.btn_gray input[type=button] {
  background: #F7F7F7;
}
.btn_wrapper.btn_gray a:before,
.btn_wrapper.btn_gray input[type=submit]:before,
.btn_wrapper.btn_gray button:before,
.btn_wrapper.btn_gray input[type=button]:before {
  background: #F7F7F7;
}
.btn_wrapper.btn_gray1 a,
.btn_wrapper.btn_gray1 input[type=submit],
.btn_wrapper.btn_gray1 button,
.btn_wrapper.btn_gray1 input[type=button] {
  background: #E4E4E4;
}
.btn_wrapper.btn_gray1 a:before,
.btn_wrapper.btn_gray1 input[type=submit]:before,
.btn_wrapper.btn_gray1 button:before,
.btn_wrapper.btn_gray1 input[type=button]:before {
  background: #E4E4E4;
}
.btn_wrapper.btn_yellow a, #under #Entry_form .button_area .btn_wrapper.active a,
.btn_wrapper.btn_yellow input[type=submit],
#under #Entry_form .button_area .btn_wrapper.active input[type=submit],
.btn_wrapper.btn_yellow button,
#under #Entry_form .button_area .btn_wrapper.active button,
.btn_wrapper.btn_yellow input[type=button],
#under #Entry_form .button_area .btn_wrapper.active input[type=button] {
  background: #EAEB38;
}
.btn_wrapper.btn_yellow a:before, #under #Entry_form .button_area .btn_wrapper.active a:before,
.btn_wrapper.btn_yellow input[type=submit]:before,
#under #Entry_form .button_area .btn_wrapper.active input[type=submit]:before,
.btn_wrapper.btn_yellow button:before,
#under #Entry_form .button_area .btn_wrapper.active button:before,
.btn_wrapper.btn_yellow input[type=button]:before,
#under #Entry_form .button_area .btn_wrapper.active input[type=button]:before {
  background: #EAEB38;
}
.btn_wrapper.btn_icon_blank a:after,
.btn_wrapper.btn_icon_blank input[type=submit]:after,
.btn_wrapper.btn_icon_blank button:after,
.btn_wrapper.btn_icon_blank input[type=button]:after {
  -webkit-mask: url(img/btn_icon_blank.svg) no-repeat center/contain;
          mask: url(img/btn_icon_blank.svg) no-repeat center/contain;
}
.btn_wrapper.btn_icon_down a:after,
.btn_wrapper.btn_icon_down input[type=submit]:after,
.btn_wrapper.btn_icon_down button:after,
.btn_wrapper.btn_icon_down input[type=button]:after {
  -webkit-mask: url(img/arrow_down.svg) no-repeat center/contain;
          mask: url(img/arrow_down.svg) no-repeat center/contain;
  width: 0.5625rem;
  height: 0.75rem;
}
.btn_wrapper.btn_icon_down a:hover,
.btn_wrapper.btn_icon_down input[type=submit]:hover,
.btn_wrapper.btn_icon_down button:hover,
.btn_wrapper.btn_icon_down input[type=button]:hover {
  opacity: 1;
}
.btn_wrapper.btn_icon_down a:hover:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover:after,
.btn_wrapper.btn_icon_down button:hover:after,
.btn_wrapper.btn_icon_down input[type=button]:hover:after {
  -webkit-animation-name: icon_down;
          animation-name: icon_down;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
.btn_wrapper.btn_icon_down a:hover .arrow:after,
.btn_wrapper.btn_icon_down a:hover .btn_wrapper a:after,
.btn_wrapper.btn_icon_down a:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper.btn_icon_down a:hover .btn_wrapper button:after,
.btn_wrapper.btn_icon_down a:hover .btn_wrapper input[type=button]:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover .arrow:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover .btn_wrapper a:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover .btn_wrapper button:after,
.btn_wrapper.btn_icon_down input[type=submit]:hover .btn_wrapper input[type=button]:after,
.btn_wrapper.btn_icon_down button:hover .arrow:after,
.btn_wrapper.btn_icon_down button:hover .btn_wrapper a:after,
.btn_wrapper.btn_icon_down button:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper.btn_icon_down button:hover .btn_wrapper button:after,
.btn_wrapper.btn_icon_down button:hover .btn_wrapper input[type=button]:after,
.btn_wrapper.btn_icon_down input[type=button]:hover .arrow:after,
.btn_wrapper.btn_icon_down input[type=button]:hover .btn_wrapper a:after,
.btn_wrapper.btn_icon_down input[type=button]:hover .btn_wrapper input[type=submit]:after,
.btn_wrapper.btn_icon_down input[type=button]:hover .btn_wrapper button:after,
.btn_wrapper.btn_icon_down input[type=button]:hover .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_down;
          animation-name: icon_down;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}

.dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dl_list .dl_list_box {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
}
@media (max-width: 768px) {
  .dl_list .dl_list_box {
    grid-template-columns: 1fr;
    gap: 2.375rem;
    border-top: solid 0.0625rem #F7F7F7;
  }
}
.dl_list .dl_list_box dt, .dl_list .dl_list_box dd {
  padding: 3.875rem 0;
}
.dl_list .dl_list_box dt {
  border-top: solid 0.0625rem #E1E300;
}
@media (max-width: 768px) {
  .dl_list .dl_list_box dt {
    padding: 4rem 0 0;
    font-size: 1.125rem;
    border: none;
    position: relative;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .dl_list .dl_list_box dt {
    padding: 3.375rem 0 0;
  }
}
@media (max-width: 768px) {
  .dl_list .dl_list_box dt:before {
    content: "";
    width: 2rem;
    height: 0.0625rem;
    background: #E1E300;
    position: absolute;
    top: -0.0625rem;
    left: 0;
  }
}
.dl_list .dl_list_box dd {
  border-top: solid 0.0625rem #F7F7F7;
}
@media (max-width: 768px) {
  .dl_list .dl_list_box dd {
    padding: 0 0 4rem;
    border-top: none;
  }
}
.dl_list .dl_list_box dd .caption {
  margin-top: 1rem;
}
.dl_list .dl_list_box:last-of-type dt {
  border-bottom: solid 0.0625rem #E1E300;
}
@media (max-width: 768px) {
  .dl_list .dl_list_box:last-of-type dt {
    border-bottom: none;
  }
}
.dl_list .dl_list_box:last-of-type dd {
  border-bottom: solid 0.0625rem #F7F7F7;
}
@media (max-width: 768px) {
  .dl_list .dl_list_box:last-of-type dd {
    border-bottom: none;
  }
}
.dl_list .dl_list_box .dl_list_item {
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  white-space: pre-wrap;
}

@media (max-width: 768px) {
  .scroll_box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw !important;
    -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  .scroll_box img {
    height: 22.5rem;
    width: auto;
    max-width: none;
    display: block;
    padding: 0 2rem;
  }
}

.ul_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.ul_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 0.875rem;
}
@media (max-width: 768px) {
  .ul_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.ul_list li:before {
  content: "";
  display: block;
  background-color: #E1E300;
  width: 0.375rem;
  height: 0.375rem;
  position: relative;
  top: 0.625rem;
  border-radius: 100000px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .ul_list li:before {
    top: 0.875rem;
  }
}

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.tag_list li {
  color: #FFF;
  background: #4E4E4E;
  padding: 0.75rem 1.125rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 10000px;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: auto;
  padding: 4.25rem 9rem;
  background: #EBEADF;
}
@media (max-width: 768px) {
  .modal {
    padding: 5rem 0 8rem !important;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal .card_tag.number:after {
  content: none !important;
}
.modal:has(.active.modal_yellow) {
  background: #EAEB38;
}
.modal .modal_inner {
  position: relative;
}
.modal .modal_inner:before, .modal .modal_inner:after {
  content: "";
  display: block;
  background: url(img/icon_cross.svg) no-repeat;
  background-size: cover;
  width: 3rem;
  height: 1.5rem;
  position: fixed;
  z-index: 10000;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal .modal_inner:before, .modal .modal_inner:after {
    position: absolute;
  }
}
.modal .modal_inner:before {
  top: 3rem;
  right: 3rem;
}
@media (max-width: 768px) {
  .modal .modal_inner:before {
    top: -3.9375rem;
    right: 1rem;
  }
}
.modal .modal_inner:after {
  content: none;
}
@media (max-width: 768px) {
  .modal .modal_inner:after {
    content: "";
    bottom: -4.6875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.modal .scroll_box {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
@media (max-width: 768px) {
  .modal .scroll_box img {
    height: 90vh;
  }
}
.modal .card_container {
  position: relative;
}
.modal .card_container .card {
  padding: 6rem 0 6rem 6rem;
}
@media (max-width: 768px) {
  .modal .card_container .card {
    max-width: 100vw;
    padding: 5.625rem 2rem 5.625rem !important;
    overflow-x: clip;
  }
}
.modal .card_container .card .card_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal .card_container .card .card_content .card_content_section {
  padding: 4rem 0;
}
.modal .card_container .card .card_content .card_content_section .flex .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6rem;
}
@media (max-width: 768px) {
  .modal .card_container .card .card_content .card_content_section .flex .box {
    gap: 2rem;
  }
}
.modal .card_container .card .card_content .card_content_section .flex .box .item.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .modal .card_container .card .card_content .card_content_section .flex .box .item.text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .modal .card_container .card .card_content .card_content_section .flex .box .item.img {
    width: 7.75rem;
    margin-left: auto;
  }
}
.modal .card_container .card .card_content .card_content_section .flex .box .item.img img {
  width: 12rem;
}
.modal .card_container .card .card_content .card_content_section.modal_lead h3 {
  margin-bottom: 3rem;
}
.modal .card_container .card .card_content .card_content_section.modal_lead p:not(:last-child) {
  margin-bottom: 3rem;
}
.modal .card_container .card .card_content .card_content_section.modal_overview .flex .box {
  gap: 6rem;
}
@media (max-width: 768px) {
  .modal .card_container .card .card_content .card_content_section.modal_overview .flex .box {
    gap: 8rem;
  }
}
.modal .card_container .card .card_content .card_content_section.modal_overview .flex .box .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .modal .card_container .card .card_content .card_content_section.modal_overview .flex .box .item {
    position: relative;
  }
  .modal .card_container .card .card_content .card_content_section.modal_overview .flex .box .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.0625rem;
    background: #EBEADF;
    position: absolute;
    bottom: -4rem;
    left: 0;
  }
}
.modal .card_container .card .card_content .card_content_section.modal_overview .flex .box .item.img img {
  width: 12rem;
}
.modal .card_container .card .card_content .card_content_section.modal_button .btn_wrapper {
  margin-top: 0;
}
.modal .card_container .card .card_content .card_content_section:first-of-type {
  padding-top: 0;
}
.modal .card_container .card .card_content .card_content_section:last-of-type {
  padding-bottom: 0;
}
.modal .card_container .card .card_content .card_content_section:not(:last-of-type) {
  border-bottom: solid 0.0625rem #EBEADF;
}
.modal .card_container .card .en {
  width: 5rem;
}
@media (max-width: 768px) {
  .modal .card_container .card .en {
    display: none;
  }
}
.modal .card_container .card.mirai {
  padding: 4.5rem;
}
.modal .card_container .card.mirai .card_tag span:after {
  content: "-MIRAI";
  font-style: italic;
}
.modal .card_container .card.mirai .card_content .card_content_section {
  border-bottom: none;
}
@media (max-width: 768px) {
  .modal .card_container .card.mirai .card_content .card_content_section.modal_lead {
    padding-bottom: 0;
  }
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3 {
  display: block;
  gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3:first-letter {
  color: #E1E300;
  font-size: 5.0625rem;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3 span {
  display: inline-block;
  font-size: 1rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .modal .card_container .card.mirai .card_content .card_content_section.modal_lead h3 span {
    display: block;
    margin-left: 0;
  }
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview {
  counter-reset: cardNumber;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .box {
  gap: 4.125rem;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  counter-increment: cardNumber;
  gap: 2rem;
}
@media (max-width: 768px) {
  .modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item {
    margin-top: 3.375rem;
  }
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item img {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 100000000px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: calc(100% - 3.375rem);
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead div {
  font-weight: 400;
  color: #E1E300;
  font-size: 1.5rem;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead div:after {
  content: counter(cardNumber);
  font-size: 2.25rem;
  font-style: italic;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead h4 {
  margin-bottom: 1.5rem;
}
.modal .card_container .card.mirai .card_content .card_content_section.modal_overview .item .lead p {
  color: #7F7F7F;
}
.modal .modal-slider-prev,
.modal .modal-slider-next {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1000;
}
.modal .modal-slider-prev {
  left: 3.125rem;
}
@media (max-width: 768px) {
  .modal .modal-slider-prev {
    left: 0.625rem;
  }
}
.modal .modal-slider-next {
  right: 3.125rem;
}
@media (max-width: 768px) {
  .modal .modal-slider-next {
    right: 0.625rem;
  }
}
.modal .modal-slider-prev img,
.modal .modal-slider-next img {
  width: 40px;
  height: 40px;
  display: block;
  pointer-events: none;
}
.modal .modal-slider-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card_container {
  counter-reset: cardNumber;
}
.card_container:has(.card.yellow) {
  background: #EAEB38;
}
.card_container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: solid 1px #EBEADF;
  background: #FFF;
  counter-increment: cardNumber;
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
  margin-top: 1.875rem;
}
.card_container .card .card_tag {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: -0.0625rem;
  bottom: calc(100% - 0.0625rem);
  padding-right: 2.125rem;
  line-height: 1;
  width: 9.5625rem;
  height: 1.875rem;
  z-index: 1;
  gap: 0.375rem;
}
.card_container .card .card_tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.card_container .card .card_tag.number:after {
  content: counter(cardNumber, decimal-leading-zero);
  font-style: italic;
}
.card_container .card .card_tag.number div span {
  font-style: italic;
}
.card_container .card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 0.0625rem);
  width: 9.5625rem;
  height: 1.875rem;
  background: url(img/card_number.svg) no-repeat left/contain;
  z-index: 0;
}
.card_container .card .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
  color: #BDBDBD;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 2rem;
}
.card_container.tag_right .card {
  border-radius: 0.3125rem 0 0.3125rem 0.3125rem;
}
.card_container.tag_right .card .card_tag {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 2.125rem;
}
.card_container.tag_right .card:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-mask-position: right !important;
          mask-position: right !important;
}
.card_container.tag_big .card {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .card_container.tag_big .card {
    margin-top: 1.875rem;
  }
}
.card_container.tag_big .card:after {
  width: 18.75rem;
  height: 3.875rem;
  -webkit-mask: url(img/card_number_big.svg) no-repeat left/cover !important;
          mask: url(img/card_number_big.svg) no-repeat left/cover !important;
}
@media (max-width: 768px) {
  .card_container.tag_big .card:after {
    width: 9.5625rem;
    height: 1.875rem;
    background: url(img/card_number.svg) no-repeat left/cover;
  }
}
.card_container.tag_big .card .card_tag {
  width: 18.75rem;
  height: 3.875rem;
}
@media (max-width: 768px) {
  .card_container.tag_big .card .card_tag {
    width: 9.5625rem;
    height: 1.875rem;
    padding-left: 0;
  }
}
.card_container.tag_middle .card {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .card_container.tag_middle .card {
    margin-top: 1.875rem;
  }
}
.card_container.tag_middle .card:after {
  width: 15rem;
  height: 3rem;
  -webkit-mask: url(img/card_number_big.svg) no-repeat left/cover !important;
          mask: url(img/card_number_big.svg) no-repeat left/cover !important;
}
@media (max-width: 768px) {
  .card_container.tag_middle .card:after {
    width: 9.5625rem;
    height: 1.875rem;
    background: url(img/card_number.svg) no-repeat left/cover;
  }
}
.card_container.tag_middle .card .card_tag {
  width: 15rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .card_container.tag_middle .card .card_tag {
    width: 9.5625rem;
    height: 1.875rem;
    padding-left: 0;
  }
}
.card_container.tag_black .card {
  border: none;
  background: #000;
}
.card_container.tag_black .card:after {
  -webkit-mask: url(img/card_number.svg) no-repeat left/cover;
          mask: url(img/card_number.svg) no-repeat left/cover;
  background: #000;
}
.card_container.tag_yellow .card {
  border: none;
  background: #F0F171;
}
.card_container.tag_yellow .card:after {
  -webkit-mask: url(img/card_number.svg) no-repeat left/cover;
          mask: url(img/card_number.svg) no-repeat left/cover;
  background: #F0F171;
}
.card_container.tag_white .card {
  border: none;
  background: #FFF;
}
.card_container.tag_white .card:after {
  -webkit-mask: url(img/card_number.svg) no-repeat left/cover;
          mask: url(img/card_number.svg) no-repeat left/cover;
  background: #FFF;
}

.Big_slide {
  white-space: nowrap;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 13.5rem;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .Big_slide {
    height: 6.75rem;
  }
}
.Big_slide p {
  font-size: 13.5rem;
  color: #FFF;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: slideLoop 100s linear infinite;
          animation: slideLoop 100s linear infinite;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  padding-right: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .Big_slide p {
    font-size: 6.75rem;
  }
}

@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}

@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.33%);
            transform: translateX(-33.33%);
  }
}
.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}
.arrow:after {
  content: "";
  -webkit-mask: url(img/arrow.svg) no-repeat center/contain;
          mask: url(img/arrow.svg) no-repeat center/contain;
  background: #222;
  margin: auto;
  width: 0.5rem;
  height: 0.375rem;
}

.pc_show {
  display: block !important;
}

.sp_show {
  display: none !important;
}

@media (max-width: 768px) {
  .pc_show {
    display: none !important;
  }
  .sp_show {
    display: block !important;
  }
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}

.large {
  font-size: 1.5rem;
}

@-webkit-keyframes icon_right {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes icon_right {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes icon_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes icon_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes icon_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes icon_up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header {
  position: relative;
  padding: 0 2.5rem;
  z-index: 10;
}
@media (max-width: 768px) {
  header {
    padding: 0 1rem;
  }
}
header nav {
  display: inline-block;
  background: #242424;
  width: auto;
  border-radius: 0.375rem;
  position: fixed;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
}
@media (max-width: 768px) {
  header nav {
    background: none;
    left: auto;
    right: 1rem;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
}
header nav .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 0rem;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  header nav .gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    gap: 1rem;
  }
}
header nav .gnav:before {
  content: "";
  display: block;
  background: url(img/gnav_logo.svg) no-repeat;
  background-size: contain;
  width: 4rem;
  height: 1.375rem;
  margin: 0 1rem;
}
@media (max-width: 768px) {
  header nav .gnav:before {
    content: none;
  }
}
header nav .gnav li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header nav .gnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding: 1.125rem 1.125rem 1.1875rem;
  background: #FFF;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  border: solid 1px #242424;
  line-height: 1;
}
@media (max-width: 768px) {
  header nav .gnav li a {
    padding: 0.75rem;
  }
}
header nav .gnav li a:before {
  content: "";
  display: inline-block;
  -webkit-mask: url(img/arrow.svg) no-repeat center/contain;
          mask: url(img/arrow.svg) no-repeat center/contain;
  background: #000;
  width: 0.5rem;
  height: 0.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.0625rem;
}
@media (max-width: 768px) {
  header nav .gnav li a:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
header nav .gnav li a:hover {
  background: #EAEB38;
  opacity: 1;
}
header nav .gnav li a:hover:before {
  -webkit-transform: translateX(0.0625rem);
      -ms-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
header nav .gnav li.active a {
  background: #EAEB38;
}
header nav .menu {
  display: none;
}
@media (max-width: 768px) {
  header nav .menu {
    display: block;
  }
}
header nav .menu .menu_inner {
  position: relative;
  display: block;
  background: #242424;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
}
header nav .menu .menu_inner span {
  display: block;
  width: 1.125rem;
  height: 0.0625rem;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav .menu .menu_inner span:before, header nav .menu .menu_inner span:after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.0625rem;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav .menu .menu_inner span:before {
  top: 0.3125rem;
}
header nav .menu .menu_inner span:after {
  bottom: 0.3125rem;
}
header nav .menu.active .menu_inner span {
  background: transparent;
}
header nav .menu.active .menu_inner span:after {
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  bottom: 0;
}
header nav .menu.active .menu_inner span:before {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 0;
}
header .content {
  display: grid;
  height: 6.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.5rem;
}
@media (max-width: 768px) {
  header .content {
    grid-template-columns: 1fr 1fr;
    height: 3.125rem;
  }
}
header .content .header_text {
  font-size: 0.75rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: right;
}
@media (max-width: 768px) {
  header .content .header_text {
    display: none;
  }
}
header .content img {
  width: 13.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  header .content img {
    width: 10.1875rem;
  }
}
header .content .site_title {
  font-weight: 200;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  header .content .site_title {
    text-align: right;
    font-size: 0.8125rem;
  }
}
header .content .site_title span {
  letter-spacing: 0.07em;
}

#top header .header_text {
  opacity: 0;
}

#under header .header_text {
  color: #BDBDBD;
}

@media (max-width: 768px) {
  nav .gnav {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(3.125rem);
        -ms-transform: translateX(3.125rem);
            transform: translateX(3.125rem);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  nav .gnav li {
    opacity: 0;
    -webkit-transform: translateX(3.125rem);
        -ms-transform: translateX(3.125rem);
            transform: translateX(3.125rem);
    -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1), transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
    transition: opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1), transform 0.7s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  }
  nav .gnav li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  nav .gnav li:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  nav .gnav li:nth-child(3) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  nav .gnav li:nth-child(4) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  nav.active .gnav {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  nav.active .gnav li {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.nav_none nav {
  display: none;
}

footer {
  color: #FFF;
  width: calc(100% - 6rem);
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 768px) {
  footer {
    position: relative;
    width: 100%;
    bottom: 1.875rem;
    bottom: 0;
    margin-top: -1.875rem;
  }
}
footer a {
  color: #FFF;
}
footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 6rem;
  background: #000 !important;
  gap: 6.0625rem;
}
footer .footer_inner:before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 40.625rem;
  background: #000;
  position: absolute;
  bottom: 0.25rem;
  right: 0;
}
@media (max-width: 768px) {
  footer .footer_inner:before {
    content: none;
  }
}
@media (max-width: 768px) {
  footer .footer_inner {
    padding: 3.9375rem 2rem;
  }
}
footer .footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
footer .footer_section .link_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer_section .link_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_section .link_list_item li {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_section .link_list_item li a {
  position: relative;
  color: #EBEADF;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  footer .footer_section .link_list_item li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  footer .footer_section .link_list_item li a:after {
    content: "";
    width: 0.375rem;
    height: 0.25rem;
    position: absolute;
    right: 1rem;
    z-index: 2;
    pointer-events: none;
    -webkit-mask: url(img/arrow.svg) no-repeat center/contain;
            mask: url(img/arrow.svg) no-repeat center/contain;
    background: #FFF;
  }
}
footer .footer_section .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
footer .footer_section .footer_box .footer_item.logo {
  width: 21.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.logo {
    width: 100%;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer_section .footer_box .footer_item.logo img {
  width: auto;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.logo img {
    width: 12.8125rem;
  }
}
footer .footer_section .footer_box .footer_item.logo p {
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.logo p {
    font-size: 0.8125rem;
  }
}
footer .footer_section .footer_box .footer_item.link {
  width: 33.5rem;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link {
    width: 100%;
  }
}
footer .footer_section .footer_box .footer_item.link .link_list {
  display: grid;
  row-gap: 3.375rem;
  grid-template-columns: auto 1fr;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}
footer .footer_section .footer_box .footer_item.link .link_list .item {
  display: contents;
}
footer .footer_section .footer_box .footer_item.link .link_list .item .accordion-checkbox {
  display: none;
}
footer .footer_section .footer_box .footer_item.link .link_list .item dt {
  white-space: nowrap;
  padding-right: 2.25rem;
  position: relative;
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item dt:before {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 0.5rem;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item dt:after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 0.5rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item dt {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 4.5rem;
    border-bottom: solid 1px #4E4E4E;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;
  }
  footer .footer_section .footer_box .footer_item.link .link_list .item dt label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  footer .footer_section .footer_box .footer_item.link .link_list .item dt label:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    aspect-ratio: 1/1;
    background: #242424;
    left: calc(100% - 1.375rem);
    border-radius: 0.25rem;
  }
  footer .footer_section .footer_box .footer_item.link .link_list .item dt:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.8s ease;
    transition: max-height 0.8s ease;
  }
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item .accordion-checkbox:checked + dt + dd {
    max-height: 25rem;
  }
}
@media (max-width: 768px) {
  footer .footer_section .footer_box .footer_item.link .link_list .item .accordion-checkbox:checked + dt::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
footer .footer_section.bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer_section.bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
footer .footer_section.bottom .copyright {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  footer .footer_section.bottom .link_list_item {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footer_section.bottom .link_list_item li a {
  padding-left: 0;
}
footer .footer_section.bottom .link_list_item li a:after {
  content: "";
  display: inline-block;
  -webkit-mask: url(img/btn_icon_blank.svg) no-repeat center/contain;
          mask: url(img/btn_icon_blank.svg) no-repeat center/contain;
  background: #FFF;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  footer .footer_section.bottom .link_list_item li a:after {
    position: static;
  }
}
@media (max-width: 768px) {
  footer .footer_section.bottom .link_list_item li a {
    height: 1.5rem;
  }
}
footer .card .card_tag a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .card .card_tag a div:after {
  content: "";
  display: inline-block;
  -webkit-mask: url(img/arrow_up.svg) no-repeat center/contain;
          mask: url(img/arrow_up.svg) no-repeat center/contain;
  background: #FFF;
  width: 0.75rem;
  height: 0.5625rem;
  margin: auto;
  margin-right: 0.25rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
footer .card .card_tag:hover a div:after {
  -webkit-animation-name: icon_up;
          animation-name: icon_up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
footer .card .card_tag:hover a div .arrow:after,
footer .card .card_tag:hover a div .btn_wrapper a:after,
footer .card .card_tag:hover a div .btn_wrapper input[type=submit]:after,
footer .card .card_tag:hover a div .btn_wrapper button:after,
footer .card .card_tag:hover a div .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_up;
          animation-name: icon_up;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}

section {
  position: relative;
}
@media (max-width: 768px) {
  section {
    text-align: left;
  }
}

#top {
  position: relative;
}
#top main {
  margin-top: -6.5rem;
}
@media (max-width: 768px) {
  #top main {
    margin-top: 0;
  }
}
#top .title .title_top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media (max-width: 768px) {
  #top .title .title_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}
#top #mv {
  position: relative;
  padding: 0;
  width: 100vw;
  height: auto;
}
@media (max-width: 768px) {
  #top #mv {
    padding: 0 1rem 4rem !important;
  }
}
#top #mv .mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #top #mv .mv_inner {
    position: relative;
    width: 100%;
  }
}
#top #mv .mv_inner--top {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top {
    width: 100%;
    aspect-ratio: 14/24;
  }
}
#top #mv .mv_inner--top h2 {
  position: absolute;
  top: 19.25rem;
  left: 3.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4.5rem;
  margin-left: 3rem;
  line-height: 1.4;
  z-index: 10;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top h2 {
    left: 0;
    top: 8.75rem;
    font-size: 2.25rem;
    margin-left: 1.9375rem;
  }
}
#top #mv .mv_inner--top h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -2.1875rem;
  gap: 0.1875rem;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top h2 span {
    gap: 0.3125rem;
    margin-left: -1.4375rem;
  }
}
#top #mv .mv_inner--top h2 span:before, #top #mv .mv_inner--top h2 span:after {
  position: relative;
}
#top #mv .mv_inner--top h2 span:before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 1.875rem;
  background: url(img/mv_title001.svg) no-repeat center/cover;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 0.625rem;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top h2 span:before {
    width: 1.125rem;
    height: 0.9375rem;
  }
}
#top #mv .mv_inner--top h2 span:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 1.875rem;
  background: url(img/mv_title002.svg) no-repeat center/cover;
  -ms-flex-item-align: end;
      align-self: flex-end;
  left: -0.375rem;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top h2 span:after {
    width: 1.125rem;
    height: 0.9375rem;
  }
}
#top #mv .mv_inner--top p {
  position: absolute;
  right: 4rem;
  bottom: 3.6875rem;
  font-size: 0.75rem;
  text-align: right;
  color: #BDBDBD;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--top p {
    bottom: 5rem;
    font-size: 0.6875rem;
    right: 0;
  }
}
#top #mv .mv_inner--bottom {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
  margin-right: 6rem;
  margin-top: 8.875rem;
}
@media (max-width: 768px) {
  #top #mv .mv_inner--bottom {
    margin: 0;
    justify-items: center;
  }
}
#top #mv .mv_inner--bottom .text p {
  line-height: 2;
  margin-bottom: 2rem;
}
#top #mv .slider-wrapper {
  width: 100vw;
  height: 84.375rem;
  position: relative;
}
@media (max-width: 768px) {
  #top #mv .slider-wrapper {
    position: absolute;
    width: 100%;
    height: 13.125rem;
    top: 9.375rem;
    left: 9rem;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}
#top #mv .slider-svg {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  display: block;
}
@media (max-width: 768px) {
  #top #mv .slider-svg {
    width: 100%;
  }
}
#top #mv .slider-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  #top #mv .slider-images img {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
#top #mv .slider-img {
  aspect-ratio: 2/9;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  pointer-events: none;
}
#top #mv .slider-img:hover {
  z-index: 3;
}
#top #Our {
  padding-top: 13.25rem;
  padding-bottom: 23.5rem !important;
}
@media (max-width: 768px) {
  #top #Our {
    padding-bottom: 11rem !important;
  }
}
#top #Our .content {
  gap: 10rem;
}
@media (max-width: 768px) {
  #top #Our .content {
    gap: 6rem;
  }
}
#top #Our .content #Service .card_container {
  margin-left: 0;
  margin-top: 3.125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  #top #Our .content #Service .card_container {
    width: 100vw;
    padding-top: 4.375rem;
    gap: 0.75rem;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -0.625rem;
  }
}
#top #Our .content #Service .card_container .card {
  width: 20rem;
  height: 35.25rem;
  margin-top: -2rem;
  margin-left: calc(-20rem + calc((100% - 20rem) / (12 - 1)));
  -webkit-transition: margin 0.4s cubic-bezier(0.23, 1, 0.32, 1), z-index 0.2s;
  transition: margin 0.4s cubic-bezier(0.23, 1, 0.32, 1), z-index 0.2s;
  z-index: 1;
  min-width: 20rem;
}
@media (max-width: 768px) {
  #top #Our .content #Service .card_container .card {
    width: 18.375rem;
    height: 32.375rem;
    margin-left: 0;
    min-width: 18.375rem;
  }
}
#top #Our .content #Service .card_container .card.c1 {
  z-index: 12;
}
#top #Our .content #Service .card_container .card.c2 {
  z-index: 11;
}
#top #Our .content #Service .card_container .card.c3 {
  z-index: 10;
}
#top #Our .content #Service .card_container .card.c4 {
  z-index: 9;
}
#top #Our .content #Service .card_container .card.c5 {
  z-index: 8;
}
#top #Our .content #Service .card_container .card.c6 {
  z-index: 7;
}
#top #Our .content #Service .card_container .card.c7 {
  z-index: 6;
}
#top #Our .content #Service .card_container .card.c8 {
  z-index: 5;
}
#top #Our .content #Service .card_container .card.c9 {
  z-index: 4;
}
#top #Our .content #Service .card_container .card.c10 {
  z-index: 3;
}
#top #Our .content #Service .card_container .card.c11 {
  z-index: 2;
}
#top #Our .content #Service .card_container .card.c12 {
  z-index: 1;
}
@media (min-width: 768px) {
  #top #Our .content #Service .card_container .card:not(.c1):hover {
    margin-left: 0;
  }
}
#top #Our .content #Service .card_container .card:first-child {
  margin-left: 0 !important;
}
#top #Our .content #Service .card_container .card:after {
  padding-left: 100%;
  left: -0.0625rem;
  bottom: 100%;
}
#top #Our .content #Service .card_container .card.hovered {
  margin-left: -16.25rem;
}
#top #Our .content #Service .card_container .card .card_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: start;
  gap: 4.375rem;
  font-size: 0.9375rem;
}
#top #Our .content #Service .card_container .card .card_content h4 {
  margin-bottom: 0;
}
#top #Our .content #Service .card_container .card .card_content img {
  height: 9rem;
}
#top #Our .content #Service .card_container .card .card_content .text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 0 2.25rem 0;
  padding-right: 3.125rem;
  width: 100%;
  white-space: break-spaces;
}
@media (max-width: 768px) {
  #top #Our .content #Service .card_container .card .card_content .text {
    padding: 0 0 0 2.125rem;
  }
}
#top #Our .content #Service .card_container .card .card_content .text .btn_wrapper {
  margin-top: 0;
}
@media (max-width: 768px) {
  #top #Our .content #Service .card_container .card .card_content .text .btn_wrapper {
    gap: 2rem;
  }
}
#top #Our .content #Structure {
  padding: 0 2.25rem;
}
@media (max-width: 768px) {
  #top #Our .content #Structure {
    padding: 0;
  }
}
#top #Our .content #Structure .title {
  margin-bottom: 5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  #top #Our .content #Structure .title h3 {
    font-size: 1.75rem;
  }
}
#top #Our .content #Structure .grid {
  max-width: 71.0625rem;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .grid {
    width: 85vw;
  }
}
#top #Our .content #Structure .grid .box {
  gap: 4rem;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .grid .box {
    gap: 1.875rem;
  }
}
#top #Our .content #Structure .grid .box .item .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #FFF;
  padding-bottom: 3rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .grid .box .item .item_link {
    gap: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
#top #Our .content #Structure .grid .box .item .item_link h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .grid .box .item .item_link h4 {
    font-size: 1.125rem;
  }
}
#top #Our .content #Structure .grid .box .item .item_link h4 span {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  #top #Our .content #Structure .grid .box .item .item_link h4 span {
    font-size: 0.9375rem;
  }
}
#top #Our .content #Structure .grid .box .item .item_link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
#top #Our .content #Structure .grid .box .item .item_link .text p {
  font-size: 0.875rem;
  color: #7F7F7F;
  width: 100%;
}
#top #Our .content #Structure .grid .box .item .item_link:hover:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
#top #Our .content #Structure .grid .box .item .item_link:hover .arrow:after,
#top #Our .content #Structure .grid .box .item .item_link:hover .btn_wrapper a:after,
#top #Our .content #Structure .grid .box .item .item_link:hover .btn_wrapper input[type=submit]:after,
#top #Our .content #Structure .grid .box .item .item_link:hover .btn_wrapper button:after,
#top #Our .content #Structure .grid .box .item .item_link:hover .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
#top #Our .content .Big_slide {
  position: absolute;
}
#top #Philosophy {
  position: relative;
  background: #EAEB38;
  padding-top: 0;
}
@media (max-width: 768px) {
  #top #Philosophy {
    padding-top: 6rem !important;
  }
}
@media (max-width: 768px) {
  #top #Philosophy .title_wrapper {
    margin-bottom: 13.875rem;
    z-index: 1;
    height: auto;
  }
}
#top #Philosophy .title_wrapper .title p {
  color: #000;
}
#top #Philosophy .content {
  position: relative;
  gap: 10rem;
}
@media (max-width: 768px) {
  #top #Philosophy .content {
    gap: 14.375rem;
  }
}
#top #Philosophy .content .content_section {
  z-index: 1;
}
#top #Philosophy .side_title:after {
  content: "";
  display: block;
  position: absolute;
  right: -15.9375rem;
  gap: 10rem;
  -webkit-mask: url(img/philosophy_bg.svg) no-repeat left/cover;
          mask: url(img/philosophy_bg.svg) no-repeat left/cover;
  width: 67.5rem;
  height: 67.5rem;
  z-index: 0;
  background: #F0F171;
}
@media (max-width: 768px) {
  #top #Philosophy .side_title:after {
    width: 24.375rem;
    height: 24.375rem;
    right: 0;
  }
}
#top #Philosophy .side_title .content {
  padding-top: 11.5rem;
}
@media (max-width: 768px) {
  #top #Philosophy .side_title .content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #top #Philosophy .side_title.right {
    padding-left: 0;
  }
}
#top #Philosophy #MVV .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9rem;
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex {
    gap: 6rem;
  }
}
#top #Philosophy #MVV .flex .box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5.375rem;
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#top #Philosophy #MVV .flex .box .item {
  width: auto;
}
#top #Philosophy #MVV .flex .box .heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box .heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    right: 0;
  }
}
#top #Philosophy #MVV .flex .box .heading p {
  font-size: 1rem;
  padding-top: 0.5625rem;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box .heading p {
    font-size: 0.875rem;
  }
}
#top #Philosophy #MVV .flex .box .text h3 {
  font-size: 4.5rem;
  line-height: 1.4;
}
#top #Philosophy #MVV .flex .box .text h3::before, #top #Philosophy #MVV .flex .box .text h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#top #Philosophy #MVV .flex .box .text h3::before {
  margin-top: calc((1 - 1.4) * 0.5em);
}
#top #Philosophy #MVV .flex .box .text h3::after {
  margin-bottom: calc((1 - 1.4) * 0.5em);
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box .text h3 {
    font-size: 3rem;
  }
}
#top #Philosophy #MVV .flex .box.vision .text h3 {
  font-size: 2.25rem;
  line-height: 2;
  margin-bottom: 9rem;
}
#top #Philosophy #MVV .flex .box.vision .text h3::before, #top #Philosophy #MVV .flex .box.vision .text h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#top #Philosophy #MVV .flex .box.vision .text h3::before {
  margin-top: calc((1 - 2) * 0.5em);
}
#top #Philosophy #MVV .flex .box.vision .text h3::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box.vision .text h3 {
    font-size: 1.125rem;
    margin-bottom: 6rem;
  }
}
#top #Philosophy #MVV .flex .box.vision .text p {
  line-height: 2;
}
#top #Philosophy #MVV .flex .box.vision .text p:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #top #Philosophy #MVV .flex .box.vision .text p:not(:last-of-type) {
    width: 100vw;
    font-size: 0.9375rem;
  }
}
#top #Philosophy #Mirai {
  padding: 10rem 9rem;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai {
    padding: 6rem 0;
    margin-top: 9.3125rem;
  }
}
#top #Philosophy #Mirai .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
#top #Philosophy #Mirai .title h2 {
  display: block;
  font-size: 9rem;
  color: #FFF;
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .title h2 {
    font-size: 7rem;
  }
}
#top #Philosophy #Mirai .title p {
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .title p {
    margin-left: auto;
    font-size: 1.25rem;
  }
}
#top #Philosophy #Mirai .lead {
  position: relative;
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .lead {
    margin-bottom: 5.125rem;
  }
}
#top #Philosophy #Mirai .lead .box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top #Philosophy #Mirai .lead .code {
  position: absolute;
  top: 2.5rem;
  left: -8.75rem;
  color: #F0F171;
  font-weight: 400;
  line-height: 1;
  font-size: 9rem;
  line-height: 0.655;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .lead .code {
    font-size: 4.5rem;
    top: -5.625rem;
    left: 0;
  }
}
#top #Philosophy #Mirai .lead .code span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-left: 9.625rem;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .lead .code span {
    margin-left: 3.75rem;
    gap: 0.5rem;
  }
}
#top #Philosophy #Mirai .lead .code span span {
  display: inline-block;
  margin-left: 0;
  font-style: italic;
}
#top #Philosophy #Mirai .grid--mirai .box {
  gap: 4rem;
}
#top #Philosophy #Mirai .grid--mirai .box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
#top #Philosophy #Mirai .grid--mirai .box .item a:hover:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
#top #Philosophy #Mirai .grid--mirai .box .item a:hover .arrow:after,
#top #Philosophy #Mirai .grid--mirai .box .item a:hover .btn_wrapper a:after,
#top #Philosophy #Mirai .grid--mirai .box .item a:hover .btn_wrapper input[type=submit]:after,
#top #Philosophy #Mirai .grid--mirai .box .item a:hover .btn_wrapper button:after,
#top #Philosophy #Mirai .grid--mirai .box .item a:hover .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_right;
          animation-name: icon_right;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
#top #Philosophy #Mirai .grid--mirai .box .item a .en {
  font-size: 4.4375rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .grid--mirai .box .item a .en {
    font-size: 3rem;
  }
}
#top #Philosophy #Mirai .grid--mirai .box .item a .en span {
  font-size: 6.75rem;
  color: #FFF;
  font-size: 5rem;
}
#top #Philosophy #Mirai .grid--mirai .box .item a .ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
#top #Philosophy #Mirai .grid--mirai .box .item a .ja .arrow {
  width: 1.375rem;
  height: 1.375rem;
}
@media (max-width: 768px) {
  #top #Philosophy #Mirai .grid--mirai .box .item:nth-child(even) a {
    padding-left: 3.9375rem;
  }
}
#top #Institutions {
  padding: 90vh 9rem 50.4375rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  #top #Institutions {
    padding: 70vh 2rem 7.875rem !important;
  }
}
#top #Institutions .title {
  gap: 1.875rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  #top #Institutions .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top #Institutions .title h2 {
  font-size: 4.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #top #Institutions .title h2 {
    font-size: 3.75rem;
  }
}
#top #Institutions .title p {
  line-height: 1.4;
}
@media (max-width: 768px) {
  #top #Institutions .title p {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: auto;
  }
}
#top #Institutions .title p i {
  display: block;
  margin-left: 3rem;
}
#top #Institutions .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  #top #Institutions .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top #Institutions .content .content_item.text p {
  line-height: 2;
}
#top #Institutions .content .content_item.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -13.75rem;
}
@media (max-width: 768px) {
  #top #Institutions .content .content_item.button {
    margin-top: auto;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#top #Institutions .content .content_item.button .en {
  font-style: italic;
  font-size: 4.5rem;
  color: #FFF;
  line-height: 1;
  top: -1.125rem;
}
@media (max-width: 768px) {
  #top #Institutions .content .content_item.button .en {
    z-index: 2;
  }
}
#top #Institutions .content .content_item.button .btn_wrapper {
  margin-top: 5.75rem;
}
@media (max-width: 768px) {
  #top #Institutions .content .content_item.button .btn_wrapper {
    margin-top: 1.3125rem;
  }
}
#top #top_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
  opacity: 0;
}
#top #top_bg .top_bg_inner {
  position: relative;
}
#top #top_bg .top_bg_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #BDBDBD), color-stop(40.65%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #BDBDBD 3%, rgba(0, 0, 0, 0) 40.65%);
}
@media (max-width: 768px) {
  #top #top_bg .top_bg_inner:before {
    height: 80vh;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10.18%, #BDBDBD), color-stop(48.65%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #BDBDBD 10.18%, rgba(0, 0, 0, 0) 48.65%);
  }
}
#top #top_bg .top_bg_inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100vh;
  left: 0;
  background: #BDBDBD;
}
@media (max-width: 768px) {
  #top #top_bg .top_bg_inner:after {
    top: 75vh;
    height: calc(100% + 25vh);
  }
}
#top #top_bg .top_bg_inner img {
  width: 100vw;
}
@media (max-width: 768px) {
  #top #top_bg .top_bg_inner img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.overlay span {
  width: 6.6666666667vw;
  height: 0;
  background: #F0F171;
  z-index: 100;
  border-radius: 1.5rem 1.5rem 0 0;
}

body#top #mv {
  padding-top: 84.375rem;
}
body#top #mv #topAnimation {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  body#top #mv #topAnimation {
    -webkit-transform: scale(1.5) translateY(23vh);
        -ms-transform: scale(1.5) translateY(23vh);
            transform: scale(1.5) translateY(23vh);
  }
}
body#top header,
body#top .mv_inner,
body#top nav {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
body#top header.show,
body#top .mv_inner.show,
body#top nav.show {
  opacity: 1;
  pointer-events: auto;
}

#under img {
  border-radius: 0.25rem;
}
#under .side_title .title_wrapper .title {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  #under .side_title .title_wrapper .title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #under .side_title .title_wrapper .title .title_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#under .title {
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  #under .title {
    margin-bottom: 1.875rem;
  }
}
#under .title h3 {
  font-size: 2.25rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #under .title h3 {
    font-size: 1.75rem;
  }
}
#under .thanks_main {
  position: relative;
  margin-top: 10.625rem;
  padding-bottom: 55.125rem;
}
@media (max-width: 768px) {
  #under .thanks_main {
    margin-top: 4.75rem;
    padding-bottom: 7.875rem;
  }
}
#under .thanks_main:after {
  content: "";
  display: block;
  position: absolute;
  top: -18.875rem;
  right: -18.75rem;
  -webkit-mask: url(img/philosophy_bg.svg) no-repeat center/contain;
          mask: url(img/philosophy_bg.svg) no-repeat center/contain;
  width: 67.5rem;
  height: 67.5rem;
  background: #FFF;
  z-index: -1;
}
@media (max-width: 768px) {
  #under .thanks_main:after {
    top: -6.25rem;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#under .thanks_main #under_head h1:after {
  content: none;
}
#under .thanks_main #under_head .btn_wrapper {
  margin-top: 4.0625rem;
}
#under .footer_padding {
  margin-top: 10.625rem;
  padding-bottom: 51rem;
}
@media (max-width: 768px) {
  #under .footer_padding {
    margin-top: 5.75rem;
    padding-bottom: 9.75rem;
  }
}
#under #under_head {
  padding: 0 9rem;
}
@media (max-width: 768px) {
  #under #under_head {
    padding-top: 0 !important;
  }
}
#under #under_head h1 {
  position: relative;
  text-align: left;
  font-size: 5rem;
  line-height: 1;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  margin-top: 8.5625rem;
}
@media (max-width: 768px) {
  #under #under_head h1 {
    font-size: 2.5rem;
    margin-top: 5.75rem;
    line-height: 1.4;
  }
}
#under #under_head h1::after {
  content: "";
  display: block;
  width: 100vw;
  height: 0.125rem;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
#under #under_head nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#under #under_head nav .under_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
}
@media (max-width: 768px) {
  #under #under_head nav .under_nav {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.5rem 0rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#under #under_head nav .under_nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
#under #under_head nav .under_nav li:after {
  content: "";
  display: inline-block;
  -webkit-mask: url(img/arrow_down.svg) no-repeat center/contain;
          mask: url(img/arrow_down.svg) no-repeat center/contain;
  background: #D9D900;
  width: 0.5625rem;
  height: 0.75rem;
  margin: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
#under #under_head nav .under_nav li:hover:after {
  -webkit-animation-name: icon_down;
          animation-name: icon_down;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
#under #under_head nav .under_nav li:hover .arrow:after,
#under #under_head nav .under_nav li:hover .btn_wrapper a:after,
#under #under_head nav .under_nav li:hover .btn_wrapper input[type=submit]:after,
#under #under_head nav .under_nav li:hover .btn_wrapper button:after,
#under #under_head nav .under_nav li:hover .btn_wrapper input[type=button]:after {
  -webkit-animation-name: icon_down;
          animation-name: icon_down;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
          animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
}
@media (max-width: 768px) {
  #under #under_head nav .under_nav li {
    font-size: 0.875rem;
  }
}
#under #under_head nav .under_nav li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.03em;
}
#under #under_head .Big_slide {
  position: relative;
}
@media (max-width: 768px) {
  #under #under_head .Big_slide {
    margin-top: 1.75rem;
  }
}
#under #under_head.thanks_head h1 {
  font-size: 4.5rem;
  line-height: 1.4;
  margin: 0 0 3.25rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #under #under_head.thanks_head h1 {
    font-size: 1.9375rem;
    line-height: 1.6;
    margin-bottom: 1.5625rem;
  }
}
#under #under_head.thanks_head .btn_wrapper {
  margin-top: 2.25rem;
}
#under .under_top {
  margin-top: 12.8125rem !important;
  background: #EAEB38;
}
@media (max-width: 768px) {
  #under .under_top {
    margin-top: 1.25rem !important;
  }
}
#under #Profile {
  background: #EAEB38;
  padding: 6.25rem 9rem;
  margin: 10.3125rem 0 17.5rem;
}
@media (max-width: 768px) {
  #under #Profile {
    margin-bottom: 3.5rem;
    margin-top: -3.125rem;
    padding: 5.75rem 2rem !important;
  }
}
#under #Profile .title p {
  color: #000;
  font-size: 1rem;
}
#under #Profile .title.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8.25rem;
}
@media (max-width: 768px) {
  #under #Profile .title.lead {
    gap: 0.625rem;
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 768px) {
  #under #Profile .title.lead {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#under #Profile .title.lead .title_bottom h2 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  #under #Profile .title.lead .title_bottom h2 {
    margin-bottom: 2.125rem;
  }
}
#under #Profile .content {
  display: grid;
  gap: 7.125rem;
}
@media (max-width: 768px) {
  #under #Profile .content {
    gap: 4.25rem;
  }
}
#under #Profile .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: profileNumber;
}
#under #Profile .content .flex .box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  counter-increment: profileNumber;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box {
    gap: 1.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#under #Profile .content .flex .box:nth-child(2) {
  margin-left: 9.375rem;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box:nth-child(2) {
    margin-left: 0;
  }
}
#under #Profile .content .flex .box:nth-child(3) {
  margin-left: 18.75rem;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box:nth-child(3) {
    margin-left: 0;
  }
}
#under #Profile .content .flex .box .item.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box .item.img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0rem;
  }
}
#under #Profile .content .flex .box .item.img:before {
  content: counter(profileNumber) ".";
  color: #FFF;
  font-size: 9rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.625rem;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box .item.img:before {
    font-size: 4.5rem;
  }
}
#under #Profile .content .flex .box .item.img img {
  width: 20rem;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box .item.img img {
    width: 10rem;
  }
}
#under #Profile .content .flex .box .item.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  #under #Profile .content .flex .box .item.text {
    padding-left: 4.375rem;
  }
}
#under #Profile .content .card_container .card {
  padding: 5.625rem 6.25rem;
  background: #F0F171;
  border-color: #F0F171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  #under #Profile .content .card_container .card {
    padding: 4rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#under #Profile .content .card_container .card .text .title {
  margin-bottom: 2.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #under #Profile .content .card_container .card .text .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.875rem;
  }
}
#under #Evaluation {
  padding: 11.9375rem 7.75rem 4.5rem;
  gap: 10.875rem;
}
@media (max-width: 768px) {
  #under #Evaluation {
    gap: 2rem;
    padding-top: 6rem !important;
  }
}
@media (max-width: 768px) {
  #under #Evaluation .title_wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  #under #Evaluation .title_wrapper .title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #under #Evaluation .title_wrapper .title .title_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#under #Evaluation .title_wrapper .title .title_top h2 span {
  letter-spacing: -0.6875rem;
}
#under #Evaluation .grid {
  display: grid;
}
#under #Evaluation .grid .box {
  grid-template-columns: 14.625rem 1fr;
  gap: 7.75rem;
}
@media (max-width: 768px) {
  #under #Evaluation .grid .box {
    gap: 1.875rem;
    grid-template-columns: 1fr;
  }
}
#under #Evaluation .grid .box:not(:last-of-type) {
  padding-bottom: 7.75rem;
  border-bottom: solid 2px #FFF;
}
@media (max-width: 768px) {
  #under #Evaluation .grid .box:not(:last-of-type) {
    padding-bottom: 6rem !important;
  }
}
#under #Evaluation .grid .box:last-of-type {
  padding-top: 7.75rem;
}
@media (max-width: 768px) {
  #under #Evaluation .grid .box:last-of-type {
    padding-top: 6rem !important;
  }
}
#under #Evaluation .grid .box .item .title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  #under #Evaluation .grid .box .item .title {
    margin-bottom: 0;
  }
}
#under #Evaluation .grid .box .item.text p:not(:last-of-type) {
  margin-bottom: 1.875rem;
}
#under #Career_pass {
  padding: 1.5rem 4.5rem 5rem 4.5rem;
}
@media (max-width: 768px) {
  #under #Career_pass {
    padding-top: 0.75rem !important;
    padding-bottom: 2rem !important;
  }
}
#under #Career_pass .content {
  gap: 6rem;
}
@media (max-width: 768px) {
  #under #Career_pass .content {
    gap: 5.375rem;
  }
}
#under #Career_pass .content .bottom {
  padding: 0 4.5rem;
}
@media (max-width: 768px) {
  #under #Career_pass .content .bottom {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #under #Career_pass .scroll_box img {
    height: 31.6875rem;
  }
}
#under #Career_pass .career_pass_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 4rem 0;
}
@media (max-width: 768px) {
  #under #Career_pass .career_pass_button {
    margin: 3rem 0;
  }
}
#under #Career_pass .career_pass_button::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 1px;
  background: #FFF;
}
#under #Career_pass .career_pass_button .btn_wrapper {
  margin-top: 0;
}
#under #Career_pass .grid .box {
  gap: 8rem;
}
@media (max-width: 768px) {
  #under #Career_pass .grid .box {
    gap: 0;
  }
}
#under #Career_pass .grid .box .item {
  position: relative;
}
#under #Career_pass .grid .box .item:not(:last-of-type):before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -4rem;
}
@media (max-width: 768px) {
  #under #Career_pass .grid .box .item:not(:last-of-type):before {
    content: none;
  }
}
#under #Career_pass .grid .box .item h4 {
  font-size: 1.25rem;
}
#under #Career_pass .grid .box .item h4 span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
#under #Career_pass .grid .box .item p {
  color: #7F7F7F;
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col3 .item {
    padding: 0;
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col3 .item:not(:last-of-type) {
    border-bottom: solid 2px #FFF;
  }
}
#under #Career_pass .grid.col3 .item:first-of-type {
  padding-left: 0;
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col3 .item:first-of-type {
    padding-top: 0;
  }
}
#under #Career_pass .grid.col3 .item:last-of-type {
  padding-right: 0;
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col3 .item:last-of-type {
    padding-bottom: 0;
  }
}
#under #Career_pass .grid.col2 {
  padding-bottom: 4.375rem;
  border-bottom: solid 2px #FFF;
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col2 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col2 .box {
    gap: 0;
  }
}
#under #Career_pass .grid.col2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col2 .item {
    padding: 3rem 0;
    border-bottom: solid 2px #FFF;
  }
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col2 .item h4 {
    width: 4.375rem;
  }
}
@media (max-width: 768px) {
  #under #Career_pass .grid.col2 .item:first-of-type {
    padding-top: 0;
  }
}
#under #Career_pass .grid.col2 .item h4 {
  font-size: 1rem;
  line-height: 1.4;
}
#under #Career_pass .grid.col2 .item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#under #Lifetime {
  padding: 5rem 9rem 7rem;
}
#under #Lifetime .lead {
  margin-bottom: 8.25rem;
}
@media (max-width: 768px) {
  #under #Lifetime .lead {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  #under #Lifetime .lead .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#under #Lifetime .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.75rem;
}
@media (max-width: 768px) {
  #under #Lifetime .content .flex {
    gap: 6rem;
  }
}
#under #Lifetime .content .flex .box {
  gap: 6rem;
}
@media (max-width: 768px) {
  #under #Lifetime .content .flex .box {
    gap: 3rem;
  }
}
#under #Lifetime .content .flex .box .item.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#under #Lifetime .content .flex .box .item.text h4 {
  font-size: 1.25rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 768px) {
  #under #Lifetime .content .flex .box .item.text h4 {
    margin-bottom: 1.5rem;
  }
}
#under #Lifetime .content .flex .box .item.text p span {
  display: block;
  margin-top: 3rem;
  color: #7F7F7F;
}
@media (max-width: 768px) {
  #under #Lifetime .content .flex .box .item.text p span {
    margin-top: 2rem;
  }
}
#under #Lifetime .content .flex .box .item.img {
  width: 45rem;
}
#under #Benefits {
  padding: 5rem 9rem 12rem;
  gap: 5.375rem;
}
@media (max-width: 768px) {
  #under #Benefits {
    gap: 2rem;
  }
}
#under #Benefits .flex .box {
  gap: 2.25rem;
}
@media (max-width: 768px) {
  #under #Benefits .flex .box {
    gap: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-transform: translate(-2rem);
        -ms-transform: translate(-2rem);
            transform: translate(-2rem);
    padding: 0 2rem;
    width: 100vw;
  }
}
#under #Benefits .flex .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
  width: calc((100% - 4.5rem) / 3);
  background: #FFF;
  padding: 2.25rem;
}
#under #Benefits .flex .box .item:nth-child(-n+2) {
  width: calc((100% - 2.25rem) / 2);
}
#under #Benefits .flex .box .item:nth-child(-n+2) img {
  max-height: 5.5rem;
}
@media (max-width: 768px) {
  #under #Benefits .flex .box .item {
    width: 100% !important;
    padding: 2rem;
    gap: 1.25rem;
    min-width: 100%;
  }
}
#under #Benefits .flex .box .item .card_tag.number {
  color: #BDBDBD;
  left: 0.5625rem;
}
#under #Benefits .flex .box .item .card_tag.number:after {
  color: #BDBDBD;
}
#under #Benefits .flex .box .item img {
  width: auto;
  margin-left: auto;
  max-height: 3.875rem;
}
@media (max-width: 768px) {
  #under #Benefits .flex .box .item img {
    max-height: 6rem !important;
  }
}
#under #Benefits .flex .box .item h3 {
  font-size: 1.25rem;
}
#under #Benefits .flex .box .item h3 span {
  font-size: 0.9375rem;
}
#under #Benefits .flex .box .item p {
  color: #7F7F7F;
}
#under #Benefits .card_tag div {
  font-size: 0.875rem;
}
#under #Benefits .card_tag.number:after {
  font-size: 0.875rem;
  margin-left: 0.25rem;
}
#under #Environment {
  background: #FFF;
  padding: 5rem 9rem;
}
#under #Environment .title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 7.875rem;
}
@media (max-width: 768px) {
  #under #Environment .title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5.375rem;
  }
}
#under #Environment .content {
  gap: 5.375rem;
}
@media (max-width: 768px) {
  #under #Environment .content {
    gap: 2.5rem;
  }
}
#under #Environment .content_section {
  width: 100%;
}
#under #Environment #slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}
#under #Environment #slider .slick-slide {
  padding: 0 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45rem;
  max-width: 100vw;
}
@media (max-width: 768px) {
  #under #Environment #slider .slick-slide {
    padding: 0 0.25rem;
    width: 90vw;
  }
}
#under #Environment #slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#under #Environment .slick-list {
  margin: 0 -1rem;
}
#under #Environment #slider:hover {
  cursor: pointer;
}
#under #Environment #custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 100;
}
@media (max-width: 768px) {
  #under #Environment #custom-cursor {
    display: none;
  }
}
#under #Environment .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.75rem;
}
@media (max-width: 768px) {
  #under #Environment .flex {
    gap: 6rem;
  }
}
#under #Environment .flex .box {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6rem;
}
@media (max-width: 768px) {
  #under #Environment .flex .box {
    gap: 3rem;
  }
}
#under #Environment .flex .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media (max-width: 768px) {
  #under #Environment .flex .box .item {
    width: 100% !important;
  }
}
#under #Environment .flex .box .item h3 {
  margin-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  #under #Environment .flex .box .item h3 {
    font-size: 1.75rem;
    margin-bottom: 2.25rem;
  }
}
#under #Environment .flex .box .item.img {
  aspect-ratio: 3/2;
  width: 49vw;
}
@media (max-width: 768px) {
  #under #Environment .flex .box .item.img {
    width: calc(100vw - 2rem) !important;
  }
}
#under #Environment .flex .box .item.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#under #Environment .flex .box .item.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#under #Environment .flex .box .item.text .ul_list {
  margin-top: 1.125rem;
  gap: 1.25rem;
}
#under #Environment .flex .box .item.text .ul_list li {
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #under #Environment .flex .box .item.text .ul_list li {
    font-size: 0.8125rem;
  }
}
#under #Environment .flex .box .item.text .ul_list li:before {
  top: 0.625rem;
}
#under #Environment .flex .box .item.text .dl_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  counter-reset: dl_number;
}
#under #Environment .flex .box .item.text .dl_number div {
  counter-increment: dl_number;
  position: relative;
}
#under #Environment .flex .box .item.text .dl_number div:not(:last-of-type):after {
  content: "";
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: #F7F7F7;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
#under #Environment .flex .box .item.text .dl_number div dt {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
#under #Environment .flex .box .item.text .dl_number div dt:before {
  content: counter(dl_number) ".";
  display: inline-block;
  font-style: italic;
  font-size: 1.625rem;
  margin-right: 0.3125rem;
}
#under #Environment .flex .box .item.text .dl_number div dd {
  font-size: 0.8125rem;
}
#under #Environment .flex .box:nth-child(1) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#under #Environment .flex .box:nth-child(1) .text {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: auto;
}
#under #Environment .flex .box:nth-child(odd) .img {
  margin-left: -9rem;
}
@media (max-width: 768px) {
  #under #Environment .flex .box:nth-child(odd) .img {
    -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
#under #Environment .flex .box:nth-child(odd) .img img {
  border-radius: 0 0.25rem 0.25rem 0;
}
@media (max-width: 768px) {
  #under #Environment .flex .box:nth-child(odd) .img {
    margin-left: 0;
  }
}
#under #Environment .flex .box:nth-child(even) .img {
  margin-right: -9rem;
}
#under #Environment .flex .box:nth-child(even) .img img {
  border-radius: 0.25rem 0 0 0.25rem;
}
@media (max-width: 768px) {
  #under #Environment .flex .box.reverse_none {
    gap: 4.25rem;
  }
}
#under #Environment .flex .box.reverse_none .item:nth-child(odd) {
  padding-right: 0;
}
#under #Environment .flex .box.reverse_none .item:nth-child(even) {
  padding-left: 0;
}
#under #Initiatives {
  padding: 12rem 9rem;
}
@media (max-width: 768px) {
  #under #Initiatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .title .title_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .title .title_top h2 {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .title .title_top p {
    line-height: 1;
  }
}
#under #Initiatives .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  #under #Initiatives .flex {
    gap: 3rem;
  }
}
#under #Initiatives .flex .box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box {
    gap: 1.5rem;
  }
}
#under #Initiatives .flex .box:not(:last-of-type) {
  border-bottom: solid 2px #FFF;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box:not(:last-of-type) {
    padding-bottom: 3rem;
  }
}
#under #Initiatives .flex .box .item.img {
  width: 22.5rem;
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box .item.img {
    width: 100%;
  }
}
#under #Initiatives .flex .box .item.text h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box .item.text h3 {
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box .item.text p {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  #under #Initiatives .flex .box .item.text .btn_wrapper {
    margin-top: 1.8125rem;
  }
}
#under #Entry_select {
  padding: 0 !important;
}
@media (max-width: 768px) {
  #under #Entry_select {
    margin-top: 3rem;
  }
}
#under #Entry_select .Entry_select_img {
  position: absolute;
  top: 15rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25rem;
  height: 25rem;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #under #Entry_select .Entry_select_img {
    position: static;
    width: 8.125rem;
    height: 8.125rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: -3rem;
  }
}
#under #Entry_select .Entry_select_img img {
  display: block;
}
#under #Entry_select .default-img {
  z-index: 1;
}
@media (max-width: 768px) {
  #under #Entry_select .default-img {
    display: none !important;
  }
}
#under #Entry_select .box {
  padding-bottom: 43.125rem;
}
@media (max-width: 768px) {
  #under #Entry_select .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 9rem;
  }
}
#under #Entry_select .box .Entry_select_img {
  opacity: 0;
}
@media (max-width: 768px) {
  #under #Entry_select .box .Entry_select_img {
    opacity: 1;
  }
}
#under #Entry_select .box:hover .Entry_select_img {
  display: block;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 768px) {
  #under #Entry_select .flex > .Entry_select_img {
    display: none;
  }
}
#under #Entry_select .flex:hover > .Entry_select_img {
  opacity: 0;
}
#under #Entry_select .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #under #Entry_select .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#under #Entry_select .flex .box {
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box {
    position: relative;
    width: 100%;
    gap: 1.875rem;
    padding: 0 2rem 9rem;
  }
}
#under #Entry_select .flex .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  gap: 0.625rem;
  padding: 15rem 0;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box .item {
    padding: 0;
  }
}
#under #Entry_select .flex .box .item .box_link {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box .item .box_link {
    display: none;
  }
}
#under #Entry_select .flex .box .item .title {
  position: relative;
  margin-bottom: 0;
}
#under #Entry_select .flex .box .item .title h2 {
  font-size: 9rem;
  line-height: 1;
}
#under #Entry_select .flex .box .item .title p {
  position: absolute;
  top: 1rem;
  right: 0;
  color: #000;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box .item .btn_wrapper {
    margin-top: 2.1875rem;
  }
}
#under #Entry_select .flex .box.career {
  background: #EBEADF;
  border-radius: 0 1.5rem 0 0;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.career {
    border-radius: 1.5rem 1.5rem 0 0;
    padding-bottom: 10.25rem;
  }
}
#under #Entry_select .flex .box.career .item {
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.career .item {
    padding-left: 0;
  }
}
#under #Entry_select .flex .box.career .item .box_link {
  left: 0;
}
#under #Entry_select .flex .box.career:hover ~ .Entry_select_img .default-img {
  opacity: 0;
}
#under #Entry_select .flex .box.career:hover ~ .Entry_select_img .career-img {
  opacity: 1;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.career .title h2 {
    font-size: 7.625rem;
  }
}
#under #Entry_select .flex .box.intern {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #EBEADF;
  border-radius: 1.5rem 0 0 0;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.intern {
    background: #EAEB38;
    border-radius: 1.5rem 1.5rem 0 0;
    margin-top: -1.25rem;
  }
}
#under #Entry_select .flex .box.intern .item {
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.intern .item {
    padding-right: 0;
  }
  #under #Entry_select .flex .box.intern .item .btn_wrapper a,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=submit],
  #under #Entry_select .flex .box.intern .item .btn_wrapper button,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=button] {
    background: #242424;
    color: #FFF;
  }
  #under #Entry_select .flex .box.intern .item .btn_wrapper a:before,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=submit]:before,
  #under #Entry_select .flex .box.intern .item .btn_wrapper button:before,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=button]:before {
    background: #242424;
  }
  #under #Entry_select .flex .box.intern .item .btn_wrapper a:after,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=submit]:after,
  #under #Entry_select .flex .box.intern .item .btn_wrapper button:after,
  #under #Entry_select .flex .box.intern .item .btn_wrapper input[type=button]:after {
    background: #FFF;
  }
}
#under #Entry_select .flex .box.intern .item .box_link {
  right: 0;
}
#under #Entry_select .flex .box.intern:hover ~ .Entry_select_img .default-img {
  opacity: 0;
}
#under #Entry_select .flex .box.intern:hover ~ .Entry_select_img .intern-img {
  opacity: 1;
}
@media (max-width: 768px) {
  #under #Entry_select .flex .box.intern .title h2 {
    font-size: 8.125rem;
  }
}
#under #Entry_select .flex .box .btn_wrapper {
  margin-top: 2.125rem;
}
@media (min-width: 768px) {
  #under #Entry_select .flex .box:hover {
    background: #EAEB38;
  }
}
#under #flow {
  padding: 6.25rem 9rem;
  gap: 9rem;
}
@media (max-width: 768px) {
  #under #flow {
    gap: 5.375rem;
  }
}
#under #flow .title {
  position: static;
}
#under #flow .title .title_top p {
  color: #000;
}
#under #flow .title .title_bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#under #flow .title .title_bottom p {
  color: #000;
  font-size: 0.875rem;
  line-height: 2;
}
#under #flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.625rem;
  counter-reset: flow;
}
#under #flow .flow_list li {
  position: relative;
  display: grid;
  grid-template-columns: 16.875rem 1fr;
  gap: 2.25rem;
  padding-left: 2.75rem;
  counter-increment: flow;
}
@media (max-width: 768px) {
  #under #flow .flow_list li {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
#under #flow .flow_list li:not(:last-of-type) {
  padding-bottom: 13rem;
}
@media (max-width: 768px) {
  #under #flow .flow_list li:not(:last-of-type) {
    padding-bottom: 6.875rem;
  }
}
#under #flow .flow_list li:not(:last-of-type):after {
  content: "";
  border-left: dashed 1px #FFF;
  stroke-width: 1px;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 1.125rem;
  left: 0.3125rem;
}
#under #flow .flow_list li:before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask: url(img/marker.svg) no-repeat left/contain;
          mask: url(img/marker.svg) no-repeat left/contain;
  background: #FFF;
  position: absolute;
  top: 0.875rem;
}
@media (max-width: 768px) {
  #under #flow .flow_list li:before {
    top: 0.6875rem;
  }
}
#under #flow .flow_list li div {
  position: absolute;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #FFF;
  left: 2.6875rem;
  bottom: calc(100% + 0.625rem);
}
#under #flow .flow_list li div:after {
  content: counter(flow);
  font-size: 2.25rem;
  font-style: italic;
}
#under #flow .flow_list li h4 {
  margin-bottom: 0;
}
#under #flow .flow_list li h4 span {
  font-size: 0.9375rem;
}
#under #flow .flow_list li.half-step {
  counter-increment: none;
}
#under #flow .flow_list li.half-step > div::after {
  content: "4.5";
}
#under #Requirements {
  padding: 12rem 9rem 0;
}
#under #Requirements .title_wrapper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  #under #Requirements .title_wrapper .title {
    gap: 1.25rem;
    margin-bottom: 4.5rem;
  }
}
#under #Requirements .title_wrapper .title .title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
@media (max-width: 768px) {
  #under #Requirements .title_wrapper .title .title_top {
    gap: 1.125rem;
  }
}
#under #Requirements .title_wrapper .title .title_bottom p {
  color: #000;
}
#under #Requirements .content {
  gap: 6rem;
}
@media (max-width: 768px) {
  #under #Requirements .content {
    gap: 4rem;
  }
}
#under #Requirements .card_container .card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.125rem 4.5rem;
}
@media (max-width: 768px) {
  #under #Requirements .card_container .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.375rem 2rem;
    gap: 2rem;
  }
}
#under #Requirements .card_container .card .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  #under #Requirements .card_container .card .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#under #Requirements .card_container .card .button .btn_wrapper {
  margin: 0;
}
@media (max-width: 768px) {
  #under #Requirements .card_container .card .button .btn_wrapper a {
    max-width: none;
  }
}
@media (max-width: 768px) {
  #under #Requirements .intern_card .btn_wrapper a, #under #Requirements .career_card .btn_wrapper a {
    font-size: 0.8125rem;
  }
}
#under #Requirements .intern_card .card {
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  #under #Requirements .intern_card .card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.625rem;
  }
}
#under #Requirements .intern_card .card .text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#under #Requirements .intern_card .card .text h4 {
  margin-bottom: 0;
}
#under #Requirements .intern_card .card .ul_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
@media (max-width: 768px) {
  #under #Requirements .intern_card .card .ul_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}
#under #Requirements .intern_card .card .ul_list li span {
  font-size: 0.75rem;
}
#under #Requirements .intern_card .card .ul_list li::before {
  background: #FFF;
  top: 0.9375rem;
}
@media (max-width: 768px) {
  #under #Requirements .intern_card .card .ul_list li::before {
    top: 0.875rem;
  }
}
@media (max-width: 768px) {
  #under #Requirements .intern_card .card .ul_list li {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  #under #Requirements .career_card .card:after {
    width: 15rem !important;
  }
}
@media (max-width: 768px) {
  #under #Requirements .career_card .card .card_tag {
    width: 11.875rem;
  }
}
@media (max-width: 768px) {
  #under #Requirements .career_card .card .card_tag span {
    width: 15rem;
    font-size: 0.8125rem;
  }
}
#under #Requirements .job_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
#under #Requirements .job_list .box {
  padding: 0;
  background: #FFF;
  border-radius: 0.3125rem;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box {
    position: relative;
  }
}
#under #Requirements .job_list .box .item.read {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  padding: 4.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.read {
    position: static;
    padding: 3.375rem 2rem 7.3125rem !important;
  }
}
#under #Requirements .job_list .box .item.read:hover {
  cursor: pointer;
}
#under #Requirements .job_list .box .item.read .cross {
  position: absolute;
  top: 4.5rem;
  right: 4.5rem;
  background: #F7F7F7;
  z-index: 10;
  border-radius: 0.375rem;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.read .cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #E4E4E4;
    padding-left: 2rem;
    z-index: 0;
  }
  #under #Requirements .job_list .box .item.read .cross:before {
    content: "情報を見る";
    font-size: 0.8125rem;
    font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  }
}
#under #Requirements .job_list .box .item.read .cross span {
  position: relative;
  display: block;
  width: 4.5rem;
  height: 4.5rem;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.read .cross span {
    width: 3.25rem;
    height: 3.25rem;
  }
}
#under #Requirements .job_list .box .item.read .cross span:after, #under #Requirements .job_list .box .item.read .cross span:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.read .cross span:after, #under #Requirements .job_list .box .item.read .cross span:before {
    width: 1.5rem;
  }
}
#under #Requirements .job_list .box .item.read .cross span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#under #Requirements .job_list .box .item.read.active {
  padding-top: 5.625rem;
  padding-bottom: 3.75rem !important;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.read.active .cross:before {
    content: "閉じる";
    font-size: 0.8125rem;
  }
}
#under #Requirements .job_list .box .item.read.active .cross span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#under #Requirements .job_list .box .item.text {
  display: none;
  padding: 0 4.5rem 9rem;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item.text {
    padding: 0 2rem 7.375rem;
  }
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .dl_list_item .dl_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .dl_list_item .dl_list_title::before {
  content: "";
  display: block;
  background-color: #E1E300;
  width: 0.375rem;
  height: 0.375rem;
  position: relative;
  top: 0.75rem;
  border-radius: 100000px;
  aspect-ratio: 1/1;
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .dl_list_item pre {
  padding-left: 1.25rem;
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper a,
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper input[type=submit],
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper button,
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper input[type=button] {
  height: 2.625rem;
  padding: 1rem 1.125rem;
}
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper a:after,
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper input[type=submit]:after,
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper button:after,
#under #Requirements .job_list .box .item.text .dl_list .dl_list_box dd .btn_wrapper input[type=button]:after {
  left: calc(100% + 0.9375rem);
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item .tag_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item .tag_list li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#under #Requirements .job_list .box .item .tag_list li.tag_department {
  background: #4E4E4E;
}
#under #Requirements .job_list .box .item .tag_list li.tag_business {
  background: #EAEB38;
  color: #000;
}
#under #Requirements .job_list .box .item .tag_list li.tag_job {
  background: #EBEADF;
  color: #000;
}
#under #Requirements .job_list .box .item .btn_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item .btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#under #Requirements .job_list .box .item .btn_wrapper .comment {
  position: absolute;
  left: 0;
  color: #7F7F7F;
}
@media (max-width: 768px) {
  #under #Requirements .job_list .box .item .btn_wrapper .comment {
    font-size: 0.75rem;
    position: relative;
  }
}
#under #Entry_form {
  position: relative;
  padding: 11.9375rem 9rem 16.5rem;
  gap: 10.875rem;
}
@media (max-width: 768px) {
  #under #Entry_form {
    gap: 4rem;
    padding-bottom: 13.5rem !important;
  }
}
#under #Entry_form .entry-form {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #under #Entry_form .entry-form {
    margin-bottom: 0;
  }
}
#under #Entry_form .entry-form .item-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7F7F7F;
  width: 11.5625rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  #under #Entry_form .entry-form .item-note {
    width: 100%;
  }
}
#under #Entry_form .button_area {
  position: absolute;
  left: -31.25rem;
  width: 100vw;
  padding-top: 5.625rem;
  border-top: solid 1px #FFF;
}
@media (max-width: 768px) {
  #under #Entry_form .button_area {
    top: calc(100% + 0.75rem);
    left: 0;
    width: 100%;
    padding-top: 2.1875rem;
  }
}
#under #Entry_form .button_area .btn_wrapper {
  margin-top: 4rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  #under #Entry_form .button_area .btn_wrapper {
    margin-top: 2.75rem;
  }
}
#under #Entry_form .button_area .btn_wrapper button {
  height: 4.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding: 1rem 1.375rem;
  margin-right: 4.875rem;
}
@media (max-width: 768px) {
  #under #Entry_form .button_area .btn_wrapper button {
    height: 3.75rem;
    padding: 1rem 1rem;
    font-size: 1rem;
  }
}
#under #Entry_form .button_area .btn_wrapper button:after {
  left: calc(100% + 2.0625rem);
}
#under #Entry_form .button_area .btn_wrapper.active {
  pointer-events: all;
}

#entry #business {
  padding: 0 !important;
}
#entry form .must {
  color: #D5D000;
  font-size: 1.25rem;
}
#entry form dl {
  overflow: auto;
}
#entry #form dl dd {
  overflow: initial;
}
#entry form dl {
  overflow: hidden;
  display: table;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.875rem;
}
#entry form dl dt {
  display: table-cell;
  margin: 0rem;
  padding: 0rem;
  font-size: 0.875rem;
  vertical-align: middle;
}
#entry #form dl dt {
  position: relative;
  width: 16.25rem;
  padding-left: 0rem;
}
#entry .form {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2.5rem;
  gap: 1.25rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0rem 1.875rem rgba(0, 66, 150, 0.16);
          box-shadow: 0rem 0rem 1.875rem rgba(0, 66, 150, 0.16);
  border-radius: 0.625rem;
  margin-bottom: 6.25rem;
  /* オートレイアウト内部 */
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-positive: 0;
      flex-grow: 0;
  z-index: 3;
}
#entry #form .form-title {
  color: #004296;
  margin: 0.625rem auto;
  text-align: center;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 190%;
  position: relative;
}
#entry #form .form-title::before {
  content: "";
  width: 13.125rem;
  position: absolute;
  height: 0.5625rem;
  top: 2.125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #E1E300;
  opacity: 0.3;
}
#entry .form-text p {
  margin: 0.625rem 0 3.125rem;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: center;
}
#entry .form dt .required {
  padding: 0.125rem 0.625rem;
  background: #FFE9E6;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.5rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
  color: #e60012;
  font-size: 0.625rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: 700;
}
#entry .form dt .txt {
  font-size: 0.75rem;
  font-weight: 700;
}
#entry .form dl dt {
  padding: 0 0 0 3.125rem;
  vertical-align: middle;
}
#entry .form .form-careful {
  padding: 0rem 0.3125rem 0.3125rem;
  gap: 0.625rem;
}
#entry .form .form-careful .form-careful-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 190%;
  color: #004296;
  border-bottom: 0.0625rem solid #004296;
}
#entry .form .form-careful .txt {
  margin: 0.625rem 0;
}
#entry .form form dl dd {
  width: auto !important;
}
#entry .form dl dd input[type=text],
#entry .form dl dd select,
#entry .form dl dd textarea {
  background: #FFFFFF;
  border: 0.0625rem solid #7091BA !important;
  -webkit-box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
          box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
  border-radius: 0.375rem;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.8125rem;
}
#entry .form dl dd select:after {
  /* selectボックスの親要素にオリジナルの矢印を宣言 */
  content: "\f078";
  /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: var(--sub-color);
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#entry .form .form-link a {
  color: blue;
}
#entry .form .form-link a:hover {
  text-decoration: underline;
}
#entry .form .btnArea button[type=reset] {
  width: 14.375rem !important;
  background: #DDDDDD !important;
  border-radius: 5.25rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 190%;
  color: #000 !important;
  border: unset !important;
}
#entry .form .btnArea input[type=submit] {
  width: 14.375rem !important;
  background: #004296 !important;
  border-radius: 5.25rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 190%;
  color: #FFFFFF !important;
  border: unset !important;
}
#entry .beigeBox {
  background: #F7F7F7;
}
#entry .form-family {
  font-family: TsukuGoPro-B;
}
#entry .entry-form {
  width: 100%;
  margin: 0rem auto 6.25rem;
  padding-bottom: 6.25rem;
  border-bottom: 0.125rem solid #FFF;
}
#entry .select_wrapper {
  position: relative;
}
#entry form dl dd input[type=text],
#entry form dl dd select {
  height: 4.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1.375rem;
  border-radius: 0.25rem;
}
#entry select {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.75rem;
  border: 0.0625rem solid transparent;
  outline: none;
  z-index: 0;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
  background: url(img/icon-select.png) no-repeat, #FFF !important;
  background-size: 1.5rem auto !important;
  background-position: right 1.5rem center !important;
}
#entry select::-ms-expand {
  display: none;
}
#entry select:invalid {
  color: #bbb !important;
}
#entry select option {
  color: black !important;
}
#entry select option:first-child {
  color: #bbb !important;
}
#entry .form dl input:focus,
#entry select:focus {
  border: 0.0625rem solid #E1E300 !important;
}
#entry .form dl .select_wrapper {
  position: relative;
  display: block;
}
#entry .form dl .select_wrapper::after {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(img/icon-select.png) no-repeat !important;
  background-position: right 0.75rem center !important;
  z-index: 10;
}
#entry .item-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}
#entry .item-small {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
}
#entry .item-sub {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
#entry .item-sub a {
  text-decoration: underline;
}
#entry .item-sub a:hover {
  text-decoration: none;
}
#entry .item-privacy {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  display: block;
}
#entry form dl dt.item-top {
  vertical-align: top;
  top: 0.625rem;
}
#entry .radio-dd {
  height: 4.5rem;
  display: inline;
}
#entry .radio {
  margin: 0.5rem;
}
#entry .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
#entry .radio input[type=radio] + .radio-label:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 100%;
  height: 3.75rem;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 1rem;
}
#entry .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
}
#entry .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
#entry input[type=text],
#entry input[type=email],
#entry textarea {
  width: 100%;
  padding: 1.5rem;
  border: 0.0625rem solid #F7F7F7;
  background: #ffffff;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry input[type=text]:focus,
#entry input[type=email]:focus,
#entry textarea:focus,
#entry input[type=file]:focus {
  border: 0.0625rem solid #E1E300 !important;
}
#entry .radio-dd .radio-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
#entry .radio-dd label {
  position: relative;
  cursor: pointer;
  padding: 0rem 1.875rem;
}
#entry .radio-dd label::before,
#entry .radio-dd label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#entry .radio-dd label::before {
  background-color: #fff;
  border: 0.0625rem solid #f9f9f9;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.1875rem;
  opacity: 0;
}
#entry .radio-dd label::after {
  background-color: #E1E300;
  border-radius: 50%;
  opacity: 0;
  width: 0.75rem;
  height: 0.75rem;
  left: 0.4375rem;
}
#entry input:checked + label::after {
  opacity: 1;
}
#entry .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
}
#entry .job-select {
  display: block;
}
#entry .job-column {
  width: 100%;
  height: 5.5rem;
  padding: 1.5rem;
  border: 0.0625rem solid #fff;
  background: #f9f9f9;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#entry .job-column-space {
  margin-bottom: 1.25rem;
}
#entry .radio-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.875rem;
  font-size: 1.125rem;
  width: 9.375rem;
  line-height: 1.3;
}
#entry .wpcf7-list-item-label .radio-left {
  margin-left: 0rem;
}
#entry .radio-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
  color: #7F7F7F;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.03em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#entry .radio-job-dd .radio-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
#entry .radio-job-dd label {
  position: relative;
  cursor: pointer;
}
#entry .radio-job-dd label::before,
#entry .radio-job-dd label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
#entry .radio-job-dd label::before {
  background-color: #fff;
  border: 0.0625rem solid #f9f9f9;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  left: 1.4375rem;
}
#entry .radio-job-dd label::after {
  background-color: #E1E300;
  border-radius: 50%;
  opacity: 0;
  width: 0.75rem;
  height: 0.75rem;
  left: 1.6875rem;
}
#entry input[type=radio].visually-hidden:checked + label .job-column {
  background-color: #ffffff;
  border: 0.0625rem solid #E1E300;
}
#entry input[type=file] {
  display: none;
}
#entry input[type=file] {
  padding: 1.5rem;
  font-size: 1rem;
  border: solid 0.0625rem #f9f9f9;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 5.125rem;
  font-weight: 500;
  border-radius: 0.25rem;
}
#entry .file_label {
  width: 100%;
  height: 5.125rem;
  font-size: 0.875rem;
  border: solid 0.0625rem #f9f9f9;
  background-color: #ffffff;
  border-radius: 0.25rem;
  line-height: 1.6;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#entry .file_upload {
  background-color: #000;
  color: #FFF;
  padding: 0.375rem 1.5rem;
  margin: 1.375rem;
  border-radius: 0.25rem;
}
#entry .file__none {
  font-size: 1rem;
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 31.25rem;
  /* 必要に応じて幅を調整 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-right: 1.5rem;
  line-height: 5.125rem;
}
#entry .file_label.semi-transparent p {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  color: #7F7F7F;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 500;
}
#entry .file_label.semi-transparent .file__none {
  font-family: "FOT-筑紫ゴシック Pr5 M";
  color: #7F7F7F;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-weight: 500;
}
#entry .file_label {
  cursor: pointer;
}
#entry input::-webkit-input-placeholder, #entry select::-webkit-input-placeholder, #entry textarea::-webkit-input-placeholder {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry input::-moz-placeholder, #entry select::-moz-placeholder, #entry textarea::-moz-placeholder {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry input:-ms-input-placeholder, #entry select:-ms-input-placeholder, #entry textarea:-ms-input-placeholder {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry input::-ms-input-placeholder, #entry select::-ms-input-placeholder, #entry textarea::-ms-input-placeholder {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry input::placeholder,
#entry select::placeholder,
#entry textarea::placeholder {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 160% !important;
  color: #7F7F7F !important;
  font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  letter-spacing: 0.05em;
}
#entry fieldset {
  border: none;
}
#entry input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#entry .wpcf7-list-item.first {
  margin-left: 0;
}
#entry span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#entry span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 0.0625rem solid #f9f9f9;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  background: #fff;
}
#entry .radio-dd .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#entry .radio-dd .wpcf7-list-item.first {
  margin-right: 1.875rem;
}
#entry span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #E1E300;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
#entry input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
#entry .radio-job-dd span.wpcf7-list-item-label::before {
  left: 1.4375rem;
}
#entry .radio-job-dd span.wpcf7-list-item-label::after {
  left: 1.75rem;
}
#entry .radio-job-dd .wpcf7-list-item-label {
  width: 100%;
  height: 5.5rem;
  padding: 1.5rem;
  border: 0.0625rem solid #fff;
  background: #f9f9f9;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25rem;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#entry .radio-job-dd input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #ffffff !important;
  border: 0.0625rem solid #E1E300 !important;
}
#entry .radio-dd .wpcf7-list-item.first {
  margin-right: 1.875rem;
}
#entry .radio-job-dd .wpcf7-list-item {
  margin-bottom: 1.25rem;
  display: block;
}
#entry .radio-job-dd .wpcf7-list-item.last {
  margin-bottom: 0rem;
}
#entry .wpcf7-not-valid-tip {
  margin-top: 0.625rem;
  color: red;
}
#entry .error-message {
  margin-top: 0.625rem;
  display: block;
}
#entry .pcnone {
  display: none;
}
@media (max-width: 768px) {
  #entry form .must {
    color: #D5D000;
    font-size: 1.25rem;
  }
  #entry form dl {
    overflow: auto;
  }
  #entry #form dl dd {
    overflow: initial;
  }
  #entry form dl {
    overflow: hidden;
    display: table;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3.125rem;
  }
  #entry form dl dt {
    display: table-cell;
    margin: 0rem;
    padding: 0rem;
    font-size: 0.875rem;
    vertical-align: middle;
  }
  #entry #form dl dt {
    position: relative;
    width: 100%;
    padding-left: 0rem;
    display: block;
    margin-bottom: 1.25rem;
  }
  #entry .form {
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 2.5rem;
    gap: 1.25rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0rem 0rem 1.875rem rgba(0, 66, 150, 0.16);
            box-shadow: 0rem 0rem 1.875rem rgba(0, 66, 150, 0.16);
    border-radius: 0.625rem;
    margin-bottom: 6.25rem;
    /* オートレイアウト内部 */
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-positive: 0;
        flex-grow: 0;
    z-index: 3;
  }
  #entry #form .form-title {
    color: #004296;
    margin: 0.625rem auto;
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 190%;
    position: relative;
  }
  #entry #form .form-title::before {
    content: "";
    width: 13.125rem;
    position: absolute;
    height: 0.5625rem;
    top: 2.125rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #E1E300;
    opacity: 0.3;
  }
  #entry .form-text p {
    margin: 0.625rem 0 3.125rem;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
  }
  #entry .form dt .required {
    padding: 0.125rem 0.625rem;
    background: #FFE9E6;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 2.5rem;
    height: 1.375rem;
    margin-top: -0.6875rem;
    color: #e60012;
    font-size: 0.625rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 700;
  }
  #entry .form dt .txt {
    font-size: 0.75rem;
    font-weight: 700;
  }
  #entry .form dl dt {
    padding: 0 0 0 3.125rem;
    vertical-align: middle;
    width: 100%;
    display: block;
  }
  #entry .form .form-careful {
    padding: 0rem 0.3125rem 0.3125rem;
    gap: 0.625rem;
  }
  #entry .form .form-careful .form-careful-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 190%;
    color: #004296;
    border-bottom: 0.0625rem solid #004296;
  }
  #entry .form .form-careful .txt {
    margin: 0.625rem 0;
  }
  #entry .form form dl dd {
    width: 100%;
  }
  #entry .form dl dd input[type=text], #entry .form dl dd select, #entry .form dl dd textarea {
    background: #FFFFFF;
    border: 0.0625rem solid #7091BA !important;
    -webkit-box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
            box-shadow: inset 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
    border-radius: 0.375rem;
    padding: 0.625rem 1.25rem !important;
    font-size: 0.8125rem;
  }
  #entry .form dl dd select:after { /* selectボックスの親要素にオリジナルの矢印を宣言 */
    content: "\f078"; /* fontawesomeのアイコン表示 */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--sub-color);
    width: 0;
    z-index: 0;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #entry .form .form-link a {
    color: blue;
  }
  #entry .form .form-link a:hover {
    text-decoration: underline;
  }
  #entry .form .btnArea button[type=reset] {
    width: 14.375rem !important;
    background: #DDDDDD !important;
    border-radius: 5.25rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 190%;
    color: #000 !important;
    border: unset !important;
  }
  #entry .form .btnArea input[type=submit] {
    width: 14.375rem !important;
    background: #004296 !important;
    border-radius: 5.25rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 190%;
    color: #FFFFFF !important;
    border: unset !important;
  }
  #entry .beigeBox {
    padding-top: 5rem;
    background: #F7F7F7;
  }
  #entry .form-family {
    font-family: TsukuGoPro-B;
    margin-bottom: 6.25rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #entry .form-family {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #entry .entry-form {
    width: 100%;
    margin: 0rem auto 3.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.125rem solid #FFF;
  }
  #entry .select_wrapper {
    position: relative;
  }
  #entry form dl dd input[type=text], #entry form dl dd select {
    height: 4.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 1.375rem;
    border-radius: 0.25rem;
  }
  #entry select {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75rem;
    border: 0.0625rem solid transparent;
    outline: none;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
    background: url(img/icon-select.png) no-repeat, #FFF !important;
    background-size: 1.5rem auto !important;
    background-position: right 1.5rem center !important;
  }
  #entry select::-ms-expand {
    display: none;
  }
  #entry select:invalid {
    color: #bbb !important;
  }
  #entry select option {
    color: black !important;
  }
  #entry select option:first-child {
    color: #bbb !important;
  }
  #entry .form dl input:focus, #entry select:focus {
    border: 0.0625rem solid #E1E300 !important;
  }
  #entry .form dl .select_wrapper {
    position: relative;
    display: block;
  }
  #entry .form dl .select_wrapper::after {
    content: "";
    position: absolute;
    top: 1.125rem;
    right: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(img/icon-select.png) no-repeat !important;
    background-position: right 0.75rem center !important;
    z-index: 10;
  }
  #entry .item-title {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  #entry .item-small {
    font-size: 0.9375rem;
    line-height: 1.4;
    font-weight: 700;
  }
  #entry .item-sub {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    line-height: 1.6;
    font-weight: 500;
    display: block;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  }
  #entry .item-sub a {
    text-decoration: underline;
  }
  #entry .item-sub a:hover {
    text-decoration: none;
  }
  #entry .item-note {
    color: #7F7F7F;
    margin: 0.9375rem 0;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0.5rem;
    width: 100%;
    letter-spacing: 0.03em;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  }
  #entry .item-note .mark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; /* 固定幅 */
    width: 1.5em; /* お好みで調整 */
  }
  #entry .item-note .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #entry .item-privacy {
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: 500;
    display: block;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
  }
  #entry form dl dt.item-top {
    vertical-align: top;
    top: 0.625rem;
  }
  #entry .radio-dd {
    height: 4.5rem;
    display: inline;
  }
  #entry .radio {
    margin: 0.5rem;
  }
  #entry .radio input[type=radio] {
    position: absolute;
    opacity: 0;
  }
  #entry .radio input[type=radio] + .radio-label:before {
    content: "";
    border-radius: 100%;
    display: inline-block;
    width: 100%;
    height: 3.75rem;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    font-size: 1rem;
  }
  #entry .radio input[type=radio]:focus + .radio-label:before {
    outline: none;
  }
  #entry .radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
  }
  #entry input[type=text], #entry input[type=email], #entry textarea {
    width: 100%;
    padding: 1.5rem;
    border: 0.0625rem solid #F7F7F7;
    background: #ffffff;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry input[type=text]:focus, #entry input[type=email]:focus, #entry textarea:focus, #entry input[type=file]:focus {
    border: 0.0625rem solid #E1E300 !important;
  }
  #entry .radio-dd .radio-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
  #entry .radio-dd label {
    position: relative;
    cursor: pointer;
    padding: 0rem 1.875rem;
  }
  #entry .radio-dd label::before,
  #entry .radio-dd label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  #entry .radio-dd label::before {
    background-color: #fff;
    border: 0.0625rem solid #f9f9f9;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.1875rem;
  }
  #entry .radio-dd label::after {
    background-color: #E1E300;
    border-radius: 50%;
    opacity: 0;
    width: 0.75rem;
    height: 0.75rem;
    left: 0.4375rem;
  }
  #entry input:checked + label::after {
    opacity: 1;
  }
  #entry .visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    height: 0.0625rem;
    width: 0.0625rem;
    margin: -0.0625rem;
    padding: 0;
  }
  #entry .job-select {
    display: block;
  }
  #entry .job-select span.wpcf7-list-item-label::before {
    position: absolute;
  }
  #entry .job-select span.wpcf7-list-item-label::after {
    top: 2.125rem;
  }
  #entry .job-column {
    width: 100%;
    height: 5.5rem;
    padding: 1.5rem;
    border: 0.0625rem solid #fff;
    background: #f9f9f9;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #entry .job-column-space {
    margin-bottom: 1.25rem;
  }
  #entry .radio-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1.875rem;
    font-size: 0.9375rem;
    width: 100%;
    line-height: 1.3;
  }
  #entry .wpcf7-list-item-label .radio-left {
    margin-left: 1.875rem;
  }
  #entry .radio-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 160%;
    color: #7F7F7F;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.03em;
    margin-top: 0.9375rem;
  }
  #entry .radio-job-dd .radio-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
  #entry .radio-job-dd label {
    position: relative;
    cursor: pointer;
  }
  #entry .radio-job-dd label::before,
  #entry .radio-job-dd label::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  #entry .radio-job-dd label::before {
    background-color: #fff;
    border: 0.0625rem solid #f9f9f9;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    left: 1.4375rem;
  }
  #entry .radio-job-dd label::after {
    background-color: #E1E300;
    border-radius: 50%;
    opacity: 0;
    width: 0.75rem;
    height: 0.75rem;
    left: 1.6875rem;
  }
  #entry input[type=radio].visually-hidden:checked + label .job-column {
    background-color: #ffffff;
    border: 0.0625rem solid #E1E300;
  }
  #entry input[type=file] {
    display: none;
  }
  #entry input[type=file] {
    padding: 1.5rem;
    font-size: 0.75rem;
    border: solid 0.0625rem #f9f9f9;
    background-color: #ffffff;
    border-radius: 0.3125rem;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 5.125rem;
    font-weight: 500;
    border-radius: 0.25rem;
  }
  #entry .file_label {
    width: 100%;
    height: 4.0625rem;
    font-size: 0.875rem;
    border: solid 0.0625rem #f9f9f9;
    background-color: #ffffff;
    border-radius: 0.25rem;
    line-height: 1.6;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    border-radius: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #entry .file_upload {
    background-color: #000;
    color: #FFF;
    padding: 0.3125rem 0.625rem;
    margin: 1rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
  }
  #entry .file__none {
    font-size: 0.9375rem;
    display: inline;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 9.375rem; /* 必要に応じて幅を調整 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-right: 1.5rem;
    line-height: 4.0625rem;
  }
  #entry .file_label.semi-transparent p {
    font-family: "FOT-筑紫ゴシック Pr5 M";
    color: #7F7F7F;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: 500;
  }
  #entry .file_label.semi-transparent .file__none {
    font-family: "FOT-筑紫ゴシック Pr5 M";
    color: #7F7F7F;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: 500;
  }
  #entry .file_label {
    cursor: pointer;
  }
  #entry input::-webkit-input-placeholder, #entry select::-webkit-input-placeholder, #entry textarea::-webkit-input-placeholder {
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry input::-moz-placeholder, #entry select::-moz-placeholder, #entry textarea::-moz-placeholder {
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry input:-ms-input-placeholder, #entry select:-ms-input-placeholder, #entry textarea:-ms-input-placeholder {
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry input::-ms-input-placeholder, #entry select::-ms-input-placeholder, #entry textarea::-ms-input-placeholder {
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry input::placeholder,
  #entry select::placeholder,
  #entry textarea::placeholder {
    font-weight: 500 !important;
    font-size: 0.9375rem !important;
    line-height: 160% !important;
    color: #7F7F7F !important;
    font-family: "FOT-筑紫ゴシック Pr5 M" !important;
    letter-spacing: 0.05em;
  }
  #entry fieldset {
    border: none;
  }
  #entry input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  #entry .wpcf7-list-item.first {
    margin-left: 0;
  }
  #entry span.wpcf7-list-item-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  #entry span.wpcf7-list-item-label::before {
    display: block;
    content: "";
    border-radius: 50%;
    border: 0.0625rem solid #f9f9f9;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
  }
  #entry .radio-dd .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #entry .radio-dd .wpcf7-list-item.first {
    margin-right: 1.875rem;
  }
  #entry span.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #E1E300;
    left: 0.25rem;
    top: 0.75rem;
    display: none;
  }
  #entry input[type=radio]:checked + span.wpcf7-list-item-label::after {
    display: block;
  }
  #entry .radio-job-dd span.wpcf7-list-item-label::before {
    left: 1.4375rem;
  }
  #entry .radio-job-dd span.wpcf7-list-item-label::after {
    left: 1.6875rem;
  }
  #entry .radio-job-dd .wpcf7-list-item-label {
    width: 100%;
    height: 8.75rem;
    padding: 1.5rem;
    border: 0.0625rem solid #fff;
    background: #f9f9f9;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    letter-spacing: 0.05em;
    display: block;
  }
  #entry .radio-job-dd input[type=radio]:checked + .wpcf7-list-item-label {
    background-color: #ffffff !important;
    border: 0.0625rem solid #E1E300 !important;
  }
  #entry .radio-dd .wpcf7-list-item.first {
    margin-right: 1.875rem;
  }
  #entry .radio-job-dd .wpcf7-list-item {
    margin-bottom: 1.25rem;
    display: block;
  }
  #entry .radio-job-dd .wpcf7-list-item.last {
    margin-bottom: 0rem;
  }
  #entry .wpcf7-not-valid-tip {
    margin-top: 0.625rem;
    color: red;
  }
  #entry .error-message {
    margin-top: 0.625rem;
    display: block;
  }
  #entry .spnone {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */