@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@600&display=swap");
/* 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 84, ../_base.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 224, ../_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 232, ../_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 240, ../_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 248, ../_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 256, ../_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 271, ../_base.scss */
input[type="text"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="tel"]:placeholder-shown {
  color: #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 374, ../_base.scss */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  font-display: swap;
  color: #000;
}

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

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

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

@font-face {
  font-family: "avenir";
  font-style: normal;
  src: url(../../font/Avenir.ttc) format("truetype");
  font-display: swap;
}
/* line 15, ../_module.scss */
.en {
  font-family: "Oswald", sans-serif;
}

/* line 40, ../_module.scss */
.tel_link {
  color: #000;
}
/* line 42, ../_module.scss */
.tel_link.no_link {
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  /* line 40, ../_module.scss */
  .tel_link {
    text-decoration: underline;
  }
}

/* line 50, ../_module.scss */
.main_label {
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 2px 0;
  margin-left: 5px;
}
@media screen and (min-width: 897px) {
  /* line 50, ../_module.scss */
  .main_label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 50, ../_module.scss */
  .main_label {
    font-size: 1.4rem;
  }
}
/* line 63, ../_module.scss */
.main_label.food::before, .main_label.food::after {
  background-color: #d2500a;
}
/* line 68, ../_module.scss */
.main_label::before, .main_label::after {
  content: "";
  background-color: #095790;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 3px;
  height: 100%;
  transform: skew(-15deg);
}
/* line 79, ../_module.scss */
.main_label::after {
  right: -8px;
}
/* line 82, ../_module.scss */
.main_label::before {
  right: -13.5px;
}
/* line 85, ../_module.scss */
.main_label .label_polygon {
  position: relative;
  padding: 2px 16px;
  z-index: 1;
}
/* line 91, ../_module.scss */
.main_label .label_polygon.food::after {
  background-color: #d2500a;
}
/* line 95, ../_module.scss */
.main_label .label_polygon::after {
  content: "";
  background-color: #095790;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
}

