@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
  color: #1A1A1A;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
a:hover {
  color: #000;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

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

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

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

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

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

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

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

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

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

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

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

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

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

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

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

@media screen and (max-width: 767.999px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.container {
  margin: 0 16rem;
}
@media screen and (max-width: 767.999px) {
  .container {
    margin: 0 1.2rem;
  }
}

.fadeup {
  -webkit-transition: all 2s;
  transition: all 2s;
  visibility: hidden;
  opacity: 0;
}
.fadeup.scrollin {
  -webkit-animation: anime-scrollin 0.5s ease-in 0.3s forwards;
          animation: anime-scrollin 0.5s ease-in 0.3s forwards;
}
@-webkit-keyframes anime-scrollin {
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes anime-scrollin {
  to {
    visibility: visible;
    opacity: 1;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 9rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header {
    height: 7rem;
  }
}
header .header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-container .header-content {
  height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content {
    height: 7rem;
  }
}
header .header-container .header-content .header-logo {
  margin-left: 5.5rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content .header-logo {
    margin-left: 1.5rem;
  }
}
header .header-container .header-content .header-logo #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
}
header .header-container .header-content .header-logo img {
  width: 25.2rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-content .header-logo img {
    width: 15rem;
  }
}
header .header-entry-sp {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 7.5rem;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header .header-entry-sp {
    display: block;
  }
}
header .header-entry-sp a {
  color: #fff;
  background: linear-gradient(91.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  width: 11rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  position: relative;
}
header .header-entry-sp a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(271.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-entry-sp a span {
  position: relative;
  z-index: 1;
}
header .header-entry-sp a:hover:before {
  visibility: visible;
  opacity: 1;
}
header .header-btn {
  margin-right: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.999px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn .header-recruit a {
  color: #fff;
  background: #363636;
  -webkit-box-shadow: 0 0.4rem 0.76rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.4rem 0.76rem 0 rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  width: 14.2rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  border: 0.1rem solid #363636;
}
header .header-btn .header-recruit a:hover {
  color: #363636;
  background: #fff;
}
header .header-btn .header-entry {
  margin-left: 1rem;
}
header .header-btn .header-entry a {
  color: #fff;
  background: linear-gradient(91.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  -webkit-box-shadow: 0 0.4rem 2rem 0 rgb(141, 0, 16);
          box-shadow: 0 0.4rem 2rem 0 rgb(141, 0, 16);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  width: 13.6rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  position: relative;
}
header .header-btn .header-entry a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(271.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-btn .header-entry a span {
  position: relative;
  z-index: 1;
}
header .header-btn .header-entry a:hover:before {
  visibility: visible;
  opacity: 1;
}
header #nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
header #header-nav {
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: linear-gradient(141.48deg, #FD6E5B 8.01%, #BA152C 116.46%);
  width: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 99;
  padding: 0 20rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav {
    padding: 0 1.2rem;
    height: 100vh;
    min-height: 100svh;
  }
}
header #header-nav nav {
  padding: 16rem 0 8rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav nav {
    padding: 0 0 5rem;
    margin-top: 8rem;
    overflow: scroll;
    height: calc(100vh - 8rem);
    min-height: calc(100svh - 8rem);
  }
}
header #header-nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header #header-nav ul.nav-list li {
  width: 31%;
  margin-left: 3.5%;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li {
    width: 100%;
    margin-left: 0;
  }
}
header #header-nav ul.nav-list li:nth-child(3n-2) {
  margin-left: 0;
}
header #header-nav ul.nav-list li:nth-child(n+4) {
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li:nth-child(n+4) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li:nth-child(n+2) {
    margin-top: 1rem;
  }
}
header #header-nav ul.nav-list li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.8rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
  position: relative;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list li a {
    font-size: 1.6rem;
  }
}
header #header-nav ul.nav-list li a:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header #header-nav ul.nav-list li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #C43445;
  border-right: 0.1rem solid #C43445;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
header #header-nav ul.nav-list li a:hover:before {
  right: 1rem;
}
header #header-nav ul.nav-list li a:hover:after {
  right: 1.75rem;
}
header #header-nav ul.nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
header #header-nav ul.nav-btn li {
  width: 48%;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-btn li {
    width: 80%;
    margin: auto;
  }
}
header #header-nav ul.nav-btn li a {
  color: #fff;
  background: #363636;
  height: 8rem;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-btn li a {
    height: 6rem;
  }
}
header #header-nav ul.nav-btn li a span {
  position: relative;
  z-index: 1;
}
header #header-nav ul.nav-btn li.header-recruit a {
  -webkit-box-shadow: 0 0.4rem 0.76rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.4rem 0.76rem 0 rgba(0, 0, 0, 0.3);
  border: 0.1rem solid #363636;
}
header #header-nav ul.nav-btn li.header-recruit a:hover {
  color: #363636;
  background: #fff;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-btn li.header-entry {
    margin-top: 2rem;
  }
}
header #header-nav ul.nav-btn li.header-entry a {
  background: linear-gradient(91.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  -webkit-box-shadow: 0 0.4rem 2rem 0 rgb(141, 0, 16);
          box-shadow: 0 0.4rem 2rem 0 rgb(141, 0, 16);
}
header #header-nav ul.nav-btn li.header-entry a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(271.74deg, #FFD374 1.47%, #F14508 52%, #C43445 98.98%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100vmax;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header #header-nav ul.nav-btn li.header-entry a:hover:before {
  visibility: visible;
  opacity: 1;
}
header .btn-open {
  position: relative;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  margin: 2rem 2.5rem 0 0;
  background: linear-gradient(99.95deg, #DD552A 17.91%, #BF2537 78.58%);
  border-radius: 50%;
}
@media screen and (max-width: 767.999px) {
  header .btn-open {
    width: 4.5rem;
    height: 4.5rem;
    margin: 1.5rem 1.5rem 0 0;
    background: linear-gradient(121.78deg, #FFD374 -16.96%, #F14508 64.18%, #C43445 139.6%);
  }
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 1.25rem;
  height: 0.2rem;
  border-radius: 100vmax;
  background: #fff;
  width: 2.5rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span {
    left: 1.5rem;
    width: 1.5rem;
    height: 0.15rem;
  }
}
header .btn-open span:nth-of-type(1) {
  top: 1.7rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span:nth-of-type(1) {
    top: 1.75rem;
  }
}
header .btn-open span:nth-of-type(2) {
  top: 2.5rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span:nth-of-type(2) {
    top: 2.25rem;
  }
}
header .btn-open span:nth-of-type(3) {
  top: 3.3rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span:nth-of-type(3) {
    top: 2.75rem;
  }
}
header.active .btn-open span:nth-of-type(1) {
  top: 0.5rem;
  left: 1.25rem;
  -webkit-transform: translateY(2rem) rotate(-45deg);
          transform: translateY(2rem) rotate(-45deg);
  width: 2.5rem;
}
@media screen and (max-width: 767.999px) {
  header.active .btn-open span:nth-of-type(1) {
    top: 0.15em;
    left: 1.5rem;
    width: 1.5rem;
  }
}
header.active .btn-open span:nth-of-type(2) {
  opacity: 0;
}
header.active .btn-open span:nth-of-type(3) {
  top: 4.5rem;
  left: 1.25rem;
  -webkit-transform: translateY(-2rem) rotate(45deg);
          transform: translateY(-2rem) rotate(45deg);
  width: 2.5rem;
}
@media screen and (max-width: 767.999px) {
  header.active .btn-open span:nth-of-type(3) {
    top: 4.25rem;
    left: 1.5rem;
    width: 1.5rem;
  }
}
header.active #header-nav {
  visibility: visible;
  opacity: 1;
  top: 0;
}

footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(17.7%, #FB5C50), color-stop(77.68%, #BF2032));
  background: linear-gradient(90deg, #FB5C50 17.7%, #BF2032 77.68%);
  padding: 3rem 0 2.5rem;
  position: relative;
  overflow-x: clip;
}
footer:before {
  content: "";
  width: 120%;
  height: 57rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.7%, #FB5C50), color-stop(77.68%, #BF2032));
  background: linear-gradient(90deg, #FB5C50 20.7%, #BF2032 77.68%);
  position: absolute;
  top: -13rem;
  left: -10%;
  border-radius: 100%;
}
@media screen and (max-width: 767.999px) {
  footer:before {
    height: 15rem;
    top: -4rem;
  }
}
footer .footer-content {
  position: relative;
}
footer .footer-content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .footer-info {
  width: 40%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-info {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-info .footer-info-logo {
    text-align: center;
  }
}
footer .footer-content .footer-info .footer-info-logo img {
  width: 18rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-info .footer-info-logo img {
    width: 10rem;
  }
}
footer .footer-content .footer-info .footer-info-address {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-info .footer-info-address {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
  }
}
footer .footer-content .footer-info ul.footer-info-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-info ul.footer-info-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-content .footer-info ul.footer-info-sns li {
  width: 3rem;
}
footer .footer-content .footer-info ul.footer-info-sns li:nth-child(n+2) {
  margin-left: 0.5rem;
}
footer .footer-content .footer-info ul.footer-info-sns li a {
  display: block;
  text-align: center;
}
footer .footer-content .footer-info ul.footer-info-sns li a img {
  width: 2.4rem;
}
footer .footer-content .footer-nav {
  width: 42%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav {
    width: 100%;
  }
}
footer .footer-content .footer-nav ul.footer-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-list {
    margin-top: 5rem;
  }
}
footer .footer-content .footer-nav ul.footer-nav-list li {
  width: 50%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-list li {
    width: 48%;
    margin-left: 4%;
  }
}
footer .footer-content .footer-nav ul.footer-nav-list li:nth-child(n+3) {
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-list li:nth-child(2n-1) {
    margin-left: 0;
  }
}
footer .footer-content .footer-nav ul.footer-nav-list li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 0.2rem;
}
footer .footer-content .footer-nav ul.footer-nav-list li a:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-content .footer-nav ul.footer-nav-list li a:hover:before {
  visibility: visible;
  opacity: 1;
}
footer .footer-content .footer-nav ul.footer-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer-content .footer-nav ul.footer-nav-btn li {
  width: 48%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-btn li {
    width: 80%;
    margin: auto;
  }
}
footer .footer-content .footer-nav ul.footer-nav-btn li:nth-child(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-btn li:nth-child(2n) {
    margin: 2rem auto 0;
  }
}
footer .footer-content .footer-nav ul.footer-nav-btn li a {
  color: #fff;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
  border-radius: 100vmax;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  footer .footer-content .footer-nav ul.footer-nav-btn li a {
    height: 6rem;
  }
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.entry span {
  background: -webkit-gradient(linear, left top, right top, from(#FD6E5B), color-stop(96.69%, #BA152C));
  background: linear-gradient(90deg, #FD6E5B 0%, #BA152C 96.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.entry:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.entry:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FD6E5B), color-stop(96.69%, #BA152C));
  background: linear-gradient(90deg, #FD6E5B 0%, #BA152C 96.69%);
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.entry:hover:before {
  visibility: hidden;
  opacity: 0;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.entry:hover span {
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: none;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp {
  background: #252525;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-right: 1.8rem;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp span:before {
  content: "";
  background: url("../img/icon_blank_w.png") center no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp:hover {
  background: #fff;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp:hover span {
  color: #252525;
}
footer .footer-content .footer-nav ul.footer-nav-btn li a.hp:hover span:before {
  background: url("../img/icon_blank_b.png") center no-repeat;
  background-size: contain;
}
footer .footer-toppage {
  background: #1A1A1A;
  width: 6rem;
  height: 6rem;
  border-radius: 0.4rem;
  position: absolute;
  top: -11rem;
  right: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  footer .footer-toppage {
    width: 5rem;
    height: 5rem;
    top: -7rem;
    right: 1.2rem;
  }
}
footer .footer-toppage a {
  width: 6rem;
  height: 6rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 767.999px) {
  footer .footer-toppage a {
    width: 5rem;
    height: 5rem;
  }
}
footer .footer-toppage a:before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  background: #fff;
  height: 0.9rem;
  width: 1.8rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
@media screen and (max-width: 767.999px) {
  footer .footer-toppage a:before {
    height: 0.72rem;
    width: 1.44rem;
  }
}
footer #copyright {
  color: #fff;
  margin: 0 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 13rem;
}
@media screen and (max-width: 767.999px) {
  footer #copyright {
    font-size: 1rem;
    margin-top: 5rem;
  }
}

body#top #mv {
  position: relative;
}
body#top #mv .mv-content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content {
    padding-bottom: 5rem;
  }
}
body#top #mv .mv-content-pic {
  width: 105rem;
  -webkit-animation: anime-mv-content-pic 0.5s ease-in 0.2s forwards;
          animation: anime-mv-content-pic 0.5s ease-in 0.2s forwards;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-pic {
    width: 100%;
    padding-top: 7rem;
  }
}
@-webkit-keyframes anime-mv-content-pic {
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes anime-mv-content-pic {
  to {
    visibility: visible;
    opacity: 1;
  }
}
body#top #mv .mv-content-catchphrase {
  position: absolute;
  top: 24rem;
  right: 4rem;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 8.6rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1.3em;
  background: linear-gradient(263.13deg, #FFD374 34.18%, #F14508 92.63%, #C43445 128.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-catchphrase {
    position: static;
    font-size: 4.6rem;
    letter-spacing: -0.16em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body#top #mv .mv-content-pic-bottom {
  text-align: right;
  margin-top: -19rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-pic-bottom {
    margin-top: -8rem;
  }
}
body#top #mv .mv-content-pic-bottom img {
  width: 38rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-pic-bottom img {
    width: 23rem;
  }
}
body#top #mv .mv-bg-01 {
  width: 70.1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-01 {
    width: 90%;
  }
}
body#top #mv .mv-bg-02 {
  width: 18.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
body#top #mv .mv-bg-03 {
  width: 9rem;
  height: 9rem;
  position: absolute;
  top: 6rem;
  right: 51rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-03 {
    width: 6.3rem;
    height: 6.3rem;
  }
}
body#top #mv .mv-bg-04 {
  width: 38rem;
  position: absolute;
  top: 10rem;
  right: 34rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-04 {
    width: 18rem;
    top: 45rem;
    right: 5rem;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
body#top #mv .mv-bg-05 {
  width: 9.5rem;
  height: 9.5rem;
  position: absolute;
  top: 61rem;
  left: 14rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-05 {
    display: none;
  }
}
body#top #mv .mv-bg-06 {
  width: 13rem;
  position: absolute;
  bottom: 3rem;
  right: 22rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-06 {
    bottom: 9rem;
    right: 19rem;
  }
}
body#top #mv .mv-bg-07 {
  width: 7rem;
  height: 7rem;
  position: absolute;
  bottom: 1rem;
  right: 23rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-bg-07 {
    bottom: 7rem;
    right: 20rem;
  }
}
body#top #mv .mv-content-scroll {
  position: absolute;
  bottom: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 5.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-scroll {
    bottom: 0;
  }
}
body#top #mv .mv-content-scroll .mv-content-scroll-text {
  color: #F14508;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1em;
  text-align: center;
}
body#top #mv .mv-content-scroll .mv-content-scroll-btn {
  width: 5.5rem;
  height: 5.5rem;
  border: 0.2rem solid #F14508;
  margin: 1.3rem auto 0;
  border-radius: 50%;
  position: relative;
  -webkit-animation: anime-mv-content-scroll-btn 2s ease-in-out infinite;
          animation: anime-mv-content-scroll-btn 2s ease-in-out infinite;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-scroll .mv-content-scroll-btn {
    width: 4.2rem;
    height: 4.2rem;
    margin-top: 1rem;
  }
}
@-webkit-keyframes anime-mv-content-scroll-btn {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
@keyframes anime-mv-content-scroll-btn {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
body#top #mv .mv-content-scroll .mv-content-scroll-btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 1.8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid #F14508;
  border-right: 0.2rem solid #F14508;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-scroll .mv-content-scroll-btn:before {
    top: 1.4rem;
  }
}
body#top #mv .mv-content-scroll .mv-content-scroll-btn a {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767.999px) {
  body#top #mv .mv-content-scroll .mv-content-scroll-btn a {
    width: 4.2rem;
    height: 4.2rem;
  }
}
body#top #message {
  position: relative;
  padding-left: 3.5rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message {
    padding-left: 0;
    margin-top: 0;
    padding-top: 3rem;
  }
}
body#top #message .message-content {
  background: url("../img/message_bg.png") center no-repeat;
  background-size: contain;
  width: 74rem;
  height: 66rem;
  padding: 10.5rem 0 0 18rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10rem 2rem 0;
    width: 100%;
    height: 55rem;
    background-size: cover;
  }
}
body#top #message .message-content .message-content-head {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-content .message-content-head {
    font-size: 5.5rem;
  }
}
body#top #message .message-content .message-content-head:before {
  content: "";
  background: #fff;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0.3rem;
}
body#top #message .message-content .message-content-head:after {
  content: "";
  background: url("../img/message_lead_bg.png") center no-repeat;
  background-size: contain;
  width: 5.3rem;
  height: 7.7rem;
  position: absolute;
  top: 2rem;
  right: -7rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-content .message-content-head:after {
    width: 4.24rem;
    height: 6.16rem;
    top: 0.5rem;
    right: -5rem;
  }
}
body#top #message .message-content .message-content-title {
  color: #fff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -0.1em;
  line-height: 1.4em;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-content .message-content-title {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
body#top #message .message-content .message-content-title span {
  font-size: 4.2rem;
}
@media screen and (max-width: 1440px) {
  body#top #message .message-content .message-content-title span {
    font-size: 3.2rem;
  }
}
body#top #message .message-content .message-content-lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9em;
  margin-top: 2rem;
}
body#top #message .message-content .message-content-bestservice {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 31.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-content .message-content-bestservice {
    top: 4rem;
    left: -1rem;
    width: 21.84rem;
  }
}
body#top #message .message-pic {
  position: absolute;
  top: 7rem;
  right: 5rem;
  width: 76.5rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-pic {
    position: relative;
    width: 100%;
    top: -7rem;
    right: 2rem;
  }
}
body#top #message .message-bg-01 {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 33rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-bg-01 {
    top: -27rem;
    width: 17rem;
  }
}
body#top #message .message-bg-02 {
  position: absolute;
  top: 18rem;
  right: 0;
  width: 31.4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-bg-02 {
    top: auto;
    bottom: 10rem;
    width: 20rem;
  }
}
body#top #message .message-bg-03 {
  position: absolute;
  top: 14rem;
  right: 3rem;
  width: 10.6rem;
  height: 10.6rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #message .message-bg-03 {
    width: 7.42rem;
    height: 7.42rem;
    top: auto;
    bottom: 28rem;
    right: 1rem;
  }
}
body#top #about {
  margin-top: 5.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #about {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content {
    margin: 0 1.2rem;
  }
}
body#top #about .about-content .about-content-logo {
  text-align: center;
}
body#top #about .about-content .about-content-logo img {
  width: 13rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content .about-content-logo img {
    width: 10rem;
  }
}
body#top #about .about-content .about-content-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 6.3rem;
  font-weight: 600;
  letter-spacing: -0.11em;
  line-height: 1em;
  margin: 3rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content .about-content-title {
    font-size: 3.6rem;
    margin-top: 2rem;
  }
}
body#top #about .about-content .about-content-title:before {
  content: "";
  background: url("../img/about_know.png") center no-repeat;
  background-size: contain;
  width: 15.5rem;
  height: 8.1rem;
  position: absolute;
  top: -4rem;
  left: -6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content .about-content-title:before {
    width: 10.85rem;
    height: 5.67rem;
    top: -3.5rem;
    left: -3.5rem;
  }
}
body#top #about .about-content .about-content-lead {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content .about-content-lead {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
body#top #about .about-content .about-content-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-content .about-content-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-pic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3rem 1.2rem 0;
  }
}
body#top #about .about-pic-01 {
  position: absolute;
  top: 26.5rem;
  left: 3.5rem;
  width: 39.3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-pic-01 {
    position: static;
    width: 48%;
  }
}
body#top #about .about-pic-02 {
  position: absolute;
  top: 6rem;
  right: 6rem;
  width: 32.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #about .about-pic-02 {
    position: static;
    width: 48%;
  }
}
body#top .data-content {
  margin-top: 4.5rem;
  padding-top: 18rem;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content {
    padding-top: 5rem;
  }
}
body#top .data-content:before {
  content: "";
  width: 120%;
  height: 57rem;
  background: linear-gradient(90.95deg, #DD552A 17.91%, #BF2537 78.58%);
  position: absolute;
  top: 5.1rem;
  left: -10%;
  border-radius: 100%;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content:before {
    height: 15rem;
    top: 3.5rem;
  }
}
body#top .data-content .data-content-inner {
  background: linear-gradient(90.95deg, #DD552A 10.91%, #BF2537 78.58%);
  position: relative;
  z-index: 1;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-content-inner {
    padding-bottom: 6rem;
  }
}
body#top .data-content #service {
  margin-top: 5rem;
  position: relative;
  z-index: 2;
}
body#top .data-content .data-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top .data-content .data-title .data-title-jp {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-right: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-title .data-title-jp {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
body#top .data-content .data-title .data-title-en {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2em;
}
body#top .data-content .data-title .data-title-note {
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-title .data-title-note {
    padding: 1rem 0 0 0;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body#top .data-content .data-title .data-title-note:before {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-title .data-title-note:before {
    width: 2rem;
    height: 0.1rem;
    bottom: auto;
    right: 0;
  }
}
body#top .data-content .data-title .data-title-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-title .data-title-text {
    text-align: center;
  }
}
body#top .data-content ul.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top .data-content ul.service-list li {
  width: 24.4%;
  margin-left: 0.8%;
  background: #fff;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0rem 2.5rem 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li {
    width: 100%;
    padding: 2rem 2.5rem;
  }
}
body#top .data-content ul.service-list li:nth-child(4n-3) {
  margin-left: 0;
}
body#top .data-content ul.service-list li:nth-child(n+5) {
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li:nth-child(n+2) {
    margin: 1.5rem 0 0;
  }
}
body#top .data-content ul.service-list li .service-list-icon {
  background: -webkit-gradient(linear, left top, right top, color-stop(48.34%, #CF3529), color-stop(96.69%, #BF2032));
  background: linear-gradient(90deg, #CF3529 48.34%, #BF2032 96.69%);
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li .service-list-icon {
    width: 5rem;
    height: 5rem;
  }
}
body#top .data-content ul.service-list li .service-list-icon img {
  width: 3.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li .service-list-icon img {
    width: 2.5rem;
  }
}
body#top .data-content ul.service-list li .service-list-block {
  color: #70252E;
  margin-left: 1.5rem;
}
body#top .data-content ul.service-list li .service-list-block .service-list-number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.4em;
}
body#top .data-content ul.service-list li .service-list-block .service-list-name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
body#top .data-content ul.service-list li .service-list-block .service-list-name.middle {
  font-size: 1.7rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li .service-list-block .service-list-name.middle {
    font-size: 1.8rem;
  }
}
body#top .data-content ul.service-list li .service-list-block .service-list-name.small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.service-list li .service-list-block .service-list-name.small {
    font-size: 1.8rem;
  }
}
body#top .data-content #numbers {
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content #numbers {
    margin-top: 6rem;
  }
}
body#top .data-content ul.numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
body#top .data-content ul.numbers-list li {
  background: #fff;
  width: 32%;
  margin-left: 2%;
  border-radius: 1.2rem;
  padding: 3rem 1rem;
  position: relative;
  counter-increment: mycounter;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li {
    width: 48%;
    margin-left: 4%;
  }
}
body#top .data-content ul.numbers-list li:before {
  content: counter(mycounter, decimal-leading-zero);
  color: #EDA6AF;
  position: absolute;
  top: 0.2rem;
  left: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
