@charset "UTF-8";
/*
Theme Name:salonblessyou
*/
/*----------------------------------------
  reset
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap");
/* line 11, ../_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 88, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

/* line 145, ../_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 155, ../_base.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

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

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

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

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

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

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

/* line 206, ../_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 215, ../_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 225, ../_base.scss */
input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* line 228, ../_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 236, ../_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 244, ../_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 252, ../_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 260, ../_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 275, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

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

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

/* line 292, ../_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 298, ../_base.scss */
textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

/* line 335, ../_base.scss */
button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

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

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

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

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

/* line 378, ../_base.scss */
html {
  overflow-x: hidden;
}

/* line 383, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
}

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

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

/* line 408, ../_base.scss */
svg {
  width: 100%;
  height: auto;
}

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

/* line 60, ../_module.scss */
.fwm {
  font-weight: 500;
}

/* line 63, ../_module.scss */
.fwb {
  font-weight: 700;
}

/* line 67, ../_module.scss */
.tel.no_link {
  pointer-events: none;
}

/* line 72, ../_module.scss */
.noto_serif {
  font-family: "Noto Serif JP", serif;
}

/* line 76, ../_module.scss */
.flx {
  display: flex;
}
/* line 78, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 81, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 84, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 87, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 90, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 92, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

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

/* line 101, ../_module.scss */
.red {
  color: #e20513;
}

/* line 105, ../_module.scss */
.arrow {
  width: 14px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  /* line 105, ../_module.scss */
  .arrow {
    width: 10px;
  }
}

@media screen and (min-width: 897px) {
  /* line 117, ../_module.scss */
  .read_link:hover span::after {
    right: -24px;
  }
}
/* line 123, ../_module.scss */
.read_link span {
  color: #e20513;
  font-size: 18px;
  font-weight: 500;
  padding: 2px 0;
  border-bottom: 1px solid #e20513;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 123, ../_module.scss */
  .read_link span {
    font-size: 16px;
  }
}
/* line 133, ../_module.scss */
.read_link span::after {
  position: absolute;
  content: "";
  background: url(../../img/common/arrow.png) no-repeat center;
  background-size: cover;
  width: 10px;
  height: 12px;
  top: 16px;
  transform: translate(0, -50%);
  right: -18px;
  transition: 0.2s;
}
@media screen and (max-width: 896px) {
  /* line 133, ../_module.scss */
  .read_link span::after {
    width: 9px;
    height: 10px;
    top: 14px;
    right: -15px;
  }
}

/* line 155, ../_module.scss */
.lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  /* line 155, ../_module.scss */
  .lead {
    font-size: 14px;
  }
}

/* line 166, ../_module.scss */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 896px) {
  /* line 166, ../_module.scss */
  .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}

/* line 178, ../_module.scss */
.img_ap {
  position: relative;
  overflow: hidden;
}
/* line 181, ../_module.scss */
.img_ap img {
  transform: scale(1.5);
  transition: 1s;
}
/* line 185, ../_module.scss */
.img_ap::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 195, ../_module.scss */
.img_ap.on img {
  transform: scale(1);
}
/* line 198, ../_module.scss */
.img_ap.on::after {
  animation: img_ap 0.6s cubic-bezier(0.52, 0.11, 0.05, 0.89) forwards;
}

@keyframes img_ap {
  100% {
    transform: translateY(100%);
  }
}
@keyframes text-up-anim {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 4, ../_layout.scss */
.sp {
  display: none !important;
}
@media screen and (max-width: 896px) {
  /* line 4, ../_layout.scss */
  .sp {
    display: block !important;
  }
}

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

/* line 16, ../_layout.scss */
#stage {
  overflow-x: hidden;
}
/* line 19, ../_layout.scss */
#stage .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}

/* line 33, ../_layout.scss */
.loaded .text_up span {
  animation: 0.3s text-up-anim linear forwards;
}
/* line 34, ../_layout.scss */
.loaded .text_up span.space {
  margin-left: 20px;
}
/* line 38, ../_layout.scss */
.loaded .text_up span:nth-child(1) {
  animation-delay: 0s;
}
/* line 41, ../_layout.scss */
.loaded .text_up span:nth-child(2) {
  animation-delay: 0.05s;
}
/* line 44, ../_layout.scss */
.loaded .text_up span:nth-child(3) {
  animation-delay: 0.1s;
}
/* line 47, ../_layout.scss */
.loaded .text_up span:nth-child(4) {
  animation-delay: 0.15s;
}
/* line 50, ../_layout.scss */
.loaded .text_up span:nth-child(5) {
  animation-delay: 0.2s;
}
/* line 53, ../_layout.scss */
.loaded .text_up span:nth-child(6) {
  animation-delay: 0.25s;
}
/* line 56, ../_layout.scss */
.loaded .text_up span:nth-child(7) {
  animation-delay: 0.3s;
}
/* line 59, ../_layout.scss */
.loaded .text_up span:nth-child(8) {
  animation-delay: 0.35s;
}
/* line 62, ../_layout.scss */
.loaded .text_up span:nth-child(9) {
  animation-delay: 0.4s;
}
/* line 65, ../_layout.scss */
.loaded .text_up span:nth-child(10) {
  animation-delay: 0.45s;
}
/* line 68, ../_layout.scss */
.loaded .text_up span:nth-child(11) {
  animation-delay: 0.5s;
}
/* line 71, ../_layout.scss */
.loaded .text_up span:nth-child(12) {
  animation-delay: 0.55s;
}
/* line 74, ../_layout.scss */
.loaded .text_up span:nth-child(13) {
  animation-delay: 0.6s;
}
/* line 77, ../_layout.scss */
.loaded .text_up span:nth-child(14) {
  animation-delay: 0.65s;
}
/* line 80, ../_layout.scss */
.loaded .text_up span:nth-child(15) {
  animation-delay: 0.7s;
}
/* line 83, ../_layout.scss */
.loaded .text_up span:nth-child(16) {
  animation-delay: 0.75s;
}
/* line 89, ../_layout.scss */
.loaded .under_mv::after {
  width: 100%;
}