/* line 109, ../_module.scss */
.scrollarea {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9998;
  width: 96px;
}
/* line 115, ../_module.scss */
.scrollarea.fadeOut {
  display: none;
}
/* line 119, ../_module.scss */
.scrollarea.blue:before {
  background-color: #005b98;
}
/* line 122, ../_module.scss */
.scrollarea.blue:after {
  background-color: #005b98;
}
/* line 126, ../_module.scss */
.scrollarea.blue svg path {
  fill: #005b98;
}
/* line 132, ../_module.scss */
.scrollarea.orange:before {
  background-color: #d2500a;
}
/* line 135, ../_module.scss */
.scrollarea.orange:after {
  background-color: #d2500a;
}
/* line 139, ../_module.scss */
.scrollarea.orange svg path {
  fill: #d2500a;
}
/* line 144, ../_module.scss */
.scrollarea:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
/* line 155, ../_module.scss */
.scrollarea:after {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 114px;
  background-color: #fff;
  transform-origin: top center;
}
@keyframes kurukuru {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* line 177, ../_module.scss */
.scrollarea svg {
  animation: kurukuru 10s linear infinite forwards;
}
@keyframes kurukuru {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 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-x: hidden;
}

/* line 19, ../_layout.scss */
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 32, ../_layout.scss */
.loading.off {
  transform: translateX(105%);
}
/* line 35, ../_layout.scss */
.loading .catch {
  overflow: hidden;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(10%);
  width: 100%;
}
@media screen and (max-width: 896px) {
  /* line 35, ../_layout.scss */
  .loading .catch {
    margin-top: -60px;
  }
}
/* line 44, ../_layout.scss */
.loading .catch.on {
  opacity: 1;
  transform: translateY(0);
}
/* line 48, ../_layout.scss */
.loading .catch .catch_inner {
  white-space: nowrap;
  text-align: center;
  position: relative;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(123%);
}
/* line 56, ../_layout.scss */
.loading .catch .catch_inner.on {
  transform: translateY(0);
}
/* line 59, ../_layout.scss */
.loading .catch .catch_inner.on span.nxt_txt {
  opacity: 1;
}
/* line 65, ../_layout.scss */
.loading .catch span {
  display: inline-block;
  color: #095790;
  font-weight: 900;
}
/* line 69, ../_layout.scss */
.loading .catch span.fst_txt {
  font-size: 2.6rem;
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
  /* line 69, ../_layout.scss */
  .loading .catch span.fst_txt {
    font-size: 2rem;
  }
}
/* line 79, ../_layout.scss */
.loading .catch span.nxt_txt {
  opacity: 0;
  font-size: 4rem;
}
@media screen and (max-width: 896px) {
  /* line 79, ../_layout.scss */
  .loading .catch span.nxt_txt {
    font-size: 3rem;
  }
}

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

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

/* line 101, ../_layout.scss */
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  transition: 0.4s;
  width: 100%;
}
@media screen and (min-width: 897px) {
  /* line 101, ../_layout.scss */
  .header {
    padding: 16px 5%;
  }
}
@media screen and (max-width: 896px) {
  /* line 101, ../_layout.scss */
  .header {
    align-items: center;
    z-index: 10001;
    padding: 10px 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 118, ../_layout.scss */
  .header .logo {
    width: 342px;
  }
}
@media screen and (max-width: 896px) {
  /* line 118, ../_layout.scss */
  .header .logo {
    width: 55%;
  }
}
/* line 126, ../_layout.scss */
.header .logo a {
  display: block;
  position: relative;
}
/* line 129, ../_layout.scss */
.header .logo a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/logo_white.png);
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
/* line 144, ../_layout.scss */
.header .logo a.white:before {
  opacity: 1;
}
/* line 148, ../_layout.scss */
.header .logo a.white img {
  opacity: 0;
}
/* line 155, ../_layout.scss */
.header .menuarea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  /* line 155, ../_layout.scss */
  .header .menuarea {
    width: auto;
  }
}
@media screen and (min-width: 897px) {
  /* line 163, ../_layout.scss */
  .header .entrybtn {
    display: block;
    width: 130px;
    padding: 12px 0;
    margin-right: 10px;
    background-color: #d2500a;
    border: 1px solid #d2500a;
    border-radius: 25px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  /* line 176, ../_layout.scss */
  .header .entrybtn:hover {
    background-color: #fff;
    color: #d2500a;
  }
}
/* line 183, ../_layout.scss */
.header .menubtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 12px;
  border-radius: 25px;
  background-color: #095790;
  border: 1px solid #095790;
  transition: 0.3s ease;
}
@media screen and (min-width: 897px) {
  /* line 183, ../_layout.scss */
  .header .menubtn {
    width: 130px;
  }
  /* line 195, ../_layout.scss */
  .header .menubtn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #095790;
  }
  /* line 200, ../_layout.scss */
  .header .menubtn:hover .bar_box .bar {
    background-color: #095790 !important;
  }
  /* line 204, ../_layout.scss */
  .header .menubtn:hover .txt {
    color: #095790;
  }
}
@media screen and (max-width: 896px) {
  /* line 183, ../_layout.scss */
  .header .menubtn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
}
/* line 215, ../_layout.scss */
.header .menubtn.close .bar_box {
  width: 20px;
}
/* line 217, ../_layout.scss */
.header .menubtn.close .bar_box .bar {
  background-color: #fff;
}
/* line 219, ../_layout.scss */
.header .menubtn.close .bar_box .bar:nth-of-type(1) {
  transform: translateY(4px) rotate(45deg);
}
/* line 222, ../_layout.scss */
.header .menubtn.close .bar_box .bar:nth-of-type(2) {
  opacity: 0;
}
/* line 225, ../_layout.scss */
.header .menubtn.close .bar_box .bar:nth-of-type(3) {
  transform: translateY(-6px) rotate(-45deg);
}
/* line 231, ../_layout.scss */
.header .menubtn .bar_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25px;
  margin-left: 10px;
  transition: 0.4s;
}
@media screen and (max-width: 896px) {
  /* line 231, ../_layout.scss */
  .header .menubtn .bar_box {
    margin-left: 0;
  }
}
/* line 242, ../_layout.scss */
.header .menubtn .bar_box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s ease;
}
/* line 248, ../_layout.scss */
.header .menubtn .bar_box .bar:nth-of-type(2) {
  margin: 3px 0;
}
/* line 254, ../_layout.scss */
.header .menubtn .txt {
  font-weight: 600;
  color: #fff;
  margin-right: 5px;
}
@media screen and (min-width: 897px) {
  /* line 254, ../_layout.scss */
  .header .menubtn .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 254, ../_layout.scss */
  .header .menubtn .txt {
    font-size: 1.5rem;
  }
}

/* line 268, ../_layout.scss */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url(../../img/common/bg_pattern.png);
  background-size: 128px;
  transition: all 0.4s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 280, ../_layout.scss */
