@charset "UTF-8";
/*----------------------------------------
  reset
-----------------------------------------*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;600;700;900&display=japanese);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&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;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 203, ../_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 212, ../_base.scss */
input[type="text"]:focus,
input[type="button"]: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 {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

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

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

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

/* line 74, ../_module.scss */
.en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

/* line 78, ../_module.scss */
.en_b {
  font-family: "Barlow-bold", sans-serif;
}

/* line 81, ../_module.scss */
.en_sy {
  font-family: "caveat";
}

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

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

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

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

/* line 100, ../_module.scss */
.flx {
  display: flex;
}
/* line 102, ../_module.scss */
.flx.reverse {
  flex-direction: row-reverse;
}
/* line 105, ../_module.scss */
.flx.jfc_sb {
  justify-content: space-between;
}
/* line 108, ../_module.scss */
.flx.jfc_c {
  justify-content: center;
}
/* line 111, ../_module.scss */
.flx.aic {
  align-items: center;
}
/* line 114, ../_module.scss */
.flx.clm {
  flex-direction: column;
}
/* line 116, ../_module.scss */
.flx.clm > * {
  min-height: 0%;
}

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

/* line 125, ../_module.scss */
.afterarrow {
  position: relative;
}
/* line 128, ../_module.scss */
.afterarrow:hover::after {
  transform: translateY(-39%) translateX(5px);
}
/* line 132, ../_module.scss */
.afterarrow::after {
  content: "";
  width: 18px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-39%);
  transition: transform 0.3s;
}
/* line 143, ../_module.scss */
.afterarrow.wht::after {
  background: url(../../img/common/arrow-wht.svg) no-repeat center;
  background-size: 100%;
}
/* line 149, ../_module.scss */
.afterarrow.red::after {
  background: url(../../img/common/arrow-red.svg) no-repeat center;
  background-size: 100%;
}
/* line 156, ../_module.scss */
.afterarrow.rightarw:hover::after {
  transform: translateY(-89%) translateX(5px);
}
/* line 160, ../_module.scss */
.afterarrow.rightarw::after {
  width: 20px;
  height: 12px;
  transform: translateY(-89%);
  right: 5px;
}

/* line 169, ../_module.scss */
.red_txt {
  color: #ee2314;
}

/* line 173, ../_module.scss */
.red_sy {
  color: #ed3d30;
}

/* line 178, ../_module.scss */
.lead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 896px) {
  /* line 178, ../_module.scss */
  .lead {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

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

/* line 197, ../_module.scss */
.sy_link {
  display: block;
  text-align: center;
  background-color: #ed3d30;
  border-radius: 40px;
  width: 235px;
  padding: 22px 0;
  border: 1px solid #ed3d30;
}
@media screen and (min-width: 897px) {
  /* line 206, ../_module.scss */
  .sy_link:hover {
    background-color: #fff;
  }
  /* line 208, ../_module.scss */
  .sy_link:hover span {
    color: #ed3d30;
  }
  /* line 210, ../_module.scss */
  .sy_link:hover span::after {
    background: url(../../img/common-sy/link-arrow.svg) repeat center;
    background-size: cover;
    left: -21px;
  }
}
@media screen and (max-width: 896px) {
  /* line 197, ../_module.scss */
  .sy_link {
    width: 220px;
    padding: 21px 0;
  }
}
/* line 222, ../_module.scss */
.sy_link span {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #fff;
  padding-left: 28px;
  transition: 0.5s;
  position: relative;
}
/* line 230, ../_module.scss */
.sy_link span::after {
  position: absolute;
  content: "";
  background: url(../../img/common-sy/link-arrow-wht.svg) repeat center;
  background-size: cover;
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translate(0, -50%);
  left: -29px;
  transition: 0.5s;
}
@media screen and (max-width: 896px) {
  /* line 222, ../_module.scss */
  .sy_link span {
    font-size: 14px;
  }
}

/* line 247, ../_module.scss */
.sy_link_wht {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  width: 260px;
  padding: 22px 0;
  border: 1px solid #fff;
}
@media screen and (min-width: 897px) {
  /* line 256, ../_module.scss */
  .sy_link_wht:hover {
    background-color: #ed3d30;
  }
  /* line 258, ../_module.scss */
  .sy_link_wht:hover span {
    color: #fff;
  }
  /* line 260, ../_module.scss */
  .sy_link_wht:hover span::after {
    background: url(../../img/common-sy/link-arrow-wht.svg) repeat center;
    background-size: cover;
    left: -10px;
  }
}
@media screen and (max-width: 896px) {
  /* line 247, ../_module.scss */
  .sy_link_wht {
    width: 220px;
    padding: 21px 0;
  }
}
/* line 272, ../_module.scss */
.sy_link_wht span {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #ed3d30;
  padding-left: 28px;
  transition: 0.5s;
  position: relative;
}
/* line 280, ../_module.scss */
.sy_link_wht span::after {
  position: absolute;
  content: "";
  background: url(../../img/common-sy/link-arrow.svg) repeat center;
  background-size: cover;
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translate(0, -50%);
  left: -18px;
  transition: 0.5s;
}
@media screen and (max-width: 896px) {
  /* line 272, ../_module.scss */
  .sy_link_wht span {
    font-size: 14px;
  }
}

/* line 297, ../_module.scss */
.bg_btn {
  background-color: #ee2314;
  border: #ee2314 solid 1px;
  text-align: center;
  display: block;
  padding: 33px 0;
  transform: 0.4s;
}
/* line 304, ../_module.scss */
.bg_btn:hover {
  background-color: #fff;
}
/* line 306, ../_module.scss */
.bg_btn:hover span {
  color: #ee2314;
}
/* line 310, ../_module.scss */
.bg_btn span {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  transition: 0.4s;
}

/* line 350, ../_module.scss */
.en_jp_ttl {
  font-size: 48px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  /* line 350, ../_module.scss */
  .en_jp_ttl {
    font-size: 22px;
  }
}
/* line 358, ../_module.scss */
.en_jp_ttl .en {
  font-family: "Caveat", cursive;
  color: #ec3c2f;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 26px;
  margin-bottom: 8px;
}
@media screen and (max-width: 896px) {
  /* line 358, ../_module.scss */
  .en_jp_ttl .en {
    font-size: 19px;
    margin-bottom: 4px;
  }
}

/* line 394, ../_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 394, ../_module.scss */
  .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}

@keyframes factoryAnim {
  0% {
    transform: translate(-50%, 6%);
  }
  50% {
    transform: translate(-50%, -6%);
  }
  100% {
    transform: translate(-50%, 6%);
  }
}
@keyframes icon-roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-border {
  0% {
    width: 0;
  }
  100% {
    width: 70px;
  }
}
/* line 440, ../_module.scss */
.sec_ttl_red {
  color: #ec3c2f;
  font-size: 16px;
  letter-spacing: 0.18em;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
/* line 446, ../_module.scss */
.sec_ttl_red.ver {
  writing-mode: vertical-lr;
}
@media screen and (max-width: 896px) {
  /* line 440, ../_module.scss */
  .sec_ttl_red {
    font-size: 30px;
    text-align: center;
  }
}

/* line 454, ../_module.scss */
.sec_ttl_white {
  color: white;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-family: "Caveat", cursive;
  writing-mode: vertical-lr;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 454, ../_module.scss */
  .sec_ttl_white {
    font-size: 13px;
    text-align: center;
  }
}

/* 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 */
.loaded .btnkown {
  transform: scale(1);
  opacity: 1;
}

/* line 21, ../_layout.scss */
.btnkown {
  position: fixed;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.23);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.23);
  opacity: 0;
  transform: scale(0);
}
@media screen and (min-width: 897px) {
  /* line 21, ../_layout.scss */
  .btnkown {
    bottom: 20px;
    right: 20px;
    width: 143px;
  }
  /* line 32, ../_layout.scss */
  .btnkown:hover {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 896px) {
  /* line 21, ../_layout.scss */
  .btnkown {
    display: none;
  }
}

@media screen and (max-width: 896px) {
  /* line 41, ../_layout.scss */
  #stage {
    overflow-x: hidden;
  }
}
/* line 45, ../_layout.scss */
#stage .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
}

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

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

/* line 68, ../_layout.scss */
.loaded .header {
  transform: translateY(0);
}

/* line 72, ../_layout.scss */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #fffefa;
}
/* line 80, ../_layout.scss */
.loading h1 {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 300px;
  transform: translateY(-50%);
}
@media screen and (max-width: 896px) {
  /* line 80, ../_layout.scss */
  .loading h1 {
    width: 80%;
    top: 45%;
  }
}