body#top .data-content ul.numbers-list li:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li:nth-child(3n-2) {
    margin-left: 4%;
  }
}
body#top .data-content ul.numbers-list li:nth-child(n+4) {
  margin-top: 2%;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li:nth-child(n+4) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li:nth-child(2n-1) {
    margin-left: 0;
  }
}
body#top .data-content ul.numbers-list li .numbers-list-name {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li .numbers-list-name {
    font-size: 2rem;
  }
}
body#top .data-content ul.numbers-list li .numbers-list-pic {
  text-align: center;
  margin-top: 1rem;
}
body#top .data-content ul.numbers-list li .numbers-list-pic img {
  width: 54%;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li .numbers-list-pic img {
    width: 80%;
  }
}
body#top .data-content ul.numbers-list li .numbers-list-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
body#top .data-content ul.numbers-list li .numbers-list-number .number {
  color: #FF0000;
  font-family: "Montserrat", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 0.7em;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li .numbers-list-number .number {
    font-size: 4rem;
  }
}
body#top .data-content ul.numbers-list li .numbers-list-number .unit {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content ul.numbers-list li .numbers-list-number .unit {
    font-size: 1.8rem;
  }
}
body#top .data-content ul.numbers-list li .numbers-list-number .unit.small {
  font-size: 1.4rem;
}
body#top .data-content .data-btn {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-btn {
    margin-top: 5rem;
  }
}
body#top .data-content .data-btn a {
  background: #fff;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  width: 48rem;
  height: 7rem;
  color: #BA152C;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-btn a {
    width: 100%;
    height: 5rem;
  }
}
body#top .data-content .data-btn a span {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-right: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .data-btn a span {
    font-size: 1.6rem;
  }
}
body#top .data-content .data-btn a span:before {
  content: "";
  background: url("../img/icon_blank_r.png") center no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body#top .data-content .data-btn a:hover {
  color: #fff;
  background: #BA152C;
}
body#top .data-content .data-btn a:hover span:before {
  background: url("../img/icon_blank_w.png") center no-repeat;
  background-size: contain;
}
body#top .data-content .service-pic-car {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 7.2rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .service-pic-car {
    width: 5rem;
  }
}
body#top .data-content .service-bg-01 {
  position: absolute;
  top: -12rem;
  right: 0;
  width: 69.4rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .service-bg-01 {
    top: -2rem;
    width: 17rem;
  }
}
body#top .data-content .service-bg-02 {
  position: absolute;
  top: 11rem;
  left: 7rem;
  width: 7.1rem;
  height: 7.1rem;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .service-bg-02 {
    top: 4rem;
    left: 2rem;
    width: 4.97rem;
    height: 4.97rem;
    z-index: 1;
  }
}
body#top .data-content .service-bg-03 {
  position: absolute;
  top: 34rem;
  left: 0;
  width: 36.3rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .service-bg-03 {
    top: 45%;
    width: 20rem;
  }
}
body#top .data-content .service-bg-04 {
  position: absolute;
  bottom: 18rem;
  right: 6rem;
  width: 25.2rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top .data-content .service-bg-04 {
    bottom: 10rem;
    right: 0;
    width: 20rem;
  }
}
body#top #points {
  padding: 6rem 0 9rem;
  position: relative;
}
body#top #points .points-content {
  margin: 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #points .points-content {
    margin: 0;
  }
}
body#top #points ul.points-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
body#top #points ul.points-list li {
  width: 32%;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li {
    width: 100%;
  }
}
body#top #points ul.points-list li:nth-child(1) {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li:nth-child(1) {
    width: 116%;
  }
}
body#top #points ul.points-list li:nth-child(2) {
  margin: 4rem 0 0 -7%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li:nth-child(2) {
    margin: 0;
    width: 116%;
  }
}
body#top #points ul.points-list li:nth-child(3) {
  margin: 8rem 0 0 -7%;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li:nth-child(3) {
    margin: 0;
    width: 116%;
  }
}
body#top #points ul.points-list li:nth-child(4) {
  margin: 12rem 0 0 -7%;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li:nth-child(4) {
    margin: 0;
    width: 116%;
  }
}
body#top #points ul.points-list li .points-list-text {
  width: 26rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6em;
  text-align: justify;
  margin: 0.5rem 3rem 0;
}
@media screen and (max-width: 767.999px) {
  body#top #points ul.points-list li .points-list-text {
    width: 100vw;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 3rem;
  }
}
body#top #points .points-bg-01 {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 24.1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #points .points-bg-01 {
    width: 11rem;
  }
}
body#top #points .points-bg-02 {
  position: absolute;
  top: 21rem;
  right: 6rem;
  width: 9.5rem;
  height: 9.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #points .points-bg-02 {
    top: 6rem;
    right: 1rem;
    width: 6.65rem;
    height: 6.65rem;
  }
}
body#top #points .points-bg-03 {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 30.6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #points .points-bg-03 {
    bottom: 2rem;
    width: 15rem;
  }
}
body#top #points .points-bg-04 {
  position: absolute;
  bottom: 9rem;
  left: 14rem;
  width: 6.1rem;
  height: 6.1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #points .points-bg-04 {
    bottom: 4rem;
    left: 6rem;
    width: 4.27rem;
    height: 4.27rem;
  }
}
body#top #voice {
  background: linear-gradient(250.09deg, #EFFBE2 11.46%, #DBF8FF 94.56%);
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #voice {
    padding: 6rem 0;
  }
}
body#top #voice .voice-content {
  margin: 0 21.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #voice .voice-content {
    margin: 0 1.2rem;
  }
}
body#top #voice .voice-content .common-head {
  padding-top: 2.5rem;
}
body#top #voice .voice-content .common-head .common-head-pic {
  width: 15.1rem;
  left: -8rem;
}
body#top #voice ul.voice-list {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list {
    margin-top: 5rem;
  }
}
body#top #voice ul.voice-list li {
  background: #fff;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 6rem 3rem 8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3rem 2rem;
  }
}
body#top #voice ul.voice-list li:nth-child(n+2) {
  margin-top: 2rem;
}
body#top #voice ul.voice-list li .voice-list-pic {
  width: 16.4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-pic {
    width: 50%;
    margin-top: 3rem;
  }
}
body#top #voice ul.voice-list li .voice-list-inner {
  width: calc(100% - 16.4rem);
  padding-left: 3.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-inner {
    width: 100%;
    padding-left: 0;
  }
}
body#top #voice ul.voice-list li .voice-list-inner .voice-list-title {
  color: #70252E;
  font-size: 2rem;
  font-weight: 700;
}
body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail dt {
  color: #70252E;
  background: #E9C9CD;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  padding: 0.2rem 0.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail dt {
    width: 7rem;
    text-align: center;
    padding: 0.3rem 0;
    margin-top: 0.8rem;
  }
}
body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0 2rem 0 0.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail dd {
    width: calc(100% - 7rem);
    margin: 0.8rem 0 0;
    padding: 0.3rem 0 0.3rem 1.5rem;
  }
}
body#top #voice ul.voice-list li .voice-list-inner dl.voice-list-detail dd span {
  font-family: "Montserrat", sans-serif;
}
body#top #voice ul.voice-list li .voice-list-inner .voice-list-text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice ul.voice-list li .voice-list-inner .voice-list-text {
    margin-top: 2rem;
  }
}
body#top #voice .voice-bg-01 {
  position: absolute;
  top: 12rem;
  right: 12rem;
  width: 33.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice .voice-bg-01 {
    top: 2rem;
    right: 0;
    width: 10rem;
  }
}
body#top #voice .voice-bg-02 {
  position: absolute;
  top: 18rem;
  right: 11rem;
  width: 9.5rem;
  height: 9.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice .voice-bg-02 {
    top: 5rem;
    right: 0;
    width: 6.65rem;
    height: 6.65rem;
  }
}
body#top #voice .voice-bg-03 {
  position: absolute;
  top: 32rem;
  left: 0;
  width: 17rem;
}
@media screen and (max-width: 767.999px) {
  body#top #voice .voice-bg-03 {
    top: auto;
    bottom: 2rem;
  }
}
body#top #schedule {
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule {
    padding: 6rem 0;
  }
}
body#top #schedule > .container {
  position: relative;
  z-index: 1;
}
body#top #schedule .common-head {
  padding-top: 4rem;
}
body#top #schedule .common-head .common-head-pic {
  width: 19.1rem;
  left: -5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .common-head .common-head-pic {
    width: 13.37rem;
    top: 1rem;
    left: -4rem;
  }
}
body#top #schedule .schedule-table {
  background: #fff;
  margin-top: 5rem;
  padding-top: 3rem;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table {
    margin-top: 3rem;
    padding: 3rem 1rem 1rem;
    overflow-x: scroll;
  }
}
body#top #schedule .schedule-table .schedule-table-inner {
  background: #fff;
  padding: 0 2rem 1rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table .schedule-table-inner {
    padding-top: 5rem;
    padding: 5rem 0 1rem;
    border-radius: 0;
  }
}
body#top #schedule .schedule-table table {
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table table {
    width: 270%;
  }
}
body#top #schedule .schedule-table table thead {
  position: absolute;
  top: -5rem;
}
body#top #schedule .schedule-table table thead th {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table table thead th {
    position: sticky;
    left: 0;
  }
}
body#top #schedule .schedule-table table thead th:before {
  content: "";
  width: 0.2rem;
  height: 1.6rem;
  background: #F9BDBD;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table table thead th:before {
    bottom: -0.6rem;
  }
}
body#top #schedule .schedule-table table thead th:after {
  content: "";
  background: url("../img/schedule_clock.png") center no-repeat;
  background-size: contain;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: -1.9rem;
}
body#top #schedule .schedule-table table thead td {
  text-align: right;
  padding-bottom: 1rem;
}
body#top #schedule .schedule-table table thead td img {
  width: calc(100% - 1rem);
}
body#top #schedule .schedule-table table tbody tr th {
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-table table tbody tr th {
    background: #fff;
    position: sticky;
    left: 0;
  }
}
body#top #schedule .schedule-table table tbody tr th:before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #F9BDBD;
  position: absolute;
  top: 0;
  right: 0;
}
body#top #schedule .schedule-table table tbody tr th:after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: #FF0000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  margin: auto;
}
body#top #schedule .schedule-table table tbody tr td .block {
  margin-left: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  min-height: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#top #schedule .schedule-table table tbody tr td .small {
  display: contents;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
