@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
/* line 7, ../_base.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 27, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
html {
  box-sizing: border-box;
}

/* line 33, ../_base.scss */
*:before, *:after {
  box-sizing: inherit;
}

/* line 35, ../_base.scss */
body {
  line-height: 1;
}

/* line 39, ../_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 44, ../_base.scss */
p {
  text-align: justify;
}

/* line 48, ../_base.scss */
nav ul {
  list-style: none;
}

/* line 52, ../_base.scss */
blockquote, q {
  quotes: none;
}

/* line 56, ../_base.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 62, ../_base.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 72, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 79, ../_base.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 86, ../_base.scss */
del {
  text-decoration: line-through;
}

/* line 90, ../_base.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 95, ../_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 101, ../_base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 110, ../_base.scss */
input, select {
  vertical-align: middle;
  outline: 0;
}

/* line 115, ../_base.scss */
ul, li {
  list-style: none;
}

/* line 121, ../_base.scss */
input[type="text"], input[type="button"], input[type="submit"], input[type="tel"], input[type="email"] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

/* line 126, ../_base.scss */
input[type="text"]:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  outline: 0;
  background-color: #fff;
}

/* line 131, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 134, ../_base.scss */
input[type="text"]:focus:placeholder-shown, input[type="button"]:focus:placeholder-shown, input[type="submit"]:focus:placeholder-shown, input[type="tel"]:focus:placeholder-shown, input[type="email"]:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #ddd;
}

/* line 137, ../_base.scss */
input[type="text"]:focus:-webkit-input-placeholder, input[type="button"]:focus:-webkit-input-placeholder, input[type="submit"]:focus:-webkit-input-placeholder, input[type="tel"]:focus:-webkit-input-placeholder, input[type="email"]:focus:-webkit-input-placeholder, textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

/* line 140, ../_base.scss */
input[type="text"]:focus:-moz-placeholder, input[type="button"]:focus:-moz-placeholder, input[type="submit"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #ddd;
}

/* line 143, ../_base.scss */
input[type="text"]:focus:-ms-input-placeholder, input[type="button"]:focus:-ms-input-placeholder, input[type="submit"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

/* line 146, ../_base.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

/* line 161, ../_base.scss */
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown {
  color: #ddd;
}

/* line 164, ../_base.scss */
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
  color: #ddd;
}

/* line 167, ../_base.scss */
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #ddd;
}

/* line 171, ../_base.scss */
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

/* line 175, ../_base.scss */
textarea:placeholder-shown {
  color: #ddd;
}

/* line 178, ../_base.scss */
textarea::-webkit-input-placeholder {
  color: #ddd;
}

/* line 181, ../_base.scss */
textarea::-moz-placeholder {
  color: #ddd;
}

/* line 186, ../_base.scss */
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: .1s;
}