/* line 93, ../_layout.scss */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  padding: 0 5%;
  z-index: 100;
  transition: 0.6s;
  transform: translateY(-150px);
}
@media screen and (min-width: 897px) {
  /* line 93, ../_layout.scss */
  .header {
    top: 40px;
  }
  /* line 103, ../_layout.scss */
  .header.saiyo_header {
    top: 0;
    padding: 15px 5%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 897px) and (min-width: 897px) {
  /* line 108, ../_layout.scss */
  .header.saiyo_header .header_inner .logo {
    width: 220px;
  }
}

@media screen and (max-width: 896px) {
  /* line 93, ../_layout.scss */
  .header {
    padding-top: 8px;
  }
}
@media screen and (min-width: 897px) {
  /* line 120, ../_layout.scss */
  .header .header_inner .logo {
    width: 270px;
  }
}
@media screen and (max-width: 896px) {
  /* line 120, ../_layout.scss */
  .header .header_inner .logo {
    position: relative;
    z-index: 10002;
    width: 60%;
  }
}
/* line 129, ../_layout.scss */
.header .header_inner .logo a {
  display: block;
}
/* line 133, ../_layout.scss */
.header .header_inner .menuBtn {
  z-index: 10002;
}
@media screen and (min-width: 897px) {
  /* line 133, ../_layout.scss */
  .header .header_inner .menuBtn {
    position: fixed;
    top: -15px;
    right: 20px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #ee2314;
    transition: 0.4s;
    transform: translateX(150%);
  }
  /* line 145, ../_layout.scss */
  .header .header_inner .menuBtn.open {
    transition-delay: 0.3s;
    transform: translateX(0);
  }
  /* line 149, ../_layout.scss */
  .header .header_inner .menuBtn.open2 {
    transition-delay: 0.3s;
    transform: translateX(0);
  }
}
@media screen and (max-width: 896px) {
  /* line 133, ../_layout.scss */
  .header .header_inner .menuBtn {
    position: relative;
    width: 60px;
    height: 60px;
  }
}
/* line 161, ../_layout.scss */
.header .header_inner .menuBtn.close .bar:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 164, ../_layout.scss */
.header .header_inner .menuBtn.close .bar:nth-child(2) {
  opacity: 0;
}
/* line 167, ../_layout.scss */
.header .header_inner .menuBtn.close .bar:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 172, ../_layout.scss */
.header .header_inner .menuBtn .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 172, ../_layout.scss */
  .header .header_inner .menuBtn .bar {
    height: 2px;
    background-color: #fff;
  }
}
@media screen and (max-width: 896px) {
  /* line 172, ../_layout.scss */
  .header .header_inner .menuBtn .bar {
    background-color: #000;
    height: 2px;
  }
}
/* line 186, ../_layout.scss */
.header .header_inner .menuBtn .bar:first-child {
  transform: translate(-50%, -10px);
}
/* line 189, ../_layout.scss */
.header .header_inner .menuBtn .bar:nth-child(2) {
  transform: translate(-50%, -50%);
}
/* line 192, ../_layout.scss */
.header .header_inner .menuBtn .bar:last-child {
  transform: translate(-50%, 8px);
}
@media screen and (min-width: 897px) {
  /* line 197, ../_layout.scss */
  .header .header_inner .nav {
    width: calc(100% - 270px);
    margin-left: 5%;
    transition: 1s;
  }
  /* line 202, ../_layout.scss */
  .header .header_inner .nav.off {
    transform: translateX(150%);
  }
  /* line 205, ../_layout.scss */
  .header .header_inner .nav.off2 {
    transform: translateX(150%);
  }
}
@media screen and (max-width: 896px) {
  /* line 197, ../_layout.scss */
  .header .header_inner .nav {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    transform: translate(100%, 0);
    width: 100%;
    height: 100dvh;
    padding: 80px 0 0;
    background-color: #fff;
    transition: transform 0.35s;
  }
  /* line 221, ../_layout.scss */
  .header .header_inner .nav.on {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 896px) {
  /* line 225, ../_layout.scss */
  .header .header_inner .nav__mainnav {
    padding: 20px 5%;
    background-color: #ee2314;
  }
}
/* line 230, ../_layout.scss */
.header .header_inner .nav__mainnav ul {
  justify-content: flex-end;
}
@media screen and (max-width: 896px) {
  /* line 230, ../_layout.scss */
  .header .header_inner .nav__mainnav ul {
    display: block;
  }
}
@media screen and (min-width: 897px) {
  /* line 236, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child) {
    margin-right: 30px;
  }
  /* line 240, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child):hover .parent_list {
    color: #ee2314;
  }
  /* line 242, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child):hover .parent_list::after {
    opacity: 1;
  }
  /* line 247, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child) .parent_list {
    position: relative;
  }
  /* line 249, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child) .parent_list::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ee2314;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.4s;
  }
}
@media screen and (max-width: 896px) {
  /* line 236, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li:not(:last-child) {
    margin-bottom: 6px;
  }
}
/* line 268, ../_layout.scss */
.header .header_inner .nav__mainnav ul li .parent_list {
  font-size: 1.4rem;
  display: block;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  /* line 268, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list {
    padding: 22px 15px;
    background-color: #fff;
    font-size: 1.5rem;
  }
  /* line 277, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.to_cp {
    color: #fff;
    background-color: #000;
  }
  /* line 281, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow {
    position: relative;
  }
  /* line 283, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow:before, .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #ee2314;
    transition: transform 0.35s;
  }
  /* line 294, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow:before {
    transform: translate(0, -50%);
  }
  /* line 297, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow:after {
    transform: translate(0, -50%) rotate(90deg);
  }
  /* line 301, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .parent_list.nav_arrow.open:after {
    transform: translate(0, -50%) rotate(0);
  }
}
/* line 309, ../_layout.scss */
.header .header_inner .nav__mainnav ul li.contact_link a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #ee2314;
  border: #ee2314 1px solid;
}
@media screen and (min-width: 897px) {
  /* line 309, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li.contact_link a {
    padding: 11px 17px;
    position: relative;
  }
  /* line 319, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li.contact_link a:hover {
    background: #fff;
    color: #ee2314;
  }
}
@media screen and (max-width: 896px) {
  /* line 309, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li.contact_link a {
    padding: 16px 0;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 330, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .child_list {
    display: none;
    padding: 0 20px;
    margin: 10px 0 30px;
  }
  /* line 335, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .child_list li {
    margin-bottom: 0;
  }
  /* line 338, ../_layout.scss */
  .header .header_inner .nav__mainnav ul li .child_list a {
    display: block;
    padding: 14px 10px 14px 26px;
    background-image: url(../../img/common/icon_nav_arrow.png);
    background-position: 0 center;
    background-size: 16px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dc554a;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
}
/* line 353, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link {
  position: relative;
}
/* line 356, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link .modal .no_link {
  pointer-events: none;
}
/* line 359, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link .modal .nav--area--under {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}
/* line 365, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link .modal .nav--area--under .main_list .main_child {
  margin-right: 0;
}
/* line 367, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link .modal .nav--area--under .main_list .main_child a {
  display: block;
  width: 150px;
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 373, ../_layout.scss */
  .header .header_inner .nav__mainnav ul .contact_link .modal .nav--area--under .main_list .main_child a:hover::after {
    background: url(../../img/common-sy/link-arrow.svg) no-repeat center;
  }
}
/* line 379, ../_layout.scss */
.header .header_inner .nav__mainnav ul .contact_link .modal .nav--area--under .main_list .main_child a::after {
  position: absolute;
  content: "";
  background: url(../../img/common-sy/link-arrow-wht.svg) no-repeat center;
  width: 17px;
  height: 17px;
  top: 52%;
  transform: translate(0, -50%);
  right: 16px;
  transition: 0.5s;
}
@media screen and (min-width: 897px) {
  /* line 399, ../_layout.scss */
  .header .header_inner .nav__contact {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  /* line 407, ../_layout.scss */
  .header .header_inner .nav__subnav {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  /* line 407, ../_layout.scss */
  .header .header_inner .nav__subnav {
    padding: 30px 5% 80px;
    background-color: #f7f4e1;
  }
  /* line 415, ../_layout.scss */
  .header .header_inner .nav__subnav .bnrarea li {
    margin-bottom: 16px;
  }
  /* line 419, ../_layout.scss */
  .header .header_inner .nav__subnav .sns {
    width: 220px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  /* line 419, ../_layout.scss */
  .header .header_inner .nav__subnav .sns {
    width: 100%;
    margin-top: 36px;
  }
}
@media screen and (max-width: 896px) {
  /* line 428, ../_layout.scss */
  .header .header_inner .nav__subnav .sns .icon {
    width: 120px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  /* line 428, ../_layout.scss */
  .header .header_inner .nav__subnav .sns .icon {
    width: 70px;
  }
}
@media screen and (max-width: 896px) {
  /* line 434, ../_layout.scss */
  .header .header_inner .nav__subnav .sns .icon:last-child {
    margin-right: 0;
  }
  /* line 439, ../_layout.scss */
  .header .header_inner .nav__subnav .subnav {
    margin-top: 60px;
  }
  /* line 441, ../_layout.scss */
  .header .header_inner .nav__subnav .subnav ul {
    display: flex;
    justify-content: space-between;
  }
  /* line 445, ../_layout.scss */
  .header .header_inner .nav__subnav .subnav a {
    font-size: 1.3rem;
    font-weight: 700;
  }
}

/* line 455, ../_layout.scss */
.contact_area {
  background-color: #fffefa;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  /* line 455, ../_layout.scss */
  .contact_area {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 455, ../_layout.scss */
  .contact_area {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 5%;
  }
}
/* line 467, ../_layout.scss */
.contact_area .heading {
  font-size: 3rem;
  letter-spacing: 0.065em;
}
@media screen and (min-width: 897px) {
  /* line 467, ../_layout.scss */
  .contact_area .heading {
    width: 30%;
  }
}
@media screen and (max-width: 896px) {
  /* line 467, ../_layout.scss */
  .contact_area .heading {
    text-align: center;
  }
}
/* line 476, ../_layout.scss */
.contact_area .heading span {
  color: #ee2314;
  font-size: 1.6rem;
  line-height: 2.3;
}
@media screen and (min-width: 897px) {
  /* line 482, ../_layout.scss */
  .contact_area .info {
    border-left: 1px solid #e3deb9;
    padding: 30px 0 30px 5%;
    width: 70%;
  }
}
@media screen and (max-width: 896px) {
  /* line 482, ../_layout.scss */
  .contact_area .info {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 492, ../_layout.scss */
.contact_area .info .lead {
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  /* line 492, ../_layout.scss */
  .contact_area .info .lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 492, ../_layout.scss */
  .contact_area .info .lead {
    font-size: 1.6rem;
    text-align: center;
  }
}
/* line 502, ../_layout.scss */
.contact_area .info .info_box {
  margin-top: 30px;
}
@media screen and (max-width: 896px) {
  /* line 502, ../_layout.scss */
  .contact_area .info .info_box {
    display: block;
  }
}
/* line 507, ../_layout.scss */
.contact_area .info .info_box .tel_box {
  font-size: 3rem;
  letter-spacing: 0.08em;
  margin-right: 60px;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  /* line 507, ../_layout.scss */
  .contact_area .info .info_box .tel_box {
    margin-right: 0;
    text-align: center;
  }
}
/* line 516, ../_layout.scss */
.contact_area .info .info_box .tel_box .access {
  font-size: 1.3rem;
  text-align: justify;
  letter-spacing: 0.04em;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 896px) {
  /* line 516, ../_layout.scss */
  .contact_area .info .info_box .tel_box .access {
    text-align: center;
  }
}
@media screen and (min-width: 897px) {
  /* line 530, ../_layout.scss */
  .contact_area .info .info_box .bg_btn .afterarrow::after {
    filter: grayscale(1) invert(1) brightness(2);
  }
}
@media screen and (min-width: 897px) {
  /* line 527, ../_layout.scss */
  .contact_area .info .info_box .bg_btn {
    width: 50%;
    max-width: 450px;
  }
  /* line 540, ../_layout.scss */
  .contact_area .info .info_box .bg_btn:hover .afterarrow::after {
    transition: 0.4s;
    transform: translateY(-39%) translateX(5px);
    filter: grayscale(0) invert(0) brightness(1);
  }
}
@media screen and (max-width: 896px) {
  /* line 527, ../_layout.scss */
  .contact_area .info .info_box .bg_btn {
    margin-top: 12px;
  }
}
@media screen and (min-width: 897px) {
  /* line 551, ../_layout.scss */
  .contact_area .info .info_box .bg_btn span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 551, ../_layout.scss */
  .contact_area .info .info_box .bg_btn span {
    font-size: 1.6rem;
  }
}

/* line 563, ../_layout.scss */
.base_menu_box {
  background-color: #f7f4e1;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  /* line 563, ../_layout.scss */
  .base_menu_box {
    padding: 150px 10% 250px;
  }
  /* line 569, ../_layout.scss */
  .base_menu_box.pc_menu {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 150px 7% 60px;
    transition: 0.6s;
    transform: translateX(101%);
  }
  /* line 579, ../_layout.scss */
  .base_menu_box.pc_menu .menu_inner {
    height: 100%;
    overflow-y: scroll;
  }
  /* line 583, ../_layout.scss */
  .base_menu_box.pc_menu .menu_inner .menu_head .bnr {
    margin-top: 0;
  }
  /* line 587, ../_layout.scss */
  .base_menu_box.pc_menu .menu_inner .menu_nav {
    height: 620px;
  }
  /* line 591, ../_layout.scss */
  .base_menu_box.pc_menu.on {
    transform: translateX(0);
  }
}
@media screen and (max-width: 896px) {
  /* line 563, ../_layout.scss */
  .base_menu_box {
    padding: 80px 5% 100px;
  }
}
@media screen and (max-width: 896px) {
  /* line 599, ../_layout.scss */
  .base_menu_box .menu_inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 897px) {
  /* line 603, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head {
    width: 25%;
  }
}
@media screen and (max-width: 896px) {
  /* line 603, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head {
    margin-top: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 610, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head .logo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  /* line 610, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head .logo {
    margin-bottom: 20px;
  }
}
/* line 618, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .lead {
  font-size: 1.4rem;
}
@media screen and (min-width: 897px) {
  /* line 621, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head .bnr {
    margin-top: 60px;
    width: 220px;
  }
}
@media screen and (max-width: 896px) {
  /* line 621, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head .bnr {
    margin-top: 30px;
  }
}
/* line 629, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .bnr li {
  margin-bottom: 10px;
}
/* line 633, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .sns {
  width: 220px;
  margin-top: 36px;
}
@media screen and (max-width: 896px) {
  /* line 633, ../_layout.scss */
  .base_menu_box .menu_inner .menu_head .sns {
    width: 100%;
    margin-top: 36px;
  }
}
/* line 642, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .sns .icon {
  width: 70px;
  margin-right: 16px;
}
/* line 646, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .sns .icon:hover {
  opacity: 0.7;
}
/* line 649, ../_layout.scss */
.base_menu_box .menu_inner .menu_head .sns .icon:last-child {
  margin-right: 0;
}
@media screen and (min-width: 897px) {
  /* line 655, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav {
    justify-content: flex-end;
    width: 62%;
    height: 800px;
  }
}
@media screen and (max-width: 896px) {
  /* line 655, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
}
@media screen and (min-width: 897px) {
  /* line 666, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box {
    width: 42%;
  }
  /* line 669, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box.right {
    margin-left: 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 666, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 676, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap {
    margin-bottom: 30px;
    min-height: inherit;
  }
}
@media screen and (max-width: 896px) {
  /* line 676, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap {
    margin-bottom: 42px;
  }
}
/* line 684, ../_layout.scss */
.base_menu_box .menu_inner .menu_nav .box .wrap .parent_link {
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  padding: 0 10px 15px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
}
@media screen and (min-width: 897px) {
  /* line 693, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap .parent_link:hover:before {
    width: 100%;
  }
}
/* line 698, ../_layout.scss */
.base_menu_box .menu_inner .menu_nav .box .wrap .parent_link::before {
  content: "";
  background-color: #ee2314;
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.4s;
}
/* line 709, ../_layout.scss */
.base_menu_box .menu_inner .menu_nav .box .wrap .child_list {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  /* line 709, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap .child_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 896px) {
  /* line 716, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap .child_list li {
    width: 50%;
  }
}
/* line 720, ../_layout.scss */
.base_menu_box .menu_inner .menu_nav .box .wrap .child_list li:not(:last-child) {
  margin-bottom: 20px;
}
/* line 723, ../_layout.scss */
.base_menu_box .menu_inner .menu_nav .box .wrap .child_list li a {
  font-weight: 500;
  color: #807c61;
  font-size: 1.4rem;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 729, ../_layout.scss */
  .base_menu_box .menu_inner .menu_nav .box .wrap .child_list li a:hover {
    color: #ee2314;
  }
}
/* line 739, ../_layout.scss */
.base_menu_box .menu_inner .subnav {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  /* line 739, ../_layout.scss */
  .base_menu_box .menu_inner .subnav {
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  /* line 744, ../_layout.scss */
  .base_menu_box .menu_inner .subnav ul {
    display: flex;
  }
}
@media screen and (min-width: 897px) {
  /* line 748, ../_layout.scss */
  .base_menu_box .menu_inner .subnav ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 896px) {
  /* line 748, ../_layout.scss */
  .base_menu_box .menu_inner .subnav ul li {
    margin-right: 16px;
  }
}
/* line 755, ../_layout.scss */
.base_menu_box .menu_inner .subnav ul li a {
  font-size: 1.2rem;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 759, ../_layout.scss */
  .base_menu_box .menu_inner .subnav ul li a:hover {
    color: #ee2314;
  }
}
/* line 766, ../_layout.scss */
.base_menu_box .menu_inner .subnav .copyright {
  margin-top: 30px;
  font-size: 1rem;
}

/* line 775, ../_layout.scss */
.loaded .fv_under .under_ttl {
  opacity: 1;
  transform: translateY(0);
}
/* line 779, ../_layout.scss */
.loaded .fv_under .bg_txt {
  letter-spacing: -0.01em;
  opacity: 1;
}

/* line 785, ../_layout.scss */
.fv_under {
  padding: 100px 10% 60px;
  background-color: #faf8e9;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 785, ../_layout.scss */
  .fv_under {
    padding: 18vw 5% 60px;
    line-height: 1.2;
  }
}
/* line 794, ../_layout.scss */
.fv_under .under_ttl {
  transition: 0.6s;
  transform: translateY(5%);
  opacity: 0;
}
@media screen and (min-width: 897px) {
  /* line 794, ../_layout.scss */
  .fv_under .under_ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 794, ../_layout.scss */
  .fv_under .under_ttl {
    font-size: 3.8rem;
  }
}
/* line 804, ../_layout.scss */
.fv_under .under_ttl .subttl {
  font-size: 1.4rem;
  color: #ee2314;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
/* line 379, ../_module.scss */
.fv_under .under_ttl .subttl::after {
  content: "";
  background-color: #ee2314;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
/* line 814, ../_layout.scss */
.fv_under .bg_txt {
  font-size: 130px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #f5f2dd;
  white-space: nowrap;
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: -1;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 814, ../_layout.scss */
  .fv_under .bg_txt {
    font-size: 40px;
    top: 168px;
    left: 4%;
  }
}

/* line 835, ../_layout.scss */
.base_tbl dl {
  padding: 30px 0;
  border-top: 1px solid #dddee7;
}
/* line 838, ../_layout.scss */
.base_tbl dl:last-of-type {
  border-bottom: 1px solid #dddee7;
}
/* line 841, ../_layout.scss */
.base_tbl dl.fls {
  align-items: flex-start;
}
/* line 844, ../_layout.scss */
.base_tbl dl dt {
  font-size: 1.4rem;
  width: 220px;
  font-weight: 500;
  padding: 0 0 0 45px;
}
/* line 850, ../_layout.scss */
.base_tbl dl dd {
  font-size: 1.4rem;
  width: calc(100% - 250px);
  padding: 0 5%;
  line-height: 1.5;
}
/* line 855, ../_layout.scss */
.base_tbl dl dd ul {
  flex-wrap: wrap;
}
/* line 857, ../_layout.scss */
.base_tbl dl dd ul li {
  width: 50%;
  margin-bottom: 25px;
}
/* line 860, ../_layout.scss */
.base_tbl dl dd ul li:last-child, .base_tbl dl dd ul li:nth-of-type(9) {
  margin-bottom: 0;
}
/* line 864, ../_layout.scss */
.base_tbl dl dd ul li .part {
  display: inline-block;
  width: 8em;
  margin-right: 30px;
}
/* line 872, ../_layout.scss */
.base_tbl dl dd .box:not(:last-of-type) {
  margin-bottom: 30px;
}
/* line 875, ../_layout.scss */
.base_tbl dl dd .box .place {
  width: 9em;
  margin-right: 20px;
  line-height: 1.8;
}
/* line 880, ../_layout.scss */
.base_tbl dl dd .box .access {
  line-height: 1.8;
}
/* line 882, ../_layout.scss */
.base_tbl dl dd .box .access .map {
  margin-left: 5px;
  color: #ee2314;
  font-weight: 600;
}

/* line 892, ../_layout.scss */
.base_link_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 897px) {
  /* line 895, ../_layout.scss */
  .base_link_wrap li {
    width: 48%;
  }
}
/* line 48, ../_module.scss */
.base_link_wrap li a > div {
  overflow: hidden;
}
/* line 51, ../_module.scss */
.base_link_wrap li a img {
  transition: 0.6s;
}
/* line 55, ../_module.scss */
.base_link_wrap li a:hover img {
  transform: scale(1.1);
}
/* line 60, ../_module.scss */
.base_link_wrap li a:hover .text_area .basebtn::before {
  width: 100%;
}
/* line 902, ../_layout.scss */
.base_link_wrap li .img_box {
  margin-bottom: 20px;
}
/* line 905, ../_layout.scss */
.base_link_wrap li .text_area {
  position: relative;
}
/* line 907, ../_layout.scss */
.base_link_wrap li .text_area h4 {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
/* line 910, ../_layout.scss */
.base_link_wrap li .text_area h4 .subttl {
  font-size: 1.6rem;
  color: #ee2314;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
/* line 379, ../_module.scss */
.base_link_wrap li .text_area h4 .subttl::after {
  content: "";
  background-color: #ee2314;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
/* line 919, ../_layout.scss */
.base_link_wrap li .text_area .lead {
  margin-top: 20px;
  line-height: 2;
}
/* line 923, ../_layout.scss */
.base_link_wrap li .text_area .basebtn {
  font-size: 1.4rem;
  width: 120px;
  letter-spacing: 0.05em;
  color: #ee2314;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
  display: block;
  margin: 15px 0 0 auto;
}
/* line 331, ../_module.scss */
.base_link_wrap li .text_area .basebtn::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 344, ../_module.scss */
  .base_link_wrap li .text_area .basebtn:hover::before {
    width: 100%;
  }
}
/* line 926, ../_layout.scss */
.base_link_wrap li .text_area .basebtn::after {
  width: 15px;
  height: 10px;
}

/* line 935, ../_layout.scss */
.virtual_factory-content {
  margin: 100px 0 0;
}
@media screen and (min-width: 897px) {
  /* line 935, ../_layout.scss */
  .virtual_factory-content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  /* line 935, ../_layout.scss */
  .virtual_factory-content {
    margin-top: 50px;
  }
}
/* line 944, ../_layout.scss */
.virtual_factory-content .item {
  display: block;
}
@media screen and (max-width: 896px) {
  /* line 947, ../_layout.scss */
  .virtual_factory-content .item:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 951, ../_layout.scss */
  .virtual_factory-content .item:nth-child(2) {
    margin-top: 50px;
    margin-left: 4.92rem;
    margin-right: 4.92rem;
  }
}
/* line 958, ../_layout.scss */
.virtual_factory-content .item .img {
  transition: 0.4s;
}
@media screen and (max-width: 896px) {
  /* line 958, ../_layout.scss */
  .virtual_factory-content .item .img {
    width: 90%;
    margin: auto;
  }
}
@media screen and (min-width: 897px) {
  /* line 967, ../_layout.scss */
  .virtual_factory-content .item:hover .img {
    transform: scale(0.95);
  }
  /* line 972, ../_layout.scss */
  .virtual_factory-content .item:hover .factory_name .factory_link::after {
    right: -3px;
  }
  /* line 975, ../_layout.scss */
  .virtual_factory-content .item:hover .factory_name .factory_link::before {
    right: 2px;
  }
}
/* line 983, ../_layout.scss */
.virtual_factory-content .factory_name {
  color: #000;
}
@media screen and (min-width: 897px) {
  /* line 983, ../_layout.scss */
  .virtual_factory-content .factory_name {
    margin-top: 27px;
  }
}
@media screen and (max-width: 896px) {
  /* line 983, ../_layout.scss */
  .virtual_factory-content .factory_name {
    margin-top: 18px;
  }
}
/* line 991, ../_layout.scss */
.virtual_factory-content .factory_name .en {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 0 5px;
  text-align: center;
  margin: auto;
  width: 46%;
  border-radius: 3px;
}
@media screen and (max-width: 896px) {
  /* line 991, ../_layout.scss */
  .virtual_factory-content .factory_name .en {
    width: 60%;
  }
}
/* line 1008, ../_layout.scss */
.virtual_factory-content .gr {
  background-color: #299a66;
  color: #fff;
}
/* line 1012, ../_layout.scss */
.virtual_factory-content .re {
  background-color: #e15039;
  color: #fff;
}
/* line 1016, ../_layout.scss */
.virtual_factory-content .bl {
  background-color: #5188e3;
  color: #fff;
}
/* line 1020, ../_layout.scss */
.virtual_factory-content .name_svg {
  width: 100%;
  margin: 20px auto 30px;
}
/* line 1024, ../_layout.scss */
.virtual_factory-content .factory_link {
  position: relative;
  width: 100px;
  font-weight: bold;
  padding-bottom: 10px;
  margin: auto;
  font-size: 1.4rem;
}
/* line 1031, ../_layout.scss */
.virtual_factory-content .factory_link::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 4px 0 4px 5px;
  transition: 0.3s;
}
/* line 1041, ../_layout.scss */
.virtual_factory-content .factory_link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 7px;
  right: 5px;
  transition: 0.3s;
}
/* line 1050, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_gr {
  color: #299a66;
  border-bottom: 2px solid #299a66;
}
/* line 1053, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_gr::after {
  border-color: transparent transparent transparent #299a66;
}
/* line 1056, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_gr::before {
  background-color: #299a66;
}
/* line 1060, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_re {
  color: #e15039;
  border-bottom: 2px solid #e15039;
}
/* line 1063, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_re::after {
  border-color: transparent transparent transparent #e15039;
}
/* line 1066, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_re::before {
  background-color: #e15039;
}
/* line 1070, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_bl {
  color: #5188e3;
  border-bottom: 2px solid #5188e3;
}
/* line 1073, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_bl::after {
  border-color: transparent transparent transparent #5188e3;
}
/* line 1076, ../_layout.scss */
.virtual_factory-content .factory_link.factory_link_bl::before {
  background-color: #5188e3;
}

/* line 1084, ../_layout.scss */
.under_mv {
  padding: clamp(260px, 12.143vw, 12.143vw) 0 0 10%;
}
@media screen and (max-width: 896px) {
  /* line 1084, ../_layout.scss */
  .under_mv {
    padding: clamp(70px, 26vw, 138px) 0 0 5%;
  }
}
@media screen and (min-width: 897px) {
  /* line 1090, ../_layout.scss */
  .under_mv.type01 .under_mv_ttl {
    font-size: 60px;
  }
}
@media screen and (min-width: 897px) {
  /* line 1094, ../_layout.scss */
  .under_mv.type01 .under_mv_ttl .small {
    font-size: 22px;
  }
}
/* line 1101, ../_layout.scss */
.under_mv_ttl {
  font-weight: bold;
  font-size: 3.5rem;
  color: black;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  /* line 1101, ../_layout.scss */
  .under_mv_ttl {
    line-height: 1.2;
    font-size: 3.3rem;
  }
}
/* line 1110, ../_layout.scss */
.under_mv_ttl .red {
  color: #ec3c2f;
}
/* line 1113, ../_layout.scss */
.under_mv_ttl .small {
  letter-spacing: 0.06em;
  font-size: 22px;
  display: block;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 896px) {
  /* line 1113, ../_layout.scss */
  .under_mv_ttl .small {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}
/* line 1124, ../_layout.scss */
.under_mv .mv_img_wrap {
  margin-top: 116px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 1124, ../_layout.scss */
  .under_mv .mv_img_wrap {
    margin-top: 80px;
  }
}
/* line 1130, ../_layout.scss */
.under_mv .mv_img_wrap .en_sy {
  position: absolute;
  right: 8%;
  top: -6.2vw;
  transform: rotate(-6deg);
  font-size: 8vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ed3d30;
}
@media screen and (max-width: 896px) {
  /* line 1130, ../_layout.scss */
  .under_mv .mv_img_wrap .en_sy {
    font-size: 16vw;
    top: -13vw;
  }
}
/* line 1143, ../_layout.scss */
.under_mv .mv_img_wrap .en_sy .maintxt {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
/* line 1147, ../_layout.scss */
.under_mv .mv_img_wrap .en_sy .maintxt::after {
  position: absolute;
  content: "";
  background: url(../../img/common-sy/title-en-deco.png) repeat center;
  background-size: cover;
  right: -3.8vw;
  top: 0.6vw;
  width: 8.143vw;
  height: 4.429vw;
  transform: rotate(10deg);
}
@media screen and (max-width: 896px) {
  /* line 1147, ../_layout.scss */
  .under_mv .mv_img_wrap .en_sy .maintxt::after {
    right: -5.8vw;
    top: 2.3vw;
    width: 11.5vw;
    height: 6vw;
  }
}
/* line 1165, ../_layout.scss */
.under_mv .mv_img_wrap .en_sy .stroke {
  color: white;
  z-index: 1;
  position: absolute;
  transform: translate(-49.5%, -47%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
}
/* line 1176, ../_layout.scss */
.under_mv .mv_img_wrap .mv_img img {
  border-radius: 2.8vw 0 0 2.8vw;
}
@media screen and (max-width: 896px) {
  /* line 1176, ../_layout.scss */
  .under_mv .mv_img_wrap .mv_img img {
    border-radius: 3vw 0 0 3vw;
  }
}
/* line 1184, ../_layout.scss */
.under_mv_deco {
  color: #ec3c2f;
  font-size: 110px;
  position: absolute;
  font-family: "Caveat", cursive;
  right: 10%;
  bottom: 2.857vw;
}
@media screen and (max-width: 896px) {
  /* line 1184, ../_layout.scss */
  .under_mv_deco {
    font-size: 40px;
    right: 13%;
    bottom: 20px;
  }
}

/* line 1200, ../_layout.scss */
.sy_title_icon {
  width: 220px;
  position: relative;
}
@media screen and (max-width: 896px) {
  /* line 1200, ../_layout.scss */
  .sy_title_icon {
    width: 150px;
  }
}
/* line 1206, ../_layout.scss */
.sy_title_icon .icon_text {
  position: absolute;
  width: 100%;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 896px) {
  /* line 1206, ../_layout.scss */
  .sy_title_icon .icon_text {
    top: 48%;
  }
}
/* line 1215, ../_layout.scss */
.sy_title_icon .icon_text .en_sy {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 896px) {
  /* line 1215, ../_layout.scss */
  .sy_title_icon .icon_text .en_sy {
    font-size: 16px;
  }
}
/* line 1225, ../_layout.scss */
.sy_title_icon .icon_text .ja {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #f9f9f9;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 896px) {
  /* line 1225, ../_layout.scss */
  .sy_title_icon .icon_text .ja {
    font-size: 18px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 896px) {
  /* line 1240, ../_layout.scss */
  .sec_textarea {
    padding: 0 5%;
  }
}
/* line 1244, ../_layout.scss */
.sec_textarea .en_sy {
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  /* line 1244, ../_layout.scss */
  .sec_textarea .en_sy {
    font-size: 18px;
  }
}
/* line 1252, ../_layout.scss */
.sec_textarea h3 {
  font-size: 50px;
  letter-spacing: 0.12em;
  margin-top: 22px;
}
@media screen and (max-width: 896px) {
  /* line 1252, ../_layout.scss */
  .sec_textarea h3 {
    margin-top: 16px;
    font-size: 38px;
  }
}
/* line 1261, ../_layout.scss */
.sec_textarea h4 {
  font-size: 22px;
  letter-spacing: 0.12em;
  margin-top: 14px;
}
@media screen and (max-width: 896px) {
  /* line 1261, ../_layout.scss */
  .sec_textarea h4 {
    font-size: 18px;
    margin-top: 10px;
  }
}
/* line 1270, ../_layout.scss */
.sec_textarea .lead_sy {
  margin-top: 64px;
}
@media screen and (max-width: 896px) {
  /* line 1270, ../_layout.scss */
  .sec_textarea .lead_sy {
    margin-top: 40px;
    text-align: left;
  }
}

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

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

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

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

/* line 58, ../_states.scss */
.fade_challenge {
  transform: translateY(3%);
  opacity: 0;
  transition: 2s;
}
/* line 62, ../_states.scss */
.fade_challenge.on {
  opacity: 1;
  transform: translateY(0%);
}

/* line 68, ../_states.scss */
.scr_cvr {
  overflow: hidden;
  position: relative;
  display: block;
  opacity: 0;
  transition: 0.5s;
}
/* line 74, ../_states.scss */
.scr_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.5, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
/* line 85, ../_states.scss */
.scr_cvr.on {
  opacity: 1;
}
/* line 87, ../_states.scss */
.scr_cvr.on::before {
  right: -100%;
  transition-delay: 0.3s;
}

/* line 4, _top.scss */
.top {
  position: relative;
}
/* line 7, _top.scss */
.top.loaded .rice {
  opacity: 1;
}
/* line 10, _top.scss */
.top.loaded .steam-box {
  opacity: 1;
}
/* line 14, _top.scss */
.top.loaded .firstview .catch {
  filter: blur(0px);
  opacity: 1;
  transition-delay: 0.8s;
}
@media screen and (max-width: 896px) {
  /* line 21, _top.scss */
  .top .btnkown {
    display: none;
  }
}
@supports (-webkit-touch-callout: none) {
  /* line 28, _top.scss */
  .top .rice_bg,
  .top .rice {
    min-height: -webkit-fill-available;
  }
}
/* line 34, _top.scss */
.top .rice_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.4s;
  z-index: -1;
}
@media screen and (min-width: 897px) {
  /* line 34, _top.scss */
  .top .rice_bg {
    background: url(../../img/top/top-bg.jpg) no-repeat center 25%;
    background-size: cover;
  }
}
@media screen and (max-width: 896px) {
  /* line 34, _top.scss */
  .top .rice_bg {
    background: url(../../img/top/sp_top-bg.jpg) no-repeat center 18%;
    background-size: 100%;
  }
}
/* line 50, _top.scss */
.top .rice_bg.blur {
  filter: blur(5px);
}
/* line 54, _top.scss */
.top .rice {
  background: url(../../img/top/rice.png) no-repeat center 25%;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  transition: 0.4s;
  opacity: 0;
}
@media screen and (max-width: 896px) {
  /* line 54, _top.scss */
  .top .rice {
    background: url(../../img/top/sp_rice.png) no-repeat center;
    background-size: 80%;
  }
}
/* line 69, _top.scss */
.top .rice.blur {
  filter: blur(5px);
}
/* line 73, _top.scss */
.top .steam-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  filter: blur(20px);
  transition: 1s;
}
/* line 85, _top.scss */
.top .steam-box .steam-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: steam-move-01 20s infinite linear;
  animation: steam-move-01 20s infinite linear;
}
/* line 93, _top.scss */
.top .steam-box .steam-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: steam-move-01 20s 10s infinite linear;
  animation: steam-move-01 20s 10s infinite linear;
}
/* line 101, _top.scss */
.top .steam-box .steam-02 img {
  transform: rotateY(180deg);
}
@keyframes steam-move-01 {
  0% {
    filter: blur(12px);
    transform: scale(0.8, 0.8) rotateY(0deg);
    opacity: 0.3;
    bottom: -1300px;
  }
  6% {
    opacity: 0.45;
  }
  33% {
    transform: scale(0.9, 1.1) rotateY(30deg);
    opacity: 0.6;
  }
  66% {
    transform: scaleY(1, 0.8) rotateY(4deg);
  }
  100% {
    filter: blur(18px);
    transform: scaleY(1.5, 1.3) rotateY(50deg);
    opacity: 0.3;
    bottom: 0;
  }
}
/* line 130, _top.scss */
.top .firstview {
  height: 100vh;
  position: relative;
  z-index: 1;
}
/* line 134, _top.scss */
.top .firstview .catch {
  margin: 0 auto;
  filter: blur(15px);
  transition: 2s;
  opacity: 0;
}
@media screen and (min-width: 897px) {
  /* line 134, _top.scss */
  .top .firstview .catch {
    width: 95%;
  }
}
@media screen and (max-width: 896px) {
  /* line 134, _top.scss */
  .top .firstview .catch {
    height: 480px;
  }
  /* line 144, _top.scss */
  .top .firstview .catch img {
    height: 100%;
  }
}
/* line 150, _top.scss */
.top .news_area {
  margin-top: -60px;
  padding: 0 5%;
}
/* line 153, _top.scss */
.top .news_area .ticker {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
/* line 159, _top.scss */
.top .news_area .ticker ul li {
  display: none;
}
/* line 164, _top.scss */
.top .news_area .ticker ul li .news_ttl:hover .info time {
  color: #ee2314;
}
/* line 168, _top.scss */
.top .news_area .ticker ul li .news_ttl:hover .ttl {
  color: #ee2314;
}
/* line 170, _top.scss */
.top .news_area .ticker ul li .news_ttl:hover .ttl::after {
  transform: scale(1, 1);
  transform-origin: top left;
}
/* line 177, _top.scss */
.top .news_area .ticker ul li .news_ttl .info time {
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.4s;
}
/* line 183, _top.scss */
.top .news_area .ticker ul li .news_ttl .info .cat {
  color: #ee2314;
  font-weight: 600;
  font-size: 1.3rem;
}
/* line 189, _top.scss */
.top .news_area .ticker ul li .news_ttl .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
  margin-left: 15px;
  position: relative;
  padding: 5px;
  transition: 0.4s;
}
/* line 198, _top.scss */
.top .news_area .ticker ul li .news_ttl .ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s;
  transform: scale(0);
  transform-origin: top left;
}
/* line 214, _top.scss */
.top .news_area .ticker .no_news {
  font-size: 1.4rem;
  font-weight: bold;
}
/* line 220, _top.scss */
.top .concept {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  /* line 220, _top.scss */
  .top .concept {
    padding: 150px 10% 250px 15%;
  }
}
@media screen and (max-width: 896px) {
  /* line 220, _top.scss */
  .top .concept {
    padding: 80px 5%;
  }
}
/* line 230, _top.scss */
.top .concept .concept_inner .heading {
  letter-spacing: 0.08em;
  margin-bottom: 50px;
  transition: 0.8s;
}
/* line 234, _top.scss */
.top .concept .concept_inner .heading.on {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  /* line 230, _top.scss */
  .top .concept .concept_inner .heading {
    font-size: 9rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 230, _top.scss */
  .top .concept .concept_inner .heading {
    font-size: 5.6rem;
  }
}
/* line 244, _top.scss */
.top .concept .concept_inner .lead {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media screen and (min-width: 897px) {
  /* line 244, _top.scss */
  .top .concept .concept_inner .lead {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 244, _top.scss */
  .top .concept .concept_inner .lead {
    font-size: 1.8rem;
  }
}
/* line 256, _top.scss */
.top .concept .concept_inner .copy {
  color: #fff;
  display: inline-block;
  margin-bottom: 60px;
  letter-spacing: 0.06em;
}
/* line 261, _top.scss */
.top .concept .concept_inner .copy::before {
  background-color: #ee2314;
}
@media screen and (min-width: 897px) {
  /* line 256, _top.scss */
  .top .concept .concept_inner .copy {
    font-size: 5vw;
  }
}
@media screen and (max-width: 896px) {
  /* line 256, _top.scss */
  .top .concept .concept_inner .copy {
    font-size: 8vw;
  }
}
/* line 270, _top.scss */
.top .concept .concept_inner .copy span {
  padding: 4px 10px 8px;
  background-color: #ee2314;
}
/* line 275, _top.scss */
.top .concept .concept_inner .basebtn {
  font-size: 1.8rem;
  width: 230px;
  letter-spacing: 0.05em;
  color: #ee2314;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
  display: block;
}
/* line 331, ../_module.scss */
.top .concept .concept_inner .basebtn::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 344, ../_module.scss */
  .top .concept .concept_inner .basebtn:hover::before {
    width: 100%;
  }
}
/* line 277, _top.scss */
.top .concept .concept_inner .basebtn::after {
  width: 15px;
  height: 10px;
}
/* line 284, _top.scss */
.top .bg_area {
  background-color: #f7f4e1;
  position: relative;
  z-index: 3;
}
/* line 289, _top.scss */
.top .gallery_area {
  position: relative;
}
/* line 291, _top.scss */
.top .gallery_area .item {
  content: "";
  position: absolute;
  z-index: 1;
}
/* line 296, _top.scss */
.top .gallery_area .item01 {
  top: -26%;
  left: -9%;
  width: 30%;
}
/* line 301, _top.scss */
.top .gallery_area .item02 {
  bottom: -40%;
  right: 3%;
  width: 24%;
}
/* line 306, _top.scss */
.top .gallery_area ul {
  justify-content: space-between;
}
/* line 308, _top.scss */
.top .gallery_area ul li {
  width: 33%;
}
/* line 310, _top.scss */
.top .gallery_area ul li:nth-child(2) {
  transition-delay: 0.2s;
}
/* line 313, _top.scss */
.top .gallery_area ul li:last-child {
  transition-delay: 0.4s;
}
/* line 319, _top.scss */
.top .sec_head {
  letter-spacing: 0.1em;
  transition: 0.8s;
  opacity: 0;
}
/* line 323, _top.scss */
.top .sec_head.on {
  opacity: 1;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 897px) {
  /* line 319, _top.scss */
  .top .sec_head {
    font-size: 8rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 319, _top.scss */
  .top .sec_head {
    font-size: 4.2rem;
  }
}
/* line 333, _top.scss */
.top .sec_head .subttl {
  font-size: 1.8rem;
  color: #ee2314;
  padding-left: 40px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
/* line 379, ../_module.scss */
.top .sec_head .subttl::after {
  content: "";
  background-color: #ee2314;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (min-width: 897px) {
  /* line 343, _top.scss */
  .top .business {
    padding: 120px 10% 200px;
  }
}
@media screen and (max-width: 896px) {
  /* line 343, _top.scss */
  .top .business {
    padding: 60px 5% 100px;
  }
}
/* line 350, _top.scss */
.top .business .head_area {
  position: relative;
}
/* line 352, _top.scss */
.top .business .head_area .sec_head {
  margin-bottom: 40px;
}
/* line 355, _top.scss */
.top .business .head_area .basebtn {
  font-size: 1.6rem;
  width: 140px;
  letter-spacing: 0.05em;
  color: #ee2314;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
  display: block;
}
/* line 331, ../_module.scss */
.top .business .head_area .basebtn::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 344, ../_module.scss */
  .top .business .head_area .basebtn:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 355, _top.scss */
  .top .business .head_area .basebtn {
    position: absolute;
    right: 0;
    bottom: -4px;
  }
}
@media screen and (max-width: 896px) {
  /* line 355, _top.scss */
  .top .business .head_area .basebtn {
    margin-top: 30px;
  }
}
/* line 365, _top.scss */
.top .business .head_area .basebtn::after {
  width: 15px;
  height: 10px;
}
/* line 371, _top.scss */
.top .business .business_list {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  /* line 373, _top.scss */
  .top .business .business_list .base_link_wrap {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  /* line 377, _top.scss */
  .top .business .business_list .base_link_wrap li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 897px) {
  /* line 381, _top.scss */
  .top .business .business_list .base_link_wrap li:nth-child(even) {
    margin-top: 75px;
  }
}
/* line 48, ../_module.scss */
.top .business .business_list .base_link_wrap li a > div {
  overflow: hidden;
}
/* line 51, ../_module.scss */
.top .business .business_list .base_link_wrap li a img {
  transition: 0.6s;
}
/* line 55, ../_module.scss */
.top .business .business_list .base_link_wrap li a:hover img {
  transform: scale(1.1);
}
/* line 60, ../_module.scss */
.top .business .business_list .base_link_wrap li a:hover .text_area .basebtn::before {
  width: 100%;
}
/* line 391, _top.scss */
.top .business .business_list .base_link_wrap li .text_area h4 .subttl {
  color: #a1a1a1;
}
/* line 393, _top.scss */
.top .business .business_list .base_link_wrap li .text_area h4 .subttl:after {
  background-color: #a1a1a1;
}
/* line 403, _top.scss */
.top .product {
  position: relative;
  z-index: 1;
  background: url(../../img/top/product-bg01.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 897px) {
  /* line 403, _top.scss */
  .top .product {
    height: 100vh;
  }
}
@media screen and (max-width: 896px) {
  /* line 403, _top.scss */
  .top .product {
    padding: 50px 5%;
  }
}
/* line 414, _top.scss */
.top .product::after {
  content: "";
  background: url(../../img/top/product-bg02.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}
/* line 428, _top.scss */
.top .product.on::after {
  transition-delay: 0.3s;
  opacity: 1;
}
/* line 433, _top.scss */
.top .product .item03 {
  top: 5%;
  right: 3%;
}
@media screen and (min-width: 897px) {
  /* line 433, _top.scss */
  .top .product .item03 {
    width: 18%;
  }
}
@media screen and (max-width: 896px) {
  /* line 433, _top.scss */
  .top .product .item03 {
    width: 28%;
  }
}
@media screen and (min-width: 897px) {
  /* line 443, _top.scss */
  .top .product .text_area {
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
  }
}
@media screen and (max-width: 896px) {
  /* line 443, _top.scss */
  .top .product .text_area {
    position: static;
    padding: 20px 5% 40px;
    background-color: rgba(255, 255, 240, 0.75);
  }
}
/* line 454, _top.scss */
.top .product .text_area .lead {
  margin-top: 50px;
}
/* line 457, _top.scss */
.top .product .text_area .basebtn {
  font-size: 1.6rem;
  width: 150px;
  letter-spacing: 0.05em;
  color: #ee2314;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
  display: block;
}
/* line 331, ../_module.scss */
.top .product .text_area .basebtn::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 344, ../_module.scss */
  .top .product .text_area .basebtn:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  /* line 457, _top.scss */
  .top .product .text_area .basebtn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 896px) {
  /* line 457, _top.scss */
  .top .product .text_area .basebtn {
    margin-top: 50px;
  }
}
/* line 465, _top.scss */
.top .product .text_area .basebtn::after {
  width: 15px;
  height: 10px;
}
/* line 472, _top.scss */
.top .special {
  background-color: #d7473c;
  padding: 140px 5% 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  /* line 472, _top.scss */
  .top .special {
    padding: 70px 5% 60px;
  }
}
/* line 480, _top.scss */
.top .special::after, .top .special::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
}
/* line 487, _top.scss */
.top .special::before {
  background: url(../../img/top/special-bg01.svg) no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  width: 55%;
}
/* line 494, _top.scss */
.top .special::after {
  background: url(../../img/top/special-bg02.svg) no-repeat bottom;
  background-size: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 501, _top.scss */
.top .special .head_area {
  text-align: center;
}
/* line 503, _top.scss */
.top .special .head_area .special_head {
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  /* line 503, _top.scss */
  .top .special .head_area .special_head {
    margin-bottom: 50px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 503, _top.scss */
  .top .special .head_area .special_head {
    margin-bottom: 20px;
    font-size: 4.2rem;
    line-height: 1.35;
  }
}
@media screen and (min-width: 897px) {
  /* line 515, _top.scss */
  .top .special .head_area .special_head small {
    font-size: 5rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 515, _top.scss */
  .top .special .head_area .special_head small {
    font-size: 3rem;
  }
}
/* line 523, _top.scss */
.top .special .head_area .special_head .subttl {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 897px) {
  /* line 523, _top.scss */
  .top .special .head_area .special_head .subttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 896px) {
  /* line 523, _top.scss */
  .top .special .head_area .special_head .subttl {
    margin-bottom: 20px;
  }
}
/* line 533, _top.scss */
.top .special .head_area .special_head .subttl::before {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  top: -50px;
  left: 50%;
  background-color: #fff;
}
/* line 544, _top.scss */
.top .special .head_area .lead {
  text-align: center;
  color: #fff;
}
/* line 549, _top.scss */
.top .special .bnr_area {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  /* line 549, _top.scss */
  .top .special .bnr_area {
    display: block;
  }
  /* line 553, _top.scss */
  .top .special .bnr_area .img_box {
    margin-bottom: 20px;
  }
}
/* line 48, ../_module.scss */
.top .special .bnr_area a > div {
  overflow: hidden;
}
/* line 51, ../_module.scss */
.top .special .bnr_area a img {
  transition: 0.6s;
}
/* line 55, ../_module.scss */
.top .special .bnr_area a:hover img {
  transform: scale(1.1);
}
/* line 60, ../_module.scss */
.top .special .bnr_area a:hover .text_area .basebtn::before {
  width: 100%;
}
/* line 560, _top.scss */
.top .special .bnr_area a:hover img {
  opacity: 0.7;
}
/* line 567, _top.scss */
.top .other_area {
  position: relative;
}
@media screen and (min-width: 897px) {
  /* line 567, _top.scss */
  .top .other_area {
    padding: 190px 10%;
  }
}
@media screen and (max-width: 896px) {
  /* line 567, _top.scss */
  .top .other_area {
    padding: 50px 5%;
  }
}
/* line 575, _top.scss */
.top .other_area .deco_img {
  position: absolute;
  top: -50px;
  right: 2.5vw;
  z-index: 10;
  width: 21.4vw;
}
/* line 582, _top.scss */
.top .other_area .news {
  margin-bottom: 40px;
}
/* line 584, _top.scss */
.top .other_area .news .head_box {
  border-bottom: 1px solid #e3deb9;
  align-items: flex-end;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  /* line 584, _top.scss */
  .top .other_area .news .head_box {
    flex-wrap: wrap;
  }
}
/* line 591, _top.scss */
.top .other_area .news .head_box .sec_head {
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-right: 60px;
}
/* line 595, _top.scss */
.top .other_area .news .head_box .sec_head .subttl {
  font-size: 1.3rem;
  color: #ee2314;
  padding-left: 0;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 15px;
}
/* line 379, ../_module.scss */
.top .other_area .news .head_box .sec_head .subttl::after {
  content: "";
  background-color: #ee2314;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
/* line 604, _top.scss */
.top .other_area .news .head_box .sec_head .subttl::after {
  content: none;
}
@media screen and (max-width: 896px) {
  /* line 609, _top.scss */
  .top .other_area .news .head_box .blog_tab {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
/* line 614, _top.scss */
.top .other_area .news .head_box .blog_tab li {
  font-size: 1.4rem;
  transition: 0.4s;
  display: block;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (min-width: 897px) {
  /* line 614, _top.scss */
  .top .other_area .news .head_box .blog_tab li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 896px) {
  /* line 614, _top.scss */
  .top .other_area .news .head_box .blog_tab li {
    margin-right: 20px;
  }
}
/* line 627, _top.scss */
.top .other_area .news .head_box .blog_tab li::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s;
}
/* line 637, _top.scss */
.top .other_area .news .head_box .blog_tab li.active {
  font-weight: 700;
}
/* line 639, _top.scss */
.top .other_area .news .head_box .blog_tab li.active::after {
  width: 100%;
}
@media screen and (min-width: 897px) {
  /* line 645, _top.scss */
  .top .other_area .news .head_box .blog_tab li:hover .ttl {
    color: #ee2314;
  }
  /* line 648, _top.scss */
  .top .other_area .news .head_box .blog_tab li:hover::after {
    width: 100%;
  }
}
/* line 657, _top.scss */
.top .other_area .news .basebtn {
  font-size: 1.6rem;
  width: 150px;
  letter-spacing: 0.05em;
  color: #ee2314;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #e3deb9;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
/* line 331, ../_module.scss */
.top .other_area .news .basebtn::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  transition: 0.4s;
}
@media screen and (min-width: 897px) {
  /* line 344, ../_module.scss */
  .top .other_area .news .basebtn:hover::before {
    width: 100%;
  }
}
/* line 661, _top.scss */
.top .other_area .news .basebtn::after {
  width: 15px;
  height: 10px;
}
/* line 666, _top.scss */
.top .other_area .news .blog_tab_block {
  display: none;
}
/* line 668, _top.scss */
.top .other_area .news .blog_tab_block.active {
  display: block;
}
/* line 672, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  /* line 672, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul {
    justify-content: space-between;
  }
}
/* line 677, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul .no_link {
  font-size: 2rem;
  text-align: center;
  padding: 80px 0;
  width: 100%;
}
/* line 683, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (min-width: 897px) {
  /* line 48, ../_module.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a > div {
    overflow: hidden;
  }
  /* line 51, ../_module.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a img {
    transition: 0.6s;
  }
  /* line 55, ../_module.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a:hover img {
    transform: scale(1.1);
  }
  /* line 60, ../_module.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a:hover .text_area .basebtn::before {
    width: 100%;
  }
  /* line 691, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a:hover .text_area time {
    color: #ee2314;
  }
  /* line 694, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a:hover .text_area .ttl {
    color: #ee2314;
  }
  /* line 696, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a:hover .text_area .ttl::after {
    transform: scale(1);
  }
}
@media screen and (max-width: 896px) {
  /* line 686, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a {
    display: block;
  }
}
@media screen and (min-width: 897px) {
  /* line 706, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a .img_box {
    width: 124px;
  }
}
@media screen and (max-width: 896px) {
  /* line 706, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a .img_box {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 897px) {
  /* line 715, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a .text_area {
    padding: 0 30px;
    width: calc(100% - 124px);
  }
}
@media screen and (max-width: 896px) {
  /* line 715, _top.scss */
  .top .other_area .news .blog_tab_block .news_list ul li a .text_area {
    padding: 0 5%;
  }
}
/* line 723, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li a .text_area .info {
  display: flex;
}
/* line 725, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li a .text_area .info time {
  transition: 0.4s;
  font-size: 1.3rem;
}
/* line 729, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li a .text_area .info .cat {
  font-weight: 500;
  font-size: 1.3rem;
  color: #ee2314;
  display: inline-block;
  margin-left: 14px;
}
/* line 737, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li a .text_area .ttl {
  margin-top: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding: 5px;
  position: relative;
  display: inline-block;
  transition: 0.4s;
}
/* line 747, _top.scss */
.top .other_area .news .blog_tab_block .news_list ul li a .text_area .ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ee2314;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.4s;
  transform: scale(0);
  transform-origin: top left;
}
@media screen and (max-width: 896px) {
  /* line 768, _top.scss */
  .top .other_area .other_list ul {
    display: block;
  }
}
@media screen and (min-width: 897px) {
  /* line 772, _top.scss */
  .top .other_area .other_list ul li {
    width: 48%;
  }
}
@media screen and (max-width: 896px) {
  /* line 776, _top.scss */
  .top .other_area .other_list ul li:last-child {
    margin-top: 10px;
  }
}
/* line 48, ../_module.scss */
.top .other_area .other_list ul li a > div {
  overflow: hidden;
}
/* line 51, ../_module.scss */
.top .other_area .other_list ul li a img {
  transition: 0.6s;
}
/* line 55, ../_module.scss */
.top .other_area .other_list ul li a:hover img {
  transform: scale(1.1);
}
/* line 60, ../_module.scss */
.top .other_area .other_list ul li a:hover .text_area .basebtn::before {
  width: 100%;
}
@media screen and (min-width: 897px) {
  /* line 783, _top.scss */
  .top .other_area .other_list ul li a .img_box {
    width: 52%;
  }
}
@media screen and (max-width: 896px) {
  /* line 783, _top.scss */
  .top .other_area .other_list ul li a .img_box {
    width: 32%;
  }
}
/* line 790, _top.scss */
.top .other_area .other_list ul li a .img_box.com {
  background: url(../../img/top/company-kv.jpg) no-repeat center;
  background-size: cover;
}
/* line 794, _top.scss */
.top .other_area .other_list ul li a .img_box.rec {
  background: url(../../img/top/recruit-kv.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 896px) {
  /* line 798, _top.scss */
  .top .other_area .other_list ul li a .img_box img {
    object-fit: cover;
    height: 45vw;
  }
}
/* line 805, _top.scss */
.top .other_area .other_list ul li a .text_area {
  background-color: #fff;
}
@media screen and (min-width: 897px) {
  /* line 805, _top.scss */
  .top .other_area .other_list ul li a .text_area {
    width: 48%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 896px) {
  /* line 805, _top.scss */
  .top .other_area .other_list ul li a .text_area {
    width: 68%;
    padding: 12px 5%;
  }
}
/* line 816, _top.scss */
.top .other_area .other_list ul li a .text_area .box h4 {
  letter-spacing: 0.065em;
}
@media screen and (min-width: 897px) {
  /* line 816, _top.scss */
  .top .other_area .other_list ul li a .text_area .box h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  /* line 816, _top.scss */
  .top .other_area .other_list ul li a .text_area .box h4 {
    font-size: 1.8rem;
  }
}
/* line 824, _top.scss */
.top .other_area .other_list ul li a .text_area .box h4 .subttl {
  font-size: 1.3rem;
  color: #ee2314;
  padding-left: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
}
/* line 379, ../_module.scss */
.top .other_area .other_list ul li a .text_area .box h4 .subttl::after {
  content: "";
  background-color: #ee2314;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 896px) {
  /* line 824, _top.scss */
  .top .other_area .other_list ul li a .text_area .box h4 .subttl {
    font-size: 1.2rem;
  }
}
/* line 834, _top.scss */
.top .other_area .other_list ul li a .text_area .box h4 .subttl::after {
  content: none;
}
/* line 839, _top.scss */
.top .other_area .other_list ul li a .text_area .box .lead {
  color: #908f8f;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 896px) {
  /* line 839, _top.scss */
  .top .other_area .other_list ul li a .text_area .box .lead {
    margin-top: 16px;
  }
}