.nav.slideIn {
  transform: translate(0, 0);
}
@media screen and (max-width: 896px) {
  /* line 268, ../_layout.scss */
  .nav {
    overflow-y: scroll;
    padding: 100px 5% 120px;
  }
}
@media screen and (min-width: 897px) {
  /* line 289, ../_layout.scss */
  .nav__content {
    overflow-y: scroll;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
/* line 296, ../_layout.scss */
.nav__content--menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 897px) {
  /* line 296, ../_layout.scss */
  .nav__content--menu {
    padding: 40px 5% 0;
    width: 70%;
  }
}
/* line 306, ../_layout.scss */
.nav__content--thumb {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 90%;
  background-image: url(../../img/common/menu_top.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 317, ../_layout.scss */
.nav__content--thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: 0.4s ease;
}
/* line 331, ../_layout.scss */
.nav__content--thumb .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease;
}
/* line 343, ../_layout.scss */
.nav__content--thumb .bgimg.on {
  opacity: 1;
  z-index: 100;
}
/* line 350, ../_layout.scss */
.nav .main {
  width: 45%;
}
@media screen and (max-width: 896px) {
  /* line 350, ../_layout.scss */
  .nav .main {
    width: 100%;
  }
}
/* line 355, ../_layout.scss */
.nav .main li {
  position: relative;
}
/* line 357, ../_layout.scss */
.nav .main li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 357, ../_layout.scss */
  .nav .main li:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 355, ../_layout.scss */
  .nav .main li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
}
/* line 369, ../_layout.scss */
.nav .main a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #001a2c;
  line-height: 1.2;
}
@media screen and (min-width: 897px) {
  /* line 369, ../_layout.scss */
  .nav .main a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 369, ../_layout.scss */
  .nav .main a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 382, ../_layout.scss */
  .nav .main a:hover {
    color: #095790;
  }
}
/* line 386, ../_layout.scss */
.nav .main a .en {
  display: inline-block;
  margin-top: 4px;
  letter-spacing: 0.02em;
  color: #095790;
}
@media screen and (min-width: 897px) {
  /* line 386, ../_layout.scss */
  .nav .main a .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 386, ../_layout.scss */
  .nav .main a .en {
    font-size: 1.1rem;
    margin-top: 0;
    margin-left: 10px;
  }
}
/* line 402, ../_layout.scss */
.nav .main .openmenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid #001a2c;
  transition: 0.35s ease;
  cursor: pointer;
}
@media screen and (min-width: 897px) {
  /* line 412, ../_layout.scss */
  .nav .main .openmenu:hover {
    background-color: #001a2c;
  }
  /* line 414, ../_layout.scss */
  .nav .main .openmenu:hover:before, .nav .main .openmenu:hover:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 896px) {
  /* line 402, ../_layout.scss */
  .nav .main .openmenu {
    width: 34px;
    height: 34px;
    top: -7px;
  }
}
/* line 426, ../_layout.scss */
.nav .main .openmenu.open:before {
  transform: translate(-50%, -50%) rotate(0);
}
/* line 430, ../_layout.scss */
.nav .main .openmenu:before, .nav .main .openmenu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #001a2c;
  transition: 0.35s ease;
}
@media screen and (max-width: 896px) {
  /* line 430, ../_layout.scss */
  .nav .main .openmenu:before, .nav .main .openmenu:after {
    width: 14px;
  }
}
/* line 444, ../_layout.scss */
.nav .main .openmenu:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* line 447, ../_layout.scss */
.nav .main .openmenu:after {
  transform: translate(-50%, -50%);
}
/* line 452, ../_layout.scss */
.nav .main .membermenu {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  /* line 452, ../_layout.scss */
  .nav .main .membermenu {
    margin-top: 22px;
  }
}
@media screen and (min-width: 897px) {
  /* line 460, ../_layout.scss */
  .nav .main .membermenu li:not(:first-child) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 896px) {
  /* line 458, ../_layout.scss */
  .nav .main .membermenu li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
/* line 468, ../_layout.scss */
.nav .main .membermenu li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 896px) {
  /* line 468, ../_layout.scss */
  .nav .main .membermenu li a {
    font-size: 1.6rem;
  }
}
/* line 473, ../_layout.scss */
.nav .main .membermenu li a .small {
  display: inline-block;
  font-size: 1.2rem;
  color: #095790;
  margin-left: 15px;
}
/* line 478, ../_layout.scss */
.nav .main .membermenu li a .small.food {
  color: #d2500a;
}
/* line 487, ../_layout.scss */
.nav .sub {
  display: flex;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  /* line 487, ../_layout.scss */
  .nav .sub {
    margin-top: 40px;
    display: block;
  }
}
@media screen and (min-width: 897px) {
  /* line 496, ../_layout.scss */
  .nav .sub li:not(:first-child) {
    margin-left: 56px;
  }
}
@media screen and (max-width: 896px) {
  /* line 496, ../_layout.scss */
  .nav .sub li:not(:first-child) {
    margin-top: 18px;
  }
}
/* line 505, ../_layout.scss */
.nav .sub a {
  font-weight: 400;
  color: #001a2c;
}
@media screen and (min-width: 897px) {
  /* line 505, ../_layout.scss */
  .nav .sub a {
    font-size: 1.4rem;
  }
  /* line 510, ../_layout.scss */
  .nav .sub a:hover {
    color: #095790;
  }
}
@media screen and (max-width: 896px) {
  /* line 505, ../_layout.scss */
  .nav .sub a {
    font-size: 1.2rem;
  }
}
/* line 517, ../_layout.scss */
.nav .sub a.outlink {
  padding-right: 14px;
  background-image: url(../../img/common/icon_outlink.svg);
  background-size: 14px;
  background-position: right 60%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 897px) {
  /* line 528, ../_layout.scss */
  .mvunder {
    padding: 190px 0 60px 5%;
  }
}
@media screen and (max-width: 896px) {
  /* line 528, ../_layout.scss */
  .mvunder {
    padding: 120px 0 20px 5%;
  }
}
/* line 535, ../_layout.scss */
.mvunder h2 {
  align-items: center;
  color: #001a2c;
}
@media screen and (min-width: 897px) {
  /* line 535, ../_layout.scss */
  .mvunder h2 {
    display: flex;
  }
}
/* line 542, ../_layout.scss */
.mvunder .en {
  font-weight: 600;
}
@media screen and (min-width: 897px) {
  /* line 542, ../_layout.scss */
  .mvunder .en {
    font-size: 11vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 542, ../_layout.scss */
  .mvunder .en {
    font-size: 3.8rem;
  }
}
/* line 552, ../_layout.scss */
.mvunder .jp {
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  /* line 552, ../_layout.scss */
  .mvunder .jp {
    margin-top: 12px;
    margin-left: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 552, ../_layout.scss */
  .mvunder .jp {
    display: block;
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
/* line 566, ../_layout.scss */
.mvunder__img {
  margin-top: 62px;
}
@media screen and (max-width: 896px) {
  /* line 566, ../_layout.scss */
  .mvunder__img {
    margin-top: 30px;
    width: 150%;
    left: -30%;
  }
}

/* line 576, ../_layout.scss */
.otherpage {
  padding: 80px 5% 120px;
}
@media screen and (max-width: 896px) {
  /* line 576, ../_layout.scss */
  .otherpage {
    padding: 60px 5% 80px;
  }
}
@media screen and (min-width: 897px) {
  /* line 581, ../_layout.scss */
  .otherpage__content {
    display: flex;
  }
}
/* line 585, ../_layout.scss */
.otherpage__content--item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 585, ../_layout.scss */
  .otherpage__content--item {
    width: 50%;
    height: 41.4vw;
    padding-left: 5%;
  }
  /* line 599, ../_layout.scss */
  .otherpage__content--item.wide {
    width: 70%;
    height: 28.6vw;
    margin: auto;
  }
}
@media screen and (max-width: 896px) {
  /* line 585, ../_layout.scss */
  .otherpage__content--item {
    height: 80vw;
    padding: 0 5%;
    margin-top: 2px;
  }
}
@media screen and (min-width: 897px) {
  /* line 612, ../_layout.scss */
  .otherpage__content--item:hover .basebtn {
    background-color: #fff;
    color: #004f88;
  }
  /* line 616, ../_layout.scss */
  .otherpage__content--item:hover:before {
    transform: scale(1.1);
  }
}
/* line 621, ../_layout.scss */
.otherpage__content--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  transition: 1s ease;
}
/* line 633, ../_layout.scss */
.otherpage__content--item:first-child {
  border-right: 1px solid #fff;
}
/* line 637, ../_layout.scss */
.otherpage__content--item.strategybg:before {
  background-image: url(../../img/about/bg_strategy.jpg);
}
/* line 642, ../_layout.scss */
.otherpage__content--item.revolutionbg:before {
  background-image: url(../../img/about/bg_revolution.jpg);
}
/* line 647, ../_layout.scss */
.otherpage__content--item.schedulebg:before {
  background-image: url(../../img/strategy/bg_schedule.jpg);
}
/* line 652, ../_layout.scss */
.otherpage__content--item.aboutbg:before {
  background-image: url(../../img/strategy/bg_about.jpg);
}
/* line 657, ../_layout.scss */
.otherpage__content--item.infobg:before {
  background-image: url(../../img/schedule/bg_information.jpg);
}
/* line 662, ../_layout.scss */
.otherpage__content--item .textarea {
  position: relative;
  z-index: 3;
}
/* line 667, ../_layout.scss */
.otherpage__content--item .label {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
/* line 672, ../_layout.scss */
.otherpage__content--item p {
  margin-top: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (min-width: 897px) {
  /* line 672, ../_layout.scss */
  .otherpage__content--item p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 672, ../_layout.scss */
  .otherpage__content--item p {
    font-size: 2rem;
  }
}
/* line 683, ../_layout.scss */
.otherpage__content--item p.schedule_txt {
  width: 62%;
}
@media screen and (min-width: 897px) {
  /* line 686, ../_layout.scss */
  .otherpage__content--item p.heading {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 686, ../_layout.scss */
  .otherpage__content--item p.heading {
    font-size: 3.8rem;
  }
}
/* line 694, ../_layout.scss */
.otherpage__content--item p .large {
  display: block;
}
@media screen and (min-width: 897px) {
  /* line 694, ../_layout.scss */
  .otherpage__content--item p .large {
    font-size: 6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 694, ../_layout.scss */
  .otherpage__content--item p .large {
    font-size: 4rem;
  }
}
/* line 704, ../_layout.scss */
.otherpage__content--item .basebtn {
  display: block;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  transition: 0.35s ease;
}
@media screen and (min-width: 897px) {
  /* line 704, ../_layout.scss */
  .otherpage__content--item .basebtn {
    width: 230px;
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 704, ../_layout.scss */
  .otherpage__content--item .basebtn {
    width: 90%;
    padding: 17px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 704, ../_layout.scss */
  .otherpage__content--item .basebtn {
    margin-top: 48px;
  }
}
@media screen and (max-width: 896px) {
  /* line 704, ../_layout.scss */
  .otherpage__content--item .basebtn {
    margin-top: 28px;
  }
}
/* line 715, ../_layout.scss */
.otherpage__content--item .person {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
/* line 720, ../_layout.scss */
.otherpage__content--item .person.person01 {
  width: 73%;
}
/* line 723, ../_layout.scss */
.otherpage__content--item .person.person02 {
  width: 55%;
}

/* line 731, ../_layout.scss */
.entryarea {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 896px) {
  /* line 731, ../_layout.scss */
  .entryarea {
    height: 45vh;
  }
}
/* line 737, ../_layout.scss */
.entryarea .bgimg {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 746, ../_layout.scss */
.entryarea .bgimg01 {
  left: 0;
  background-image: url(../../img/top/bg_entry_01.jpg);
  transition-delay: 0.2s;
}
/* line 751, ../_layout.scss */
.entryarea .bgimg02 {
  left: 20%;
  background-image: url(../../img/top/bg_entry_02.jpg);
  transition-delay: 0.3s;
}
/* line 756, ../_layout.scss */
.entryarea .bgimg03 {
  left: 40%;
  background-image: url(../../img/top/bg_entry_03.jpg);
  transition-delay: 0.4s;
}
/* line 761, ../_layout.scss */
.entryarea .bgimg04 {
  left: 60%;
  background-image: url(../../img/top/bg_entry_04.jpg);
  transition-delay: 0.5s;
}
/* line 766, ../_layout.scss */
.entryarea .bgimg05 {
  left: 80%;
  background-image: url(../../img/top/bg_entry_05.jpg);
  transition-delay: 0.6s;
}
/* line 772, ../_layout.scss */
.entryarea__content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 896px) {
  /* line 772, ../_layout.scss */
  .entryarea__content {
    padding: 0 5%;
  }
}
/* line 782, ../_layout.scss */
.entryarea__content .textarea {
  margin-top: 140px;
}
@media screen and (max-width: 896px) {
  /* line 782, ../_layout.scss */
  .entryarea__content .textarea {
    margin-top: 120px;
  }
}
/* line 788, ../_layout.scss */
.entryarea__content h3 {
  font-weight: 700;
  color: #fff;
  text-indent: 0.5em;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 897px) {
  /* line 788, ../_layout.scss */
  .entryarea__content h3 {
    font-size: 9vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 788, ../_layout.scss */
  .entryarea__content h3 {
    font-size: 3.2rem;
    font-weight: 900;
  }
}
/* line 800, ../_layout.scss */
.entryarea__content h3 span {
  color: #d2500a;
}
/* line 804, ../_layout.scss */
.entryarea__content .basebtn {
  display: block;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #005b98;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-color: #d2500a;
  background-color: #d2500a;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  /* line 804, ../_layout.scss */
  .entryarea__content .basebtn {
    width: 272px;
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 804, ../_layout.scss */
  .entryarea__content .basebtn {
    width: 90%;
    padding: 17px 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 812, ../_layout.scss */
  .entryarea__content .basebtn:hover {
    background-color: #fff;
    color: #d2500a;
  }
}

/* line 823, ../_layout.scss */
.footer__contact {
  position: relative;
  width: 100%;
  background: url(../../img/common/bg_footer_img.jpg) no-repeat right center;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 823, ../_layout.scss */
  .footer__contact {
    height: 33.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 823, ../_layout.scss */
  .footer__contact {
    height: 50vh;
    background: url(../../img/common/sp-bg_footer_img.jpg) no-repeat center bottom;
    background-size: cover;
  }
}
/* line 837, ../_layout.scss */
.footer__contact .textarea {
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 896px) {
  /* line 837, ../_layout.scss */
  .footer__contact .textarea {
    top: 36%;
  }
}
/* line 845, ../_layout.scss */
.footer__contact .textarea h3 {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 845, ../_layout.scss */
  .footer__contact .textarea h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 845, ../_layout.scss */
  .footer__contact .textarea h3 {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    text-indent: 0.5em;
  }
}
/* line 859, ../_layout.scss */
.footer__contact .textarea .entrybtn {
  display: block;
  width: 272px;
  padding: 22px 0;
  margin-top: 42px;
  border-radius: 30px;
  background-color: #005b98;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 859, ../_layout.scss */
  .footer__contact .textarea .entrybtn {
    width: 90%;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 897px) {
  /* line 875, ../_layout.scss */
  .footer__contact .textarea .entrybtn:hover {
    background-color: #fff;
    color: #005b98;
  }
}
@media screen and (min-width: 897px) {
  /* line 884, ../_layout.scss */
  .footer__sitemap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 5% 50px;
  }
}
@media screen and (max-width: 896px) {
  /* line 884, ../_layout.scss */
  .footer__sitemap {
    padding: 60px 5% 40px;
  }
}
@media screen and (min-width: 897px) {
  /* line 896, ../_layout.scss */
  .footer .info {
    width: 24.9vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 896, ../_layout.scss */
  .footer .info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 903, ../_layout.scss */
  .footer .info .logo {
    width: 280px;
  }
}
@media screen and (max-width: 896px) {
  /* line 903, ../_layout.scss */
  .footer .info .logo {
    display: block;
    width: 70%;
  }
}
/* line 913, ../_layout.scss */
.footer .info .address {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #001a2c;
}
@media screen and (min-width: 897px) {
  /* line 913, ../_layout.scss */
  .footer .info .address {
    margin-top: 32px;
  }
}
@media screen and (max-width: 896px) {
  /* line 913, ../_layout.scss */
  .footer .info .address {
    margin-top: 24px;
  }
}
/* line 927, ../_layout.scss */
.footer .info .tel_link {
  font-size: 1.4rem;
  margin-top: 15px;
  display: inline-block;
}
/* line 933, ../_layout.scss */
.footer .info .sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 897px) {
  /* line 933, ../_layout.scss */
  .footer .info .sns {
    margin-top: 64px;
  }
}
@media screen and (max-width: 896px) {
  /* line 933, ../_layout.scss */
  .footer .info .sns {
    margin-top: 32px;
  }
}
@media screen and (min-width: 897px) {
  /* line 942, ../_layout.scss */
  .footer .info .sns li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 896px) {
  /* line 942, ../_layout.scss */
  .footer .info .sns li {
    margin-right: 12px;
  }
}
@media screen and (min-width: 897px) {
  /* line 953, ../_layout.scss */
  .footer .sitemap {
    width: 60vw;
  }
}
/* line 959, ../_layout.scss */
.footer .sitemap .mainmenu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 897px) {
  /* line 959, ../_layout.scss */
  .footer .sitemap .mainmenu {
    justify-content: flex-end;
    gap: 15px;
  }
}
@media screen and (min-width: 897px) {
  /* line 969, ../_layout.scss */
  .footer .sitemap .mainmenu li {
    margin: 0 0 10px 25px;
  }
}
@media screen and (max-width: 896px) {
  /* line 969, ../_layout.scss */
  .footer .sitemap .mainmenu li {
    width: 100%;
    margin-bottom: 18px;
  }
}
/* line 978, ../_layout.scss */
.footer .sitemap .mainmenu a {
  position: relative;
  color: #001a2c;
  font-size: 1.4rem;
}
@media screen and (min-width: 897px) {
  /* line 983, ../_layout.scss */
  .footer .sitemap .mainmenu a:hover {
    color: #005b98;
  }
}
@media screen and (max-width: 896px) {
  /* line 978, ../_layout.scss */
  .footer .sitemap .mainmenu a {
    display: block;
  }
}
/* line 993, ../_layout.scss */
.footer .sitemap .sub {
  display: flex;
}
@media screen and (min-width: 897px) {
  /* line 993, ../_layout.scss */
  .footer .sitemap .sub {
    justify-content: flex-end;
    margin-top: 35px;
  }
}
@media screen and (max-width: 896px) {
  /* line 993, ../_layout.scss */
  .footer .sitemap .sub {
    margin-top: 20px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1002, ../_layout.scss */
  .footer .sitemap .sub li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 896px) {
  /* line 1002, ../_layout.scss */
  .footer .sitemap .sub li {
    margin-right: 12px;
  }
}
/* line 1010, ../_layout.scss */
.footer .sitemap .sub a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #717171;
}
/* line 1014, ../_layout.scss */
.footer .sitemap .sub a.outlink {
  padding-right: 14px;
  background-image: url(../../img/common/icon_outlink.svg);
  background-size: 10px;
  background-position: right 60%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 897px) {
  /* line 1022, ../_layout.scss */
  .footer .sitemap .sub a:hover {
    color: #005b98;
  }
}
/* line 1029, ../_layout.scss */
.footer .sitemap .copyright {
  margin-top: 60px;
}
@media screen and (min-width: 897px) {
  /* line 1029, ../_layout.scss */
  .footer .sitemap .copyright {
    text-align: right;
  }
}
@media screen and (max-width: 896px) {
  /* line 1029, ../_layout.scss */
  .footer .sitemap .copyright {
    text-align: center;
  }
}
/* line 1037, ../_layout.scss */
.footer .sitemap .copyright small {
  font-size: 1.1rem;
  color: #959595;
}
/* line 1045, ../_layout.scss */
.footer .linkarea ul {
  display: flex;
  flex-wrap: wrap;
}
/* line 1050, ../_layout.scss */
.footer .linkarea li:not(.footer .linkarea li:last-child) {
  margin-right: 30px;
}
/* line 1054, ../_layout.scss */
.footer .linkarea a {
  display: inline-block;
  padding-right: 18px;
  background-image: url(../../img/common/icon_outlink.png);
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  color: #919bb3;
}
@media screen and (max-width: 896px) {
  /* line 1066, ../_layout.scss */
  .footer .copyright {
    margin-top: 32px;
    text-align: center;
  }
}
/* line 1071, ../_layout.scss */
.footer .copyright small {
  font-size: 1.2rem;
  color: #919bb3;
}

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

/* line 22, ../_states.scss */
.underline {
  position: relative;
}
/* line 24, ../_states.scss */
.underline::before {
  content: "";
  background: #005b98;
  width: 100%;
  height: 1.5px;
  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 38, ../_states.scss */
  .underline:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* line 46, ../_states.scss */
.hoverScale .thumb {
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 49, ../_states.scss */
.hoverScale .thumb .scaleImg {
  transition: transform 0.4s cubic-bezier(0.4, 0.1, 0.3, 1);
}
/* line 51, ../_states.scss */
.hoverScale .thumb .scaleImg img {
  backface-visibility: hidden;
}
@media screen and (min-width: 897px) {
  /* line 58, ../_states.scss */
  .hoverScale:hover .thumb {
    transform: scale(0.95);
  }
  /* line 60, ../_states.scss */
  .hoverScale:hover .thumb .scaleImg {
    transform: scale(1.15);
  }
}

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

/* line 75, ../_states.scss */
.svg_anim svg {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  transition: 1s;
}
/* line 81, ../_states.scss */
.svg_anim.on svg {
  stroke-dashoffset: 2000;
}

/* line 87, ../_states.scss */
.slideIn_x,
.slideIn_x_f {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 0.49, 0.99, 1);
}
/* line 92, ../_states.scss */
.slideIn_x.on,
.slideIn_x_f.on {
  opacity: 1;
  transform: translateX(0);
}
/* line 95, ../_states.scss */
.slideIn_x.on.dly1,
.slideIn_x_f.on.dly1 {
  transition-delay: 0.1s;
}
/* line 98, ../_states.scss */
.slideIn_x.on.dly2,
.slideIn_x_f.on.dly2 {
  transition-delay: 0.2s;
}
/* line 101, ../_states.scss */
.slideIn_x.on.dly3,
.slideIn_x_f.on.dly3 {
  transition-delay: 0.3s;
}
/* line 104, ../_states.scss */
.slideIn_x.on.dly4,
.slideIn_x_f.on.dly4 {
  transition-delay: 0.4s;
}

/* line 110, ../_states.scss */
.fade_z,
.fade_z_f {
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (min-width: 897px) {
  /* line 110, ../_states.scss */
  .fade_z,
  .fade_z_f {
    transform: scale(0.3) rotate(6deg);
  }
}
@media screen and (max-width: 896px) {
  /* line 110, ../_states.scss */
  .fade_z,
  .fade_z_f {
    transform: scale(0.3) rotate(2deg);
  }
}
/* line 120, ../_states.scss */
.fade_z.on,
.fade_z_f.on {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* line 126, ../_states.scss */
.fade_y,
.fade_y_f {
  transform: translateY(5%);
  opacity: 0;
  transition: 0.6s ease;
}
/* line 131, ../_states.scss */
.fade_y.on,
.fade_y_f.on {
  opacity: 1;
  transform: translateY(0);
}

/* line 137, ../_states.scss */
.imgFade,
.imgFade_f {
  position: relative;
  overflow: hidden;
}
/* line 141, ../_states.scss */
.imgFade:before,
.imgFade_f:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
/* line 151, ../_states.scss */
.imgFade img,
.imgFade_f img {
  transform: scale(1.05);
}
/* line 155, ../_states.scss */
.imgFade.on:before,
.imgFade_f.on:before {
  transform: translate(100%, 0);
  transition: 0.4s ease;
}
/* line 159, ../_states.scss */
.imgFade.on img,
.imgFade_f.on img {
  transition: 1s ease-out;
  transform: scale(1);
}

/* line 166, ../_states.scss */
.scr_cvr,
.scr_cvr_f {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
/* line 173, ../_states.scss */
.scr_cvr::before,
.scr_cvr_f::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 185, ../_states.scss */
.scr_cvr img,
.scr_cvr_f img {
  transform: scale(1.05);
}
/* line 188, ../_states.scss */
.scr_cvr.on,
.scr_cvr_f.on {
  opacity: 1;
}
/* line 190, ../_states.scss */
.scr_cvr.on::before,
.scr_cvr_f.on::before {
  right: -100%;
  transition-delay: 0.3s;
}
/* line 194, ../_states.scss */
.scr_cvr.on img,
.scr_cvr_f.on img {
  transition: 1s ease-out;
  transform: scale(1);
}

/* line 7, _about.scss */
.about .scr_cvr.on img {
  transform: scale(1.2);
}
/* line 12, _about.scss */
.about__heading {
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  /* line 12, _about.scss */
  .about__heading {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 12, _about.scss */
  .about__heading {
    font-size: 2.8rem;
  }
}
/* line 24, _about.scss */
.about__subheading {
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  /* line 24, _about.scss */
  .about__subheading {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 24, _about.scss */
  .about__subheading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 36, _about.scss */
  .about__leadarea {
    padding: 0 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 36, _about.scss */
  .about__leadarea {
    padding: 0 5%;
    margin-top: 20px;
  }
}
/* line 44, _about.scss */
.about__leadarea .label {
  display: inline-block;
  padding: 10px 50px;
  background-color: #095790;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 896px) {
  /* line 44, _about.scss */
  .about__leadarea .label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 897px) {
  /* line 56, _about.scss */
  .about__leadarea .about__heading {
    margin: 30px 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 56, _about.scss */
  .about__leadarea .about__heading {
    margin: 20px 0;
  }
}
/* line 65, _about.scss */
.about__leadarea p {
  font-weight: 500;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 897px) {
  /* line 65, _about.scss */
  .about__leadarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  /* line 65, _about.scss */
  .about__leadarea p {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}
/* line 71, _about.scss */
.about__question {
  margin-top: 90px;
}
@media screen and (min-width: 897px) {
  /* line 71, _about.scss */
  .about__question {
    padding: 0 0 0 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 71, _about.scss */
  .about__question {
    padding: 0 5%;
  }
}
/* line 79, _about.scss */
.about__question .textarea {
  margin-top: 32px;
}
@media screen and (min-width: 897px) {
  /* line 79, _about.scss */
  .about__question .textarea {
    width: 57.1vw;
  }
}
/* line 84, _about.scss */
.about__question .textarea .en {
  font-size: 1.6rem;
  font-weight: 600;
  color: #095790;
}
/* line 89, _about.scss */
.about__question .textarea .about__subheading {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  /* line 89, _about.scss */
  .about__question .textarea .about__subheading {
    margin-top: 10px;
  }
}
/* line 95, _about.scss */
.about__question .textarea p {
  margin-top: 30px;
  font-weight: 500;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 897px) {
  /* line 95, _about.scss */
  .about__question .textarea p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  /* line 95, _about.scss */
  .about__question .textarea p {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 896px) {
  /* line 95, _about.scss */
  .about__question .textarea p {
    margin-top: 15px;
  }
}
/* line 106, _about.scss */
.about__real {
  position: relative;
  margin-top: 132px;
}
@media screen and (max-width: 896px) {
  /* line 106, _about.scss */
  .about__real {
    padding: 0 5%;
    margin-top: 60px;
  }
}
/* line 113, _about.scss */
.about__real--head {
  font-weight: 700;
  color: #095790;
  height: 100vh;
}
@media screen and (min-width: 897px) {
  /* line 113, _about.scss */
  .about__real--head {
    position: absolute;
    top: 80px;
    left: 5%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 11rem;
  }
  /* line 124, _about.scss */
  .about__real--head.fixed {
    position: fixed;
  }
  /* line 127, _about.scss */
  .about__real--head.bottom {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  /* line 113, _about.scss */
  .about__real--head {
    font-size: 3.8rem;
    height: auto;
  }
}
/* line 136, _about.scss */
.about__real--head span {
  display: inline-block;
  padding: 10px;
  margin-top: -10px;
  background-color: #095790;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 136, _about.scss */
  .about__real--head span {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 136, _about.scss */
  .about__real--head span {
    font-size: 2rem;
    padding: 4px 10px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 897px) {
  /* line 156, _about.scss */
  .about__real--content {
    margin-left: 25%;
  }
}
/* line 161, _about.scss */
.about__real--content .section {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  /* line 161, _about.scss */
  .about__real--content .section {
    margin-top: 30px;
  }
}
/* line 166, _about.scss */
.about__real--content .section .label {
  display: inline-block;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #095790;
}
@media screen and (max-width: 896px) {
  /* line 166, _about.scss */
  .about__real--content .section .label {
    margin-top: 20px;
  }
}
/* line 176, _about.scss */
.about__real--content .section .about__heading {
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 176, _about.scss */
  .about__real--content .section .about__heading {
    margin-top: 10px;
  }
}
/* line 182, _about.scss */
.about__real--content .section .about__subheading {
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  /* line 182, _about.scss */
  .about__real--content .section .about__subheading {
    margin-top: 10px;
  }
}
/* line 188, _about.scss */
.about__real--content .section p {
  margin-top: 24px;
  font-weight: 500;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 897px) {
  /* line 188, _about.scss */
  .about__real--content .section p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  /* line 188, _about.scss */
  .about__real--content .section p {
    font-size: 1.44rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 897px) {
  /* line 188, _about.scss */
  .about__real--content .section p {
    width: 60vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 188, _about.scss */
  .about__real--content .section p {
    margin-top: 15px;
  }
}
/* line 203, _about.scss */
.about__challenge {
  width: 100%;
  background: url(../../img/about/bg_challenge.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 203, _about.scss */
  .about__challenge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    padding: 30vh;
  }
}
@media screen and (max-width: 896px) {
  /* line 203, _about.scss */
  .about__challenge {
    padding: 80px 5%;
    margin-top: 60px;
    background: url(../../img/about/bg_challenge.jpg) no-repeat 45%;
    background-size: cover;
  }
}
/* line 220, _about.scss */
.about__challenge p {
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: blur(10px);
  transition: 1.4s;
}
@media screen and (min-width: 897px) {
  /* line 220, _about.scss */
  .about__challenge p {
    font-size: 2.6rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 896px) {
  /* line 220, _about.scss */
  .about__challenge p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
/* line 236, _about.scss */
.about__challenge p.on {
  opacity: 1;
  filter: blur(0);
}