@media screen and (min-width: 897px) {
  /* line 95, ../_layout.scss */
  .under_mv_textarea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/* line 102, ../_layout.scss */
.under_mv_textarea .title p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  /* line 102, ../_layout.scss */
  .under_mv_textarea .title p {
    font-size: 14px;
  }
}
/* line 110, ../_layout.scss */
.under_mv_textarea .title h2 {
  margin-top: 10px;
  font-size: 95px;
  font-weight: 500;
  letter-spacing: -0.06em;
  margin-left: -7px;
  display: flex;
  overflow: hidden;
  padding-right: 10px;
}
@media screen and (max-width: 896px) {
  /* line 110, ../_layout.scss */
  .under_mv_textarea .title h2 {
    font-size: 58px;
    margin-top: 12px;
    margin-left: -4px;
  }
}
/* line 124, ../_layout.scss */
.under_mv_textarea .title h2 span {
  transform: translateY(42%);
  display: block;
  opacity: 0;
}
@media screen and (min-width: 897px) {
  /* line 131, ../_layout.scss */
  .under_mv_textarea .lead {
    text-align: right;
  }
}
@media screen and (max-width: 896px) {
  /* line 131, ../_layout.scss */
  .under_mv_textarea .lead {
    margin-top: 36px;
    line-height: 1.8;
  }
}

/* line 149, ../_layout.scss */
.sec_textarea .title p span {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 149, ../_layout.scss */
  .sec_textarea .title p span {
    font-size: 16px;
  }
}
/* line 173, ../_layout.scss */
.sec_textarea .title h2 {
  margin-top: 18px;
  font-size: 90px;
  font-weight: 300;
  letter-spacing: -0.06em;
  overflow: hidden;
  padding: 0 2px;
}
/* line 261, ../_module.scss */
.sec_textarea .title h2 span {
  display: block;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}
/* line 266, ../_module.scss */
.sec_textarea .title h2 span.on {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 896px) {
  /* line 173, ../_layout.scss */
  .sec_textarea .title h2 {
    font-size: 50px;
    margin-top: 12px;
  }
}
/* line 185, ../_layout.scss */
.sec_textarea .red {
  font-size: 1.286vw;
  letter-spacing: 0.06em;
  font-weight: 500;
}
/* line 190, ../_layout.scss */
.sec_textarea h3 {
  font-size: 1.929vw;
  letter-spacing: -0.04em;
  font-weight: 500;
  line-height: 1.48;
}
@media screen and (max-width: 896px) {
  /* line 190, ../_layout.scss */
  .sec_textarea h3 {
    font-size: 18px;
  }
}

/* line 201, ../_layout.scss */
.bread {
  font-size: 12px;
  letter-spacing: 0.06em;
}
/* line 205, ../_layout.scss */
.bread ol li {
  color: #898989;
}
/* line 207, ../_layout.scss */
.bread ol li:last-child {
  color: #000;
}
/* line 210, ../_layout.scss */
.bread ol li a {
  color: #898989;
}
@media screen and (min-width: 897px) {
  /* line 213, ../_layout.scss */
  .bread ol li a:hover {
    opacity: 0.7;
  }
}
/* line 218, ../_layout.scss */
.bread ol li .slash {
  padding: 0 1px;
}