body#top #schedule .schedule-table table tbody tr:nth-child(2n-1) th {
  background: #FFF1F3;
}
body#top #schedule .schedule-table table tbody tr:nth-child(2n-1) td:nth-child(2) {
  background: #FFF1F3;
}
body#top #schedule .schedule-table table tbody tr:nth-child(2n-1) td:nth-child(n+3) .block {
  background: #FFF1F3;
}
body#top #schedule .schedule-table table tbody tr:last-child th:before {
  height: 50%;
}
body#top #schedule .schedule-table table th {
  color: #DF1414;
  width: 10%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#top #schedule .schedule-table table td {
  width: 22%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
body#top #schedule .schedule-table table td:nth-child(2) {
  width: 24%;
  padding-left: 2%;
}
body#top #schedule .schedule-bg-01 {
  position: absolute;
  top: -12rem;
  left: 24rem;
  width: 44.6rem;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-bg-01 {
    top: 2rem;
    left: 2rem;
    width: 15rem;
  }
}
body#top #schedule .schedule-bg-02 {
  position: absolute;
  bottom: -8rem;
  right: 0;
  width: 40rem;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  body#top #schedule .schedule-bg-02 {
    width: 22rem;
  }
}
body#top #benefits {
  background: #F5F5F5;
  padding: 11rem 0 10rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits {
    padding: 6rem 0;
  }
}
body#top #benefits .common-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 0.1rem solid #BAAE9A;
  padding: 0 0 2.5rem;
}
body#top #benefits .common-head .common-head-title {
  padding-left: 1rem;
}
body#top #benefits .benefits-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-head {
    margin-top: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #benefits .benefits-head .benefits-head-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1em;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-head .benefits-head-title {
    font-size: 2.4rem;
    padding: 0 0 1.2rem;
  }
}
body#top #benefits .benefits-head .benefits-head-title:before {
  content: "";
  width: 0.1rem;
  height: 2rem;
  background: #BAAE9A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-head .benefits-head-title:before {
    width: 2rem;
    height: 0.1rem;
    top: auto;
    left: 0;
  }
}
body#top #benefits .benefits-head .benefits-head-en {
  color: #FF0000;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1em;
  padding-left: 2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-head .benefits-head-en {
    padding: 1rem 0 0;
  }
}
body#top #benefits .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
}
body#top #benefits .benefits-list > section {
  width: 23.8%;
  margin-left: 1.6%;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section {
    width: 100%;
    margin-left: 0;
  }
}
body#top #benefits .benefits-list > section .benefits-list-pic {
  width: 100%;
  height: 12rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section .benefits-list-pic {
    height: 16rem;
  }
}
body#top #benefits .benefits-list > section .benefits-list-pic img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section .benefits-list-pic img {
    height: 16rem;
  }
}
body#top #benefits .benefits-list > section .benefits-list-title {
  color: #fff;
  background: #FF0000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  border-top-right-radius: 100vmax;
  border-bottom-right-radius: 100vmax;
  position: relative;
  z-index: 1;
  margin-top: -1.2rem;
}
body#top #benefits .benefits-list > section .benefits-list-text {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 1.2rem 1.5rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section .benefits-list-text {
    font-size: 1.5rem;
  }
}
body#top #benefits .benefits-list > section:nth-child(4n-3) {
  margin-left: 0;
}
body#top #benefits .benefits-list > section:nth-child(n+5) {
  margin-top: 1.6%;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section:nth-child(n+5) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-list > section:nth-child(n+2) {
    margin-top: 4rem;
  }
}
body#top #benefits .benefits-note {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  body#top #benefits .benefits-note {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}
body#top #requirements {
  padding: 9rem 0 8rem;
  position: relative;
  overflow: hidden;
  /*ウィンドウサイズが769px以下になった時のCSSだよ*/
}
@media screen and (max-width: 767.999px) {
  body#top #requirements {
    padding: 6rem 0;
  }
}
body#top #requirements .requirements-content {
  margin: 0 20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-content {
    margin: 0 1.2rem;
  }
}
body#top #requirements .requirements-content .common-head .common-head-pic {
  width: 19.3rem;
  top: 1rem;
  left: -9rem;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-content .common-head .common-head-pic {
    width: 13.51rem;
    top: -1rem;
    left: -3rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-content .common-head .common-head-en span {
    font-size: 4rem;
  }
}
body#top #requirements .requirements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.5rem;
}
body#top #requirements .requirements-list .requirements-list-label {
  background: #EBEBEB;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  width: 19rem;
  height: 6rem;
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-label {
    width: 49%;
    font-size: 1.4rem;
    margin-left: 2%;
    height: 5rem;
    border-radius: 1.2rem;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-label:nth-of-type(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-label:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
body#top #requirements .requirements-list .requirements-list-label:first-of-type {
  margin-left: calc(100% - 3rem - 76rem);
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-label:first-of-type {
    margin-left: 0;
  }
}
body#top #requirements .requirements-list .requirements-list-summary {
  display: none;
  border-top: 0.2rem solid #BE1A2E;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-summary {
    margin-top: 1rem;
  }
}
body#top #requirements .requirements-list .requirements-list-summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 0.1rem solid #F8ECEC;
  border-right: 0.1rem solid #F8ECEC;
  border-bottom: 0.1rem solid #F8ECEC;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-summary dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body#top #requirements .requirements-list .requirements-list-summary dl dt {
  width: calc(100% - 79rem);
  background: #F8ECEC;
  letter-spacing: 0.08em;
  padding: 1rem 3.5rem;
  min-height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-summary dl dt {
    width: 100%;
    min-height: 5rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
body#top #requirements .requirements-list .requirements-list-summary dl dt:nth-child(n+2) {
  border-top: 0.1rem solid #fff;
}
body#top #requirements .requirements-list .requirements-list-summary dl dd {
  width: 79rem;
  padding: 1rem 3rem;
  min-height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-list .requirements-list-summary dl dd {
    width: 100%;
    min-height: 5rem;
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}
body#top #requirements .requirements-list .requirements-list-summary dl dd:nth-child(n+2) {
  border-top: 0.1rem solid #F8ECEC;
}
body#top #requirements .requirements-list .tab-switch:checked + .requirements-list-label {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FD6E5B), color-stop(96.69%, #BA152C));
  background: linear-gradient(90deg, #FD6E5B 0%, #BA152C 96.69%);
}
body#top #requirements .requirements-list .tab-switch:checked + .requirements-list-label + .requirements-list-summary {
  display: block;
}
body#top #requirements .requirements-list .tab-switch {
  display: none;
}
body#top #requirements .requirements-bg-01 {
  position: absolute;
  top: -24rem;
  right: 0;
  width: 39.8rem;
}
@media screen and (max-width: 767.999px) {
  body#top #requirements .requirements-bg-01 {
    top: -12rem;
    width: 18rem;
  }
}
body#top #requirements .requirements-bg-02 {
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 56.8rem;
}

