@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* line 5, _reset.scss */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "sans-serif";
}

/* line 5, _reset.scss */
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

/* line 5, _reset.scss */
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

/* line 5, _reset.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 5, _reset.scss */
hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

/* line 5, _reset.scss */
details, main {
  display: block;
}

/* line 5, _reset.scss */
summary {
  display: list-item;
}

/* line 5, _reset.scss */
small {
  font-size: 80%;
}

/* line 5, _reset.scss */
[hidden] {
  display: none;
}

/* line 5, _reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 5, _reset.scss */
a {
  background-color: transparent;
}

/* line 5, _reset.scss */
a:active, a:hover {
  outline-width: 0;
}

/* line 5, _reset.scss */
code, kbd, pre, samp {
  font-family: monospace,monospace;
}

/* line 5, _reset.scss */
pre {
  font-size: 1em;
}

/* line 5, _reset.scss */
b, strong {
  font-weight: bolder;
}

/* line 5, _reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 5, _reset.scss */
sub {
  bottom: -.25em;
}

/* line 5, _reset.scss */
sup {
  top: -.5em;
}

/* line 5, _reset.scss */
table {
  border-color: inherit;
  text-indent: 0;
}

/* line 5, _reset.scss */
input {
  border-radius: 0;
}

/* line 5, _reset.scss */
[disabled] {
  cursor: default;
}

/* line 5, _reset.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 5, _reset.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 5, _reset.scss */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 5, _reset.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 5, _reset.scss */
button, input, optgroup, select, textarea {
  font: inherit;
}

/* line 5, _reset.scss */
optgroup {
  font-weight: 700;
}

/* line 5, _reset.scss */
button {
  overflow: visible;
}

/* line 5, _reset.scss */
button, select {
  text-transform: none;
}

/* line 5, _reset.scss */
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

/* line 5, _reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 5, _reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 5, _reset.scss */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 5, _reset.scss */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

/* line 5, _reset.scss */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

/* line 5, _reset.scss */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 5, _reset.scss */
select::-ms-expand {
  display: none;
}

/* line 5, _reset.scss */
select::-ms-value {
  color: currentColor;
}

/* line 5, _reset.scss */
legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

/* line 5, _reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* line 5, _reset.scss */
img {
  border-style: none;
}

/* line 5, _reset.scss */
progress {
  vertical-align: baseline;
}

/* line 5, _reset.scss */
[aria-busy=true] {
  cursor: progress;
}

/* line 5, _reset.scss */
[aria-controls] {
  cursor: pointer;
}

/* line 5, _reset.scss */
[aria-disabled=true] {
  cursor: default;
}

/* line 30, _common.scss */
* {
  box-sizing: border-box;
}

/* line 33, _common.scss */
html {
  font-size: 62.5%;
}

/* line 36, _common.scss */
body {
  background: #fff;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2vw;
  font-weight: 500;
  font-display: swap;
  color: #293855;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 980px) {
  /* line 36, _common.scss */
  body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 36, _common.scss */
  body {
    font-size: 1.4vw;
  }
}

/* line 52, _common.scss */
.wrap {
  width: 100%;
  overflow: hidden;
}

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

/* line 62, _common.scss */
a {
  color: #293855;
  text-decoration: none;
  transition: 0.3s;
}
/* line 66, _common.scss */
a:hover {
  transition: 0.3s;
  text-decoration: underline;
}
/* line 70, _common.scss */
a img {
  transition: 0.3s;
}
/* line 72, _common.scss */
a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* line 78, _common.scss */
li {
  list-style: none;
}

/* line 83, _common.scss */
dl.base_dl dt {
  font-size: 6vw;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: rgba(255, 255, 255, 0.25) 2px solid;
  position: relative;
}
@media screen and (min-width: 980px) {
  /* line 83, _common.scss */
  dl.base_dl dt {
    font-size: 2.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 83, _common.scss */
  dl.base_dl dt {
    font-size: 1.75vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 0.75vw;
    border-bottom: rgba(255, 255, 255, 0.25) 0.25vw solid;
  }
}
/* line 103, _common.scss */
dl.base_dl dt::before {
  content: "";
  display: block;
  width: 12.2rem;
  height: 2px;
  background: #e7d184;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  /* line 103, _common.scss */
  dl.base_dl dt::before {
    width: 11vw;
    height: 0.25vw;
    bottom: -0.25vw;
  }
}
/* line 119, _common.scss */
dl.base_dl dd {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 1200px) {
  /* line 119, _common.scss */
  dl.base_dl dd {
    padding-bottom: 2.4vw;
  }
}
/* line 125, _common.scss */
dl.base_dl dd ul li {
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}
/* line 131, _common.scss */
dl.base_dl dd ul li::before {
  content: "・";
}
/* line 136, _common.scss */
dl.base_dl dd ul li ul li::before {
  content: "※";
}

/* line 146, _common.scss */
.hp_sp {
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 146, _common.scss */
  .hp_sp {
    display: none;
  }
}

/* line 154, _common.scss */
.hp_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 154, _common.scss */
  .hp_pc {
    display: block;
  }
}

/* line 162, _common.scss */
.hp_pc__i {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 162, _common.scss */
  .hp_pc__i {
    display: inline;
  }
}

/* line 172, _common.scss */
.flb_sb, header .nav ul li a, .sticky, .photogallery .gallery {
  display: flex;
  justify-content: space-between;
}

/* line 176, _common.scss */
.flb_ct, header .menubtn, .about .treatment {
  display: flex;
  justify-content: center;
}

/* line 180, _common.scss */
.flb_st, .about .treatment li {
  display: flex;
  justify-content: flex-start;
}

/* line 184, _common.scss */
.flb_ed, header {
  display: flex;
  justify-content: flex-end;
}

/* line 189, _common.scss */
.sp {
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 189, _common.scss */
  .sp {
    display: none;
  }
}

/* line 195, _common.scss */
.sptab {
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 195, _common.scss */
  .sptab {
    display: none;
  }
}

/* line 201, _common.scss */
.tab {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 201, _common.scss */
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /* line 201, _common.scss */
  .tab {
    display: none;
  }
}

/* line 210, _common.scss */
.tabpc {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 210, _common.scss */
  .tabpc {
    display: block;
  }
}

/* line 216, _common.scss */
.pc {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 216, _common.scss */
  .pc {
    display: block;
  }
}

/* line 223, _common.scss */
.inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  /* line 223, _common.scss */
  .inner {
    width: calc(100% - 4.8rem);
  }
}
@media screen and (min-width: 1200px) {
  /* line 223, _common.scss */
  .inner {
    width: 70vw;
  }
}

/* line 234, _common.scss */
.fadeIn {
  transition: 3s;
}
/* line 237, _common.scss */
.fadeIn.is-show {
  opacity: 1;
}

/* line 241, _common.scss */
.fadeIn_up {
  transform: translate(0, 50px);
  transition: 1s;
}
/* line 245, _common.scss */
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 250, _common.scss */
.fadeIn_down {
  transform: translate(0, -50px);
  transition: 1s;
}
/* line 254, _common.scss */
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 259, _common.scss */
.fadeIn_left {
  transform: translate(-50px, 0);
  transition: 1s;
}
/* line 263, _common.scss */
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 268, _common.scss */
.fadeIn_right {
  transform: translate(50px, 0);
  transition: 1s;
}
/* line 272, _common.scss */
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 278, _common.scss */
.fadeIn_up {
  transform: translate(0, 50px);
  transition: 1s;
}
/* line 282, _common.scss */
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 287, _common.scss */
.fadeIn_down {
  transform: translate(0, -50px);
  transition: 1s;
}
/* line 291, _common.scss */
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 296, _common.scss */
.fadeIn_left {
  transform: translate(-50px, 0);
  transition: 1s;
}
/* line 300, _common.scss */
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 305, _common.scss */
.fadeIn_right {
  transform: translate(50px, 0);
  transition: 1s;
}
/* line 309, _common.scss */
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 315, _common.scss */
.fadeIn_fast {
  opacity: 0;
  transition: 0.5s;
}
/* line 318, _common.scss */
.fadeIn_fast.is-show {
  opacity: 1;
}

