@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, _service-common.scss */
.service_common.loaded .firstview::before {
  background: url(../../img/service/service-bg-txt.png) repeat-y center -60px;
  background-size: 100%;
  opacity: 1;
}
@media screen and (max-width: 896px) {
  /* line 7, _service-common.scss */
  .service_common.loaded .firstview::before {
    background: url(../../img/service/service-bg-txt.png) repeat-y center 90px;
    background-size: 100%;
    opacity: 0.6;
  }
}
/* line 20, _service-common.scss */
.service_common .ttl_box .main_ttl {
  font-size: 6rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  /* line 20, _service-common.scss */
  .service_common .ttl_box .main_ttl {
    font-size: 3.4rem;
  }
}
/* line 28, _service-common.scss */
.service_common .ttl_box .min {
  font-size: 2.2rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 28, _service-common.scss */
  .service_common .ttl_box .min {
    font-size: 1.8rem;
  }
}
/* line 36, _service-common.scss */
.service_common .ttl_box .lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  /* line 36, _service-common.scss */
  .service_common .ttl_box .lead {
    font-size: 1.6rem;
  }
}
/* line 43, _service-common.scss */
.service_common .ttl_box .lead strong {
  color: #ede121;
}
/* line 48, _service-common.scss */
.service_common .circle {
  width: 120px;
  top: 100px;
  left: 10%;
}
@media screen and (max-width: 896px) {
  /* line 48, _service-common.scss */
  .service_common .circle {
    width: 80px;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 58, _service-common.scss */
.service_common .circle .circle_img {
  animation: spin 12s linear infinite;
}
/* line 61, _service-common.scss */
.service_common .circle .num {
  color: #fff;
  font-size: 3.8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  /* line 69, _service-common.scss */
  .service_common .firstview {
    height: 50vh;
    padding: 0 10%;
  }
}
/* line 74, _service-common.scss */
.service_common .firstview.care {
  background: url(../../img/service-care/care-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 78, _service-common.scss */
.service_common .firstview.day {
  background: url(../../img/service-dayservice/day-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 82, _service-common.scss */
.service_common .firstview.nurse {
  background: url(../../img/service-nurse/nurse-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 86, _service-common.scss */
.service_common .firstview.creacaree {
  background: url(../../img/service-creacaree/crea-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 90, _service-common.scss */
.service_common .firstview.shop {
  background: url(../../img/service-shop/shop-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 94, _service-common.scss */
.service_common .firstview::before {
  background: url(../../img/service/service-bg-txt.png) repeat-y center 1000px;
  background-size: 100%;
  width: 56%;
  transition: 0.6s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 94, _service-common.scss */
  .service_common .firstview::before {
    width: 75%;
  }
}
@media screen and (max-width: 896px) {
  /* line 105, _service-common.scss */
  .service_common .firstview .head_ttl {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
/* line 111, _service-common.scss */
.service_common .firstview .head_ttl .en {
  color: #fff;
}
/* line 114, _service-common.scss */
.service_common .firstview .head_ttl .bg_ttl {
  background-color: #d02620;
}
/* line 116, _service-common.scss */
.service_common .firstview .head_ttl .bg_ttl.small {
  font-size: calc(50 / 1400 * 100vw);
}
@media screen and (max-width: 896px) {
  /* line 116, _service-common.scss */
  .service_common .firstview .head_ttl .bg_ttl.small {
    font-size: 2.4rem;
  }
}
/* line 126, _service-common.scss */
.service_common .why .why_ttl {
  letter-spacing: 0.05em;
}
/* line 129, _service-common.scss */
.service_common .why .why_ttl span .small {
  border-bottom: none;
  font-size: 26px;
}
@media screen and (max-width: 896px) {
  /* line 129, _service-common.scss */
  .service_common .why .why_ttl span .small {
    font-size: 18px;
  }
}
/* line 139, _service-common.scss */
.service_common .why.day .why_ttl {
  width: 45%;
}
@media screen and (max-width: 896px) {
  /* line 139, _service-common.scss */
  .service_common .why.day .why_ttl {
    width: 100%;
  }
}
/* line 145, _service-common.scss */
.service_common .why.day .lead {
  width: 50%;
}
@media screen and (max-width: 896px) {
  /* line 145, _service-common.scss */
  .service_common .why.day .lead {
    width: 100%;
  }
}
/* line 153, _service-common.scss */
.service_common .feature {
  padding: 150px 0 120px;
  position: relative;
  background-color: #b9201b;
}
@media screen and (max-width: 896px) {
  /* line 153, _service-common.scss */
  .service_common .feature {
    padding: 160px 0 20px;
  }
}
/* line 161, _service-common.scss */
.service_common .feature .ttl_box .main_ttl {
  color: #fff;
  margin-bottom: 20px;
}
/* line 165, _service-common.scss */
.service_common .feature .ttl_box .min {
  color: #ede121;
}
/* line 169, _service-common.scss */
.service_common .feature .feature_list {
  margin-top: 80px;
  position: relative;
  z-index: 1;
  padding: 80px 10% 0;
}
@media screen and (max-width: 896px) {
  /* line 169, _service-common.scss */
  .service_common .feature .feature_list {
    margin-top: 0;
    padding: 60px 10% 0;
  }
}
/* line 178, _service-common.scss */
.service_common .feature .feature_list::before {
  content: "";
  background: url(../../img/strength/dot-pattern.png);
  background-size: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
@media screen and (max-width: 896px) {
  /* line 189, _service-common.scss */
  .service_common .feature .feature_list ul {
    display: block;
  }
}
/* line 193, _service-common.scss */
.service_common .feature .feature_list ul li {
  width: 30%;
}
@media screen and (max-width: 896px) {
  /* line 193, _service-common.scss */
  .service_common .feature .feature_list ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 200, _service-common.scss */
  .service_common .feature .feature_list ul li:nth-of-type(odd) {
    margin-top: 60px;
  }
}
/* line 204, _service-common.scss */
.service_common .feature .feature_list ul li .img_box {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 204, _service-common.scss */
  .service_common .feature .feature_list ul li .img_box {
    margin-bottom: 20px;
  }
}
/* line 210, _service-common.scss */
.service_common .feature .feature_list ul li .img_box .feature_num {
  width: 70px;
  top: -35px;
  left: -35px;
}
@media screen and (max-width: 896px) {
  /* line 210, _service-common.scss */
  .service_common .feature .feature_list ul li .img_box .feature_num {
    width: 60px;
    top: -30px;
    left: -30px;
  }
}
/* line 222, _service-common.scss */
.service_common .feature .feature_list ul li .text_area h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  /* line 222, _service-common.scss */
  .service_common .feature .feature_list ul li .text_area h4 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
/* line 234, _service-common.scss */
.service_common .feature .feature_list ul li .text_area .lead {
  color: #fff;
}
/* line 242, _service-common.scss */
.service_common .kind_area {
  background-color: #f3e8e0;
  padding: 180px 10% 150px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 242, _service-common.scss */
  .service_common .kind_area {
    padding: 160px 10% 80px;
  }
}
/* line 250, _service-common.scss */
.service_common .kind_area .circle .num {
  color: #b9201b;
}
/* line 255, _service-common.scss */
.service_common .kind_area .ttl_box .main_ttl {
  color: #b9201b;
  margin-bottom: 20px;
}
/* line 259, _service-common.scss */
.service_common .kind_area .ttl_box .min {
  color: #000;
}
@media screen and (max-width: 896px) {
  /* line 259, _service-common.scss */
  .service_common .kind_area .ttl_box .min {
    line-height: 1.4;
  }
}
/* line 266, _service-common.scss */
.service_common .kind_area .kind_list {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 266, _service-common.scss */
  .service_common .kind_area .kind_list {
    margin-top: 30px;
  }
}
/* line 271, _service-common.scss */
.service_common .kind_area .kind_list ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 271, _service-common.scss */
  .service_common .kind_area .kind_list ul {
    display: block;
  }
}
/* line 276, _service-common.scss */
.service_common .kind_area .kind_list ul li {
  width: 48%;
  background-color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 276, _service-common.scss */
  .service_common .kind_area .kind_list ul li {
    width: 100%;
  }
}
/* line 283, _service-common.scss */
.service_common .kind_area .kind_list ul li h4 {
  background-color: #d02620;
  text-align: center;
  padding: 23px 0;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  /* line 283, _service-common.scss */
  .service_common .kind_area .kind_list ul li h4 {
    font-size: 2rem;
    padding: 18px 0;
  }
}
/* line 295, _service-common.scss */
.service_common .kind_area .kind_list ul li .text_area {
  padding: 30px 7%;
}
@media screen and (max-width: 896px) {
  /* line 295, _service-common.scss */
  .service_common .kind_area .kind_list ul li .text_area {
    padding: 30px 5%;
  }
}
/* line 300, _service-common.scss */
.service_common .kind_area .kind_list ul li .text_area .lead {
  padding-left: 1em;
  text-indent: -1em;
}
/* line 309, _service-common.scss */
.service_common .item {
  background-color: #d02620;
  padding: 150px 10% 120px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 309, _service-common.scss */
  .service_common .item {
    padding: 160px 10% 80px;
  }
}
/* line 317, _service-common.scss */
.service_common .item .ttl_box .main_ttl {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 317, _service-common.scss */
  .service_common .item .ttl_box .main_ttl {
    margin-bottom: 20px;
  }
}
/* line 324, _service-common.scss */
.service_common .item .ttl_box .lead {
  color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 324, _service-common.scss */
  .service_common .item .ttl_box .lead {
    text-align: left;
  }
}
/* line 331, _service-common.scss */
.service_common .item .item_list {
  margin-top: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 331, _service-common.scss */
  .service_common .item .item_list {
    margin-top: 60px;
  }
}
/* line 337, _service-common.scss */
.service_common .item .item_list li {
  width: 32%;
  padding: 15px 15px 30px 15px;
  background-color: #f3e8e0;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 337, _service-common.scss */
  .service_common .item .item_list li {
    width: 49%;
    margin-bottom: 10px;
    padding: 20px 5%;
  }
}
/* line 347, _service-common.scss */
.service_common .item .item_list li .img_box {
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  /* line 347, _service-common.scss */
  .service_common .item .item_list li .img_box {
    margin-bottom: 15px;
  }
}
/* line 355, _service-common.scss */
.service_common .item .item_list li .text_area h4 .tag {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  background-color: #d02620;
  margin-bottom: 15px;
  border-radius: 30px;
}
@media screen and (max-width: 896px) {
  /* line 355, _service-common.scss */
  .service_common .item .item_list li .text_area h4 .tag {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
/* line 369, _service-common.scss */
.service_common .item .item_list li .text_area h4 .ttl {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  /* line 369, _service-common.scss */
  .service_common .item .item_list li .text_area h4 .ttl {
    font-size: 1.4rem;
  }
}
/* line 381, _service-common.scss */
.service_common .item .base_btn {
  width: 450px;
  margin: 60px auto 0;
  background: transparent;
  border-color: #fff;
}
/* line 386, _service-common.scss */
.service_common .item .base_btn.type_bottom {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  /* line 386, _service-common.scss */
  .service_common .item .base_btn.type_bottom {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 381, _service-common.scss */
  .service_common .item .base_btn {
    width: 100%;
    margin: 40px auto 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 398, _service-common.scss */
  .service_common .item .base_btn:hover {
    background-color: #fff;
    color: #e2302a;
  }
}
/* line 405, _service-common.scss */
.service_common .gallery {
  background-color: #f3e8e0;
  position: relative;
  padding: 150px 0 100px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  /* line 405, _service-common.scss */
  .service_common .gallery {
    padding: 160px 0 60px;
  }
}
/* line 414, _service-common.scss */
.service_common .gallery .bg_txt {
  z-index: -1;
  bottom: -10px;
  left: 0;
  width: 80%;
}
@media screen and (max-width: 896px) {
  /* line 414, _service-common.scss */
  .service_common .gallery .bg_txt {
    width: 100%;
  }
}
/* line 424, _service-common.scss */
.service_common .gallery .circle .num {
  color: #b9201b;
}
@media screen and (max-width: 896px) {
  /* line 430, _service-common.scss */
  .service_common .gallery .ttl_box .lead {
    padding: 0 10%;
    text-align: left;
  }
}
/* line 435, _service-common.scss */
.service_common .gallery .ttl_box .main_ttl {
  color: #b9201b;
  margin-bottom: 20px;
}
/* line 440, _service-common.scss */
.service_common .gallery .work_slidearea {
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  /* line 440, _service-common.scss */
  .service_common .gallery .work_slidearea {
    margin-top: 80px;
  }
}
/* line 445, _service-common.scss */
.service_common .gallery .work_slidearea .work_slider {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 445, _service-common.scss */
  .service_common .gallery .work_slidearea .work_slider {
    margin-bottom: 20px;
  }
}
/* line 450, _service-common.scss */
.service_common .gallery .work_slidearea .work_slider .slick-slide {
  width: 80%;
  margin: 0 30px;
}
@media screen and (max-width: 896px) {
  /* line 450, _service-common.scss */
  .service_common .gallery .work_slidearea .work_slider .slick-slide {
    width: 100%;
    margin: 0 10px;
  }
}
/* line 459, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list {
  padding: 0 25%;
}
@media screen and (max-width: 896px) {
  /* line 459, _service-common.scss */
  .service_common .gallery .work_slidearea .thumb_list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5%;
  }
}
/* line 469, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.crea .thumb_item:nth-of-type(1)::after {
  content: "挨拶";
}
/* line 474, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.crea .thumb_item:nth-of-type(2)::after {
  content: "配送";
}
/* line 479, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.crea .thumb_item:nth-of-type(3)::after {
  content: "対応";
}
/* line 484, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.crea .thumb_item:nth-of-type(4)::after {
  content: "搬入";
}
/* line 489, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.crea .thumb_item:nth-of-type(5)::after {
  content: "社用車";
}
/* line 498, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.shop .thumb_item:nth-of-type(1)::after {
  content: "作家さん";
}
/* line 503, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.shop .thumb_item:nth-of-type(2)::after {
  content: "バッグ";
}
/* line 508, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.shop .thumb_item:nth-of-type(3)::after {
  content: "手作り";
}
/* line 513, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.shop .thumb_item:nth-of-type(4)::after {
  content: "ショップ";
}
/* line 518, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list.shop .thumb_item:nth-of-type(5)::after {
  content: "ええ顔";
}
/* line 524, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list .thumb_item {
  position: relative;
  cursor: pointer;
  width: 18%;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 524, _service-common.scss */
  .service_common .gallery .work_slidearea .thumb_list .thumb_item {
    width: 28%;
    margin: 0 2% 20px;
  }
}
/* line 534, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list .thumb_item.thumbnail-current img {
  opacity: 1;
}
/* line 537, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list .thumb_item.thumbnail-current::after {
  opacity: 0;
}
/* line 541, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list .thumb_item::after {
  font-size: 1.8vw;
  background: #000;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 541, _service-common.scss */
  .service_common .gallery .work_slidearea .thumb_list .thumb_item::after {
    font-size: 1.8rem;
  }
}
/* line 557, _service-common.scss */
.service_common .gallery .work_slidearea .thumb_list .thumb_item img {
  opacity: 0.7;
  transition: 0.3s;
}
/* line 565, _service-common.scss */
.service_common .flow {
  padding: 150px 0 80px;
  position: relative;
  background-color: #b9201b;
}
@media screen and (max-width: 896px) {
  /* line 565, _service-common.scss */
  .service_common .flow {
    padding: 160px 0 80px;
  }
}
/* line 572, _service-common.scss */
.service_common .flow.day {
  background-color: #d02620;
}
/* line 576, _service-common.scss */
.service_common .flow .ttl_box .main_ttl {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 576, _service-common.scss */
  .service_common .flow .ttl_box .main_ttl {
    margin-bottom: 30px;
  }
}
/* line 583, _service-common.scss */
.service_common .flow .ttl_box .lead {
  color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 583, _service-common.scss */
  .service_common .flow .ttl_box .lead {
    padding: 0 10%;
    text-align: left;
  }
}
/* line 592, _service-common.scss */
.service_common .flow .tab_container .tabs {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 896px) {
  /* line 592, _service-common.scss */
  .service_common .flow .tab_container .tabs {
    gap: 0;
    justify-content: space-between;
    margin-top: 50px;
    padding-inline: 5%;
  }
}
/* line 604, _service-common.scss */
.service_common .flow .tab_container .tabs li {
  border: 4px solid white;
  width: 402px;
  height: 86px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: white;
  font-size: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 604, _service-common.scss */
  .service_common .flow .tab_container .tabs li {
    border: 3px solid white;
    font-size: 1.6rem;
    width: 48%;
    height: 70px;
  }
}
/* line 621, _service-common.scss */
.service_common .flow .tab_container .tabs li:hover {
  background: white;
  color: #660300;
}
/* line 625, _service-common.scss */
.service_common .flow .tab_container .tabs li.active {
  background: white;
  color: #660300;
  pointer-events: none;
}
/* line 632, _service-common.scss */
.service_common .flow .tab_container .tab_content {
  display: none;
}
/* line 635, _service-common.scss */
.service_common .flow .tab_container .tab_content.active {
  display: block;
}
/* line 639, _service-common.scss */
.service_common .flow .flow_list_area {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 639, _service-common.scss */
  .service_common .flow .flow_list_area {
    margin-top: 60px;
  }
}
/* line 645, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li {
  padding: 40px 10%;
}
@media screen and (max-width: 896px) {
  /* line 645, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li {
    padding: 30px 10%;
  }
}
/* line 650, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li:nth-of-type(odd) {
  background: url(../../img/strength/dot-pattern.png);
  background-size: 100%;
}
@media screen and (max-width: 896px) {
  /* line 654, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box {
    display: block;
  }
}
/* line 658, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .num {
  width: 8%;
}
@media screen and (max-width: 896px) {
  /* line 658, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .num {
    display: none;
  }
}
/* line 664, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box {
  background-color: #f3e8e0;
  padding: 35px;
  width: 85%;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 664, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box {
    width: 100%;
    padding: 30px 5%;
    display: block;
  }
}
/* line 674, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box::after {
  content: "";
  width: 40px;
  height: 20px;
  border-top: 12px solid transparent;
  border-right: 20px solid #f3e8e0;
  border-bottom: 12px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
@media screen and (max-width: 896px) {
  /* line 674, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box::after {
    content: none;
  }
}
/* line 690, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box .img_box {
  width: 35%;
}
@media screen and (max-width: 896px) {
  /* line 690, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 697, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area {
  width: 60%;
}
@media screen and (max-width: 896px) {
  /* line 697, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area {
    width: 100%;
  }
}
/* line 702, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 {
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media screen and (max-width: 896px) {
  /* line 702, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 {
    margin-bottom: 20px;
  }
}
/* line 708, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 .flow_num {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  background-color: #d02620;
  margin-right: 15px;
  border-radius: 30px;
}
@media screen and (max-width: 896px) {
  /* line 708, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 .flow_num {
    width: 100px;
    font-size: 1.2rem;
  }
}
/* line 721, _service-common.scss */
.service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 .ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 896px) {
  /* line 721, _service-common.scss */
  .service_common .flow .flow_list_area .flow_list li .box .flow_box .text_area h4 .ttl {
    font-size: 2rem;
    width: 60%;
    line-height: 1.4;
  }
}
/* line 735, _service-common.scss */
.service_common .flow .flow_list_area .btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 896px) {
  /* line 735, _service-common.scss */
  .service_common .flow .flow_list_area .btnwrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}
/* line 747, _service-common.scss */
.service_common .flow .flow_list_area .base_btn {
  max-width: 350px;
  width: 100%;
  margin-top: 40px;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 896px) {
  /* line 747, _service-common.scss */
  .service_common .flow .flow_list_area .base_btn {
    margin-top: 0;
  }
}
/* line 761, _service-common.scss */
.service_common .faq {
  background-color: #f3e8e0;
  position: relative;
  padding: 150px 10% 120px;
}
@media screen and (max-width: 896px) {
  /* line 761, _service-common.scss */
  .service_common .faq {
    padding: 160px 5% 80px;
  }
}
/* line 769, _service-common.scss */
.service_common .faq .tab_container .tabs {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 896px) {
  /* line 769, _service-common.scss */
  .service_common .faq .tab_container .tabs {
    gap: 0;
    justify-content: space-between;
    margin-top: 50px;
  }
}
/* line 780, _service-common.scss */
.service_common .faq .tab_container .tabs li {
  border: 4px solid #b9201b;
  width: 402px;
  height: 86px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  color: #b9201b;
  font-size: 2rem;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 780, _service-common.scss */
  .service_common .faq .tab_container .tabs li {
    border: 3px solid #b9201b;
    font-size: 1.6rem;
    width: 48%;
    height: 70px;
  }
}
/* line 797, _service-common.scss */
.service_common .faq .tab_container .tabs li:hover {
  color: white;
  background: #b9201b;
}
/* line 801, _service-common.scss */
.service_common .faq .tab_container .tabs li.active {
  color: white;
  background: #b9201b;
  pointer-events: none;
}
/* line 808, _service-common.scss */
.service_common .faq .tab_container .tab_content {
  display: none;
}
/* line 811, _service-common.scss */
.service_common .faq .tab_container .tab_content.active {
  display: block;
}
/* line 816, _service-common.scss */
.service_common .faq .circle .num {
  color: #b9201b;
}
/* line 821, _service-common.scss */
.service_common .faq .ttl_box .main_ttl {
  color: #b9201b;
  margin-bottom: 20px;
}
/* line 826, _service-common.scss */
.service_common .faq .faq_ac {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 826, _service-common.scss */
  .service_common .faq .faq_ac {
    margin-top: 60px;
  }
}
/* line 831, _service-common.scss */
.service_common .faq .faq_ac .faq_ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
  /* line 831, _service-common.scss */
  .service_common .faq .faq_ac .faq_ttl {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
/* line 840, _service-common.scss */
.service_common .faq .faq_ac .faq_ttl.second {
  margin-top: 100px;
}
@media screen and (max-width: 896px) {
  /* line 840, _service-common.scss */
  .service_common .faq .faq_ac .faq_ttl.second {
    margin-top: 80px;
  }
}
/* line 847, _service-common.scss */
.service_common .faq .faq_ac dl {
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  /* line 847, _service-common.scss */
  .service_common .faq .faq_ac dl {
    margin-bottom: 20px;
  }
}
/* line 852, _service-common.scss */
.service_common .faq .faq_ac dl .question {
  background-color: #b9201b;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 852, _service-common.scss */
  .service_common .faq .faq_ac dl .question {
    padding: 18px 50px 18px 5%;
  }
}
/* line 862, _service-common.scss */
.service_common .faq .faq_ac dl .question.show .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* line 867, _service-common.scss */
.service_common .faq .faq_ac dl .question .plus {
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 867, _service-common.scss */
  .service_common .faq .faq_ac dl .question .plus {
    width: 20px;
    right: 5%;
  }
}
/* line 878, _service-common.scss */
.service_common .faq .faq_ac dl .question .plus::after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
@media screen and (max-width: 896px) {
  /* line 878, _service-common.scss */
  .service_common .faq .faq_ac dl .question .plus::after {
    height: 20px;
  }
}
/* line 894, _service-common.scss */
.service_common .faq .faq_ac dl .question .num {
  color: #fff;
  font-size: 2rem;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  /* line 894, _service-common.scss */
  .service_common .faq .faq_ac dl .question .num {
    font-size: 1.8rem;
  }
}
/* line 902, _service-common.scss */
.service_common .faq .faq_ac dl .question .lead {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  /* line 902, _service-common.scss */
  .service_common .faq .faq_ac dl .question .lead {
    font-size: 1.6rem;
  }
}
/* line 910, _service-common.scss */
.service_common .faq .faq_ac dl .answer {
  display: none;
  background-color: #fff;
  padding: 30px 15% 30px 30px;
}
@media screen and (max-width: 896px) {
  /* line 910, _service-common.scss */
  .service_common .faq .faq_ac dl .answer {
    padding: 25px 7%;
  }
}
/* line 917, _service-common.scss */
.service_common .faq .faq_ac dl .answer .faqlink {
  text-decoration: underline;
}
@media screen and (min-width: 897px) {
  /* line 920, _service-common.scss */
  .service_common .faq .faq_ac dl .answer .faqlink:hover {
    text-decoration: none;
  }
}
/* line 925, _service-common.scss */
.service_common .faq .faq_ac dl .answer .box {
  align-items: baseline;
}
/* line 927, _service-common.scss */
.service_common .faq .faq_ac dl .answer .box .num {
  color: #b9201b;
  font-size: 2rem;
  margin-right: 20px;
}
@media screen and (max-width: 896px) {
  /* line 927, _service-common.scss */
  .service_common .faq .faq_ac dl .answer .box .num {
    margin-right: 15px;
    font-size: 1.8rem;
  }
}
/* line 936, _service-common.scss */
.service_common .faq .faq_ac dl .answer .box .lead {
  color: #000;
  font-size: 1.6rem;
}
/* line 945, _service-common.scss */
.service_common .access_area {
  padding: 120px 0;
  position: relative;
  background-color: #d02620;
}
@media screen and (max-width: 896px) {
  /* line 945, _service-common.scss */
  .service_common .access_area {
    padding: 160px 0 40px;
  }
}
/* line 953, _service-common.scss */
.service_common .access_area .ttl_box .main_ttl {
  color: #f3e8e0;
}
/* line 957, _service-common.scss */
.service_common .access_area .access_box {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 957, _service-common.scss */
  .service_common .access_area .access_box {
    margin-top: 60px;
    display: block;
  }
}
/* line 963, _service-common.scss */
.service_common .access_area .access_box .map {
  width: 65%;
}
@media screen and (max-width: 896px) {
  /* line 963, _service-common.scss */
  .service_common .access_area .access_box .map {
    width: 100%;
  }
}
/* line 968, _service-common.scss */
.service_common .access_area .access_box .map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 896px) {
  /* line 968, _service-common.scss */
  .service_common .access_area .access_box .map iframe {
    height: 300px;
  }
}
/* line 976, _service-common.scss */
.service_common .access_area .access_box .text_area {
  width: 35%;
  padding: 0 5% 0 10%;
}
@media screen and (max-width: 896px) {
  /* line 976, _service-common.scss */
  .service_common .access_area .access_box .text_area {
    width: 100%;
    padding: 30px 10%;
  }
}
/* line 983, _service-common.scss */
.service_common .access_area .access_box .text_area .ac_ja {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  /* line 983, _service-common.scss */
  .service_common .access_area .access_box .text_area .ac_ja {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
/* line 992, _service-common.scss */
.service_common .access_area .access_box .text_area .lead {
  color: #fff;
}
/* line 994, _service-common.scss */
.service_common .access_area .access_box .text_area .lead strong {
  color: #ede121;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 896px) {
  /* line 994, _service-common.scss */
  .service_common .access_area .access_box .text_area .lead strong {
    font-size: 2rem;
  }
}
/* line 1002, _service-common.scss */
.service_common .access_area .access_box .text_area .lead .tel {
  color: #fff;
}
/* line 1006, _service-common.scss */
.service_common .access_area .access_box .text_area .car {
  margin-top: 25px;
}
@media screen and (max-width: 896px) {
  /* line 1006, _service-common.scss */
  .service_common .access_area .access_box .text_area .car {
    margin-top: 20px;
  }
}
/* line 1011, _service-common.scss */
.service_common .access_area .access_box .text_area .car h5 {
  padding: 5px 10px;
  color: #ede121;
  border: 1px solid #ede121;
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 1019, _service-common.scss */
.service_common .access_area .access_box .text_area .car .lead {
  color: #fff;
  font-size: 1.4rem;
}
/* line 1027, _service-common.scss */
.service_common .other_service_area {
  padding: 100px 10% 150px;
  background-color: #b9201b;
}
@media screen and (max-width: 896px) {
  /* line 1027, _service-common.scss */
  .service_common .other_service_area {
    padding: 80px 5% 250px;
  }
}
/* line 1033, _service-common.scss */
.service_common .other_service_area .circle {
  position: relative;
  margin-right: 25px;
  top: auto;
  left: auto;
}
@media screen and (max-width: 896px) {
  /* line 1033, _service-common.scss */
  .service_common .other_service_area .circle {
    margin-right: 20px;
    transform: translateX(0%);
  }
  /* line 1041, _service-common.scss */
  .service_common .other_service_area .circle .num {
    font-size: 2.4rem;
  }
}
/* line 1047, _service-common.scss */
.service_common .other_service_area .ttl_box .main_ttl {
  color: #f3e8e0;
}
/* line 1051, _service-common.scss */
.service_common .other_service_area .service_list {
  margin-top: 80px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 1051, _service-common.scss */
  .service_common .other_service_area .service_list {
    display: block;
    margin-top: 60px;
  }
}
/* line 1060, _service-common.scss */
.service_common .other_service_area .service_list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../../img/common/stripe.png);
  background-size: 277px;
  opacity: 0.1;
}
/* line 1072, _service-common.scss */
.service_common .other_service_area .service_list .face {
  bottom: -14%;
  right: 30px;
  width: 40%;
}
@media screen and (max-width: 896px) {
  /* line 1072, _service-common.scss */
  .service_common .other_service_area .service_list .face {
    width: 80%;
    right: 10%;
    bottom: -180px;
  }
}
/* line 1082, _service-common.scss */
.service_common .other_service_area .service_list li {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 896px) {
  /* line 1082, _service-common.scss */
  .service_common .other_service_area .service_list li {
    padding: 20px 5%;
    width: 100%;
  }
}
/* line 1090, _service-common.scss */
.service_common .other_service_area .service_list li.current a {
  pointer-events: none;
}
/* line 1092, _service-common.scss */
.service_common .other_service_area .service_list li.current a::after {
  opacity: 1;
}
/* line 1097, _service-common.scss */
.service_common .other_service_area .service_list li.current a .nav_ttl svg path,
.service_common .other_service_area .service_list li.current a .nav_ttl svg text {
  fill-opacity: 1;
  stroke-width: 0;
}
/* line 1106, _service-common.scss */
.service_common .other_service_area .service_list li a {
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}
/* line 1110, _service-common.scss */
.service_common .other_service_area .service_list li a::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 1123, _service-common.scss */
  .service_common .other_service_area .service_list li a .nav_ttl {
    width: 80%;
  }
}
/* line 1128, _service-common.scss */
.service_common .other_service_area .service_list li a .nav_ttl svg path {
  transition: 0.3s;
}
@media screen and (min-width: 897px) {
  /* line 1135, _service-common.scss */
  .service_common .other_service_area .service_list li a:hover::after {
    opacity: 0.5;
    background: #660300;
  }
  /* line 1141, _service-common.scss */
  .service_common .other_service_area .service_list li a:hover .nav_ttl svg path,
  .service_common .other_service_area .service_list li a:hover .nav_ttl svg text {
    fill-opacity: 1;
    stroke-width: 0;
  }
}
/* line 1152, _service-common.scss */
.service_common .other_service_area .service_list li:nth-of-type(1) a {
  background: url(../../img/service-common/nav01-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 1158, _service-common.scss */
.service_common .other_service_area .service_list li:nth-of-type(2) a {
  background: url(../../img/service-common/nav02-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 1164, _service-common.scss */
.service_common .other_service_area .service_list li:nth-of-type(3) a {
  background: url(../../img/service-common/nav03-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 1170, _service-common.scss */
.service_common .other_service_area .service_list li:nth-of-type(4) a {
  background: url(../../img/service-common/nav04-bg.jpg) no-repeat center;
  background-size: cover;
}
/* line 1176, _service-common.scss */
.service_common .other_service_area .service_list li:nth-of-type(5) a {
  background: url(../../img/service-common/nav05-bg.jpg) no-repeat center;
  background-size: cover;
}