#entry {
  background: #F5F5F5;
  padding: 11rem 0 25rem;
}
@media screen and (max-width: 767.999px) {
  #entry {
    padding: 6rem 0 15rem;
  }
}
#entry .common-head {
  padding-top: 0;
}
#entry .entry-content {
  width: 70.5rem;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-content {
    width: calc(100% - 2.4rem);
  }
}
#entry .entry-tel {
  position: relative;
}
#entry .entry-tel .entry-tel-content {
  color: #fff;
  background: linear-gradient(95.23deg, #FD6E5B 12.86%, #BA152C 83.34%);
  border-radius: 1.2rem;
  margin-top: 5rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-tel-content {
    padding: 6rem 1.5rem;
  }
}
#entry .entry-tel .entry-tel-content:before {
  content: "";
  background: url("../img/tel_bg_01.png") center no-repeat;
  background-size: contain;
  width: 13.8rem;
  height: 10.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-tel-content:before {
    width: 9.66rem;
    height: 7.49rem;
  }
}
#entry .entry-tel .entry-tel-content:after {
  content: "";
  background: url("../img/tel_bg_02.png") center no-repeat;
  background-size: contain;
  width: 11.1rem;
  height: 9.2rem;
  position: absolute;
  bottom: 2rem;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-tel-content:after {
    width: 7.77rem;
    height: 6.44rem;
    bottom: 0;
  }
}
#entry .entry-tel .entry-tel-head {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
#entry .entry-tel .entry-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
#entry .entry-tel .entry-tel-block a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 0.8em;
  margin-right: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-tel-block a {
    font-size: 3rem;
  }
}
#entry .entry-tel .entry-tel-block a:before {
  content: "";
  background: url("../img/icon_tel_w.png") center no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