/* line 192, ../_base.scss */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 198, ../_base.scss */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/* line 204, ../_base.scss */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: .1s;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
/* line 211, ../_base.scss */
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  /* line 211, ../_base.scss */
  a {
    transition: .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  /* line 219, ../_base.scss */
  a:hover {
    transition: .3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

/* line 229, ../_base.scss */
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

/* line 235, ../_base.scss */
th, td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

/* line 242, ../_base.scss */
caption {
  text-align: left;
}

/* line 246, ../_base.scss */
html, body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 62.5%;
  font-family: 'axis_medium', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

/* line 256, ../_base.scss */
body {
  overflow-x: hidden;
}
@media screen and (max-width: 896px) {
  /* line 259, ../_base.scss */
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 267, ../_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 273, ../_base.scss */
.slick-list:focus {
  outline: none !important;
}

@font-face {
  font-family: 'axis_heavy';
  font-style: normal;
  src: url(../../font/AxisStd-Heavy.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'axis_bold';
  font-style: normal;
  src: url(../../font/AxisStd-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'axis_medium';
  font-style: normal;
  src: url(../../font/AxisStd-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'axis_regular';
  font-style: normal;
  src: url(../../font/AxisStd-Regular.otf) format("opentype");
  font-display: swap;
}
/* line 29, ../_module.scss */
.fwn {
  font-family: 'axis_regular';
}

/* line 32, ../_module.scss */
.fwm {
  font-family: 'axis_medium';
}

/* line 35, ../_module.scss */
.fwb {
  font-family: 'axis_bold';
}

/* line 38, ../_module.scss */
.fwh {
  font-family: 'axis_heavy';
}

@keyframes furu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(2deg);
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-2deg);
  }
  16% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  18% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pagetopscale {
  0% {
    transform: translate(-50%, -99%) scale(1);
  }
  50% {
    transform: translate(-50%, -99%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -99%) scale(1);
  }
}
/* line 110, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 115, ../_module.scss */
.flx {
  display: flex;
}
/* line 117, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 120, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 123, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 126, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 129, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 131, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

/* line 136, ../_module.scss */
.ablt {
  position: absolute;
}

/* line 141, ../_module.scss */
.lead {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 141, ../_module.scss */
  .lead {
    letter-spacing: .05em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* line 152, ../_module.scss */
.bg_ttl {
  display: inline;
  background: #000;
  color: #fff;
}

/* line 158, ../_module.scss */
.base_btn {
  display: block;
  text-align: center;
  padding: 28px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #e2302a;
  border: #e2302a 2px solid;
  letter-spacing: .1em;
}
@media screen and (max-width: 896px) {
  /* line 158, ../_module.scss */
  .base_btn {
    padding: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 173, ../_module.scss */
  .base_btn:hover {
    background: #fff;
    color: #e2302a;
  }
}

/* line 179, ../_module.scss */
.ac {
  position: relative;
}
/* line 181, ../_module.scss */
.ac::after {
  content: "";
  background: url(../../img/common/hvr-action.png) no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 0;
}
/* line 193, ../_module.scss */
.ac.red::after {
  background: url(../../img/common/hvr-action-red.png) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 897px) {
  /* line 199, ../_module.scss */
  .ac:hover {
    animation: furu 2.5s forwards;
  }
  /* line 201, ../_module.scss */
  .ac:hover::after {
    opacity: 1;
  }
}

/* line 212, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* line 224, ../_module.scss */
.circle {
  width: 200px;
}
@media screen and (max-width: 896px) {
  /* line 224, ../_module.scss */
  .circle {
    width: 120px;
  }
}
/* line 229, ../_module.scss */
.circle .circle_img {
  animation: spin 12s linear infinite;
}
/* line 232, ../_module.scss */
.circle .num {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 4, ../_layout.scss */
.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  /* line 10, ../_layout.scss */
  .pc {
    display: none;
  }
}

/* line 16, ../_layout.scss */
#stage {
  overflow: hidden;
}

/* line 20, ../_layout.scss */
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 25, ../_layout.scss */
.outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 31, ../_layout.scss */
.loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  overflow: hidden;
}
/* line 39, ../_layout.scss */
.loading.off {
  display: none;
}
/* line 42, ../_layout.scss */
.loading .content_area {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 42, ../_layout.scss */
  .loading .content_area {
    width: 90%;
    margin-bottom: 40%;
  }
}
/* line 50, ../_layout.scss */
.loading .content_area .op_catch {
  display: none;
}
/* line 52, ../_layout.scss */
.loading .content_area .op_catch.on {
  display: block;
}
/* line 57, ../_layout.scss */
.loading .bg {
  width: 100%;
  background-color: #e2302a;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 62, ../_layout.scss */
.loading .bg.top_bg {
  height: 50%;
  top: 0;
  left: 0;
}
/* line 66, ../_layout.scss */
.loading .bg.top_bg::before {
  bottom: -20px;
}
@media screen and (max-width: 896px) {
  /* line 62, ../_layout.scss */
  .loading .bg.top_bg {
    height: 43%;
  }
}
/* line 72, ../_layout.scss */
.loading .bg.top_bg.on {
  transform: translateY(-101%);
}
/* line 76, ../_layout.scss */
.loading .bg.bottom_bg {
  height: 50%;
  bottom: 0;
  left: 0;
}
/* line 80, ../_layout.scss */
.loading .bg.bottom_bg::before {
  top: -20px;
}
@media screen and (max-width: 896px) {
  /* line 76, ../_layout.scss */
  .loading .bg.bottom_bg {
    height: 57%;
  }
}
/* line 86, ../_layout.scss */
.loading .bg.bottom_bg.on {
  transform: translateY(101%);
}
/* line 88, ../_layout.scss */
.loading .bg.bottom_bg.on::before {
  transform: translateY(101%);
}

/* line 98, ../_layout.scss */
.sns_box.red .sns_list {
  border: #d02620 solid 1px;
}
/* line 101, ../_layout.scss */
.sns_box.red .sns_list li a {
  position: relative;
  display: block;
}
/* line 104, ../_layout.scss */
.sns_box.red .sns_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 897px) {
  /* line 115, ../_layout.scss */
  .sns_box.red .sns_list li a:hover {
    background-color: #d02620;
  }
  /* line 117, ../_layout.scss */
  .sns_box.red .sns_list li a:hover::after {
    opacity: 1;
  }
}
/* line 125, ../_layout.scss */
.sns_box.red .sns_list li:nth-of-type(1) a::after {
  background: url(../../img/common/x-icon.png) no-repeat center;
  background-size: 100%;
}
/* line 133, ../_layout.scss */
.sns_box.red .sns_list li:nth-of-type(2) a::after {
  background: url(../../img/common/ig-icon.png) no-repeat center;
  background-size: 100%;
}
/* line 141, ../_layout.scss */
.sns_box.red .sns_list li:nth-of-type(3) a::after {
  background: url(../../img/common/yt-icon.png) no-repeat center;
  background-size: 100%;
}
/* line 149, ../_layout.scss */
.sns_box.red .sns_list li:nth-of-type(4) a::after {
  background: url(../../img/common/tik-icon.png) no-repeat center;
  background-size: 100%;
}
/* line 157, ../_layout.scss */
.sns_box.red .sns_list li:nth-of-type(5) a::after {
  background: url(../../img/common/cv-icon.png) no-repeat center;
  background-size: 100%;
}
/* line 166, ../_layout.scss */
.sns_box .sns_list {
  border: #fff solid 1px;
}
/* line 169, ../_layout.scss */
.sns_box .sns_list li a {
  position: relative;
  display: block;
}
/* line 172, ../_layout.scss */
.sns_box .sns_list li a::after {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 897px) {
  /* line 183, ../_layout.scss */
  .sns_box .sns_list li a:hover {
    background: #fff;
  }
  /* line 185, ../_layout.scss */
  .sns_box .sns_list li a:hover::after {
    opacity: 1;
  }
}
/* line 193, ../_layout.scss */
.sns_box .sns_list li:nth-of-type(1) a::after {
  background: url(../../img/common/x-icon-red.png) no-repeat center;
  background-size: 100%;
}
/* line 201, ../_layout.scss */
.sns_box .sns_list li:nth-of-type(2) a::after {
  background: url(../../img/common/ig-icon-red.png) no-repeat center;
  background-size: 100%;
}
/* line 209, ../_layout.scss */
.sns_box .sns_list li:nth-of-type(3) a::after {
  background: url(../../img/common/yt-icon-red.png) no-repeat center;
  background-size: 100%;
}
/* line 217, ../_layout.scss */
.sns_box .sns_list li:nth-of-type(4) a::after {
  background: url(../../img/common/tik-icon-red.png) no-repeat center;
  background-size: 100%;
}
/* line 225, ../_layout.scss */
.sns_box .sns_list li:nth-of-type(5) a::after {
  background: url(../../img/common/cv-icon-red.png) no-repeat center;
  background-size: 100%;
}

/* line 236, ../_layout.scss */
.loaded .base_fv::after {
  width: 20%;
}
@media screen and (max-width: 896px) {
  /* line 236, ../_layout.scss */
  .loaded .base_fv::after {
    width: 30%;
  }
}
/* line 242, ../_layout.scss */
.loaded .base_fv .head_logo_box {
  opacity: 1;
  transform: translateX(0%);
}
/* line 247, ../_layout.scss */
.loaded .base_fv .head_ttl .en {
  transform: translateX(0%);
  opacity: 1;
}
/* line 252, ../_layout.scss */
.loaded .base_fv .copyright {
  transform: translateX(0%);
  opacity: 1;
}
/* line 256, ../_layout.scss */
.loaded .base_fv .sns_box {
  transform: translate(0%, -50%);
  opacity: 1;
}

/* line 263, ../_layout.scss */
.base_fv {
  background-color: #f3e8e0;
  position: relative;
  height: 100vh;
  z-index: 1;
  padding: 0 10%;
}
@media screen and (max-width: 896px) {
  /* line 263, ../_layout.scss */
  .base_fv {
    height: auto;
    padding: 120px 5% 90px;
  }
}
/* line 273, ../_layout.scss */
.base_fv .mv {
  margin-right: 0;
}
/* line 276, ../_layout.scss */
.base_fv .head_ttl {
  top: 23%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 276, ../_layout.scss */
  .base_fv .head_ttl {
    position: absolute;
    top: auto;
    bottom: 50px;
  }
}
/* line 285, ../_layout.scss */
.base_fv .head_ttl .en {
  display: block;
  margin-bottom: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  transform: translateX(5%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 285, ../_layout.scss */
  .base_fv .head_ttl .en {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
/* line 298, ../_layout.scss */
.base_fv .head_ttl .bg_ttl {
  line-height: 1;
  font-size: 7.6vw;
  white-space: nowrap;
}
/* line 302, ../_layout.scss */
.base_fv .head_ttl .bg_ttl.second {
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  /* line 298, ../_layout.scss */
  .base_fv .head_ttl .bg_ttl {
    font-size: 4.6rem;
  }
}
/* line 310, ../_layout.scss */
.base_fv::after {
  content: "";
  background-color: #d02620;
  width: 0%;
  height: 15%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.4s;
}
@media screen and (max-width: 896px) {
  /* line 310, ../_layout.scss */
  .base_fv::after {
    height: 27%;
  }
}
/* line 324, ../_layout.scss */
.base_fv::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/* line 333, ../_layout.scss */
.base_fv .head_logo_box {
  width: 170px;
  left: 6%;
  top: 60px;
  transform: translateX(-150%);
  transition: 0.4s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 333, ../_layout.scss */
  .base_fv .head_logo_box {
    width: 80px;
    left: 5%;
    top: 20px;
  }
}
/* line 347, ../_layout.scss */
.base_fv .copyright {
  color: #d02620;
  bottom: 30px;
  right: 30px;
  font-size: 1.2rem;
  transform: translateX(100%);
  transition: 0.4s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 347, ../_layout.scss */
  .base_fv .copyright {
    display: none;
  }
}
/* line 360, ../_layout.scss */
.base_fv .sns_box {
  width: 50px;
  top: 50%;
  transform: translate(100%, -50%);
  right: 30px;
  transition: 0.4s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 360, ../_layout.scss */
  .base_fv .sns_box {
    display: none;
  }
}
/* line 371, ../_layout.scss */
.base_fv .sns_box li {
  border-bottom: 1px solid #d02620;
}

/* line 379, ../_layout.scss */
.loaded .sub_fv .head_logo_box {
  opacity: 1;
  transform: translateX(0%);
}
/* line 384, ../_layout.scss */
.loaded .sub_fv .head_ttl small {
  transform: translateX(0%);
  opacity: 1;
}
/* line 388, ../_layout.scss */
.loaded .sub_fv .head_ttl .big_ttl {
  transform: translateX(0%);
  opacity: 1;
}

/* line 395, ../_layout.scss */
.sub_fv {
  background-color: #d02620;
  padding: 11% 25%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 395, ../_layout.scss */
  .sub_fv {
    padding: 150px 5% 100px;
  }
}
/* line 403, ../_layout.scss */
.sub_fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
/* line 412, ../_layout.scss */
.sub_fv .head_logo_box {
  width: 170px;
  left: 6%;
  top: 60px;
  transform: translateX(-150%);
  transition: 0.4s;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 412, ../_layout.scss */
  .sub_fv .head_logo_box {
    width: 100px;
    left: 5%;
    top: 20px;
  }
}
/* line 427, ../_layout.scss */
.sub_fv .head_ttl small {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 40px;
  transform: translateX(5%);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 427, ../_layout.scss */
  .sub_fv .head_ttl small {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
/* line 439, ../_layout.scss */
.sub_fv .head_ttl .big_ttl {
  color: #fff;
  font-size: 7vw;
  line-height: 1.3;
  transform: translateX(5%);
  transition: 0.2s;
  opacity: 0;
  transition-delay: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 439, ../_layout.scss */
  .sub_fv .head_ttl .big_ttl {
    font-size: 4rem;
  }
}

/* line 455, ../_layout.scss */
.guideline_list dl {
  padding-bottom: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
  border-bottom: 1px solid #cac1ba;
}
@media screen and (max-width: 896px) {
  /* line 455, ../_layout.scss */
  .guideline_list dl {
    display: block;
    padding-bottom: 20px;
  }
}
/* line 464, ../_layout.scss */
.guideline_list dl dt {
  width: 250px;
  margin-right: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 464, ../_layout.scss */
  .guideline_list dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 1.6rem;
  }
}
/* line 479, ../_layout.scss */
.guideline_list dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 80%;
}
@media screen and (max-width: 896px) {
  /* line 479, ../_layout.scss */
  .guideline_list dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* line 491, ../_layout.scss */
.why {
  padding: 120px 10%;
  background-color: #d02620;
}
@media screen and (max-width: 896px) {
  /* line 491, ../_layout.scss */
  .why {
    padding: 80px 10%;
    display: block;
  }
}
/* line 498, ../_layout.scss */
.why .why_ttl {
  line-height: 1.8;
  color: #fff;
  font-size: 3.6rem;
  width: 35%;
}
@media screen and (max-width: 896px) {
  /* line 498, ../_layout.scss */
  .why .why_ttl {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 508, ../_layout.scss */
.why .why_ttl span {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
}
/* line 513, ../_layout.scss */
.why .lead {
  color: #fff;
  font-size: 2rem;
  width: 55%;
}
@media screen and (max-width: 896px) {
  /* line 513, ../_layout.scss */
  .why .lead {
    width: 100%;
  }
}

/* line 523, ../_layout.scss */
.menu {
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #d02620;
  z-index: 1000;
}
/* line 534, ../_layout.scss */
.menu.on {
  transform: translateY(0%);
}
@media screen and (max-width: 896px) {
  /* line 523, ../_layout.scss */
  .menu {
    height: 100%;
    overflow-y: scroll;
  }
  /* line 540, ../_layout.scss */
  .menu .menu_box {
    display: block;
    height: 100%;
    padding: 100px 5%;
  }
  /* line 544, ../_layout.scss */
  .menu .menu_box .logo_area {
    padding-bottom: 100px;
  }
}

/* line 553, ../_layout.scss */
.loaded .header .menu_trigger_box {
  transform: translateX(0%);
  opacity: 1;
}

/* line 566, ../_layout.scss */
.header.wht .logo a::after, .header.wht2 .logo a::after, .header.wht3 .logo a::after, .header.wht_f .logo a::after {
  opacity: 1;
}
/* line 573, ../_layout.scss */
.header.wht .menu_trigger_box .trigger span, .header.wht2 .menu_trigger_box .trigger span, .header.wht3 .menu_trigger_box .trigger span, .header.wht_f .menu_trigger_box .trigger span {
  background-color: #d02620;
}
/* line 579, ../_layout.scss */
.header .logo {
  transition: 0.5s;
  transform: translateX(-200px);
  position: fixed;
  top: 40px;
  left: 3%;
  width: 100px;
  z-index: 110;
}
@media screen and (max-width: 896px) {
  /* line 579, ../_layout.scss */
  .header .logo {
    width: 80px;
    top: 20px;
  }
}
/* line 591, ../_layout.scss */
.header .logo.on {
  transform: translateX(0);
}
/* line 594, ../_layout.scss */
.header .logo a {
  display: block;
  position: relative;
}
/* line 597, ../_layout.scss */
.header .logo a::after {
  content: "";
  background: url(../../img/common/logo-red.png) no-repeat center;
  background-size: 100%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
/* line 611, ../_layout.scss */
.header .menu_trigger_box {
  transform: translateX(-150%);
  transition: 0.4s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateX(100%);
  position: fixed;
  top: 45px;
  right: 5%;
  z-index: 1001;
}
/* line 623, ../_layout.scss */
.header .menu_trigger_box.on .trigger span {
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 611, ../_layout.scss */
  .header .menu_trigger_box {
    top: 35px;
  }
}
/* line 631, ../_layout.scss */
.header .menu_trigger_box .trigger {
  transition: 0.3s;
  cursor: pointer;
  transition: 0.4s;
  transition: all 0.5s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  justify-content: space-between;
}
/* line 640, ../_layout.scss */
.header .menu_trigger_box .trigger.close span:nth-of-type(3) {
  transform: rotate(45deg) translateY(-5px);
}
/* line 643, ../_layout.scss */
.header .menu_trigger_box .trigger.close span:nth-of-type(2) {
  transform: rotate(-45deg) translateY(5px);
}
/* line 646, ../_layout.scss */
.header .menu_trigger_box .trigger.close span:nth-of-type(1) {
  opacity: 0;
}
/* line 651, ../_layout.scss */
.header .menu_trigger_box .trigger span {
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
/* line 656, ../_layout.scss */
.header .menu_trigger_box .trigger span:not(:nth-of-type(3)) {
  margin-bottom: 5px;
}
/* line 659, ../_layout.scss */
.header .menu_trigger_box .trigger span:nth-of-type(1) {
  width: 13px;
  margin-left: 0;
  margin-right: auto;
}

/* line 669, ../_layout.scss */
.footer {
  background-color: #d02620;
  padding: 80px 10% 100px;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 669, ../_layout.scss */
  .footer {
    padding: 80px 10%;
    display: block;
  }
}
/* line 678, ../_layout.scss */
.footer .pagetop {
  width: 275px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -99%);
  z-index: 1;
}
@media screen and (min-width: 897px) {
  /* line 685, ../_layout.scss */
  .footer .pagetop:hover {
    animation: pagetopscale infinite 1s;
  }
}
@media screen and (max-width: 896px) {
  /* line 678, ../_layout.scss */
  .footer .pagetop {
    width: 45%;
  }
}
/* line 693, ../_layout.scss */
.footer .awards {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 693, ../_layout.scss */
  .footer .awards {
    width: 80%;
  }
}
/* line 699, ../_layout.scss */
.footer .awards .img_box {
  margin: 30px auto 16px;
}
/* line 702, ../_layout.scss */
.footer .awards .awards_link {
  display: block;
  text-align: center;
}
/* line 705, ../_layout.scss */
.footer .awards .awards_link span {
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
}
/* line 709, ../_layout.scss */
.footer .awards .awards_link span:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.1rem;
  margin-right: 10px;
  text-decoration: underline;
}
/* line 715, ../_layout.scss */
.footer .awards .awards_link span:nth-of-type(2) {
  font-size: 1.2rem;
}

/* line 723, ../_layout.scss */
.logo_area {
  width: 25%;
}
@media screen and (max-width: 896px) {
  /* line 723, ../_layout.scss */
  .logo_area {
    width: 100%;
    margin-top: 50px;
  }
  /* line 728, ../_layout.scss */
  .logo_area .copyright {
    color: #fff;
    margin-top: 60px;
  }
}
/* line 733, ../_layout.scss */
.logo_area .logo {
  width: 180px;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 733, ../_layout.scss */
  .logo_area .logo {
    width: 140px;
    margin: 0 auto 30px;
  }
}
/* line 741, ../_layout.scss */
.logo_area .info_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 896px) {
  /* line 741, ../_layout.scss */
  .logo_area .info_box {
    margin-bottom: 30px;
  }
}
/* line 746, ../_layout.scss */
.logo_area .info_box .access {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 755, ../_layout.scss */
.logo_area .info_box .tel {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 755, ../_layout.scss */
  .logo_area .info_box .tel {
    font-size: 2.4rem;
  }
}
/* line 764, ../_layout.scss */
.logo_area .info_box .tel::before {
  content: "";
  background: url(../../img/common/tel-icon-wht.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* line 777, ../_layout.scss */
.logo_area .sns_box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 777, ../_layout.scss */
  .logo_area .sns_box {
    width: 80%;
  }
}
/* line 784, ../_layout.scss */
.logo_area .sns_box .sns_list li {
  width: 25%;
  border-right: 1px solid #fff;
}

/* line 791, ../_layout.scss */
.nav_area {
  width: 65%;
}
@media screen and (max-width: 896px) {
  /* line 791, ../_layout.scss */
  .nav_area {
    width: 100%;
  }
}
/* line 797, ../_layout.scss */
.nav_area .parent .parent_list {
  margin-bottom: 30px;
}
/* line 799, ../_layout.scss */
.nav_area .parent .parent_list .arrow {
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  /* line 799, ../_layout.scss */
  .nav_area .parent .parent_list .arrow {
    font-size: 1.8rem;
  }
}
/* line 807, ../_layout.scss */
.nav_area .parent .parent_list .arrow::before {
  content: "";
  background: url(../../img/common/arrow.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* line 819, ../_layout.scss */
.nav_area .parent .parent_list .child {
  margin-top: 15px;
  margin-left: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 819, ../_layout.scss */
  .nav_area .parent .parent_list .child {
    margin-left: 15px;
    flex-wrap: wrap;
  }
}
/* line 827, ../_layout.scss */
.nav_area .parent .parent_list .child .child_list {
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  /* line 827, ../_layout.scss */
  .nav_area .parent .parent_list .child .child_list {
    margin-right: 20px;
  }
}
/* line 833, ../_layout.scss */
.nav_area .parent .parent_list .child .child_list a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  /* line 841, ../_layout.scss */
  .nav_area .other_list {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
/* line 846, ../_layout.scss */
.nav_area .other_list li {
  margin-right: 30px;
}
@media screen and (max-width: 896px) {
  /* line 846, ../_layout.scss */
  .nav_area .other_list li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
/* line 852, ../_layout.scss */
.nav_area .other_list li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 1px solid white;
}
/* line 857, ../_layout.scss */
.nav_area .other_list li a.external_link {
  display: flex;
  gap: 0.3rem;
}
/* line 860, ../_layout.scss */
.nav_area .other_list li a.external_link .external_link__icon {
  width: 1.1rem;
}
/* line 862, ../_layout.scss */
.nav_area .other_list li a.external_link .external_link__icon svg {
  width: 100%;
  height: auto;
}
/* line 871, ../_layout.scss */
.nav_area .copyright {
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 896px) {
  /* line 871, ../_layout.scss */
  .nav_area .copyright {
    text-align: center;
  }
}

/* line 880, ../_layout.scss */
.entry_area {
  background: url(../../img/common/entry-bg.jpg);
  background-size: 100%;
  padding: 30px 10% 0 7%;
}
@media screen and (max-width: 896px) {
  /* line 880, ../_layout.scss */
  .entry_area {
    padding: 40px 0;
    display: block;
  }
}
/* line 888, ../_layout.scss */
.entry_area .human_box {
  width: 53%;
  position: relative;
  transition: 0.3s;
  transform: translateY(100%);
}
@media screen and (max-width: 896px) {
  /* line 888, ../_layout.scss */
  .entry_area .human_box {
    transform: translateY(0%);
    width: 90%;
    margin: 0 auto;
  }
}
/* line 898, ../_layout.scss */
.entry_area .human_box.on {
  transform: translateY(0%);
}
/* line 900, ../_layout.scss */
.entry_area .human_box.on::before {
  transform: scale(1);
  transition-delay: 0.3s;
}
/* line 905, ../_layout.scss */
.entry_area .human_box::before {
  content: "";
  background: url(../../img/common/entry-txt.png) no-repeat center;
  background-size: 100%;
  width: 75%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 14%;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 919, ../_layout.scss */
.entry_area .text_area {
  width: 47%;
}
@media screen and (max-width: 896px) {
  /* line 919, ../_layout.scss */
  .entry_area .text_area {
    width: 80%;
    margin: -20px auto 0;
  }
}
/* line 925, ../_layout.scss */
.entry_area .text_area .img_box {
  margin-bottom: 35px;
}
@media screen and (max-width: 896px) {
  /* line 925, ../_layout.scss */
  .entry_area .text_area .img_box {
    margin-bottom: 20px;
  }
}
/* line 931, ../_layout.scss */
.entry_area .text_area .base_btn {
  width: 342px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  /* line 931, ../_layout.scss */
  .entry_area .text_area .base_btn {
    width: 100%;
  }
}
/* line 937, ../_layout.scss */
.entry_area .text_area .base_btn.external_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
/* line 942, ../_layout.scss */
.entry_area .text_area .base_btn.external_link .external_link__icon {
  width: 1.6rem;
  display: block;
  padding-top: 0.25rem;
}
@media screen and (max-width: 896px) {
  /* line 942, ../_layout.scss */
  .entry_area .text_area .base_btn.external_link .external_link__icon {
    width: 1.35rem;
  }
}
/* line 949, ../_layout.scss */
.entry_area .text_area .base_btn.external_link .external_link__icon svg {
  width: 100%;
  height: auto;
}
/* line 952, ../_layout.scss */
.entry_area .text_area .base_btn.external_link .external_link__icon svg path {
  transition: stroke 0.3s;
}
@media screen and (min-width: 897px) {
  /* line 961, ../_layout.scss */
  .entry_area .text_area .base_btn.external_link:hover .external_link__icon svg path {
    stroke: #d02620;
  }
}

/* line 972, ../_layout.scss */
.contact_area {
  background: #f3e8e0 url(../../img/common/contact-bg.png) repeat-y center -50px;
  background-size: 70%;
  position: relative;
  overflow: hidden;
  padding: 18% 0 13%;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 972, ../_layout.scss */
  .contact_area {
    padding: 100px 10% 150px;
    background: #f3e8e0 url(../../img/common/contact-bg.png) repeat-y center -20px;
    background-size: 85%;
  }
}
/* line 984, ../_layout.scss */
.contact_area .top_human {
  width: 70%;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 896px) {
  /* line 984, ../_layout.scss */
  .contact_area .top_human {
    top: 0%;
    width: 120%;
  }
}
/* line 995, ../_layout.scss */
.contact_area .top_human.hvr {
  top: 0;
}
/* line 999, ../_layout.scss */
.contact_area .btm_human {
  width: 100%;
  bottom: -70%;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 896px) {
  /* line 999, ../_layout.scss */
  .contact_area .btm_human {
    bottom: 0%;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 1011, ../_layout.scss */
.contact_area .btm_human.hvr {
  bottom: 0;
  transition-delay: 0.3s;
}
/* line 1017, ../_layout.scss */
.contact_area .text_area .contact_ttl {
  margin-bottom: 30px;
  color: #d02620;
  font-size: 6rem;
}
@media screen and (max-width: 896px) {
  /* line 1017, ../_layout.scss */
  .contact_area .text_area .contact_ttl {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.3;
  }
}
/* line 1027, ../_layout.scss */
.contact_area .text_area .lead {
  text-align: center;
}
/* line 1031, ../_layout.scss */
.contact_area .info_box {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 1031, ../_layout.scss */
  .contact_area .info_box {
    display: block;
    margin-top: 20px;
  }
}
/* line 1037, ../_layout.scss */
.contact_area .info_box .base_btn {
  width: 300px;
  margin-left: 20px;
}
@media screen and (max-width: 896px) {
  /* line 1037, ../_layout.scss */
  .contact_area .info_box .base_btn {
    margin-left: 0;
    width: 100%;
  }
}
/* line 1045, ../_layout.scss */
.contact_area .info_box .info {
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  /* line 1045, ../_layout.scss */
  .contact_area .info_box .info {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
}
/* line 1052, ../_layout.scss */
.contact_area .info_box .info .tel {
  color: #d02620;
  font-size: 3.4rem;
  position: relative;
  padding-left: 35px;
}
/* line 1057, ../_layout.scss */
.contact_area .info_box .info .tel::before {
  content: "";
  background: url(../../img/common/tel-icon-red.png) no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 896px) {
  /* line 1052, ../_layout.scss */
  .contact_area .info_box .info .tel {
    font-size: 3rem;
  }
}
/* line 1071, ../_layout.scss */
.contact_area .info_box .info .info_txt {
  font-size: 1.4rem;
  margin-top: 12px;
  text-align: center;
  letter-spacing: 0.15em;
}

/* line 12, ../_states.scss */
.hvrop {
  transition: .3s;
}
@media screen and (min-width: 897px) {
  /* line 15, ../_states.scss */
  .hvrop:hover {
    opacity: 0.7;
  }
}

/* line 20, ../_states.scss */
.slideTo_R {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 25, ../_states.scss */
.slideTo_R.on {
  transform: translateX(0%);
  opacity: 1;
}

/* line 30, ../_states.scss */
.slideTo_L {
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 35, ../_states.scss */
.slideTo_L.on {
  transform: translateX(0%);
  opacity: 1;
}

/* line 40, ../_states.scss */
.slideTo_B {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 45, ../_states.scss */
.slideTo_B.on {
  transform: translateY(0%);
  opacity: 1;
}

/* line 50, ../_states.scss */
.scaleIn {
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
}
/* line 54, ../_states.scss */
.scaleIn.on {
  transform: scale(1);
}

/* line 59, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
  width: 100%;
  height: auto;
}
/* line 67, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 73, ../_states.scss */
.fade_y {
  transform: translateY(3%);
  opacity: 0;
  transition: .3s;
}
/* line 77, ../_states.scss */
.fade_y.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 83, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: inline-block;
  opacity: 0;
  transition: .5s;
}
/* line 89, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #d02620;
  transition: all 0.3s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 102, ../_states.scss */
.scr_cvr.blk::before {
  background-color: #000;
}
/* line 106, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 108, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: .3s;
}

/* line 7, _privacypolicy.scss */
.privacypolicy.loaded .sub_fv::before {
  background: url(../../img/privacypolicy/privacypolicy-bg-txt.png) repeat-y center;
  background-size: 100%;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  /* line 7, _privacypolicy.scss */
  .privacypolicy.loaded .sub_fv::before {
    background: url(../../img/privacypolicy/privacypolicy-bg-txt.png) repeat-y center 50px;
    background-size: 100%;
  }
}
/* line 19, _privacypolicy.scss */
.privacypolicy .sub_fv::before {
  transition: .6s ease-in-out;
  background: url(../../img/privacypolicy/privacypolicy-bg-txt.png) repeat-y center 800px;
  background-size: 100%;
  transition-delay: .6s;
  opacity: 0;
  width: 45%;
}
@media screen and (max-width: 896px) {
  /* line 19, _privacypolicy.scss */
  .privacypolicy .sub_fv::before {
    width: 75%;
  }
}
/* line 31, _privacypolicy.scss */
.privacypolicy .sub_fv .head_ttl .big_ttl {
  font-size: 5.6vw;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  /* line 31, _privacypolicy.scss */
  .privacypolicy .sub_fv .head_ttl .big_ttl {
    font-size: 3rem;
  }
}
/* line 40, _privacypolicy.scss */
.privacypolicy .privacy_area {
  background-color: #f3e8e0;
  padding: 100px 10%;
}
@media screen and (max-width: 896px) {
  /* line 40, _privacypolicy.scss */
  .privacypolicy .privacy_area {
    padding: 60px 10% 40px;
  }
}
/* line 46, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap {
  padding: 45px 0;
  border-bottom: 1px solid #535353;
}
@media screen and (max-width: 896px) {
  /* line 46, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap {
    padding: 30px 0;
  }
}
/* line 52, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap.nobcr {
  border: none;
}
/* line 55, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap h4 {
  color: #d02620;
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  /* line 55, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap h4 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
/* line 65, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap ul {
  margin-left: 30px;
}
@media screen and (max-width: 896px) {
  /* line 65, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap ul {
    margin-left: 1em;
  }
}
/* line 70, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap ul li {
  font-size: 1.6rem;
  margin-bottom: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  /* line 70, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap ul li {
    font-size: 1.4rem;
  }
}
/* line 79, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 79, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap .mb30 {
    margin-bottom: 20px;
  }
}
/* line 85, _privacypolicy.scss */
.privacypolicy .privacy_area .wrap .mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 896px) {
  /* line 85, _privacypolicy.scss */
  .privacypolicy .privacy_area .wrap .mb15 {
    margin-bottom: 10px;
  }
}