/* line 225, ../_layout.scss */
.under_mv {
  padding: 166px 0 104px;
  margin: 0 5%;
  position: relative;
}
/* line 231, ../_layout.scss */
.under_mv::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #e0e0e0;
  transition: 1.3s cubic-bezier(0.26, 1, 0.89, 0.95);
}
@media screen and (max-width: 896px) {
  /* line 225, ../_layout.scss */
  .under_mv {
    padding: 200px 0 30px;
  }
}
/* line 244, ../_layout.scss */
.under_mv.no_lead {
  padding: 166px 0 146px;
}
@media screen and (max-width: 896px) {
  /* line 244, ../_layout.scss */
  .under_mv.no_lead {
    padding: 200px 0 30px;
  }
}
/* line 250, ../_layout.scss */
.under_mv .bread {
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 896px) {
  /* line 250, ../_layout.scss */
  .under_mv .bread {
    top: 90px;
    right: 0;
    left: inherit;
  }
}
/* line 258, ../_layout.scss */
.under_mv .bread li {
  font-size: 12px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
/* line 262, ../_layout.scss */
.under_mv .bread li .home,
.under_mv .bread li .slash {
  color: #898989;
}

/* line 270, ../_layout.scss */
.mv_under {
  margin-top: 36px;
}
@media screen and (max-width: 896px) {
  /* line 270, ../_layout.scss */
  .mv_under {
    margin-top: 30px;
  }
  /* line 274, ../_layout.scss */
  .mv_under img {
    height: 236px;
    object-fit: cover;
  }
}

/* line 282, ../_layout.scss */
.search_anchor {
  position: fixed;
  z-index: 50;
  transition: 0.5s;
  bottom: 30px;
  right: 30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #e20513;
}
@media screen and (max-width: 896px) {
  /* line 282, ../_layout.scss */
  .search_anchor {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  /* line 282, ../_layout.scss */
  .search_anchor {
    bottom: 16px;
    right: 8px;
    width: 80px;
    height: 80px;
  }
}
/* line 301, ../_layout.scss */
.search_anchor:hover {
  transform: scale(1.2);
}
/* line 304, ../_layout.scss */
.search_anchor.off {
  opacity: 0 !important;
  pointer-events: none;
}
/* line 308, ../_layout.scss */
.search_anchor_inner {
  padding-top: 25px;
}
@media screen and (max-width: 896px) {
  /* line 308, ../_layout.scss */
  .search_anchor_inner {
    padding-top: 12px;
  }
}
/* line 313, ../_layout.scss */
.search_anchor_inner .icon {
  width: 18px;
  margin: auto;
}
@media screen and (max-width: 896px) {
  /* line 313, ../_layout.scss */
  .search_anchor_inner .icon {
    width: 14px;
  }
}
/* line 320, ../_layout.scss */
.search_anchor_inner p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 896px) {
  /* line 320, ../_layout.scss */
  .search_anchor_inner p {
    font-size: 12px;
    margin-top: 4px;
  }
}

/* line 336, ../_layout.scss */
.header {
  position: fixed;
  z-index: 10000;
  transition: all cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 336, ../_layout.scss */
  .header {
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    pointer-events: auto;
    padding: 28px 2% 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 336, ../_layout.scss */
  .header {
    height: 80px;
    width: 100%;
    top: 0;
    background-color: #fff;
  }
}
/* line 354, ../_layout.scss */
.header.hide {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  /* line 358, ../_layout.scss */
  .header .header_inner {
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 896px) {
  /* line 363, ../_layout.scss */
  .header .header_inner .logo {
    position: fixed;
    top: 21px;
    left: 10px;
    z-index: 10000;
  }
}
/* line 372, ../_layout.scss */
.header .header_inner .logo a {
  display: block;
  width: 158px;
}
@media screen and (min-width: 897px) {
  /* line 376, ../_layout.scss */
  .header .header_inner .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  /* line 372, ../_layout.scss */
  .header .header_inner .logo a {
    width: 126px;
  }
}
/* line 385, ../_layout.scss */
.header .header_inner .menuBtn {
  display: none;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 385, ../_layout.scss */
  .header .header_inner .menuBtn {
    cursor: pointer;
    z-index: 1002;
    transition: 0.3s;
    padding: 18px;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 63px;
    height: 63px;
    top: 12px;
    right: 10px;
  }
  /* line 402, ../_layout.scss */
  .header .header_inner .menuBtn.open {
    transform: translateX(0%);
  }
  /* line 405, ../_layout.scss */
  .header .header_inner .menuBtn.close {
    transform: translateX(0%) !important;
  }
  /* line 408, ../_layout.scss */
  .header .header_inner .menuBtn div {
    top: 10px;
    left: 17px;
    color: #e20513;
  }
  /* line 413, ../_layout.scss */
  .header .header_inner .menuBtn span {
    width: 28px;
    height: 2px;
    background: #e20513;
    display: block;
    min-height: 0%;
    transition: 0.3s;
  }
  /* line 420, ../_layout.scss */
  .header .header_inner .menuBtn span:nth-of-type(2) {
    margin: 4px 0;
  }
  /* line 425, ../_layout.scss */
  .header .header_inner .menuBtn.close span {
    background: #e20513;
    transform: rotate(45deg);
  }
  /* line 428, ../_layout.scss */
  .header .header_inner .menuBtn.close span:nth-of-type(1) {
    margin-top: 10px;
  }
  /* line 431, ../_layout.scss */
  .header .header_inner .menuBtn.close span:nth-of-type(2) {
    width: 28px;
    margin-top: -2px;
    transform: rotate(-45deg);
  }
  /* line 436, ../_layout.scss */
  .header .header_inner .menuBtn.close span:last-child {
    opacity: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 443, ../_layout.scss */
  .header .header_inner .nav {
    display: none;
  }
}
/* line 447, ../_layout.scss */
.header .header_inner .nav__mainnav {
  padding-top: 16px;
}
@media screen and (max-width: 896px) {
  /* line 447, ../_layout.scss */
  .header .header_inner .nav__mainnav {
    padding: 20px 5%;
  }
}
/* line 455, ../_layout.scss */
.header .header_inner .nav__mainnav ul, .header .header_inner .nav__rightnav ul {
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 896px) {
  /* line 455, ../_layout.scss */
  .header .header_inner .nav__mainnav ul, .header .header_inner .nav__rightnav ul {
    display: block;
  }
}
/* line 462, ../_layout.scss */
.header .header_inner .nav__mainnav ul li, .header .header_inner .nav__rightnav ul li {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 464, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child), .header .header_inner .nav__rightnav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 464, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child), .header .header_inner .nav__rightnav ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}
/* line 472, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list, .header .header_inner .nav__rightnav ul li .parent_list {
  font-size: 1.4rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #000;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (min-width: 897px) {
  /* line 472, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list, .header .header_inner .nav__rightnav ul li .parent_list {
    position: relative;
  }
  /* line 239, ../_module.scss */
  .header .header_inner .nav__mainnav ul li .parent_list::after, .header .header_inner .nav__rightnav ul li .parent_list::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: transform 0.3s;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /* line 251, ../_module.scss */
  .header .header_inner .nav__mainnav ul li .parent_list:hover::after, .header .header_inner .nav__rightnav ul li .parent_list:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* line 481, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list::after, .header .header_inner .nav__rightnav ul li .parent_list::after {
  background-color: #000;
}
/* line 484, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list span, .header .header_inner .nav__rightnav ul li .parent_list span {
  margin-left: 4px;
}
/* line 486, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list span img, .header .header_inner .nav__rightnav ul li .parent_list span img {
  width: 14px;
}
/* line 490, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.document, .header .header_inner .nav__rightnav ul li .parent_list.document {
  color: #e20513;
  border: 1px solid #e20513;
  padding: 13px;
  border-radius: 4px;
}
/* line 495, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.document::after, .header .header_inner .nav__rightnav ul li .parent_list.document::after {
  display: none;
}
/* line 498, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.document:hover, .header .header_inner .nav__rightnav ul li .parent_list.document:hover {
  color: #fff;
  background-color: #e20513;
}
/* line 503, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.contact, .header .header_inner .nav__rightnav ul li .parent_list.contact {
  color: #fff;
  background-color: #e20513;
  border: 1px solid #e20513;
  padding: 13px;
  border-radius: 4px;
}
/* line 509, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.contact::after, .header .header_inner .nav__rightnav ul li .parent_list.contact::after {
  display: none;
}
/* line 512, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.contact:hover, .header .header_inner .nav__rightnav ul li .parent_list.contact:hover {
  color: #e20513;
  background-color: #fff;
}
/* line 517, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list.no_link, .header .header_inner .nav__rightnav ul li .parent_list.no_link {
  pointer-events: none;
}
/* line 521, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under, .header .header_inner .nav__rightnav ul li .nav--area--under {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 30px;
  width: 202px;
}
/* line 529, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under.wide, .header .header_inner .nav__rightnav ul li .nav--area--under.wide {
  width: 254px;
}
/* line 532, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under.small, .header .header_inner .nav__rightnav ul li .nav--area--under.small {
  width: 92px;
}
/* line 535, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner, .header .header_inner .nav__rightnav ul li .nav--area--under .inner {
  padding: 14px 6px;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 18px #ccc, 0 0 5px #aaa;
}
/* line 540, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child {
  margin-bottom: 14px;
  margin-right: 0;
}
/* line 543, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child:last-child, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 897px) {
  /* line 546, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a {
    position: relative;
  }
  /* line 239, ../_module.scss */
  .header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a::after, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: transform 0.3s;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /* line 251, ../_module.scss */
  .header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a:hover::after, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* line 548, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a::after, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a::after {
  background-color: #000;
}
/* line 551, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a span, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a span {
  font-size: 14px;
  letter-spacing: 0.06em;
}
/* line 554, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .nav--area--under .inner ul .main_child a span span, .header .header_inner .nav__rightnav ul li .nav--area--under .inner ul .main_child a span span {
  margin-left: 4px;
  display: inline-block;
  width: 14px;
}
/* line 566, ../_layout.scss */
.header .header_inner .nav__mainnav ul .doc, .header .header_inner .nav__rightnav ul .doc {
  margin-right: 5px !important;
}
@media screen and (min-width: 897px) {
  /* line 571, ../_layout.scss */
  .header .header_inner .nav__contact {
    display: none;
  }
}

/* line 582, ../_layout.scss */
.menu {
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100dvh;
  background-color: #f9f9f9;
  transition: 0.6s;
  z-index: -1;
  overflow-y: scroll;
  padding-top: 80px;
}
@media screen and (min-width: 897px) {
  /* line 582, ../_layout.scss */
  .menu {
    display: none;
  }
}
/* line 596, ../_layout.scss */
.menu.on {
  right: 0;
}
/* line 600, ../_layout.scss */
.menu .base_menu_box .menu_nav {
  padding: 0 5% 30px;
}
/* line 602, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list {
  display: block;
  font-size: 34px;
  letter-spacing: -0.06em;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 24px;
  border-top: 1px solid #d1d1d1;
}
/* line 610, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list:first-child {
  border-top: none;
}
/* line 613, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list.no_link {
  pointer-events: none;
}
/* line 616, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list .ja {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #e20513;
  display: block;
  margin-bottom: 4px;
}
/* line 623, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list .external {
  position: relative;
}
/* line 625, ../_layout.scss */
.menu .base_menu_box .menu_nav .parent_list .external::after {
  position: absolute;
  content: "";
  background: url(../../img/common/slanting-arrow.png) no-repeat center;
  background-size: cover;
  width: 21px;
  height: 21px;
  right: -28px;
  bottom: 11px;
}
/* line 637, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list {
  margin-bottom: 26px;
  position: relative;
}
/* line 640, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list::after {
  position: absolute;
  content: "";
  background-color: #e20513;
  height: 100%;
  width: 2px;
  top: 0;
  left: 2px;
}
/* line 650, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list li:not(:first-child) {
  margin-top: 15px;
}
/* line 653, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 3px 0px 3px 20px;
  display: block;
}
/* line 659, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list li a span {
  position: relative;
}
/* line 661, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list li a span::after {
  position: absolute;
  content: "";
  background: url(../../img/common/arrow.png) no-repeat center;
  background-size: cover;
  right: -20px;
  top: 5px;
  width: 10px;
  height: 10px;
}
/* line 673, ../_layout.scss */
.menu .base_menu_box .menu_nav .child_list li a .external::after {
  position: absolute;
  content: "";
  background: url(../../img/common/slanting-arrow.png) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
  right: -19px;
  bottom: 0px;
}
/* line 688, ../_layout.scss */
.menu .base_menu_box .document_link {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #e20513;
}
/* line 694, ../_layout.scss */
.menu .base_menu_box .document_link {
  display: block;
  width: 100%;
  padding: 27px;
  font-size: 16px;
  color: #e20513;
  font-weight: 500;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
  border: 4px solid #e20513;
}
/* line 706, ../_layout.scss */
.menu .base_menu_box .contact_link {
  display: block;
  width: 100%;
  padding: 27px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #e20513;
  position: relative;
  text-align: center;
}

/* line 740, ../_layout.scss */
.contact_area {
  background-color: #eeeeee;
  padding: 10.357vw 10%;
}
@media screen and (max-width: 896px) {
  /* line 740, ../_layout.scss */
  .contact_area {
    padding: 80px 5% 40px;
  }
}
/* line 748, ../_layout.scss */
.contact_area .sec_textarea .title p {
  text-align: center;
}
/* line 752, ../_layout.scss */
.contact_area .sec_textarea .title h2 {
  text-align: center;
}
/* line 758, ../_layout.scss */
.contact_area .to_contact {
  margin-top: 46px;
}
/* line 760, ../_layout.scss */
.contact_area .to_contact p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 896px) {
  /* line 760, ../_layout.scss */
  .contact_area .to_contact p {
    line-height: 1.5;
  }
}
/* line 768, ../_layout.scss */
.contact_area .to_contact a {
  display: block;
  margin: 44px auto 0;
  text-align: center;
  padding: 27px 0;
  background-color: #e20513;
  border: 1px solid #e20513;
  color: #fff;
  width: 320px;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 897px) {
  /* line 781, ../_layout.scss */
  .contact_area .to_contact a:hover {
    color: #e20513;
    background-color: #fff;
  }
}
/* line 789, ../_layout.scss */
.contact_area .branch_area {
  margin-top: 4.857vw;
  flex-wrap: wrap;
}
/* line 792, ../_layout.scss */
.contact_area .branch_area a {
  background-color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 792, ../_layout.scss */
  .contact_area .branch_area a {
    width: 49%;
    margin-bottom: 1.357vw;
    padding: 2.643vw 2.786vw 1.429vw;
    border: 2px solid #fff;
  }
  /* line 799, ../_layout.scss */
  .contact_area .branch_area a:nth-child(odd) {
    margin-right: 2%;
  }
  /* line 802, ../_layout.scss */
  .contact_area .branch_area a:hover {
    border: 2px solid #e20513;
  }
}
@media screen and (max-width: 896px) {
  /* line 792, ../_layout.scss */
  .contact_area .branch_area a {
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
  }
}
/* line 811, ../_layout.scss */
.contact_area .branch_area a .branch_name {
  transition: 0.3s;
}
/* line 813, ../_layout.scss */
.contact_area .branch_area a .branch_name span {
  font-size: 1.286vw;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 813, ../_layout.scss */
  .contact_area .branch_area a .branch_name span {
    font-size: 15px;
  }
}
/* line 836, ../_layout.scss */
.contact_area .branch_area a .address {
  font-size: 1vw;
  line-height: 2;
  margin-top: 0.7vw;
  font-weight: 300;
  transition: 0.3s;
}
@media screen and (max-width: 896px) {
  /* line 836, ../_layout.scss */
  .contact_area .branch_area a .address {
    font-size: 13px;
    margin-top: 12px;
  }
}
/* line 847, ../_layout.scss */
.contact_area .branch_area a .link_text {
  margin-top: 1.286vw;
  text-align: right;
}
@media screen and (max-width: 896px) {
  /* line 847, ../_layout.scss */
  .contact_area .branch_area a .link_text {
    margin-top: 15px;
  }
}
/* line 853, ../_layout.scss */
.contact_area .branch_area a .link_text span {
  font-size: 0.857vw;
  font-weight: 500;
  color: #e20513;
  border-bottom: 1px solid #e20513;
  padding-bottom: 0.143vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 853, ../_layout.scss */
  .contact_area .branch_area a .link_text span {
    font-size: 13px;
    margin-right: 8px;
  }
}
/* line 864, ../_layout.scss */
.contact_area .branch_area a .link_text span::after {
  position: absolute;
  content: "";
  background: url(../../img/common/icon-external-red.png) no-repeat center;
  background-size: cover;
  width: 0.929vw;
  height: 0.929vw;
  top: 50%;
  right: -1.286vw;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 864, ../_layout.scss */
  .contact_area .branch_area a .link_text span::after {
    width: 12px;
    height: 12px;
    right: -14px;
  }
}

/* line 886, ../_layout.scss */
.external_banner {
  margin-top: 3vw;
}
@media screen and (min-width: 897px) {
  /* line 41, ../_module.scss */
  .external_banner > div {
    overflow: hidden;
  }
  /* line 44, ../_module.scss */
  .external_banner img {
    transition: transform 0.6s cubic-bezier(0.52, 0.11, 0.05, 0.89);
  }
  /* line 48, ../_module.scss */
  .external_banner:hover img {
    transform: scale(1.15);
  }
}
/* line 891, ../_layout.scss */
.external_banner .banner_img {
  width: 71%;
}
@media screen and (max-width: 896px) {
  /* line 891, ../_layout.scss */
  .external_banner .banner_img {
    width: 60%;
  }
  /* line 895, ../_layout.scss */
  .external_banner .banner_img img {
    height: 26vw;
    object-fit: cover;
  }
}
/* line 901, ../_layout.scss */
.external_banner .text_box {
  width: 29%;
  background-color: #e20513;
}
@media screen and (max-width: 896px) {
  /* line 901, ../_layout.scss */
  .external_banner .text_box {
    width: 40%;
  }
}
/* line 907, ../_layout.scss */
.external_banner .text_box .search_icon {
  margin: 2.571vw auto 0;
  width: 1.286vw;
}
/* line 910, ../_layout.scss */
.external_banner .text_box .search_icon img {
  transform: scale(1) !important;
}
@media screen and (max-width: 896px) {
  /* line 907, ../_layout.scss */
  .external_banner .text_box .search_icon {
    width: 20px;
    margin: 5vw auto 0;
  }
}
/* line 918, ../_layout.scss */
.external_banner .text_box p {
  color: #fff;
}
/* line 921, ../_layout.scss */
.external_banner .text_box .main_text {
  font-size: 1.714vw;
  font-weight: 500;
  margin-top: 1.214vw;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 921, ../_layout.scss */
  .external_banner .text_box .main_text {
    font-size: 3vw;
    margin-top: 2vw;
  }
}
/* line 931, ../_layout.scss */
.external_banner .text_box .link_text {
  text-align: center;
  margin-top: 1.286vw;
}
@media screen and (max-width: 896px) {
  /* line 931, ../_layout.scss */
  .external_banner .text_box .link_text {
    margin-top: 2vw;
  }
}
/* line 937, ../_layout.scss */
.external_banner .text_box .link_text span {
  font-size: 1vw;
  font-weight: 500;
  padding-bottom: 0.143vw;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 896px) {
  /* line 937, ../_layout.scss */
  .external_banner .text_box .link_text span {
    font-size: 2.8vw;
  }
}

/* line 950, ../_layout.scss */
.footer {
  background-color: #1a1a1a;
}
@media screen and (min-width: 897px) {
  /* line 950, ../_layout.scss */
  .footer {
    padding: 102px 11% 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 950, ../_layout.scss */
  .footer {
    padding-top: 10px;
  }
}
/* line 958, ../_layout.scss */
.footer_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 36px;
}
@media screen and (max-width: 896px) {
  /* line 958, ../_layout.scss */
  .footer_top {
    display: block;
    padding-bottom: 14px;
  }
}
/* line 968, ../_layout.scss */
.footer_top .logo a {
  width: 246px;
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 972, ../_layout.scss */
  .footer_top .logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  /* line 968, ../_layout.scss */
  .footer_top .logo a {
    width: 180px;
    margin: 40px auto 0;
  }
}
/* line 982, ../_layout.scss */
.footer_top .link_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  /* line 982, ../_layout.scss */
  .footer_top .link_wrap {
    display: block;
    margin-top: 40px;
    padding: 0 10%;
  }
}
/* line 990, ../_layout.scss */
.footer_top .link_wrap .external_icon {
  margin-left: 4px;
}
/* line 992, ../_layout.scss */
.footer_top .link_wrap .external_icon img {
  width: 14px;
}
/* line 997, ../_layout.scss */
.footer_top .link_wrap .parent_link,
.footer_top .link_wrap .link_list {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 997, ../_layout.scss */
  .footer_top .link_wrap .parent_link,
  .footer_top .link_wrap .link_list {
    font-size: 13px;
    margin-bottom: 26px;
  }
}
/* line 1007, ../_layout.scss */
.footer_top .link_wrap .parent_link a,
.footer_top .link_wrap .link_list a {
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 1007, ../_layout.scss */
  .footer_top .link_wrap .parent_link a,
  .footer_top .link_wrap .link_list a {
    position: relative;
  }
  /* line 239, ../_module.scss */
  .footer_top .link_wrap .parent_link a::after,
  .footer_top .link_wrap .link_list a::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: transform 0.3s;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /* line 251, ../_module.scss */
  .footer_top .link_wrap .parent_link a:hover::after,
  .footer_top .link_wrap .link_list a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 897px) {
  /* line 1007, ../_layout.scss */
  .footer_top .link_wrap .parent_link a,
  .footer_top .link_wrap .link_list a {
    display: inline-block;
  }
}
/* line 1014, ../_layout.scss */
.footer_top .link_wrap .parent_link ul,
.footer_top .link_wrap .link_list ul {
  margin-top: 28px;
}
@media screen and (max-width: 896px) {
  /* line 1014, ../_layout.scss */
  .footer_top .link_wrap .parent_link ul,
  .footer_top .link_wrap .link_list ul {
    margin-top: 26px;
    padding-left: 13px;
  }
}
/* line 1020, ../_layout.scss */
.footer_top .link_wrap .parent_link ul li,
.footer_top .link_wrap .link_list ul li {
  margin-bottom: 28px;
}
@media screen and (max-width: 896px) {
  /* line 1020, ../_layout.scss */
  .footer_top .link_wrap .parent_link ul li,
  .footer_top .link_wrap .link_list ul li {
    margin-top: 26px;
  }
}
/* line 1025, ../_layout.scss */
.footer_top .link_wrap .parent_link ul li a,
.footer_top .link_wrap .link_list ul li a {
  color: #aaaaaa;
}
/* line 1027, ../_layout.scss */
.footer_top .link_wrap .parent_link ul li a::after,
.footer_top .link_wrap .link_list ul li a::after {
  background-color: #aaaaaa;
}
@media screen and (min-width: 897px) {
  /* line 1034, ../_layout.scss */
  .footer_top .link_wrap .link_list {
    margin-right: 100px;
  }
}
@media screen and (max-width: 896px) {
  /* line 1034, ../_layout.scss */
  .footer_top .link_wrap .link_list {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1043, ../_layout.scss */
  .footer_top .link_wrap .link_block .link_list {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 1053, ../_layout.scss */
  .footer_under {
    padding: 42px 0 66px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 896px) {
  /* line 1053, ../_layout.scss */
  .footer_under {
    padding: 22px 10% 40px;
  }
}
/* line 1061, ../_layout.scss */
.footer_under .external_link_wrap {
  margin-top: 18px;
}
@media screen and (max-width: 896px) {
  /* line 1061, ../_layout.scss */
  .footer_under .external_link_wrap {
    display: block;
  }
}
/* line 1066, ../_layout.scss */
.footer_under .external_link_wrap a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 1066, ../_layout.scss */
  .footer_under .external_link_wrap a {
    position: relative;
  }
  /* line 239, ../_module.scss */
  .footer_under .external_link_wrap a::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: transform 0.3s;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /* line 251, ../_module.scss */
  .footer_under .external_link_wrap a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 897px) {
  /* line 1066, ../_layout.scss */
  .footer_under .external_link_wrap a {
    margin-right: 32px;
  }
  /* line 1074, ../_layout.scss */
  .footer_under .external_link_wrap a:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 1066, ../_layout.scss */
  .footer_under .external_link_wrap a {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
/* line 1082, ../_layout.scss */
.footer_under .external_link_wrap a span {
  margin-left: 4px;
}
/* line 1084, ../_layout.scss */
.footer_under .external_link_wrap a span img {
  width: 14px;
}
@media screen and (min-width: 897px) {
  /* line 1090, ../_layout.scss */
  .footer_under .sns_link {
    justify-content: flex-end;
    margin-right: -10px;
  }
}
@media screen and (max-width: 896px) {
  /* line 1090, ../_layout.scss */
  .footer_under .sns_link {
    margin-left: 14px;
    margin-top: 50px;
  }
}
/* line 1100, ../_layout.scss */
.footer_under .sns_link a:nth-child(1) {
  width: 22px;
  margin-right: 26px;
}
/* line 1104, ../_layout.scss */
.footer_under .sns_link a:nth-child(2) {
  width: 30px;
  margin-right: 3px;
}
/* line 1108, ../_layout.scss */
.footer_under .sns_link a:nth-child(3) {
  width: 48px;
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 1113, ../_layout.scss */
  .footer_under .sns_link a:hover {
    transform: scale(1.3);
  }
}
/* line 1119, ../_layout.scss */
.footer_under .privacy {
  text-align: center;
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 1119, ../_layout.scss */
  .footer_under .privacy {
    margin-top: 20px;
  }
}
/* line 1125, ../_layout.scss */
.footer_under .privacy span {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 897px) {
  /* line 1125, ../_layout.scss */
  .footer_under .privacy span {
    position: relative;
  }
  /* line 239, ../_module.scss */
  .footer_under .privacy span::after {
    content: "";
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: transform 0.3s;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /* line 251, ../_module.scss */
  .footer_under .privacy span:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* line 1130, ../_layout.scss */
.footer_under .privacy span::after {
  background-color: #aaaaaa;
}
/* line 1135, ../_layout.scss */
.footer_under .copyright {
  color: #aaaaaa;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 18px;
}

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

/* line 13, ../_states.scss */
.underline {
  position: relative;
}
/* line 15, ../_states.scss */
.underline::after {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
@media screen and (min-width: 897px) {
  /* line 29, ../_states.scss */
  .underline:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 37, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.52, 0.11, 0.05, 0.89);
}
/* line 40, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.8s cubic-bezier(0.52, 0.11, 0.05, 0.89);
}
/* line 42, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 50, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

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

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

/* line 84, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
/* line 90, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  transition: all 0.6s 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.on {
  opacity: 1;
}
/* line 104, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: 0.3s;
}

/* line 4, _about.scss */
.about {
  position: relative;
}
/* line 6, _about.scss */
.about .mv_under {
  margin-top: 36px;
}
/* line 9, _about.scss */
.about .about_outline {
  padding: 0 10%;
  margin-top: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  /* line 9, _about.scss */
  .about .about_outline {
    display: block;
    margin-top: 40px;
    padding: 0 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 18, _about.scss */
  .about .about_outline table {
    width: 38%;
  }
  /* line 21, _about.scss */
  .about .about_outline table:first-child {
    margin-right: 5%;
  }
  /* line 24, _about.scss */
  .about .about_outline table:nth-child(2) {
    width: 57%;
  }
}
/* line 28, _about.scss */
.about .about_outline table tr {
  display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 35px 5% 30px;
}
@media screen and (max-width: 896px) {
  /* line 28, _about.scss */
  .about .about_outline table tr {
    padding: 22px 5% 15px;
  }
}
/* line 35, _about.scss */
.about .about_outline table tr th {
  display: block;
  color: #e20513;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 897px) {
  /* line 35, _about.scss */
  .about .about_outline table tr th {
    width: 12vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 35, _about.scss */
  .about .about_outline table tr th {
    font-size: 13px;
  }
  /* line 46, _about.scss */
  .about .about_outline table tr th span {
    display: inline-block;
  }
}
/* line 51, _about.scss */
.about .about_outline table tr td {
  display: block;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 300;
  margin-top: 10px;
}
/* line 58, _about.scss */
.about .about_outline table tr td span {
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  /* line 51, _about.scss */
  .about .about_outline table tr td {
    font-size: 14px;
  }
}
/* line 67, _about.scss */
.about .about_outline .about-btn {
  color: #e20513;
  text-decoration: underline;
  font-weight: bold;
}
/* line 71, _about.scss */
.about .about_outline .about-btn span {
  position: relative;
}
/* line 73, _about.scss */
.about .about_outline .about-btn span::before {
  position: absolute;
  content: "";
  background: url(../../img/common/icon-external-red.png) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 14px;
  right: -18px;
  top: 4px;
}
/* line 87, _about.scss */
.about .office_information {
  background-color: #f5f5f5;
  padding: 160px 5% 160px;
  margin-bottom: 110px;
}
@media screen and (max-width: 896px) {
  /* line 87, _about.scss */
  .about .office_information {
    padding: 80px 5% 60px;
    margin-bottom: 50px;
  }
}
/* line 95, _about.scss */
.about .office_information .map_wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 95, _about.scss */
  .about .office_information .map_wrap {
    display: block;
  }
}
/* line 100, _about.scss */
.about .office_information .map_wrap .map_box {
  width: 45%;
  margin-top: 5.7vw;
}
@media screen and (max-width: 896px) {
  /* line 100, _about.scss */
  .about .office_information .map_wrap .map_box {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 897px) {
  /* line 100, _about.scss */
  .about .office_information .map_wrap .map_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 111, _about.scss */
  .about .office_information .map_wrap .map_box:nth-child(odd) {
    margin-right: 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 115, _about.scss */
  .about .office_information .map_wrap .map_box .text_area {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  /* line 121, _about.scss */
  .about .office_information .map_wrap .map_box .text_area .inner:nth-child(2) {
    margin-top: 8%;
  }
}
/* line 125, _about.scss */
.about .office_information .map_wrap .map_box .text_area .inner .title {
  display: flex;
  align-items: center;
  font-size: 1.93vw;
  letter-spacing: -0.04em;
  font-weight: 500;
  position: relative;
  color: #e20513;
}
@media screen and (max-width: 896px) {
  /* line 125, _about.scss */
  .about .office_information .map_wrap .map_box .text_area .inner .title {
    font-size: 20px;
  }
}
/* line 136, _about.scss */
.about .office_information .map_wrap .map_box .text_area .inner .title span {
  color: #000;
  font-size: 0.93vw;
  letter-spacing: 0.06em;
  border: 1px solid #000;
  margin-left: 1.2vw;
  padding: 0.5vw 0.86vw;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  /* line 136, _about.scss */
  .about .office_information .map_wrap .map_box .text_area .inner .title span {
    font-size: 12px;
    margin-left: 16px;
    line-height: 1.4;
    padding: 4px 8px;
  }
}
/* line 152, _about.scss */
.about .office_information .map_wrap .map_box .text_area .inner .text {
  margin-top: 2%;
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 896px) {
  /* line 152, _about.scss */
  .about .office_information .map_wrap .map_box .text_area .inner .text {
    font-size: 13px;
  }
}
/* line 162, _about.scss */
.about .office_information .map_wrap .map_box .text_area .inner .out_link {
  color: #061322;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: 1px solid #061322;
  display: inline-block;
}
@media screen and (max-width: 896px) {
  /* line 162, _about.scss */
  .about .office_information .map_wrap .map_box .text_area .inner .out_link {
    font-size: 14px;
  }
}
/* line 172, _about.scss */
.about .office_information .map_wrap .map_box .text_area .inner .out_link:hover {
  opacity: 0.6;
}
/* line 178, _about.scss */
.about .office_information .map_wrap .map_box .map {
  margin-top: 1.43vw;
}
/* line 180, _about.scss */
.about .office_information .map_wrap .map_box .map iframe {
  height: 18.357vw;
  width: 100%;
}
@media screen and (max-width: 896px) {
  /* line 180, _about.scss */
  .about .office_information .map_wrap .map_box .map iframe {
    height: 54vw;
  }
}
/* line 192, _about.scss */
.about .next_contents_area {
  background: linear-gradient(to right, #ffffff 64%, #e20513 36%);
  padding: 7.357vw 5%;
  margin-top: 5.85vw;
}
@media screen and (max-width: 896px) {
  /* line 192, _about.scss */
  .about .next_contents_area {
    flex-direction: column-reverse;
    background: linear-gradient(to top, #ffffff 70%, #e20513 30%);
    padding: 14vw 5%;
    margin-top: 50px;
  }
}
/* line 202, _about.scss */
.about .next_contents_area .sec_textarea {
  width: 44%;
}
@media screen and (max-width: 896px) {
  /* line 202, _about.scss */
  .about .next_contents_area .sec_textarea {
    width: 100%;
    margin-top: 30px;
  }
}
/* line 208, _about.scss */
.about .next_contents_area .sec_textarea h2 {
  margin-top: 0;
}
/* line 211, _about.scss */
.about .next_contents_area .sec_textarea .text_box {
  padding-left: 15%;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 211, _about.scss */
  .about .next_contents_area .sec_textarea .text_box {
    padding-left: 10%;
  }
}
/* line 217, _about.scss */
.about .next_contents_area .sec_textarea .text_box::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 114%;
  background-color: #e20513;
  top: -4%;
  left: 10%;
}
@media screen and (max-width: 896px) {
  /* line 217, _about.scss */
  .about .next_contents_area .sec_textarea .text_box::after {
    left: 5%;
  }
}
/* line 229, _about.scss */
.about .next_contents_area .sec_textarea .text_box .red {
  margin-top: 4vw;
  font-size: 2.286vw;
}
@media screen and (max-width: 896px) {
  /* line 229, _about.scss */
  .about .next_contents_area .sec_textarea .text_box .red {
    margin-top: 18px;
    font-size: 18px;
  }
}
/* line 237, _about.scss */
.about .next_contents_area .sec_textarea .text_box .lead {
  margin-top: 1.3vw;
  font-size: 1vw;
}
@media screen and (max-width: 896px) {
  /* line 237, _about.scss */
  .about .next_contents_area .sec_textarea .text_box .lead {
    margin-top: 18px;
    font-size: 14px;
  }
}
/* line 245, _about.scss */
.about .next_contents_area .sec_textarea .text_box .link_box {
  display: inline-block;
  margin-top: 2.4vw;
}
@media screen and (max-width: 896px) {
  /* line 245, _about.scss */
  .about .next_contents_area .sec_textarea .text_box .link_box {
    margin-top: 30px;
  }
}
/* line 254, _about.scss */
.about .next_contents_area .contents_img {
  width: 56%;
}
@media screen and (max-width: 896px) {
  /* line 254, _about.scss */
  .about .next_contents_area .contents_img {
    width: 86%;
  }
}