#entry .entry-tel .entry-tel-block span {
  font-size: 1.2rem;
}
#entry .entry-tel .entry-tel-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
#entry .entry-tel .entry-tel-note .entry-tel-note-holiday {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
#entry .entry-tel .entry-tel-note .entry-tel-note-holiday:before {
  content: "";
  width: 0.1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#entry .entry-tel .entry-pic-calling {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 19.2rem;
}
#entry .entry-tel .entry-bg-01 {
  position: absolute;
  top: 8rem;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-bg-01 {
    top: 7rem;
    left: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
#entry .entry-tel .entry-bg-02 {
  position: absolute;
  top: 0.5rem;
  right: -3rem;
  width: 7.9rem;
  height: 7.9rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-tel .entry-bg-02 {
    right: -1rem;
    width: 5.53rem;
    height: 5.53rem;
  }
}
#entry .entory-form dl.contact-list {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entory-form dl.contact-list {
    margin-top: 3rem;
  }
}
#entry .entory-form dl.contact-list .entory-list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.999px) {
  #entry .entory-form dl.contact-list .entory-list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#entry .entory-form dl.contact-list .entory-list-block dt {
  width: 32%;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entory-form dl.contact-list .entory-list-block dt {
    width: 100%;
    padding-right: 0;
    margin-top: 2rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#entry .entory-form dl.contact-list .entory-list-block dt .title {
  font-size: 1.6rem;
  font-weight: 700;
}
#entry .entory-form dl.contact-list .entory-list-block dt .required,
#entry .entory-form dl.contact-list .entory-list-block dt .optional {
  color: #fff;
  background: #FF0015;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  border-radius: 0.2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.2rem 1rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entory-form dl.contact-list .entory-list-block dt .required,
  #entry .entory-form dl.contact-list .entory-list-block dt .optional {
    margin-left: 1.5rem;
  }
}
#entry .entory-form dl.contact-list .entory-list-block dt .optional {
  background: #ACACAC;
}
#entry .entory-form dl.contact-list .entory-list-block dd {
  width: 68%;
  margin: 1.2rem 0;
}
@media screen and (max-width: 767.999px) {
  #entry .entory-form dl.contact-list .entory-list-block dd {
    width: 100%;
    margin: 1.2rem 0 0;
  }
}
#entry .error-message {
  color: #FF0015;
  background: #F8ECEC;
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
  margin-top: 0.5rem;
}
#entry select,
#entry input,
#entry textarea {
  color: #333;
  background: #fff;
  border: 0.15rem solid #333;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  width: 100%;
  padding: 0.65rem 1.5rem;
}
@media screen and (max-width: 767.999px) {
  #entry select,
  #entry input,
  #entry textarea {
    font-size: 1.6rem;
  }
}
#entry textarea {
  height: 15rem;
}
@media screen and (max-width: 767.999px) {
  #entry textarea {
    height: 20rem;
  }
}
#entry ::-webkit-input-placeholder {
  color: #D0C7C7;
}
#entry ::-moz-placeholder {
  color: #D0C7C7;
}
#entry :-ms-input-placeholder {
  color: #D0C7C7;
}
#entry ::-ms-input-placeholder {
  color: #D0C7C7;
}
#entry ::placeholder {
  color: #D0C7C7;
}
#entry .select-block {
  position: relative;
}
#entry .select-block:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
  background: #1A1A1A;
  height: 0.5rem;
  width: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
#entry .select-block select {
  cursor: pointer;
}
#entry .entry-policy {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-policy {
    margin-top: 3rem;
  }
}
#entry .entry-policy .entry-policy-head {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#entry .entry-policy .entry-policy-text {
  color: #717171;
  background: #fff;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  padding: 2rem 4rem;
  height: 14rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767.999px) {
  #entry .entry-policy .entry-policy-text {
    padding: 2rem 1.5rem;
  }
}
#entry .entry-policy .entry-policy-text ol {
  counter-reset: listnum;
  margin-top: 1em;
}
#entry .entry-policy .entry-policy-text ol li {
  margin-left: 1em;
  text-indent: -1em;
}
#entry .entry-policy .entry-policy-text ol li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
}
#entry .entry-agree {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 0;
}
#entry .entry-check input[type=checkbox] {
  display: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#entry .entry-check label {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
#entry .entry-check label:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  border: 0.2rem solid #242424;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
#entry .entry-check label:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  background: #242424;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  border-radius: 50%;
}
#entry .entry-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.entry-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  .entry-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.entry-btn-block .entry-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  .entry-btn-block .entry-btn {
    text-align: center;
  }
}
.entry-btn-block .entry-btn a,
.entry-btn-block .entry-btn button {
  color: #fff;
  background: #FF0015;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100vmax;
  width: 25rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.999px) {
  .entry-btn-block .entry-btn a,
  .entry-btn-block .entry-btn button {
    width: 80%;
  }
}
.entry-btn-block .entry-btn a.gray,
.entry-btn-block .entry-btn button.gray {
  background: #666;
}
.entry-btn-block .entry-btn:nth-child(n+2) {
  margin-left: 3rem;
}
@media screen and (max-width: 767.999px) {
  .entry-btn-block .entry-btn:nth-child(n+2) {
    margin: 0 0 2rem;
  }
}