/* line 322, _common.scss */
.fadeIn_up_fast {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.5s;
}
/* line 326, _common.scss */
.fadeIn_up_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 331, _common.scss */
.fadeIn_down_fast {
  opacity: 0;
  transform: translate(0, -50px);
  transition: 0.5s;
}
/* line 335, _common.scss */
.fadeIn_down_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 340, _common.scss */
.fadeIn_left_fast {
  opacity: 1;
  transform: translate(-50px, 0);
  transition: 0.5s;
}
/* line 344, _common.scss */
.fadeIn_left_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 349, _common.scss */
.fadeIn_left_fast_long {
  opacity: 1;
  transform: translate(-600px, 0);
  transition: 0.5s;
}
/* line 353, _common.scss */
.fadeIn_left_fast_long.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 358, _common.scss */
.fadeIn_right_fast {
  opacity: 1;
  transform: translate(50px, 0);
  transition: 0.5s;
}
/* line 362, _common.scss */
.fadeIn_right_fast.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 367, _common.scss */
.fadeIn_right_fast_long {
  opacity: 1;
  transform: translate(600px, 0);
  transition: 0.5s;
}
/* line 371, _common.scss */
.fadeIn_right_fast_long.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 396, _common.scss */
.ttl {
  font-size: 8.5vw;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 5vw;
  white-space: nowrap;
}
@media screen and (min-width: 980px) {
  /* line 396, _common.scss */
  .ttl {
    padding-bottom: 2rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 396, _common.scss */
  .ttl {
    font-size: 3.2vw;
    padding-bottom: 2vw;
  }
}
/* line 412, _common.scss */
.ttl.white {
  color: #ffffff;
}
/* line 416, _common.scss */
.ttl::before {
  content: "";
  display: block;
  width: 20vw;
  height: 1.4vw;
  background: #e7d184;
  margin: 0 auto 1.4rem;
}
@media screen and (min-width: 980px) {
  /* line 416, _common.scss */
  .ttl::before {
    width: 13rem;
    height: 0.8rem;
    margin-bottom: 2.2rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 416, _common.scss */
  .ttl::before {
    width: 10vw;
    height: 0.5vw;
    margin-bottom: 1.75vw;
    padding: 0;
  }
}
/* line 437, _common.scss */
.ttl.positive::before {
  background: #e7d184;
}
@media screen and (min-width: 980px) {
  /* line 441, _common.scss */
  .ttl.left {
    width: 25%;
    text-align: left;
  }
  /* line 445, _common.scss */
  .ttl.left::before {
    content: "";
    display: block;
    width: 8.5rem;
    height: 0.6rem;
    margin: 0 auto 1.4rem 0;
    background: #e7d184;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  /* line 445, _common.scss */
  .ttl.left::before {
    width: 10vw;
    height: 0.5vw;
    margin-bottom: 2.2rem;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  /* line 461, _common.scss */
  .ttl.left__color {
    width: 25%;
    text-align: left;
  }
  /* line 466, _common.scss */
  .ttl.left__color::before {
    content: "";
    display: block;
    width: 8.5rem;
    height: 0.6rem;
    margin: 0 auto 1.4rem 0;
    background: #e7d184;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  /* line 466, _common.scss */
  .ttl.left__color::before {
    width: 10vw;
    height: 0.5vw;
    margin-bottom: 2.2rem;
    padding: 0;
  }
}

/* ヘッダー */
/* line 2, _base.scss */
header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 22.5%;
  padding: 1rem;
}
/* line 10, _base.scss */
header.active {
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 2, _base.scss */
  header {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, _base.scss */
  header {
    padding: 1vw;
    width: 12vw;
    height: 12vw;
    width: 12vw;
    height: 12vw;
  }
}
/* line 23, _base.scss */
header .nav {
  padding: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: min(100%, 390px);
  height: 100dvh;
  transform: translateX(100%);
  transition: 0.5s;
  overflow-y: scroll;
  z-index: 5;
}
@media screen and (min-width: 1200px) {
  /* line 23, _base.scss */
  header .nav {
    padding: 1vw;
    width: 30vw;
  }
}
/* line 39, _base.scss */
header .nav h2 {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 2.2rem;
}
@media screen and (min-width: 1200px) {
  /* line 39, _base.scss */
  header .nav h2 {
    font-size: 2.4vw;
    margin-bottom: 1.25vw;
  }
}
/* line 48, _base.scss */
header .nav h2 span {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  /* line 48, _base.scss */
  header .nav h2 span {
    font-size: 1.75vw;
  }
}
/* line 58, _base.scss */
header .nav ul {
  border-top: #ccc 1px solid;
}
/* line 60, _base.scss */
header .nav ul li {
  border-bottom: #ccc 1px solid;
}
/* line 62, _base.scss */
header .nav ul li a {
  align-items: center;
  padding: 2rem 2rem 2rem 0;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  /* line 62, _base.scss */
  header .nav ul li a {
    padding: 1vw 1vw 1vw 0;
    font-size: 1.6vw;
  }
}
/* line 72, _base.scss */
header .nav ul li a::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 15 / 15;
  background: url(../images/menu-arrow.svg) center top no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  /* line 72, _base.scss */
  header .nav ul li a::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
/* line 86, _base.scss */
header .nav ul li a:hover {
  text-decoration: none;
}
/* line 88, _base.scss */
header .nav ul li a:hover::after {
  transform: translateY(5px);
  transition: 0.3s;
}
/* line 97, _base.scss */
header .menubtn {
  align-items: center;
  flex-direction: column;
  width: 5.8rem;
  height: 5.8rem;
  z-index: 5;
  position: relative;
  background: #f4f4f4;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 600px) {
  /* line 97, _base.scss */
  header .menubtn {
    min-width: 9rem;
    min-height: 9rem;
    width: 8vw;
    height: 8vw;
    max-width: 12rem;
    max-height: 12rem;
  }
}
@media screen and (min-width: 980px) {
  /* line 97, _base.scss */
  header .menubtn {
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 97, _base.scss */
  header .menubtn {
    width: 6vw;
    height: 6vw;
    max-width: 9vw;
    max-height: 9vw;
  }
}
/* line 129, _base.scss */
header .menubtn span {
  display: block;
  width: 2.7rem;
  height: 3px;
  border-radius: 3rem;
  background: #293855;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1200px) {
  /* line 129, _base.scss */
  header .menubtn span {
    width: 2vw;
    height: 0.2vw;
    margin-bottom: 0.5vw;
  }
}
/* line 141, _base.scss */
header .menubtn span:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  /* line 145, _base.scss */
  header .menubtn:hover {
    background: #293855;
    transition: 0.3s;
  }
  /* line 149, _base.scss */
  header .menubtn:hover span {
    background: #fff;
  }
}
/* line 154, _base.scss */
header .menubtn.active {
  background: #293855;
}
/* line 156, _base.scss */
header .menubtn.active span {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.35rem;
  margin-top: -0.2rem;
}
@media screen and (min-width: 1200px) {
  /* line 156, _base.scss */
  header .menubtn.active span {
    margin-left: -1vw;
    margin-top: -0.2vw;
  }
}
/* line 167, _base.scss */
header .menubtn.active span:nth-child(1) {
  transform: rotate(45deg);
}
/* line 170, _base.scss */
header .menubtn.active span:nth-child(2) {
  opacity: 0;
}
/* line 173, _base.scss */
header .menubtn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
/* line 179, _base.scss */
header .bg {
  content: "";
  display: block;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/* line 191, _base.scss */
header.active .nav {
  transition: 0.5s;
  transform: translateX(0);
}
/* line 195, _base.scss */
header.active .bg {
  display: block;
}

/* line 200, _base.scss */
.sticky {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 90;
  background: #f4f4f4;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  align-items: center;
  padding: 3vw 4vw;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  /* line 200, _base.scss */
  .sticky {
    display: block;
    width: 18vw;
    min-width: 280px;
    left: auto;
    right: 0;
    bottom: 1.5vw;
    text-align: center;
    padding: 1.25rem 1rem;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px -2px 4px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1200px) {
  /* line 200, _base.scss */
  .sticky {
    font-size: 20vw;
    padding: 1.25vw 1vw;
    border-radius: 0.5vw 0 0 0.5vw;
  }
}
/* line 231, _base.scss */
.sticky .sticky-ttl {
  font-size: 7vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  /* line 231, _base.scss */
  .sticky .sticky-ttl {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 231, _base.scss */
  .sticky .sticky-ttl {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}
/* line 244, _base.scss */
.sticky dl {
  display: block;
  text-align: center;
  width: 40vw;
  padding-right: 2vw;
}
@media screen and (min-width: 980px) {
  /* line 244, _base.scss */
  .sticky dl {
    padding-bottom: 1rem;
    width: 100%;
    padding-right: 0;
  }
}
/* line 254, _base.scss */
.sticky dl dt {
  font-size: 6.3vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 980px) {
  /* line 254, _base.scss */
  .sticky dl dt {
    font-size: 2.4rem;
  }
}
/* line 264, _base.scss */
.sticky dl dd {
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 980px) {
  /* line 264, _base.scss */
  .sticky dl dd {
    font-size: 1.4vw;
  }
}
/* line 273, _base.scss */
.sticky .btn {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 4vw;
  width: 54vw;
  min-width: 16rem;
  height: 14.8vw;
  line-height: 14.8vw;
  margin: 0;
}
@media screen and (min-width: 980px) {
  /* line 273, _base.scss */
  .sticky .btn {
    width: 100%;
    height: 5rem;
    min-height: auto;
    padding: 0;
    font-size: 1.8rem;
    line-height: 5rem;
    letter-spacing: 0.01em;
    min-width: 14rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 273, _base.scss */
  .sticky .btn {
    font-size: 1.25vw;
    line-height: 4vw;
    height: 4vw;
  }
}
/* line 299, _base.scss */
.sticky .btn.blank::after {
  width: 4.4vw;
  right: 4.4vw;
}
@media screen and (min-width: 980px) {
  /* line 299, _base.scss */
  .sticky .btn.blank::after {
    width: 1.4vw;
    right: 1.4vw;
  }
}

/* line 312, _base.scss */
.sticky-link:hover .btn {
  text-decoration: none;
  background: #deac00;
  color: #fff;
}
/* line 316, _base.scss */
.sticky-link:hover .btn::after {
  filter: brightness(0) invert(1);
}

/* フッター */
/* line 322, _base.scss */
footer {
  background: #f4f4f4;
  padding-top: 8rem;
  padding-bottom: 30vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  /* line 322, _base.scss */
  footer {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 322, _base.scss */
  footer {
    padding-bottom: 5vw;
    padding-top: 6vw;
  }
}
/* line 335, _base.scss */
footer .pagetop {
  display: block;
  width: 21px;
  position: absolute;
  right: 1.3rem;
  top: 1.9rem;
}
@media screen and (min-width: 980px) {
  /* line 335, _base.scss */
  footer .pagetop {
    right: 2.1rem;
    top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 335, _base.scss */
  footer .pagetop {
    width: 1.5vw;
    top: 1.5vw;
  }
}
/* line 349, _base.scss */
footer .pagetop img {
  display: block;
  width: 80%;
}
/* line 354, _base.scss */
footer .inner {
  width: calc(100% - 8rem);
}
@media screen and (min-width: 980px) {
  /* line 354, _base.scss */
  footer .inner {
    width: calc(100% - 16rem);
    min-width: 960px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  /* line 354, _base.scss */
  footer .inner {
    width: 84vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 367, _base.scss */
  footer .box {
    display: inline-block;
    text-align: left;
  }
}
/* line 372, _base.scss */
footer .box h2 {
  padding-bottom: 6vw;
}
@media screen and (min-width: 980px) {
  /* line 372, _base.scss */
  footer .box h2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 372, _base.scss */
  footer .box h2 {
    padding-bottom: 2.2vw;
  }
}
/* line 380, _base.scss */
footer .box h2 img {
  display: inline-block;
}
/* line 384, _base.scss */
footer .box h3 {
  font-weight: 700;
  padding-top: 1.6em;
}
/* line 388, _base.scss */
footer .box ul {
  padding-top: 1.2em;
  text-align: left;
  display: inline-block;
}
/* line 392, _base.scss */
footer .box ul li {
  line-height: 2.45em;
}
/* line 394, _base.scss */
footer .box ul li::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 0.1rem;
  background: #000;
  vertical-align: middle;
  margin-right: 1.1rem;
}
@media screen and (min-width: 1200px) {
  /* line 394, _base.scss */
  footer .box ul li::before {
    width: 1.25vw;
    height: 0.15vw;
    margin-right: 0.5vw;
  }
}
/* line 408, _base.scss */
footer .box ul li a {
  font-weight: 500;
}
/* line 413, _base.scss */
footer .box ul li.blank a::after {
  content: "";
  display: inline-block;
  width: 4.4vw;
  aspect-ratio: 1 / 1;
  background: url("../images/blank_c.svg") center top no-repeat;
  background-size: 100% auto;
  margin-left: 1vw;
  vertical-align: -3px;
}
@media screen and (min-width: 980px) {
  /* line 413, _base.scss */
  footer .box ul li.blank a::after {
    width: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 413, _base.scss */
  footer .box ul li.blank a::after {
    width: 1.4vw;
    margin-left: 1vw;
  }
}
/* line 434, _base.scss */
footer .box:nth-child(1) {
  padding-bottom: 30vw;
}
@media screen and (min-width: 980px) {
  /* line 434, _base.scss */
  footer .box:nth-child(1) {
    padding-bottom: 4.4rem;
    padding-top: 1rem;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 434, _base.scss */
  footer .box:nth-child(1) {
    padding-bottom: 7vw;
  }
}
/* line 445, _base.scss */
footer .box:nth-child(1) h2 img {
  width: 40vw;
}
@media screen and (min-width: 980px) {
  /* line 445, _base.scss */
  footer .box:nth-child(1) h2 img {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 445, _base.scss */
  footer .box:nth-child(1) h2 img {
    width: 13.5vw;
  }
}
/* line 456, _base.scss */
footer .box:nth-child(2) {
  padding-bottom: 8rem;
}
@media screen and (min-width: 980px) {
  /* line 456, _base.scss */
  footer .box:nth-child(2) {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 456, _base.scss */
  footer .box:nth-child(2) {
    width: 60%;
  }
}
/* line 465, _base.scss */
footer .box:nth-child(2) h2 img {
  width: 40vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 980px) {
  /* line 465, _base.scss */
  footer .box:nth-child(2) h2 img {
    width: 17.2rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 465, _base.scss */
  footer .box:nth-child(2) h2 img {
    width: 14vw;
    margin-bottom: 1.2vw;
  }
}
/* line 480, _base.scss */
footer .copy {
  font-size: 3vw;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 480, _base.scss */
  footer .copy {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 480, _base.scss */
  footer .copy {
    font-size: 1vw;
  }
}

@media screen and (min-width: 980px) {
  /* line 492, _base.scss */
  .affiliated-company-links {
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  /* line 496, _base.scss */
  .affiliated-company-links .link-unit {
    width: 50%;
  }
}

/* コンテンツ */
/* line 504, _base.scss */
.link a {
  text-decoration: underline;
  color: #fff;
}

/* line 510, _base.scss */
.nolink a {
  pointer-events: none;
  color: #fff;
}

/* line 515, _base.scss */
.btn {
  display: block;
  width: 65vw;
  height: 12vw;
  line-height: 12vw;
  background: #ffffff;
  text-align: center;
  border-radius: 10vw;
  font-weight: 500;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 528, _base.scss */
.btn.primary {
  background: #da8b03;
  color: #ffffff;
  box-shadow: 2px 2px 8px rgba(0, 40, 90, 0.4), -2px -2px 8px rgba(255, 255, 255, 0.2);
}
/* line 533, _base.scss */
.btn.primary.dark-bg {
  margin-bottom: 2vw;
  box-shadow: 2px 2px 8px rgba(0, 40, 90, 0.8), -2px -2px 8px rgba(255, 255, 255, 0.2);
}
/* line 539, _base.scss */
.btn.border {
  border: solid 1px #293855;
}
@media screen and (min-width: 980px) {
  /* line 515, _base.scss */
  .btn {
    width: 34vw;
    min-width: 265px;
    height: 5.4rem;
    line-height: 5.4rem;
    min-height: 5.4rem;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 515, _base.scss */
  .btn {
    width: 25vw;
    min-width: 30rem;
    padding: 0 1vw;
    height: 4vw;
    line-height: 4vw;
  }
}
/* line 557, _base.scss */
.btn.large {
  width: 90vw;
  min-width: 300px;
  height: 20vw;
  line-height: 20vw;
  font-size: 5.4vw;
}
@media screen and (min-width: 980px) {
  /* line 557, _base.scss */
  .btn.large {
    height: auto;
    width: 440px;
    min-width: 300px;
    padding: 3.4rem 0;
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  /* line 557, _base.scss */
  .btn.large {
    font-size: 1.75vw;
    width: 30vw;
    padding: 2.5vw 0;
  }
}
/* line 578, _base.scss */
.btn.blank::after {
  content: "";
  display: block;
  width: 5vw;
  aspect-ratio: 1 / 1;
  background: url("../images/blank.svg") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  /* line 578, _base.scss */
  .btn.blank::after {
    width: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 578, _base.scss */
  .btn.blank::after {
    width: 1.6vw;
    right: 2vw;
  }
}
/* line 599, _base.scss */
.btn.border::after {
  content: "";
  display: block;
  width: 5vw;
  aspect-ratio: 1 / 1;
  background: url("../images/blank_c.svg") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  /* line 599, _base.scss */
  .btn.border::after {
    width: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 599, _base.scss */
  .btn.border::after {
    width: 1.6vw;
    right: 2vw;
  }
}
/* line 620, _base.scss */
.btn.mail::after {
  content: "";
  display: block;
  width: 5vw;
  aspect-ratio: 21 / 16;
  background: url("../images/mail.svg") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  /* line 620, _base.scss */
  .btn.mail::after {
    width: 1.8rem;
    right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 620, _base.scss */
  .btn.mail::after {
    width: 1.8vw;
    right: 2vw;
  }
}
/* line 642, _base.scss */
.btn.down::after {
  content: "";
  display: block;
  width: 3vw;
  aspect-ratio: 13 / 15;
  background: url("../images/arrow.svg") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  /* line 642, _base.scss */
  .btn.down::after {
    width: 1.2vw;
    right: 1.4vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 642, _base.scss */
  .btn.down::after {
    width: 1.4vw;
    right: 2vw;
  }
}
/* line 664, _base.scss */
.btn.primary:hover {
  background: #deac00;
}
/* line 668, _base.scss */
.btn:hover {
  text-decoration: none;
  background: #da8b03;
  color: #ffffff;
  border: none;
}
/* line 673, _base.scss */
.btn:hover::after {
  filter: brightness(0) invert(1);
}

/* line 679, _base.scss */
.mv {
  position: relative;
}
/* line 683, _base.scss */
.mv .lead {
  padding: 12vw 5vw 3vw 5vw;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 683, _base.scss */
  .mv .lead {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4.2vw;
    padding-bottom: 38vw;
    text-align: center;
  }
}
/* line 696, _base.scss */
.mv .lead .logo {
  padding-top: 2vw;
}
@media screen and (min-width: 980px) {
  /* line 696, _base.scss */
  .mv .lead .logo {
    padding-top: 1vw;
    padding-bottom: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}
/* line 706, _base.scss */
.mv .lead .logo img {
  display: block;
  width: 48vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 980px) {
  /* line 706, _base.scss */
  .mv .lead .logo img {
    width: 25vw;
    margin-bottom: 0;
    margin-right: 2.5vw;
  }
}
/* line 717, _base.scss */
.mv .lead h1 {
  font-weight: 900;
  line-height: 1.35;
  text-align: left;
  margin-bottom: 7vw;
}
@media screen and (min-width: 980px) {
  /* line 717, _base.scss */
  .mv .lead h1 {
    padding: 0 0;
    line-height: 1;
    margin-bottom: 3.5vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 717, _base.scss */
  .mv .lead h1 {
    padding: 0 0;
    margin-bottom: 3.5vw;
  }
}
/* line 731, _base.scss */
.mv .lead h1 span {
  font-size: 5vw;
  font-weight: 500;
  line-height: 7.5vw;
}
@media screen and (min-width: 980px) {
  /* line 731, _base.scss */
  .mv .lead h1 span {
    font-size: 2vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  /* line 731, _base.scss */
  .mv .lead h1 span {
    line-height: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  /* line 731, _base.scss */
  .mv .lead h1 span {
    font-size: 2vw;
  }
}
/* line 746, _base.scss */
.mv .lead h1 .company-name {
  display: flex;
  align-items: flex-end;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 746, _base.scss */
  .mv .lead h1 .company-name {
    padding-top: 0;
    font-size: 4.7vw;
    width: auto;
  }
}
/* line 761, _base.scss */
.mv .lead h1 .company-name .alphabet {
  font-size: 10.5vw;
  line-height: 9.2vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  /* line 761, _base.scss */
  .mv .lead h1 .company-name .alphabet {
    font-size: 5.6vw;
    line-height: 4.8vw;
  }
}
/* line 770, _base.scss */
.mv .lead h1 .company-name .factory-name {
  font-size: 6.4vw;
  line-height: 6.4vw;
  padding-top: 4vw;
  margin-left: 2vw;
  font-weight: 900;
}
@media screen and (min-width: 980px) {
  /* line 770, _base.scss */
  .mv .lead h1 .company-name .factory-name {
    font-size: 3.2vw;
    margin-left: 0.75vw;
    padding-top: 0;
    line-height: 1;
  }
}
/* line 786, _base.scss */
.mv .lead .parent-company {
  display: block;
  padding-left: 0.5rem;
}
/* line 790, _base.scss */
.mv .lead h2 {
  /*align-items: flex-end;*/
  margin-bottom: 4rem;
  display: flex;
}
@media screen and (min-width: 980px) {
  /* line 790, _base.scss */
  .mv .lead h2 {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }
}
/* line 804, _base.scss */
.mv .lead h2 a {
  display: block;
  width: 26.5vw;
}
@media screen and (min-width: 980px) {
  /* line 804, _base.scss */
  .mv .lead h2 a {
    width: 11.5vw;
  }
}
/* line 810, _base.scss */
.mv .lead h2 a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 816, _base.scss */
.mv .lead h2 span.parent-company-explanation {
  font-size: 2.6vw;
  font-weight: 400;
  line-height: 5vw;
  margin-left: 4.4vw;
  padding-top: 2vw;
}
@media screen and (min-width: 980px) {
  /* line 816, _base.scss */
  .mv .lead h2 span.parent-company-explanation {
    display: block;
    padding: 1.3vw 0 0 0;
    font-size: 1.3vw;
    line-height: 1.75;
    margin-left: 0;
  }
}
/* line 829, _base.scss */
.mv .lead h2 span.parent-company-explanation span {
  display: block;
}
/* line 838, _base.scss */
.mv .mv_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 838, _base.scss */
  .mv .mv_pc {
    display: block;
    width: 100%;
    height: 85vw;
    overflow: hidden;
    background: url("../images/mv_pc.webp") center top no-repeat;
    background-size: 100vw auto;
    position: absolute;
    left: 0;
    top: -9vw;
    z-index: -1;
  }
}
/* line 852, _base.scss */
.mv .mv_pc .mv-01 {
  position: absolute;
  left: 0;
  top: 20vw;
  width: 100vw;
  height: 59vw;
  background: url("../images/mainimage-pc-01.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 861, _base.scss */
.mv .mv_pc .mv-02 {
  position: absolute;
  left: 0;
  top: 20vw;
  width: 100vw;
  height: 59vw;
  background: url("../images/mainimage-pc-02.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 870, _base.scss */
.mv .mv_pc .mv-03 {
  position: absolute;
  left: 0;
  top: 20vw;
  width: 100vw;
  height: 59vw;
  background: url("../images/mainimage-pc-03.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 879, _base.scss */
.mv .mv_pc .mv-txt {
  position: absolute;
  right: 0;
  top: 25vw;
  width: 30vw;
  z-index: 5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 9vw;
  line-height: 8.5vw;
  text-align: left;
}
/* line 891, _base.scss */
.mv .mv_pc .mv-txt span {
  display: block;
  animation: textanimation 1.5s forwards;
  opacity: 0;
}
/* line 895, _base.scss */
.mv .mv_pc .mv-txt span:nth-of-type(1) {
  animation-delay: 0.5s;
}
/* line 898, _base.scss */
.mv .mv_pc .mv-txt span:nth-of-type(2) {
  animation-delay: 0.7s;
}
/* line 901, _base.scss */
.mv .mv_pc .mv-txt span:nth-of-type(3) {
  animation-delay: 0.9s;
  line-height: 8.5vw;
}
/* line 908, _base.scss */
.mv .mv_sp {
  width: 100vw;
  height: 540vw;
  overflow: hidden;
  position: absolute;
  top: -2vw;
  left: 0;
  z-index: -1;
  background: url("../images/mv_sp.webp") center top no-repeat;
  background-size: 100vw auto;
}
@media screen and (min-width: 980px) {
  /* line 908, _base.scss */
  .mv .mv_sp {
    display: none;
  }
}
/* line 921, _base.scss */
.mv .mv_sp .mv-01 {
  position: absolute;
  left: 0;
  top: 68vw;
  width: 150vw;
  height: 105vw;
  background: url("../images/mainimage-sp-01.webp") center no-repeat;
  background-size: contain;
}
/* line 930, _base.scss */
.mv .mv_sp .mv-02 {
  position: absolute;
  left: 0;
  top: 44vw;
  width: 100vw;
  height: 172vw;
  background: url("../images/mainimage-sp-02.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 939, _base.scss */
.mv .mv_sp .mv-03 {
  position: absolute;
  left: 0;
  top: 44vw;
  width: 100vw;
  height: 172vw;
  background: url("../images/mainimage-sp-03.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 948, _base.scss */
.mv .mv_sp .mv-04 {
  position: absolute;
  left: 0;
  top: 44vw;
  width: 100vw;
  height: 172vw;
  background: url("../images/mainimage-sp-04.webp") center no-repeat;
  background-size: 100vw auto;
}
/* line 957, _base.scss */
.mv .mv_sp .mv-txt {
  position: absolute;
  right: 4vw;
  top: 85vw;
  width: 60vw;
  z-index: 5;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 25vw;
  line-height: 25vw;
  text-align: right;
}
/* line 969, _base.scss */
.mv .mv_sp .mv-txt span {
  display: block;
  animation: textanimation 0.8s forwards;
  opacity: 0;
}
/* line 973, _base.scss */
.mv .mv_sp .mv-txt span:nth-of-type(1) {
  animation-delay: 0.8s;
}
/* line 976, _base.scss */
.mv .mv_sp .mv-txt span:nth-of-type(2) {
  animation-delay: 1s;
}
/* line 979, _base.scss */
.mv .mv_sp .mv-txt span:nth-of-type(3) {
  animation-delay: 1.2s;
  line-height: 10.5vw;
}
/* line 986, _base.scss */
.mv .inner {
  text-align: center;
  padding-top: 112vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 980px) {
  /* line 986, _base.scss */
  .mv .inner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 97rem;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 986, _base.scss */
  .mv .inner {
    max-width: 97vw;
    margin-bottom: 0;
    width: auto;
  }
}
/* line 1004, _base.scss */
.mv .inner .txt-block {
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  /* line 1004, _base.scss */
  .mv .inner .txt-block {
    margin-bottom: 4vw;
  }
}
/* line 1009, _base.scss */
.mv .inner .txt-block a:hover {
  text-decoration: underline;
}
/* line 1013, _base.scss */
.mv .inner h2 {
  font-size: 8vw;
  font-weight: 700;
  line-height: 14vw;
  padding-bottom: 0vw;
}
@media screen and (min-width: 980px) {
  /* line 1013, _base.scss */
  .mv .inner h2 {
    font-size: 3vw;
    display: inline-block;
    padding: 0.2rem 1rem;
    text-align: center;
    border-left: #293855 2px solid;
    border-right: #293855 2px solid;
    margin-bottom: 2rem;
    margin-right: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1013, _base.scss */
  .mv .inner h2 {
    padding: 0.5vw 1vw;
    margin-bottom: 0;
    margin-right: 2.4vw;
    font-size: 2.4vw;
    border-left: #293855 0.2vw solid;
    border-right: #293855 0.2vw solid;
  }
}
/* line 1038, _base.scss */
.mv .inner h2 span {
  font-size: 5vw;
  font-weight: 700;
  line-height: 7.5vw;
  margin-right: 2.5vw;
}
@media screen and (min-width: 980px) {
  /* line 1038, _base.scss */
  .mv .inner h2 span {
    font-size: 1.8vw;
    display: block;
    text-align: center;
    margin-right: 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1038, _base.scss */
  .mv .inner h2 span {
    font-size: 1.6vw;
  }
}
/* line 1055, _base.scss */
.mv .inner .txt {
  text-align: left;
  display: inline-block;
}
/* line 1058, _base.scss */
.mv .inner .txt a {
  text-decoration: underline;
}
/* line 1060, _base.scss */
.mv .inner .txt a:hover {
  color: #0050b3;
}
/* line 1065, _base.scss */
.mv .inner p {
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 1065, _base.scss */
  .mv .inner p {
    text-align: left;
    font-weight: 500;
    line-height: 2em;
  }
}
@media screen and (min-width: 980px) {
  /* line 1076, _base.scss */
  .mv .inner p br {
    display: none;
  }
}

/* line 1084, _base.scss */
.application_wrap {
  width: 100%;
  overflow: hidden;
  padding: 39vw 0 0 0;
}
@media screen and (min-width: 980px) {
  /* line 1084, _base.scss */
  .application_wrap {
    padding: 15rem 0 0 0;
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1084, _base.scss */
  .application_wrap {
    padding: 10vw 0 0 0;
    margin-top: -4vw;
  }
}

/* line 1097, _base.scss */
.application {
  background: url("../images/rep.webp") repeat;
  background-size: 100px;
  position: relative;
  padding-top: 90vw;
  padding-bottom: 100vw;
}
@media screen and (min-width: 980px) {
  /* line 1097, _base.scss */
  .application {
    padding-top: 7vw;
    padding-bottom: 6vw;
  }
}
/* line 1108, _base.scss */
.application::before, .application::after {
  content: "";
  display: block;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 1108, _base.scss */
  .application::before, .application::after {
    position: absolute;
  }
}
/* line 1117, _base.scss */
.application .photo-img {
  position: absolute;
  width: 70vw;
  height: 58.3vw;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  /* line 1117, _base.scss */
  .application .photo-img {
    width: 24vw;
    height: 21vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1117, _base.scss */
  .application .photo-img {
    width: 21vw;
    height: 20vw;
  }
}
/* line 1131, _base.scss */
.application .photo-img::after {
  position: absolute;
  content: "";
  width: 70vw;
  height: 58.3vw;
  background: url(../images/application-img-shadow.webp) no-repeat center;
  background-size: contain;
  left: 7vw;
  bottom: -7.8vw;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  /* line 1131, _base.scss */
  .application .photo-img::after {
    width: 24vw;
    height: 21vw;
    right: auto;
    bottom: -2.4vw;
    left: -2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1131, _base.scss */
  .application .photo-img::after {
    bottom: -3.2vw;
    left: -3.2vw;
  }
}
/* line 1154, _base.scss */
.application .photo-img:nth-child(even)::after {
  position: absolute;
  content: "";
  width: 70vw;
  height: 58.3vw;
  background: url(../images/application-img-shadow.webp) no-repeat center;
  background-size: contain;
  right: 7vw;
  bottom: -7.8vw;
  z-index: -1;
}
@media screen and (min-width: 980px) {
  /* line 1154, _base.scss */
  .application .photo-img:nth-child(even)::after {
    width: 24vw;
    height: 21vw;
    left: auto;
    right: -2.4vw;
    bottom: -2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1154, _base.scss */
  .application .photo-img:nth-child(even)::after {
    right: -3.2vw;
    bottom: -3.2vw;
  }
}
/* line 1177, _base.scss */
.application .photo-img.photo-img01 {
  top: -39vw;
  left: 0;
}
@media screen and (min-width: 980px) {
  /* line 1177, _base.scss */
  .application .photo-img.photo-img01 {
    top: -10vw;
    left: 0;
  }
}
/* line 1185, _base.scss */
.application .photo-img.photo-img02 {
  top: 19.3vw;
  right: 0;
}
@media screen and (min-width: 980px) {
  /* line 1185, _base.scss */
  .application .photo-img.photo-img02 {
    top: 20vw;
    right: 0;
  }
}
/* line 1193, _base.scss */
.application .photo-img.photo-img03 {
  bottom: 68.3vw;
  left: 0;
}
@media screen and (min-width: 980px) {
  /* line 1193, _base.scss */
  .application .photo-img.photo-img03 {
    top: 40vw;
    left: 0;
  }
}
/* line 1201, _base.scss */
.application .photo-img.photo-img04 {
  bottom: 10vw;
  right: 0;
}
@media screen and (min-width: 980px) {
  /* line 1201, _base.scss */
  .application .photo-img.photo-img04 {
    top: 60vw;
    right: 0;
  }
}
/* line 1209, _base.scss */
.application .photo-img img {
  position: relative;
}
@media screen and (min-width: 980px) {
  /* line 1217, _base.scss */
  .application .inner {
    width: 42vw;
  }
}
/* line 1224, _base.scss */
.application dl {
  padding-bottom: 4vw;
}
@media screen and (min-width: 980px) {
  /* line 1224, _base.scss */
  .application dl {
    padding-bottom: 0;
  }
}
/* line 1229, _base.scss */
.application dl dt,
.application dl li {
  color: #fff;
}
/* line 1233, _base.scss */
.application dl dt {
  border-bottom: rgba(255, 255, 255, 0.25) 2px solid;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 1233, _base.scss */
  .application dl dt {
    border-bottom: rgba(255, 255, 255, 0.25) 0.25vw solid;
  }
}
/* line 1240, _base.scss */
.application dl dt::before {
  content: "";
  display: block;
  width: 12.2rem;
  height: 2px;
  background: #e7d184;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  /* line 1240, _base.scss */
  .application dl dt::before {
    width: 16vw;
    height: 0.25vw;
    bottom: -0.25vw;
  }
}
/* line 1256, _base.scss */
.application dl dd {
  padding-bottom: 5.5vw;
}
@media screen and (min-width: 980px) {
  /* line 1256, _base.scss */
  .application dl dd {
    padding-bottom: 2.4vw;
  }
}
/* line 1262, _base.scss */
.application dl dd ul li {
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}
/* line 1268, _base.scss */
.application dl dd ul li::before {
  content: "・";
}
/* line 1273, _base.scss */
.application dl dd ul li ul li::before {
  content: "※";
  padding: 1px;
}
/* line 1281, _base.scss */
.application dl dd .btn {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  /* line 1281, _base.scss */
  .application dl dd .btn {
    margin-top: 2vw;
  }
}
/* line 1289, _base.scss */
.application .lead {
  font-family: "Oswald", sans-serif;
  font-size: 16vw;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 36vw;
}
@media screen and (min-width: 980px) {
  /* line 1289, _base.scss */
  .application .lead {
    font-size: 14rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1289, _base.scss */
  .application .lead {
    font-size: 11vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1304, _base.scss */
  .application .lead br {
    display: none;
  }
}

/* line 1311, _base.scss */
.about {
  background: url("../images/rep.webp") repeat;
  background-size: 100px;
  padding-top: 7rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 980px) {
  /* line 1311, _base.scss */
  .about {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1311, _base.scss */
  .about {
    padding-top: 9.8rem;
  }
}
/* line 1323, _base.scss */
.about .lead {
  padding-bottom: 7rem;
}
@media screen and (min-width: 980px) {
  /* line 1323, _base.scss */
  .about .lead {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 4vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1333, _base.scss */
  .about .lead figure {
    width: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 6.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1333, _base.scss */
  .about .lead figure {
    margin-bottom: 5vw;
  }
}
/* line 1344, _base.scss */
.about .lead .txt {
  background: url(../images/about-read_bg.webp) no-repeat center;
  background-size: cover;
  padding: 6rem 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 980px) {
  /* line 1344, _base.scss */
  .about .lead .txt {
    width: 55%;
    margin-left: -5%;
    padding: 7rem 5% 7rem 10%;
    margin-top: 7.2rem;
    margin-bottom: 6.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1344, _base.scss */
  .about .lead .txt {
    padding: 6vw 7vw 6vw 9vw;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
}
/* line 1361, _base.scss */
.about .lead .txt p {
  font-weight: 500;
}
/* line 1366, _base.scss */
.about .treatment {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
  padding-bottom: 6rem;
  width: 98%;
}
@media screen and (min-width: 980px) {
  /* line 1366, _base.scss */
  .about .treatment {
    padding-bottom: 5.5rem;
  }
}
/* line 1376, _base.scss */
.about .treatment li {
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 40%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding-top: 7.5vw;
  margin: 0 2% 2rem;
}
@media screen and (min-width: 980px) {
  /* line 1376, _base.scss */
  .about .treatment li {
    width: 18%;
    margin: 0 1% 2rem;
    padding-top: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1376, _base.scss */
  .about .treatment li {
    margin: 0 0.9rem 2rem;
    min-width: 16rem;
    min-height: 16rem;
    width: 12vw;
    height: 12vw;
    margin: 0 1vw 2vw;
    padding-top: 1.8vw;
  }
}
/* line 1404, _base.scss */
.about .treatment li::before {
  content: "";
  display: block;
  width: 4vw;
  aspect-ratio: 23 / 19;
  background: url("../images/check.svg") center top no-repeat;
  background-size: 100% auto;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 980px) {
  /* line 1404, _base.scss */
  .about .treatment li::before {
    width: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1404, _base.scss */
  .about .treatment li::before {
    width: 1.8vw;
  }
}
/* line 1419, _base.scss */
.about .treatment li:last-child {
  margin-bottom: 0;
}
/* line 1421, _base.scss */
.about .treatment li:last-child::before {
  margin-bottom: 2.3rem;
}
/* line 1427, _base.scss */
.about .inner {
  max-width: 100rem;
}
@media screen and (min-width: 980px) {
  /* line 1427, _base.scss */
  .about .inner {
    padding-bottom: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1427, _base.scss */
  .about .inner {
    max-width: 70vw;
  }
}
/* line 1436, _base.scss */
.about .outline {
  padding-bottom: 4.3rem;
}
@media screen and (min-width: 980px) {
  /* line 1436, _base.scss */
  .about .outline {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1436, _base.scss */
  .about .outline {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1445, _base.scss */
  .about .outline dl {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1445, _base.scss */
  .about .outline dl {
    width: 46.5%;
  }
}
/* line 1452, _base.scss */
.about .outline dl dt,
.about .outline dl li {
  color: #fff;
  line-height: 1.75em;
}
/* line 1460, _base.scss */
.about .outline dl dd ul li {
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}
/* line 1466, _base.scss */
.about .outline dl dd ul li::before {
  content: "・";
}
/* line 1471, _base.scss */
.about .outline dl dd ul li ul li::before {
  content: "※";
}

/* line 1482, _base.scss */
.work-image-pc {
  display: none;
}
@media screen and (min-width: 980px) {
  /* line 1482, _base.scss */
  .work-image-pc {
    display: block;
    background: url(../images/work-image-pc-bg.webp) bottom center no-repeat, url(../images/rep.webp) repeat #efefef;
    background-size: 100vw auto, 100px;
    position: relative;
    width: 100vw;
    height: 64.2vw;
    margin-bottom: -2px;
    overflow: hidden;
  }
}
/* line 1496, _base.scss */
.work-image-pc div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 64.2vw;
}
/* line 1502, _base.scss */
.work-image-pc div.work-image-01 {
  background: url(../images/work-image-01.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1506, _base.scss */
.work-image-pc div.work-image-02 {
  background: url(../images/work-image-02.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1510, _base.scss */
.work-image-pc div.work-image-03 {
  background: url(../images/work-image-03.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1514, _base.scss */
.work-image-pc div.work-image-04 {
  background: url(../images/work-image-04.webp) center no-repeat;
  background-size: 100vw auto;
}

/* line 1520, _base.scss */
.work-image-sp {
  background: url(../images/work-image-sp-bg.webp) bottom center no-repeat, url(../images/rep.webp) repeat;
  border-bottom: solid 1px #efefef;
  background-size: 100vw auto, 100px;
  position: relative;
  width: 100vw;
  height: 183vw;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  /* line 1520, _base.scss */
  .work-image-sp {
    display: none;
  }
}
/* line 1532, _base.scss */
.work-image-sp div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 183vw;
}
/* line 1538, _base.scss */
.work-image-sp div.work-image-01 {
  background: url(../images/work-image-sp-01.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1542, _base.scss */
.work-image-sp div.work-image-02 {
  background: url(../images/work-image-sp-02.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1546, _base.scss */
.work-image-sp div.work-image-03 {
  background: url(../images/work-image-sp-03.webp) center no-repeat;
  background-size: 100vw auto;
}
/* line 1550, _base.scss */
.work-image-sp div.work-image-04 {
  background: url(../images/work-image-sp-04.webp) center no-repeat;
  background-size: 100vw auto;
}

/* line 1556, _base.scss */
.staff {
  background: #efefef;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 1200px) {
  /* line 1556, _base.scss */
  .staff {
    padding-bottom: 8vw;
  }
}
/* line 1564, _base.scss */
.staff .inner {
  max-width: 100rem;
}
@media screen and (min-width: 1200px) {
  /* line 1564, _base.scss */
  .staff .inner {
    width: 72vw;
    max-width: 72vw;
    min-width: 980px;
  }
}
/* line 1572, _base.scss */
.staff .staff-unit {
  padding-top: 4rem;
}
/* line 1575, _base.scss */
.staff .box {
  background: #fff;
  margin-bottom: 6rem;
}
@media screen and (min-width: 980px) {
  /* line 1575, _base.scss */
  .staff .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1575, _base.scss */
  .staff .box {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1587, _base.scss */
  .staff .box figure {
    width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1587, _base.scss */
  .staff .box figure {
    width: 22.5vw;
  }
}
/* line 1595, _base.scss */
.staff .box img {
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 1595, _base.scss */
  .staff .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* line 1603, _base.scss */
.staff .box .txt {
  padding: 3.4rem 6vw 3.8rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 980px) {
  /* line 1603, _base.scss */
  .staff .box .txt {
    width: calc(100% - 30rem);
    padding: 2.8rem 3.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1603, _base.scss */
  .staff .box .txt {
    width: calc(100% - 22.5vw);
    padding: 2vw 2vw 2vw 2vw;
    font-feature-settings: normal;
  }
}
/* line 1615, _base.scss */
.staff .box .txt h3 {
  font-size: 6vw;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  position: relative;
  border-bottom: #ccc 4px solid;
  padding-bottom: 0.4rem;
  margin-bottom: 7vw;
}
@media screen and (min-width: 980px) {
  /* line 1615, _base.scss */
  .staff .box .txt h3 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1615, _base.scss */
  .staff .box .txt h3 {
    font-size: 2vw;
    margin-bottom: 1.4vw;
    border-bottom: #ccc 0.25vw solid;
  }
}
/* line 1633, _base.scss */
.staff .box .txt h3 span {
  font-family: "Oswald", sans-serif;
  font-size: 5.4vw;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 100%;
  color: #ccc;
}
@media screen and (min-width: 980px) {
  /* line 1633, _base.scss */
  .staff .box .txt h3 span {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1633, _base.scss */
  .staff .box .txt h3 span {
    font-size: 2.4vw;
    top: 0;
  }
}
/* line 1649, _base.scss */
.staff .box .txt h3::before {
  content: "";
  display: block;
  width: 16rem;
  height: 4px;
  background: #e7d184;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  /* line 1649, _base.scss */
  .staff .box .txt h3::before {
    height: 0.25vw;
    width: 20vw;
  }
}

/* line 1671, _base.scss */
.archive {
  padding-top: 5.5rem;
  padding-bottom: 7rem;
  text-align: center;
  background: url("../images/archive_bg_sp.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 980px) {
  /* line 1671, _base.scss */
  .archive {
    padding-top: 7rem;
    padding-bottom: 9rem;
    text-align: left;
    background: url("../images/archive_bg.webp") center center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1671, _base.scss */
  .archive {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}
/* line 1688, _base.scss */
.archive .inner {
  max-width: 104rem;
}
@media screen and (min-width: 980px) {
  /* line 1688, _base.scss */
  .archive .inner {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1688, _base.scss */
  .archive .inner {
    width: 80vw;
    max-width: 80vw;
  }
}
/* line 1700, _base.scss */
.archive .txt {
  padding-bottom: 3rem;
}
@media screen and (min-width: 980px) {
  /* line 1700, _base.scss */
  .archive .txt {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1700, _base.scss */
  .archive .txt {
    left: 5vw;
  }
}
/* line 1711, _base.scss */
.archive .txt p {
  font-weight: 500;
  line-height: 2;
}
/* line 1720, _base.scss */
.archive .tabpc {
  width: 76%;
}
@media screen and (min-width: 1200px) {
  /* line 1720, _base.scss */
  .archive .tabpc {
    width: 60vw;
  }
}

/* line 1727, _base.scss */
.item {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background: url("../images/rep.webp") repeat;
  background-size: 100px;
}
@media screen and (min-width: 980px) {
  /* line 1727, _base.scss */
  .item {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1727, _base.scss */
  .item {
    padding-top: 8vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1740, _base.scss */
  .item .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  /* line 1749, _base.scss */
  .item .txt {
    width: 75%;
    padding-left: 3rem;
    position: relative;
  }
  /* line 1755, _base.scss */
  .item .txt::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  /* line 1755, _base.scss */
  .item .txt::before {
    width: 0.25vw;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1749, _base.scss */
  .item .txt {
    padding-left: 5vw;
  }
}
/* line 1772, _base.scss */
.item .txt h3 {
  color: #fff;
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 1772, _base.scss */
  .item .txt h3 {
    font-size: 2.8rem;
    padding-bottom: 0.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1772, _base.scss */
  .item .txt h3 {
    font-size: 2.4vw;
  }
}
/* line 1788, _base.scss */
.item .txt h4 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 4.2rem;
  text-align: center;
}
@media screen and (min-width: 980px) {
  /* line 1788, _base.scss */
  .item .txt h4 {
    padding-bottom: 5.4rem;
    text-align: left;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1788, _base.scss */
  .item .txt h4 {
    font-size: 1.75vw;
    padding-bottom: 4vw;
  }
}
/* line 1806, _base.scss */
.item .txt dl dt,
.item .txt dl dd {
  color: #fff;
}
/* line 1811, _base.scss */
.item .txt dl dt:nth-of-type(2) {
  padding-top: 4rem;
}
@media screen and (min-width: 980px) {
  /* line 1811, _base.scss */
  .item .txt dl dt:nth-of-type(2) {
    padding-top: 7.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1811, _base.scss */
  .item .txt dl dt:nth-of-type(2) {
    padding-top: 3.5vw;
  }
}
/* line 1822, _base.scss */
.item .txt dl dd img {
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 980px) {
  /* line 1822, _base.scss */
  .item .txt dl dd img {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1822, _base.scss */
  .item .txt dl dd img {
    margin-top: 2vw;
  }
}

/* line 1836, _base.scss */
.company {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background: url("../images/rep.webp") repeat;
  background-size: 100px;
}
@media screen and (min-width: 980px) {
  /* line 1836, _base.scss */
  .company {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1836, _base.scss */
  .company {
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 1848, _base.scss */
  .company .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  /* line 1855, _base.scss */
  .company .txt {
    width: 75%;
    padding-left: 6rem;
    position: relative;
  }
  /* line 1860, _base.scss */
  .company .txt::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  /* line 1860, _base.scss */
  .company .txt::before {
    width: 0.25vw;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1855, _base.scss */
  .company .txt {
    padding-left: 5vw;
  }
}
/* line 1877, _base.scss */
.company .txt dl {
  border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
}
@media screen and (min-width: 980px) {
  /* line 1877, _base.scss */
  .company .txt dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1877, _base.scss */
  .company .txt dl {
    border-bottom: rgba(255, 255, 255, 0.6) 0.25vw solid;
  }
}
/* line 1887, _base.scss */
.company .txt dl dt,
.company .txt dl dd {
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  /* line 1887, _base.scss */
  .company .txt dl dt,
  .company .txt dl dd {
    display: inline-block;
  }
}
/* line 1895, _base.scss */
.company .txt dl dt {
  font-weight: 700;
  border-top: rgba(255, 255, 255, 0.6) 1px solid;
  padding-top: 2.4vw;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  /* line 1895, _base.scss */
  .company .txt dl dt {
    width: 25%;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1895, _base.scss */
  .company .txt dl dt {
    border-top: rgba(255, 255, 255, 0.6) 0.25vw solid;
    padding: 2.5vw 0;
  }
}
/* line 1909, _base.scss */
.company .txt dl dd {
  padding-bottom: 5vw;
}
@media screen and (min-width: 980px) {
  /* line 1909, _base.scss */
  .company .txt dl dd {
    width: 75%;
    padding: 3rem 0;
    border-top: rgba(255, 255, 255, 0.6) 1px solid;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1909, _base.scss */
  .company .txt dl dd {
    padding: 2.5vw 0;
    border-top: rgba(255, 255, 255, 0.6) 0.25vw solid;
  }
}
/* line 1922, _base.scss */
.company .txt dl dd span {
  display: block;
}
/* line 1926, _base.scss */
.company .txt dl:nth-child(1) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  /* line 1926, _base.scss */
  .company .txt dl:nth-child(1) {
    margin-bottom: 10vw;
  }
}

/* line 1935, _base.scss */
.access {
  padding-bottom: 8rem;
}
@media screen and (min-width: 980px) {
  /* line 1935, _base.scss */
  .access {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1935, _base.scss */
  .access {
    padding-bottom: 8vw;
  }
}
/* line 1943, _base.scss */
.access::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 26 / 7;
  background: url("../images/access_top_sp.webp") center top no-repeat;
  background-size: 100% auto;
  margin-bottom: 5.4rem;
}
@media screen and (min-width: 980px) {
  /* line 1943, _base.scss */
  .access::before {
    aspect-ratio: 180 / 13;
    background: url("../images/access_top.webp") center top no-repeat;
    background-size: 100% auto;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1943, _base.scss */
  .access::before {
    margin-bottom: 8rem;
  }
}
/* line 1961, _base.scss */
.access p {
  letter-spacing: -0.07em;
  line-height: 2.45em;
}
@media screen and (min-width: 980px) {
  /* line 1961, _base.scss */
  .access p {
    letter-spacing: 0;
  }
}
/* line 1970, _base.scss */
.access .gmap {
  margin-top: 5.5rem;
  margin-bottom: 3.9rem;
}
@media screen and (min-width: 980px) {
  /* line 1970, _base.scss */
  .access .gmap {
    margin-top: 4rem;
    margin-bottom: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1970, _base.scss */
  .access .gmap {
    margin-top: 4vw;
    margin-bottom: 4.5vw;
  }
}
/* line 1981, _base.scss */
.access .gmap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 88 / 103;
  border: 0;
}
@media screen and (min-width: 980px) {
  /* line 1981, _base.scss */
  .access .gmap iframe {
    aspect-ratio: 32 / 15;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1981, _base.scss */
  .access .gmap iframe {
    aspect-ratio: 16 / 5;
  }
}

/* line 1995, _base.scss */
.conbox {
  background: url("../images/rep.webp") repeat;
  background-size: 100px;
  padding-top: 8rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 1995, _base.scss */
  .conbox {
    padding: 10rem 0 12rem 0;
  }
}
@media screen and (min-width: 980px) {
  /* line 1995, _base.scss */
  .conbox {
    padding: 8rem 0 10rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1995, _base.scss */
  .conbox {
    padding: 7.5vw 0 7.5vw 0;
  }
}
/* line 2010, _base.scss */
.conbox .ttl {
  color: #fff;
  margin-bottom: 1vw;
}
@media screen and (min-width: 980px) {
  /* line 2010, _base.scss */
  .conbox .ttl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2010, _base.scss */
  .conbox .ttl {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 2020, _base.scss */
  .conbox .inner {
    display: flex;
    justify-content: space-between;
    max-width: 115.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2020, _base.scss */
  .conbox .inner {
    width: 80vw;
    max-width: 80vw;
  }
}
/* line 2031, _base.scss */
.conbox .box {
  margin-bottom: 4.6rem;
  background: #fff;
  padding: 4.5rem 2rem 4rem;
}
@media screen and (min-width: 980px) {
  /* line 2031, _base.scss */
  .conbox .box {
    margin-bottom: 0;
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2031, _base.scss */
  .conbox .box {
    width: 46%;
    padding: 3vw;
  }
}
/* line 2043, _base.scss */
.conbox .box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 4.4vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #aaa;
  padding-bottom: 2.6rem;
}
@media screen and (min-width: 980px) {
  /* line 2043, _base.scss */
  .conbox .box h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2043, _base.scss */
  .conbox .box h3 {
    font-size: 2vw;
    padding-bottom: 2.5vw;
  }
}
/* line 2059, _base.scss */
.conbox .box h4 {
  line-height: 1.5em;
  padding-bottom: 1.2em;
  letter-spacing: 0.1rem;
  font-size: 5.4vw;
}
@media screen and (min-width: 980px) {
  /* line 2059, _base.scss */
  .conbox .box h4 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2059, _base.scss */
  .conbox .box h4 {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 2071, _base.scss */
  .conbox .box h4 br {
    display: none;
  }
}
/* line 2076, _base.scss */
.conbox .box .btn {
  padding: 1.4rem 0;
  height: 5em;
  width: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  /* line 2076, _base.scss */
  .conbox .box .btn {
    padding: 0;
    line-height: 5em;
  }
}
/* line 2089, _base.scss */
.conbox .box:nth-child(1) .btn {
  padding: 0;
  line-height: 5em;
}
@media screen and (min-width: 980px) {
  /* line 2089, _base.scss */
  .conbox .box:nth-child(1) .btn {
    width: 85%;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2089, _base.scss */
  .conbox .box:nth-child(1) .btn {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  /* line 2104, _base.scss */
  .conbox .box:nth-child(2) .btn {
    line-height: 1.5;
    width: 85%;
    padding: 1.4rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2104, _base.scss */
  .conbox .box:nth-child(2) .btn {
    width: 100%;
    padding: 2.4vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2117, _base.scss */
  .conbox .box:nth-child(2) .btn br {
    display: none;
  }
}
/* line 2123, _base.scss */
.conbox .box p {
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media screen and (min-width: 980px) {
  /* line 2123, _base.scss */
  .conbox .box p {
    height: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2123, _base.scss */
  .conbox .box p {
    height: 6vw;
  }
}

/* line 2135, _base.scss */
.photogallery {
  padding-top: 4.8rem;
  padding-bottom: 9rem;
}
@media screen and (min-width: 980px) {
  /* line 2135, _base.scss */
  .photogallery {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2135, _base.scss */
  .photogallery {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
/* line 2145, _base.scss */
.photogallery .inner {
  text-align: center;
}
/* line 2148, _base.scss */
.photogallery h2 {
  font-family: "Oswald", sans-serif;
  font-size: 7.2vw;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1em;
  padding-bottom: 6rem;
}
@media screen and (min-width: 980px) {
  /* line 2148, _base.scss */
  .photogallery h2 {
    padding-bottom: 7rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2148, _base.scss */
  .photogallery h2 {
    padding-bottom: 6vw;
    font-size: 3.2vw;
  }
}
/* line 2164, _base.scss */
.photogallery .gallery {
  overflow: hidden;
  border-radius: 3rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 1200px) {
  /* line 2164, _base.scss */
  .photogallery .gallery {
    margin-bottom: 6vw;
  }
}
/* line 2172, _base.scss */
.photogallery .gallery .list {
  display: flex;
  flex-direction: column;
  width: 49%;
}
@media screen and (min-width: 980px) {
  /* line 2172, _base.scss */
  .photogallery .gallery .list {
    width: 32.5%;
  }
}
/* line 2179, _base.scss */
.photogallery .gallery .list ul {
  display: flex;
  flex-direction: column;
  animation: slide 60s infinite linear 0.2s both;
}
/* line 2183, _base.scss */
.photogallery .gallery .list ul li {
  display: block;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 980px) {
  /* line 2183, _base.scss */
  .photogallery .gallery .list ul li {
    margin-bottom: 1.6rem;
  }
}
/* line 2189, _base.scss */
.photogallery .gallery .list ul li img {
  display: block;
}
/* line 2195, _base.scss */
.photogallery .gallery .list:nth-of-type(even) ul {
  animation: slide-reverse 80s infinite linear 0.2s both;
}
/* line 2200, _base.scss */
.photogallery .gallery.col2 {
  height: min(138vw, 54rem);
}
@media screen and (min-width: 980px) {
  /* line 2200, _base.scss */
  .photogallery .gallery.col2 {
    display: none;
  }
}
/* line 2206, _base.scss */
.photogallery .gallery.col3 {
  display: none;
  height: min(64vw, 93rem);
}
@media screen and (min-width: 980px) {
  /* line 2206, _base.scss */
  .photogallery .gallery.col3 {
    display: flex;
    height: 64vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2206, _base.scss */
  .photogallery .gallery.col3 {
    height: 44vw;
  }
}

@keyframes textanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 2231, _base.scss */
header.active-application li:nth-child(1) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2241, _base.scss */
header.active-about li:nth-of-type(-n + 1) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2249, _base.scss */
header.active-about li:nth-child(2) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2257, _base.scss */
header.active-staff li:nth-of-type(-n + 2) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2265, _base.scss */
header.active-staff li:nth-child(3) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2273, _base.scss */
header.active-archive li:nth-of-type(-n + 3) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2281, _base.scss */
header.active-archive li:nth-child(4) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2289, _base.scss */
header.active-item li:nth-of-type(-n + 4) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2297, _base.scss */
header.active-item li:nth-child(5) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2305, _base.scss */
header.active-company li:nth-of-type(-n + 5) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2313, _base.scss */
header.active-company li:nth-child(6) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2321, _base.scss */
header.active-access li:nth-of-type(-n + 6) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2329, _base.scss */
header.active-access li:nth-child(7) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2337, _base.scss */
header.active-contact li:nth-of-type(-n + 7) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2345, _base.scss */
header.active-contact li:nth-child(8) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2353, _base.scss */
header.active-photogallery li:nth-of-type(-n + 8) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2361, _base.scss */
header.active-photogallery li:nth-child(9) ::after {
  background: url(../images/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 2369, _base.scss */
header.active-footer li:nth-of-type(-n + 9) ::after {
  aspect-ratio: 15 / 13;
  background: url(../images/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}

/* line 2381, _base.scss */
.company .txt dl.inner-dl {
  display: flex;
  border: none;
  padding: 0 0 0 0;
  margin-bottom: 0;
}
/* line 2386, _base.scss */
.company .txt dl.inner-dl dt {
  width: 12vw;
  padding: 0 0 0 0;
  border-top: none;
}
@media screen and (min-width: 980px) {
  /* line 2386, _base.scss */
  .company .txt dl.inner-dl dt {
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2386, _base.scss */
  .company .txt dl.inner-dl dt {
    width: 5vw;
  }
}
/* line 2397, _base.scss */
.company .txt dl.inner-dl dd {
  width: calc(100% - 14vw);
  padding: 0 0 0 0;
  border-top: none;
}
@media screen and (min-width: 980px) {
  /* line 2397, _base.scss */
  .company .txt dl.inner-dl dd {
    width: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1200px) {
  /* line 2397, _base.scss */
  .company .txt dl.inner-dl dd {
    width: calc(100% - 6vw);
  }
}
@media screen and (min-width: 980px) {
  /* line 2407, _base.scss */
  .company .txt dl.inner-dl dd a {
    pointer-events: none;
    text-decoration: none;
  }
}

/*# sourceMappingURL=style.css.map */
