@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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: inherit; /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #000;
  font-size: 1vw;
  font-size: 0.0333333333vwvw;
  font-weight: 500;
  line-height: 1.67;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 0.1333333333vwvw;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 3.4666666667vw;
    font-size: 0.1155555556vwvw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  body {
    font-size: 0.4622222222vwvw;
  }
}

a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 66.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: none;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #e83e34;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

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

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.l-header button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3333333333vw;
  border-radius: 1.1666666667vw;
  border: 1px solid #000;
  aspect-ratio: 300/70;
  width: 10vw;
  margin-left: auto;
  margin-top: 1vw;
  margin-right: 1.3333333333vw;
  background-color: #fff;
  font-size: 28;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 640px) {
  .l-header button {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header button {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header button {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header button {
    gap: 1.3333333333vw;
    border-radius: 3.3333333333vw;
    width: 7vw;
    margin-top: 0.6666666667vw;
    margin-right: 0.6666666667vw;
    font-size: 20;
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button {
    width: 28vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button {
    font-size: 2.6666666667vw;
  }
}
.l-header button img {
  aspect-ratio: 1/1;
  width: 1.1666666667vw;
}
@media screen and (max-width: 640px) {
  .l-header button img {
    width: 4.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header button img {
    width: 0.8vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button img {
    width: 3.2vw;
  }
}
.l-header button p {
  margin-bottom: 0.2em;
}
.l-header button:after {
  content: "";
  position: absolute;
  right: 2.2vw;
  display: block;
  -webkit-mask: url("../img/common/lang_tri.webp") no-repeat center center/contain;
  -webkit-mask-image: url("../img/common/lang_tri.webp");
          mask-image: url("../img/common/lang_tri.webp");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
  aspect-ratio: 11/19;
  width: 0.4333333333vw;
}
@media screen and (max-width: 640px) {
  .l-header button:after {
    width: 1.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header button:after {
    right: 6vw;
    width: 0.3vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header button:after {
    width: 1.2vw;
  }
}
.l-header .menu {
  opacity: 0;
  transition-duration: 0.3s;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1.1666666667vw;
  width: 10vw;
  padding: 0.5em;
  margin-left: auto;
  margin-top: 0.3333333333vw;
  margin-right: 1.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-header .menu {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header .menu {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-header .menu {
    border-radius: 3.3333333333vw;
    width: 7vw;
    margin-right: 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header .menu {
    width: 28vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-header .menu {
    margin-right: 2.6666666667vw;
  }
}
.l-header .menu.is-open {
  opacity: 1;
  transition-duration: 0.3s;
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main.--lang {
  background: url(../img/select/bg.webp) no-repeat center center/cover;
  height: 134.4666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang {
    background-image: url(../img/select/bg_sp.webp);
    height: 555.5555555556vw;
  }
}
.l-main.--lang .present__img {
  display: none;
}
.l-main .head {
  background: url(../img/announcement/bg_mv.webp) no-repeat center center/cover;
  height: 185.666542889vw;
}
@media screen and (max-width: 640px) {
  .l-main .head {
    background-image: url(../img/announcement/bg_mv_sp.webp);
    height: 846.0236886633vw;
  }
}
.l-main .head__title {
  margin-bottom: 5vw;
  padding-top: 65.8vw;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .l-main .head__title {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .head__title {
    margin-bottom: 2.3333333333vw;
    padding-top: 174vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .head__title {
    margin-bottom: 9.3333333333vw;
  }
}
.l-main .head__title__ja {
  margin-bottom: 2.6666666667vw;
  font-size: 54;
  font-size: 1.8vw;
}
@media screen and (max-width: 640px) {
  .l-main .head__title__ja {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .head__title__ja {
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .head__title__ja {
    margin-bottom: 0.8333333333vw;
    text-align: left;
    font-size: 36;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .head__title__ja {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .head__title__ja {
    font-size: 4.8vw;
  }
}
.l-main .head__title__en {
  font-size: 40;
  font-size: 1.3333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .head__title__en {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .head__title__en {
    text-align: left;
    font-size: 36;
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .head__title__en {
    font-size: 4.8vw;
  }
}
.l-main .subttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  font-size: 60;
  font-size: 2vw;
}
@media screen and (max-width: 640px) {
  .l-main .subttl {
    font-size: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .subttl {
    font-size: 50;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .subttl {
    font-size: 6.6666666667vw;
  }
}
.l-main .subttl:before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
}
.l-main .subttl span {
  position: absolute;
  bottom: -1.5em;
  font-size: 36;
  font-size: 1.2vw;
  text-transform: capitalize;
}
@media screen and (max-width: 640px) {
  .l-main .subttl span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .subttl span {
    font-size: 30;
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .subttl span {
    font-size: 4vw;
  }
}
.l-main .subttl:after {
  content: "";
  position: absolute;
  bottom: -1.9em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  width: 2vw;
  height: 2px;
}
@media screen and (max-width: 640px) {
  .l-main .subttl:after {
    width: 8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .subttl:after {
    bottom: -1.6em;
  }
}
.l-main .language {
  margin-bottom: 6.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .language {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language {
    margin-bottom: 16vw;
  }
}
.l-main .language__title {
  padding-top: 66vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__title {
    padding-top: 179vw;
  }
}
.l-main .language__title h2:before {
  background: url(../img/common/language.webp) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 2.2vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__title h2:before {
    width: 8.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__title h2:before {
    width: 1.8vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__title h2:before {
    width: 7.2vw;
  }
}
.l-main .language__list {
  display: flex;
  gap: 1vw;
  margin-top: 6.5666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__list {
    margin-top: 26.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__list {
    flex-direction: column;
    gap: 4vw;
    margin-top: 5.2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__list {
    margin-top: 20.8vw;
  }
}
.l-main .language__item {
  background-color: #fff;
  border-radius: 1vw;
  padding-top: 2.6666666667vw;
  padding-right: 1.5666666667vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 1.5666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item {
    padding-right: 6.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item {
    padding-left: 6.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item {
    border-radius: 2vw;
    padding-top: 1.6666666667vw;
    padding-right: 2vw;
    padding-bottom: 1.6666666667vw;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item {
    padding-left: 8vw;
  }
}
.l-main .language__item h3 {
  margin-bottom: 1em;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  font-size: 48;
  font-size: 1.6vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item h3 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item h3 {
    font-size: 46;
    font-size: 1.5333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item h3 {
    font-size: 6.1333333333vw;
  }
}
.l-main .language__item h3 span {
  font-size: 32;
  font-size: 1.0666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item h3 span {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item h3 span {
    font-size: 28;
    font-size: 0.9333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item h3 span {
    font-size: 3.7333333333vw;
  }
}
.l-main .language__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5vw;
  padding-block: 0.5em;
  color: #fff;
  font-size: 33;
  font-size: 1.1vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item a {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item a {
    border-radius: 6vw;
    padding-block: 0.1em 0.3em;
    font-size: 40;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item a {
    font-size: 5.3333333333vw;
  }
}
.l-main .language__item a:after {
  content: "";
  position: absolute;
  right: 1.3333333333vw;
  background: url(../img/common/lang_tri.webp) no-repeat center center/contain;
  aspect-ratio: 11/19;
  width: 0.3666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item a:after {
    width: 1.4666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item a:after {
    right: 5.3333333333vw;
  }
}
.l-main .language__item.--ja {
  width: 21.2%;
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--ja ul li {
    width: 18.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item.--ja ul li {
    width: 73.3333333333vw;
  }
}
.l-main .language__item.--ja a {
  background-color: #ea5404;
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--ja {
    width: 100%;
  }
}
.l-main .language__item.--os {
  width: 77.3%;
}
.l-main .language__item.--os ul {
  display: flex;
  justify-content: space-between;
  gap: 1.1333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--os ul {
    flex-direction: column;
    gap: 3.3333333333vw;
  }
}
.l-main .language__item.--os ul li {
  width: 11vw;
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--os ul li {
    width: 44vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--os ul li {
    width: 18.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .language__item.--os ul li {
    width: 73.3333333333vw;
  }
}
.l-main .language__item.--os a {
  background-color: #76642a;
}
@media screen and (max-width: 640px) {
  .l-main .language__item.--os {
    width: 100%;
  }
}
.l-main .present {
  position: relative;
}
.l-main .present__title {
  margin-bottom: 5.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .present__title {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__title {
    margin-bottom: 4.7333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__title {
    margin-bottom: 18.9333333333vw;
  }
}
.l-main .present__title h2:before {
  background: url(../img/common/present.webp) no-repeat center center/contain;
  aspect-ratio: 66/80;
  width: 2.2vw;
}
@media screen and (max-width: 640px) {
  .l-main .present__title h2:before {
    width: 8.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__title h2:before {
    width: 1.7666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__title h2:before {
    width: 7.0666666667vw;
  }
}
.l-main .present__list {
  display: flex;
  gap: 1.6666666667vw;
  margin-right: 1.0666666667vw;
  margin-left: 1.0666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .present__list {
    margin-right: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__list {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__list {
    flex-direction: column;
    gap: 6.4vw;
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__list {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__list {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__list li {
    padding-right: 1.1666666667vw;
    padding-left: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__list li {
    padding-right: 4.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__list li {
    padding-left: 4.6666666667vw;
  }
}
.l-main .present__img {
  position: absolute;
  right: -15vw;
  bottom: 7vw;
  width: 11.5333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .present__img {
    width: 46.1333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__img {
    right: -2vw;
    bottom: 51vw;
    width: 5.6333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__img {
    width: 22.5333333333vw;
  }
}
.l-main .present__note {
  margin-top: 2.6666666667vw;
  margin-bottom: 4.3vw;
}
@media screen and (max-width: 640px) {
  .l-main .present__note {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__note {
    margin-bottom: 17.2vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .present__note {
    margin-top: 4.5666666667vw;
    margin-bottom: 3.6666666667vw;
    font-size: 24;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__note {
    margin-top: 18.2666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__note {
    margin-bottom: 14.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .present__note {
    font-size: 3.2vw;
  }
}
.l-main .flow h3 {
  margin-bottom: 2.9vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow h3 {
    margin-bottom: 11.6vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow h3 {
    margin-bottom: 8vw;
  }
}
.l-main .flow h3 img {
  display: block;
  width: 30.6%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .l-main .flow h3 img {
    width: 59.1%;
  }
}
.l-main .flow__list {
  display: flex;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list {
    flex-direction: column;
  }
}
.l-main .flow__list li {
  width: 33.3333333333%;
  padding-right: 2.2vw;
  padding-left: 2.2vw;
  border-left: 2px solid #000;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li {
    padding-right: 8.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li {
    padding-left: 8.8vw;
  }
}
.l-main .flow__list li:last-child {
  border-right: 2px solid #000;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li {
    width: 100%;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    border-left: none;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li {
    padding-right: 10vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li {
    padding-left: 10vw;
  }
}
.l-main .flow__list li div {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.1333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-top: 4.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-top: 0vw;
    padding-right: 0.6666666667vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 0.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div {
    padding-left: 2.6666666667vw;
  }
}
.l-main .flow__list li div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  aspect-ratio: 87/81;
  width: 2.9vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div:before {
    width: 11.6vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div:before {
    width: 2.5666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div:before {
    width: 10.2666666667vw;
  }
}
.l-main .flow__list li div img {
  width: 4.4333333333vw;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div img {
    width: 17.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div img {
    width: 3.9666666667vw;
    margin-bottom: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div img {
    width: 15.8666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div img {
    margin-bottom: 4.6666666667vw;
  }
}
.l-main .flow__list li div h4 {
  margin-top: 1vw;
  margin-bottom: 1.6666666667vw;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-size: 44;
  font-size: 1.4666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    margin-top: 0vw;
    margin-bottom: 1vw;
    font-size: 40;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div h4 {
    font-size: 5.3333333333vw;
  }
}
.l-main .flow__list li div h4 span {
  font-size: 36;
  font-size: 1.2vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 span {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li div h4 span {
    font-size: 30;
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li div h4 span {
    font-size: 4vw;
  }
}
.l-main .flow__list li:nth-child(1) div:before {
  background: url(../img/common/1.webp) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li:nth-child(1) div {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li:nth-child(2) {
    border-bottom: 1px solid #000;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li:nth-child(2) {
    margin-top: 5.3333333333vw;
  }
}
.l-main .flow__list li:nth-child(2) div:before {
  background: url(../img/common/2.webp) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list li:nth-child(3) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list li:nth-child(3) {
    margin-top: 5.3333333333vw;
  }
}
.l-main .flow__list li:nth-child(3) div:before {
  background: url(../img/common/3.webp) no-repeat center center/contain;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list__ja {
    margin-bottom: 0.5vw;
    font-size: 27;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list__ja {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list__ja {
    font-size: 3.6vw;
  }
}
.l-main .flow__list__en {
  font-size: 28;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__list__en {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__list__en {
    font-size: 27;
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__list__en {
    font-size: 3.6vw;
  }
}
.l-main .flow__note {
  margin-top: 3vw;
  text-align: center;
  font-size: 28;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__note {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__note {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__note {
    margin-top: 0vw;
    font-size: 22;
    font-size: 0.7333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__note {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__note {
    font-size: 2.9333333333vw;
  }
}
.l-main .flow__apply {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.3333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply {
    margin-top: 12vw;
  }
}
.l-main .flow__apply p {
  margin-bottom: 1.6666666667vw;
  text-align: center;
  font-size: 32;
  font-size: 1.0666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply p {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply p {
    margin-bottom: 1.3333333333vw;
    font-size: 28;
    font-size: 0.9333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply p {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply p {
    font-size: 3.7333333333vw;
  }
}
.l-main .flow__apply p a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.l-main .flow__apply .btnArea {
  position: relative;
  aspect-ratio: 800/150;
  width: 26.6666666667vw;
  margin-top: 2.3333333333vw;
  margin-bottom: 0vw;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    width: 106.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    margin-bottom: 0vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    aspect-ratio: 560/105;
    width: 18.6666666667vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply .btnArea {
    margin-top: 6.6666666667vw;
  }
}
.l-main .flow__apply .btnArea input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0);
  transition-duration: 0.3s;
  -webkit-appearance: none;
  cursor: default;
  outline: none;
}
.l-main .flow__apply .btnArea a {
  position: relative;
  display: grid;
  place-items: center;
  background-color: #e6e6e6;
  border-radius: 2.5vw;
  width: 100%;
  height: 100%;
  font-size: 50;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea a {
    font-size: 6.6666666667vw;
  }
}
.l-main .flow__apply .btnArea a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%);
  background: url(../img/common/lang_tri.webp) no-repeat center center/contain;
  aspect-ratio: 19/32;
  width: 0.6333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea a:after {
    width: 2.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea a:after {
    width: 0.4333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply .btnArea a:after {
    width: 1.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .btnArea a {
    border-radius: 10vw;
    font-size: 35;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .flow__apply .btnArea a {
    font-size: 4.6666666667vw;
  }
}
.l-main .flow__apply .btnArea._check input[type=submit] {
  z-index: -1;
}
.l-main .flow__apply .btnArea._check a {
  background-color: #000;
}
.l-main .flow__apply .checkBtn_area {
  text-align: center;
}
.l-main .flow__apply .checkBtn_area #checkBtn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.l-main .flow__apply .label_inner {
  position: relative;
  font-size: 32;
  font-size: 1.0666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .label_inner {
    font-size: 4.2666666667vw;
  }
}
.l-main .flow__apply .label_inner::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -2em;
  transform: translateY(-50%);
  display: block;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 3px;
  border: 2px solid #000;
  width: 1.5333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .flow__apply .label_inner::before {
    width: 6.1333333333vw;
  }
}
.l-main .flow__apply .label_inner::after {
  content: "";
  display: block;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 55%;
  left: -1.7em;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  opacity: 0; /* 透明 */
}
.l-main .flow__apply input[type=checkbox]:checked + .label_inner::after {
  opacity: 1;
}
.l-main .term {
  position: relative;
  background-color: #f9f7ef;
  padding-bottom: 6.3333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .term {
    padding-bottom: 25.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term {
    padding-bottom: 16vw;
  }
}
.l-main .term:before, .l-main .term:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 640px) {
  .l-main .term:before, .l-main .term:after {
    display: none;
  }
}
.l-main .term:before {
  top: 1.5vw;
  left: 0;
  z-index: 1;
  aspect-ratio: 421/1044;
  width: 14.0333333333vw;
  background: url(../img/common/leaf_01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 640px) {
  .l-main .term:before {
    width: 56.1333333333vw;
  }
}
.l-main .term:after {
  top: 63vw;
  right: 0;
  aspect-ratio: 233/866;
  width: 7.7666666667vw;
  background: url(../img/common/leaf_02.webp) no-repeat center center/cover;
}
@media screen and (max-width: 640px) {
  .l-main .term:after {
    width: 31.0666666667vw;
  }
}
.l-main .term__top {
  position: absolute;
  top: -17vw;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-main .term__top {
    top: -21vw;
  }
}
.l-main .term .m-wrapper {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .term .m-wrapper {
    padding-right: 26.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term .m-wrapper {
    padding-left: 26.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term .m-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term .m-wrapper {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term .m-wrapper {
    padding-left: 0vw;
  }
}
.l-main .term .subttl {
  margin-bottom: 5.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .term .subttl {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term .subttl {
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term .subttl {
    margin-bottom: 16.8vw;
  }
}
.l-main .term dl:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .term dl:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term dl:not(:last-child) {
    margin-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term dl:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
}
.l-main .term dl:last-child a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.l-main .term dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667vw;
  font-size: 44;
  font-size: 1.4666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .term dl dt {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term dl dt {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term dl dt {
    align-items: baseline;
    margin-bottom: 1vw;
    font-size: 34;
    font-size: 1.1333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term dl dt {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term dl dt {
    font-size: 4.5333333333vw;
  }
}
.l-main .term dl dt:before {
  content: "";
  background: url(../img/common/icon_term.webp) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 1.0333333333vw;
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (max-width: 640px) {
  .l-main .term dl dt:before {
    width: 4.1333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term dl dt:before {
    width: 0.7666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term dl dt:before {
    width: 3.0666666667vw;
  }
}
.l-main .term dl dd {
  margin-bottom: 0.5em;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.l-main .term dl dd::before {
  content: "・";
  margin-right: 0.7em;
}
@media screen and (max-width: 640px) {
  .l-main .term dl dd {
    padding-left: 1.3em;
    text-indent: -1.5em;
  }
  .l-main .term dl dd::before {
    margin-right: 0.5em;
  }
}
.l-main .term dl dd.--note:before {
  content: "※";
}
.l-main .term dl.--personal dd::before {
  display: none;
}
.l-main .term__subttl {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
@media screen and (max-width: 640px) {
  .l-main .term__subttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1em;
  }
}
.l-main .term__subttl span {
  font-size: 26;
  font-size: 0.8666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .term__subttl span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .term__subttl span {
    line-height: 1;
    font-size: 22;
    font-size: 0.7333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .term__subttl span {
    font-size: 2.9333333333vw;
  }
}
.l-main .privacy {
  position: relative;
  background-color: #f9f7ef;
  padding-bottom: 2vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy {
    padding-bottom: 19vw;
  }
}
.l-main .privacy .m-wrapper {
  padding-right: 6.6666666667vw;
  padding-left: 6.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy .m-wrapper {
    padding-right: 26.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy .m-wrapper {
    padding-left: 26.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy .m-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy .m-wrapper {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy .m-wrapper {
    padding-left: 0vw;
  }
}
.l-main .privacy .subttl {
  margin-bottom: 6vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy .subttl {
    margin-bottom: 24vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy .subttl {
    margin-bottom: 4.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy .subttl {
    margin-bottom: 17.3333333333vw;
  }
}
.l-main .privacy__scroll {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  overflow-y: auto;
  height: 23.3333333333vw;
  padding-top: 2.6666666667vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-right: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll {
    height: 93.3333333333vw;
    padding-top: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
    padding-left: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll {
    padding-left: 6.6666666667vw;
  }
}
.l-main .privacy__scroll h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1;
  font-size: 40;
  font-size: 1.3333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll h3 {
    font-size: 5.3333333333vw;
  }
}
.l-main .privacy__scroll h3 span {
  font-size: 26;
  font-size: 0.8666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll h3 span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll h3 {
    font-size: 32;
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll h3 {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__scroll h3 span {
    font-size: 22;
    font-size: 0.7333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__scroll h3 span {
    font-size: 2.9333333333vw;
  }
}
.l-main .privacy__item:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__item:not(:last-child) {
    margin-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__item:not(:last-child) {
    margin-bottom: 9.3333333333vw;
  }
}
.l-main .privacy__item p:not(:last-child),
.l-main .privacy__item dl:not(:last-child) {
  margin-bottom: 0.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__item p:not(:last-child),
  .l-main .privacy__item dl:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .privacy__item p:not(:last-child),
  .l-main .privacy__item dl:not(:last-child) {
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .privacy__item p:not(:last-child),
  .l-main .privacy__item dl:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.l-main .privacy__item dt {
  font-weight: 500;
}
.l-main .privacy__item dd {
  padding-left: 1em;
  text-indent: -1em;
}
.l-main .privacy__item dd:before {
  content: "・";
}
.l-main .privacy .privacy__scroll::-webkit-scrollbar {
  width: 0.7333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy .privacy__scroll::-webkit-scrollbar {
    width: 2.9333333333vw;
  }
}
.l-main .privacy .privacy__scroll::-webkit-scrollbar-thumb {
  background: #969696; /* ハンドルの色 */
  border-radius: 0.4vw;
}
@media screen and (max-width: 640px) {
  .l-main .privacy .privacy__scroll::-webkit-scrollbar-thumb {
    border-radius: 1.6vw;
  }
}
.l-main .privacy .privacy__scroll::-webkit-scrollbar-track {
  background: #e6e6e6; /* 背景色 */
  border-left: 1px solid #c8c8c8;
}
.l-main .privacy__bottom {
  position: absolute;
  bottom: -16vw;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-main .privacy__bottom {
    bottom: -18vw;
  }
}
.l-main .location {
  position: relative;
  background: url(../img/common/bg_location.webp) no-repeat center center/cover;
  aspect-ratio: 3000/1351;
  padding-block: 19vw 6.7vw;
}
@media screen and (max-width: 640px) {
  .l-main .location {
    background-image: url(../img/common/bg_location_sp.webp);
    aspect-ratio: 750/1482;
    padding-top: 28vw;
  }
}
.l-main .location h3 {
  margin-bottom: 2.6666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main .location h3 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .location h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .location h3 {
    margin-bottom: 8vw;
  }
}
.l-main .location h3 img {
  display: block;
  width: 30.6%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .l-main .location h3 img {
    width: 59.1%;
  }
}
.l-main .location__map {
  position: relative;
  aspect-ratio: 1600/840;
  width: 80%;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .l-main .location__map {
    aspect-ratio: 670/840;
    width: 100%;
  }
}
.l-main .location__map iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 145%;
}
.l-main .page_top {
  position: absolute;
  bottom: 0.5vw;
  right: 0;
  width: 5.7333333333vw;
}
@media screen and (max-width: 640px) {
  .l-main .page_top {
    width: 22.9333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .page_top {
    bottom: 3.5vw;
    width: 4vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main .page_top {
    width: 16vw;
  }
}
.l-main.--lang-items__title__ja {
  margin-bottom: 0;
}
.l-main.--lang-items .present__list {
  justify-content: center;
  margin-bottom: 4.5666666667vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items .present__list {
    margin-bottom: 18.2666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items .present__list {
    align-items: center;
    margin-bottom: 4.6666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main.--lang-items .present__list {
    margin-bottom: 18.6666666667vw;
  }
}
.l-main.--lang-items .present__item {
  width: 34.7vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items .present__item {
    width: 138.8vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items .present__item {
    width: 23.3333333333vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-main.--lang-items .present__item {
    width: 93.3333333333vw;
  }
}
.l-main.--lang-items .present__img {
  right: 4vw;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items .present__img {
    right: 0;
    bottom: -18vw;
  }
}
.l-main.--lang-items .flow__list__ja {
  margin-bottom: 0;
}
.l-main.--lang-items.--jp .head {
  background-image: url(../img/japan/bg_head.webp);
  height: 175.8087201125vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--jp .head {
    background-image: url(../img/japan/bg_head_sp.webp);
    height: 620.8vw;
  }
}
.l-main.--lang-items.--en .head {
  background-image: url(../img/english/bg_head.webp);
  height: 180.3101334295vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--en .head {
    background-image: url(../img/english/bg_head_sp.webp);
    height: 641.4666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--en .flow__apply {
    margin-top: 10vw;
  }
}
.l-main.--lang-items.--tw .head {
  background-image: url(../img/china/bg_head.webp);
  height: 171.291538198vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--tw .head {
    background-image: url(../img/china/bg_head_sp.webp);
    height: 593.4666666667vw;
  }
}
.l-main.--lang-items.--zh .head {
  background-image: url(../img/china02/bg_head.webp);
  height: 171.291538198vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--zh .head {
    background-image: url(../img/china02/bg_head_sp.webp);
    height: 593.4666666667vw;
  }
}
.l-main.--lang-items.--ko .head {
  background-image: url(../img/korean/bg_head.webp);
  height: 171.8213058419vw;
}
@media screen and (max-width: 640px) {
  .l-main.--lang-items.--ko .head {
    background-image: url(../img/korean/bg_head_sp.webp);
    height: 616.5333333333vw;
  }
}

.l-footer {
  background-color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 28;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 640px) {
  .l-footer {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .l-footer {
    font-size: 26;
    font-size: 0.8666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-footer {
    font-size: 3.4666666667vw;
  }
}
.l-footer .m-wrapper {
  padding-block: 60px;
}
@media screen and (max-width: 640px) {
  .l-footer .m-wrapper {
    padding-block: 50px;
  }
}
.l-footer h2 {
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 44;
  font-size: 1.4666666667vw;
}
@media screen and (max-width: 640px) {
  .l-footer h2 {
    font-size: 5.8666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-footer h2 {
    font-size: 32;
    font-size: 1.0666666667vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .l-footer h2 {
    font-size: 4.2666666667vw;
  }
}
.l-footer h2 span {
  text-transform: capitalize;
  font-size: 28;
  font-size: 0.9333333333vw;
}
@media screen and (max-width: 640px) {
  .l-footer h2 span {
    font-size: 3.7333333333vw;
  }
}
.l-footer h2,
.l-footer .l-footer-content {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .l-footer h2,
  .l-footer .l-footer-content {
    margin-bottom: 15px;
  }
}
.l-footer p,
.l-footer small {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */