@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@700&display=swap");
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

picture {
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.6;
  }
}
a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

/* ------------------------------
    base
------------------------------ */
body {
  color: #232121;
  text-align: left;
  position: relative;
}

section {
  position: relative;
}

main {
  display: block;
  position: relative;
  padding-top: 9rem;
}

.wrap {
  width: 100%;
  max-width: 88rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.fwb {
  font-weight: 700;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.color_green {
  color: #ff3333 !important;
}

.color_ltgreen {
  color: #77ae2b !important;
}

.color_emgreen {
  color: #e2ffbb !important;
}

.color_red {
  color: #d90000 !important;
}

.color_yel {
  color: #fff3ba !important;
}

.udl_red {
  border-bottom: 1px solid #d90000;
}

.preload *, .preload *::before, .preload *::after {
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (min-width: 768px) {
  .fade {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fade img {
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .wrap {
    padding: 0 4rem;
    max-width: inherit;
  }
  main {
    padding-top: 4.5rem;
  }
  input, textarea, select, .select {
    font-size: 16px !important;
  }
  p, th, td, dt, dd, li {
    font-size: 2.6rem;
  }
}
/* ------------------------------
    sec_ttl
------------------------------ */
.sec_ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
  font-size: 4rem;
  margin-bottom: 4rem;
  line-height: 1.25;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(134, 172, 218)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(134, 172, 218) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------
    btn
------------------------------ */
.btn_shadow {
  text-align: center;
}
.btn_shadow a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 7rem;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
          box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
  color: #232121;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.btn_shadow a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #232121;
  border-right: solid 2px #232121;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .btn_shadow a {
    font-size: 2.5rem;
  }
  .btn_shadow a::before {
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 1px #232121;
    border-right: solid 1px #232121;
    right: 4.6rem;
  }
}
.btn_shadow.-short a {
  width: 40rem;
  height: 5rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn_shadow.-short a {
    width: 63.6rem;
    height: 7.95rem;
    font-size: 2.5rem;
  }
}
.btn_shadow.-tel a {
  padding-right: 2.4rem;
}
.btn_shadow.-tel a .num {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  letter-spacing: -0.04em;
  margin-left: 0.3em;
  line-height: 1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn_shadow.-tel a {
    padding-right: 3.8rem;
    font-size: 2.5rem;
  }
  .btn_shadow.-tel a .num {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    letter-spacing: -0.04em;
    margin-left: 0.3em;
    line-height: 1;
    bottom: -0.06em;
  }
}
.btn_shadow.-tel.-en a {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  letter-spacing: -0.04em;
}
.btn_shadow.-tel.-en a .num {
  font-size: 2.4rem;
}
.btn_shadow.-tel.-en a::before {
  right: 2.2rem;
}
@media screen and (max-width: 767px) {
  .btn_shadow.-tel.-en a {
    font-size: 2.3rem;
    line-height: 1.25;
  }
  .btn_shadow.-tel.-en a .num {
    font-size: 3.8rem;
  }
  .btn_shadow.-tel.-en a::before {
    right: 3rem;
  }
}
.btn_shadow.-mail a {
  padding-left: 3.3rem;
}
.btn_shadow.-mail a::after {
  position: absolute;
  content: "";
  background: url("../img/icn_mail_btn.svg") no-repeat no-repeat center center/contain;
  width: 2.2rem;
  height: 1.6rem;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn_shadow.-mail a {
    padding-left: 6.5rem;
    font-size: 2.5rem;
  }
  .btn_shadow.-mail a::after {
    position: absolute;
    content: "";
    background: url("../img/icn_mail_btn.svg") no-repeat no-repeat center center/contain;
    width: 3.6rem;
    height: 2.6rem;
    left: 9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
}
.btn_shadow.-mail.-en a::after {
  left: 8rem;
}
.btn_shadow.-mail.-en a::before {
  right: 2.2rem;
}
@media screen and (max-width: 767px) {
  .btn_shadow.-mail.-en a {
    padding-left: 6rem;
  }
  .btn_shadow.-mail.-en a::after {
    left: 14rem;
  }
  .btn_shadow.-mail.-en a::before {
    right: 3rem;
  }
}

.btn_tdpci {
  text-align: center;
}
.btn_tdpci a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1rem;
  width: 60rem;
  height: 11.3rem;
  background-color: #fff;
  border-radius: 11.3rem;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
          box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
}
.btn_tdpci a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #232121;
  border-right: solid 2px #232121;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 3rem;
}
.btn_tdpci a .logo {
  width: 16.4rem;
}
.btn_tdpci a .txt {
  color: #232121;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .btn_tdpci a {
    padding-right: 2rem;
  }
  .btn_tdpci a::before {
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 1px #232121;
    border-right: solid 1px #232121;
  }
  .btn_tdpci a .txt {
    font-size: 2rem;
  }
}

/* ------------------------------
    form関連
------------------------------ */
select,
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  color: #232121 !important;
}
select::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  font-size: 1.6rem;
  line-height: 2.1428571429;
}
select::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  font-size: 1.6rem;
  line-height: 2.1428571429;
}
select:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 2.1428571429;
}
select::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  font-size: 1.6rem;
  line-height: 2.1428571429;
}
select::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  font-size: 1.6rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  select,
  input[type=text],
  input[type=tel],
  input[type=email] {
    height: 8rem;
  }
}

input[type=file] {
  color: #fff;
}
@media screen and (max-width: 767px) {
  input[type=file] {
    font-size: 2.6rem !important;
  }
}

input[type=file]::file-selector-button {
  width: 14rem;
  font-size: 1.6rem;
  padding: 0.2em 0.7em 0.2em 0.6em;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 1px solid #808080;
  color: #3e3a39;
  border-radius: 0.2em;
  margin-right: 1.5em;
}

/* 英語版 */
input[type=file].en {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.mcc-input-file .file-btn {
  width: 14rem;
  font-size: 1.6rem;
  padding: 0.2em 0.7em;
  cursor: pointer;
  background-color: #e6e6e6;
  border: 1px solid #808080;
  color: #333;
  border-radius: 0.2em;
  margin-right: 1.5em;
  display: inline-block;
  text-align: center;
}
.mcc-input-file {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.mcc-input-file .file-select {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mcc-input-file .file-select {
    font-size: 2.6rem;
  }
}

textarea {
  width: 100%;
  height: 17rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 30rem;
    font-size: 16px;
  }
}

select {
  position: relative;
}
@media screen and (max-width: 767px) {
  select {
    padding: 0 2.2rem;
  }
}

.birth_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2em;
}
@media screen and (max-width: 767px) {
  .birth_wrap.en {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.8rem 2rem;
  }
}

.select_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.6em;
  color: #fff;
}

.select {
  position: relative;
  width: 8.3rem;
}
.select.-long {
  width: 11.3rem;
}
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
    width: 12.6rem;
  }
  .select.-long {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .select.en {
    width: 16rem;
  }
  .select.en.-long {
    width: 24rem;
  }
}

.select:before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1.5em;
  width: 1rem;
  height: 0.4rem;
  background: #232121;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .select:before {
    width: 2rem;
    height: 0.8rem;
    top: 3.8rem;
    right: 1.4rem;
  }
}

.req {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #c1272d;
  padding: 0 0.4em 0.05em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .req {
    font-size: 2rem;
  }
}

.any {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #666666;
  padding: 0 0.4em 0.05em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .any {
    font-size: 2rem;
  }
}

.error {
  color: #c1272d;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .error {
    font-size: 2rem;
  }
}

#birth_year-error,
#birth_month-error,
#birth_day-error {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #birth_year-error,
  #birth_month-error,
  #birth_day-error {
    bottom: -3.8rem;
  }
}

.c-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
}
.c-radio input {
  position: absolute;
  opacity: 0;
  width: 0px;
  top: 0;
  left: 0;
}
.c-radio span {
  position: relative;
  padding-left: 26px;
  color: #fff;
  display: inline-block;
}
.c-radio span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-radio span::after {
  content: "";
  position: absolute;
  background: #232121;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-radio input:checked + span::after {
  opacity: 1;
}

.c-check {
  position: relative;
  display: inherit;
  cursor: pointer;
}
.c-check input {
  position: absolute;
  visibility: hidden;
  width: 1px;
  top: 0;
  left: 0;
}
.c-check span {
  position: relative;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-check span {
    padding-left: 3.6rem;
  }
}
.c-check span::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #fff;
  border: 1px solid #808080;
}
@media screen and (max-width: 767px) {
  .c-check span::before {
    width: 2.6rem;
    height: 2.6rem;
    top: 0.7rem;
  }
}
.c-check span::after {
  content: "";
  position: absolute;
  background: url("../img/icn_check.svg") no-repeat center center/cover;
  width: 1rem;
  height: 0.8rem;
  opacity: 0;
  top: 1rem;
  left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-check span::after {
    width: 1.4rem;
    height: 1.2rem;
    top: 1.4rem;
    left: 0.5rem;
  }
}
.c-check input:checked + span::after {
  opacity: 1;
}

.form_wrap {
  background: #232121;
  padding: 9.5rem 0;
  position: relative;
}
.form_wrap .sec_ttl {
  margin-bottom: 5.5rem;
}
.form_wrap .inner {
  max-width: 70.7rem;
  margin: 0 auto;
}
.form_wrap .inner > dt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6rem;
  color: #3e3a39;
}
.form_wrap .inner > dd {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  color: #3e3a39;
}
.form_wrap .inner > dd > p {
  margin-bottom: 1.5rem;
}
.form_wrap .policy_txt > dt {
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: #3e3a39;
}
.form_wrap .policy_txt > dd li {
  position: relative;
  padding-left: 1em;
}
.form_wrap .policy_txt > dd li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.form_wrap .policy_txt > dd + dt {
  margin-top: 1.5rem;
}
.form_wrap.en .inner {
  max-width: 100%;
}
.form_wrap.en .form_dt {
  position: relative;
  white-space: nowrap;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .form_wrap.en .form_dt.freetxt_en {
    left: -1.8rem;
  }
  .form_wrap.en .form_dt.file_en {
    left: -9.5rem;
  }
}
@media screen and (max-width: 767px) {
  .form_wrap .inner {
    max-width: inherit;
  }
}
.form_dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form_dl {
    display: block;
  }
}
.form_dl.-nrw dt {
  padding: 1rem 3rem 1rem 0;
}
.form_dl.-nrw dd {
  padding: 1rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .form_dl.-spwide dd {
    padding-bottom: 4rem !important;
  }
}
.form_dt {
  width: 20.8rem;
  padding: 2rem 3rem 2rem 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
.form_dt.pdt0 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .form_dt {
    width: 100%;
    padding: 1.5rem 0 0.5rem !important;
    text-align: left;
    font-size: 2.8rem;
  }
}
.form_dd {
  width: calc(100% - 20.8rem);
  padding: 1.5rem 0 1.5rem 0;
}
.form_dd .radio_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form_dd .radio_list li {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .form_dd {
    width: 100%;
    padding: 1.5rem 0 2rem !important;
  }
}
.form_txt {
  margin-bottom: 1rem;
}
.form_privacy {
  width: 100%;
  height: auto;
  border: 1px solid #808080;
  background: #cccccc;
  border-radius: 0.3em;
  padding: 2.8rem 2.6rem 2rem;
  margin: 3rem 0 3.8rem;
}
.form_privacy_box {
  height: 18rem;
  border: 1px solid #808080;
}
.form_privacy .inner {
  background: #fff;
  border: 1px solid #fff;
  height: 100%;
  padding: 1.2rem 2rem 1rem 1rem;
  overflow-y: auto;
}
.form_privacy .inner::-webkit-scrollbar {
  width: 1.2rem;
}
.form_privacy .inner::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 9999px;
  border: 0.3rem solid #fff;
}
.form_privacy .inner::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 9999px;
  border: 0.3rem solid transparent;
  background-clip: content-box;
}
.form_privacy .inner::-webkit-scrollbar-button {
  background-color: #999999;
  background-repeat: no-repeat;
  background-size: 0.6rem;
  background-position: center center;
  height: 1.2rem;
}
.form_privacy .inner::-webkit-scrollbar-button:vertical:decrement {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 3.241"><g><polygon class="cls-1" points="0 3.241 6 3.241 3 0 0 3.241" fill="%23ffffff"/></g></svg>');
}
.form_privacy .inner::-webkit-scrollbar-button:vertical:increment {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 3.241"><g><polygon class="cls-1" points="6 0 0 0 3 3.241 6 0" fill="%23ffffff"/></g></svg>');
}
@media screen and (max-width: 767px) {
  .form_privacy {
    height: auto;
    padding: 3.5rem 2.8rem 2.5rem;
  }
  .form_privacy_box {
    height: 30rem;
  }
  .form_privacy .inner > dt {
    font-size: 2.6rem;
  }
  .form_privacy .inner > dd {
    font-size: 2rem;
  }
}
.form_submit {
  text-align: center;
  margin-top: 6rem;
}
.form_submit .form_btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 7rem;
  background-color: #fff;
  border-radius: 7rem;
  -webkit-box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
          box-shadow: 0px 2px 2px 0 rgba(4, 0, 0, 0.5);
  color: #232121;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .form_submit .form_btn {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    cursor: pointer;
  }
  .form_submit .form_btn:hover {
    opacity: 0.6;
  }
}
.form_submit .form_btn::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #232121;
  border-right: solid 2px #232121;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 3rem;
}
.form_submit .form_btn.-back, .form_submit .form_btn.-submit {
  width: 30rem;
}
.form_submit .form_btn.-back::before {
  right: auto;
  left: 3rem;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .form_submit .form_btn {
    width: 63.6rem;
    height: 7.9rem;
    font-size: 2.5rem;
  }
  .form_submit .form_btn::before {
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 1px #232121;
    border-right: solid 1px #232121;
    right: 4.6rem;
  }
}

.agree_wrap {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .agree_wrap {
    margin-top: 2.6rem;
  }
}
.agree_wrap .agree_txt {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .agree_wrap .agree_txt {
    font-size: 2.6rem;
  }
}

/* confirm */
#sec_contact.confirm .lead, #sec_contact.thanks .lead {
  text-align: center;
  color: #fff;
}
#sec_contact.confirm .form {
  border-top: 1px solid #c6c6c6;
  padding: 2rem 0 0;
  margin-top: 5rem;
}
#sec_contact.confirm .form_submit {
  border-top: 1px solid #c6c6c6;
  padding-top: 5rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
}
#sec_contact.confirm .form_dt {
  padding: 2.5rem 3rem 2.5rem 0;
}
#sec_contact.confirm .form_dd {
  padding: 2.5rem 0 2.5rem 0;
  color: #fff;
}
#sec_contact.confirm .form_submit {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_contact.confirm .lead, #sec_contact.thanks .lead {
    font-size: 2.8rem;
  }
  #sec_contact.confirm .form_dt {
    width: 100%;
    padding: 1rem 0 0.5rem 0;
  }
  #sec_contact.confirm .form_dd {
    width: 100%;
    padding: 0 0 1rem 0;
  }
}
#sec_contact.thanks .form_wrap {
  min-height: calc(100svh - 16.9rem - 9rem);
}
#sec_contact.thanks .txt_wrap {
  border-top: 1px solid #c6c6c6;
  padding: 5rem 0 0;
  margin-top: 5rem;
}
#sec_contact.thanks .txt_wrap p {
  color: #fff;
  text-align: center;
}
#sec_contact.thanks .btn {
  margin-top: 6rem;
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  #sec_contact.thanks .form_wrap {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #sec_contact.thanks .form_wrap {
    min-height: inherit;
  }
  #sec_contact.thanks > p {
    font-size: 2.4rem;
  }
}

body.thanks {
  position: relative;
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* ------------------------------
    scroll animation
------------------------------ */
.loadanim.fade-in,
.scroll.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.loadanim.is-show.fade-in,
.scroll.is-show.fade-in {
  opacity: 1;
}
.loadanim.fade-up,
.scroll.fade-up {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.loadanim.is-show.fade-up,
.scroll.is-show.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loadanim.fade-up2,
.scroll.fade-up2 {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.loadanim.is-show.fade-up2,
.scroll.is-show.fade-up2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.delay2 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.delay3 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

/* ------------------------------
    header
------------------------------ */
#header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  background: #3e3a39;
  position: fixed;
}
#header .wrap {
  width: calc(100% - 4rem);
  max-width: 136.6rem;
  height: 9rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  #header .wrap {
    width: calc(100% - 2rem);
  }
}
#header .logo_wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#header .logo_wrap .logo {
  width: 9.5rem;
}
@media screen and (max-width: 1366px) {
  #header .logo_wrap .logo {
    width: 8rem;
  }
}
#header nav .nav_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header nav .gnavi > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav .gnavi > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 0 0.6em;
}
@media screen and (max-width: 1366px) {
  #header nav .gnavi > li > a {
    font-size: 1.4rem;
  }
}
#header .link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.6rem;
  margin-left: 4.4rem;
}
@media screen and (max-width: 1366px) {
  #header .link_btn {
    margin-left: 2rem;
  }
}
#header .link_btn li {
  width: 3rem;
}
#header.en nav .nav_wrap {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header.en nav .gnavi > li > a {
  line-height: 1.125;
  padding: 0 3rem 0 1.5rem;
}
@media screen and (max-width: 1366px) {
  #header.en nav .gnavi > li > a {
    font-size: 1.4rem;
    padding: 0 1.5rem 0 1rem;
  }
}
#header.en .link_btn {
  margin-left: 2em;
}
@media screen and (max-width: 1366px) {
  #header.en .link_btn {
    margin-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #header,
  #header .wrap,
  #header .logo_wrap {
    width: 100%;
    height: 45px;
  }
  #header {
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 999;
  }
  #header .wrap {
    padding: 0;
    display: block;
    position: relative;
    min-width: inherit;
  }
  #header .logo_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #3e3a39;
    z-index: 999;
    padding: 0;
  }
  #header .logo_wrap .logo {
    width: auto;
    padding-left: 1.5rem;
    line-height: 1;
  }
  #header .logo_wrap .logo img {
    width: 198px;
  }
  #header .menu-trigger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    z-index: 999;
  }
  #header .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #header .menu-trigger .line {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    width: 26px;
    height: 1px;
    background: #fff;
  }
  #header .menu-trigger .line:nth-of-type(1) {
    top: 8px;
  }
  #header .menu-trigger .line:nth-of-type(2) {
    top: 16px;
  }
  #header .menu-trigger .line:nth-of-type(3) {
    top: 24px;
  }
  #header .menu-trigger .txt {
    bottom: 9px;
    font-size: 8px;
    letter-spacing: 0.09em;
    font-weight: 700;
    text-align: center;
    color: #fff;
    white-space: nowrap;
  }
  #header nav {
    width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 45px;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 1s, -webkit-transform 0.3s;
    transition: opacity 1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 1s;
    transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s;
    z-index: 998;
  }
  #header nav .nav_wrap {
    background: #3e3a39;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 2rem 4rem 4rem;
    display: block;
  }
  #header nav .nav_wrap .gnavi {
    display: block;
  }
  #header nav .nav_wrap .gnavi > li {
    display: block;
    height: auto;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
  }
  #header nav .nav_wrap .gnavi > li > a {
    display: block;
    font-size: 3rem;
    line-height: 1;
    padding: 1.6em 0 1.6em 0.5em;
    position: relative;
  }
  #header nav .nav_wrap .gnavi > li > a::before {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    left: auto;
    right: 0.3em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #header nav .nav_wrap .gnavi > li + li {
    margin-left: 0;
  }
  #header.is-open .menu-trigger .line:nth-of-type(1) {
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  #header.is-open .menu-trigger .line:nth-of-type(2) {
    opacity: 0;
  }
  #header.is-open .menu-trigger .line:nth-of-type(3) {
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  #header.is-open nav {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0s, -webkit-transform 0.3s;
    transition: opacity 0s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0s;
    transition: transform 0.3s, opacity 0s, -webkit-transform 0.3s;
  }
  #header .link_btn {
    width: 100%;
    max-width: 51.3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.6rem calc((100% - 35.6rem) / 3);
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
  }
  #header .link_btn li {
    width: 8.9rem;
  }
  #header .btn_shadow.-tel {
    margin-top: 5rem;
  }
  #header .btn_shadow.-mail {
    margin-top: 3.3rem;
  }
  #header.en .link_btn {
    margin-left: auto;
  }
}
/* ------------------------------
    footer
------------------------------ */
#footer {
  position: relative;
  background: #3e3a39;
}
#footer .link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.8rem;
  margin: 0 auto;
  height: 11.1rem;
}
#footer .link_btn li {
  width: 4.9rem;
}
#footer .copy {
  background: #fff;
  text-align: center;
  padding: 1.4em 0;
}

@media screen and (max-width: 767px) {
  #footer .link_btn {
    width: 100%;
    max-width: 51.3rem;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3.6rem calc((100% - 35.6rem) / 3);
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 0;
  }
  #footer .link_btn li {
    width: 8.9rem;
  }
  #footer .copy {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=common.css.map */