.common-head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  .common-head {
    padding-top: 3rem;
  }
}
.common-head .common-head-en {
  text-align: center;
  position: relative;
  z-index: 1;
}
.common-head .common-head-en span {
  font-family: "Montserrat", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FD6E5B), color-stop(96.69%, #BA152C));
  background: linear-gradient(90deg, #FD6E5B 0%, #BA152C 96.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-en span {
    font-size: 6rem;
  }
}
.common-head .common-head-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1;
}
.common-head .common-head-pic {
  position: absolute;
  top: 0;
  left: -14rem;
  width: 26rem;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-pic {
    top: 0;
    left: -5rem;
    width: 15rem;
  }
}

.common-lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  .common-lead {
    margin: 3rem 1.2rem 0;
  }
}

.scroll-hint-icon {
  left: calc(50% - 9rem);
}

body#contact #main {
  padding: 20rem 0 30rem;
}
@media screen and (max-width: 767.999px) {
  body#contact #main {
    padding: 10rem 0 15rem;
  }
}
body#contact #main.thanks .entry-btn-block {
  margin-top: 6rem;
}
body#contact #entry {
  background: none;
  padding: 0;
}
body#contact #entry .entory-form dl.contact-list .entory-list-block dt {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  body#contact #entry .entory-form dl.contact-list .entory-list-block dt {
    margin-top: 2rem;
  }
}
body#contact .page-title {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  body#contact .page-title {
    font-size: 2.4rem;
  }
}
body#contact .page-title span {
  position: relative;
  padding-bottom: 1rem;
}
body#contact .page-title span:before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #1A1A1A;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  body#contact .page-title span:before {
    width: 1.5rem;
  }
}
body#contact .page-content {
  padding-top: 6rem;
}
body#contact .page-content-lead {
  line-height: 2.2em;
  text-align: center;
}