@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* line 6, _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 14, _reset.scss */
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 79, _reset.scss */
sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 135, _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 142, _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 148, _reset.scss */
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 34, _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 34, _common.scss */
  body {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 34, _common.scss */
  body {
    font-size: 1.4vw;
  }
}

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

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

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

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

/* line 81, _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 81, _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 81, _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 101, _common.scss */
dl.base_dl dt::before {
  content: "";
  display: block;
  width: 12.2rem;
  height: 2px;
  background: #ffa125;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (min-width: 1200px) {
  /* line 101, _common.scss */
  dl.base_dl dt::before {
    width: 11vw;
    height: 0.25vw;
    bottom: -0.25vw;
  }
}
/* line 117, _common.scss */
dl.base_dl dd {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 1200px) {
  /* line 117, _common.scss */
  dl.base_dl dd {
    padding-bottom: 2.4vw;
  }
}
/* line 123, _common.scss */
dl.base_dl dd ul li {
  font-weight: 500;
  text-indent: -1em;
  margin-left: 1em;
}
/* line 129, _common.scss */
dl.base_dl dd ul li::before {
  content: "・";
}
/* line 134, _common.scss */
dl.base_dl dd ul li ul li::before {
  content: "※";
}

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

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

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

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

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

/* line 178, _common.scss */
.flb_st {
  display: flex;
  justify-content: flex-start;
}

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

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

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

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

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

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

/* line 221, _common.scss */
.inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 980px) {
  /* line 221, _common.scss */
  .inner {
    width: 60vw;
  }
}

@media screen and (min-width: 980px) {
  /* line 228, _common.scss */
  .inner__slim {
    width: 45vw;
  }
}

/* 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: 4rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 396, _common.scss */
  .ttl {
    font-size: 3.2vw;
    padding-bottom: 4vw;
  }
}
/* line 412, _common.scss */
.ttl.white {
  color: #ffffff;
}
/* line 416, _common.scss */
.ttl::before {
  content: "";
  display: block;
  width: 20vw;
  height: 1.4vw;
  background: rgba(41, 56, 85, 0.6);
  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: #ffa125;
}
@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: #ffa125;
  }
}
@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: #ffa125;
  }
}
@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 484, _common.scss */
dl.base_dl dd.hp_mbm {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  /* line 484, _common.scss */
  dl.base_dl dd.hp_mbm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 484, _common.scss */
  dl.base_dl dd.hp_mbm {
    margin-bottom: 4rem;
  }
}

/* line 496, _common.scss */
dl.base_dl dt.hp_mbm {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  /* line 496, _common.scss */
  dl.base_dl dt.hp_mbm {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 496, _common.scss */
  dl.base_dl dt.hp_mbm {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 980px) {
  /* line 507, _common.scss */
  dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  /* line 507, _common.scss */
  dl {
    border-bottom: rgba(255, 255, 255, 0.6) 0.25vw solid;
  }
}
/* line 516, _common.scss */
dl dt,
dl dd {
  line-height: 2;
}
@media screen and (min-width: 980px) {
  /* line 516, _common.scss */
  dl dt,
  dl dd {
    display: inline-block;
  }
}
/* line 523, _common.scss */
dl dt {
  font-weight: 700;
  border-top: rgba(41, 56, 85, 0.6) 1px solid;
  padding-top: 2.4vw;
  padding-bottom: 0;
}
@media screen and (min-width: 980px) {
  /* line 523, _common.scss */
  dl dt {
    width: 25%;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 523, _common.scss */
  dl dt {
    border-top: rgba(41, 56, 85, 0.6) 0.15vw solid;
    padding: 2vw 0;
  }
}
/* line 537, _common.scss */
dl:last-child {
  border-bottom: rgba(41, 56, 85, 0.6) 1px solid;
}
@media screen and (min-width: 1200px) {
  /* line 537, _common.scss */
  dl:last-child {
    border-bottom: rgba(41, 56, 85, 0.6) 0.15vw solid;
  }
}
/* line 543, _common.scss */
dl dd {
  padding-bottom: 5vw;
}
@media screen and (min-width: 980px) {
  /* line 543, _common.scss */
  dl dd {
    width: 75%;
    padding: 2rem 0;
    border-top: rgba(41, 56, 85, 0.6) 1px solid;
  }
}
@media screen and (min-width: 1200px) {
  /* line 543, _common.scss */
  dl dd {
    padding: 2vw 0;
    border-top: rgba(41, 56, 85, 0.6) 0.15vw solid;
  }
}
/* line 554, _common.scss */
dl dd span {
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 559, _common.scss */
  dl.el_dl_history dt {
    width: 40%;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 559, _common.scss */
  dl.el_dl_history dt {
    width: 32%;
    padding: 3vw 0;
  }
}
@media screen and (min-width: 980px) {
  /* line 569, _common.scss */
  dl.el_dl_history dd {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 569, _common.scss */
  dl.el_dl_history dd {
    width: 68%;
    padding: 3vw 0;
  }
}

/* line 581, _common.scss */
dl.sp-flat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* line 585, _common.scss */
dl.sp-flat dt {
  width: 36vw;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 980px) {
  /* line 585, _common.scss */
  dl.sp-flat dt {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 585, _common.scss */
  dl.sp-flat dt {
    padding: 2vw 0;
  }
}
/* line 596, _common.scss */
dl.sp-flat dd {
  width: calc(100% - 36vw);
  border-top: rgba(41, 56, 85, 0.6) 1px solid;
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
@media screen and (min-width: 980px) {
  /* line 596, _common.scss */
  dl.sp-flat dd {
    border-top: rgba(41, 56, 85, 0.6) 1px solid;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 596, _common.scss */
  dl.sp-flat dd {
    border-top: rgba(41, 56, 85, 0.6) 0.15vw solid;
    padding: 2vw 0;
  }
}

/* line 612, _common.scss */
dl.inner-dl {
  display: flex;
  border: none;
  padding: 0 0 0 0;
  margin-bottom: 0;
}
/* line 617, _common.scss */
dl.inner-dl dt {
  width: 12vw;
  padding: 0 0 0 0;
  border-top: none;
}
@media screen and (min-width: 980px) {
  /* line 617, _common.scss */
  dl.inner-dl dt {
    width: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 617, _common.scss */
  dl.inner-dl dt {
    width: 5vw;
  }
}
/* line 628, _common.scss */
dl.inner-dl dd {
  width: calc(100% - 14vw);
  padding: 0 0 0 0;
  border-top: none;
}
@media screen and (min-width: 980px) {
  /* line 628, _common.scss */
  dl.inner-dl dd {
    width: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1200px) {
  /* line 628, _common.scss */
  dl.inner-dl dd {
    width: calc(100% - 6vw);
  }
}
@media screen and (min-width: 980px) {
  /* line 638, _common.scss */
  dl.inner-dl dd a {
    pointer-events: none;
    text-decoration: none;
    color: #293855;
  }
}

/* line 648, _common.scss */
.btn {
  display: block;
  position: relative;
  width: 65vw;
  height: 12vw;
  line-height: 12vw;
  background: #293855;
  border: solid 1px #293855;
  color: white;
  text-align: center;
  border-radius: 10vw;
  font-weight: 400;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  /* line 648, _common.scss */
  .btn {
    width: 25vw;
    min-width: 30rem;
    padding: 0 1vw;
    height: 4vw;
    line-height: 4vw;
  }
}
/* line 671, _common.scss */
.btn:hover {
  text-decoration: none;
  background: rgba(41, 56, 85, 0.8);
  border: solid 1px rgba(41, 56, 85, 0.8);
}
/* line 677, _common.scss */
.btn.blank::after {
  content: "";
  display: block;
  width: 4vw;
  aspect-ratio: 1 / 1;
  background: url("../image/blank.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 677, _common.scss */
  .btn.blank::after {
    width: 1.8vw;
  }
}
@media screen and (min-width: 1200px) {
  /* line 677, _common.scss */
  .btn.blank::after {
    width: 1.6vw;
    right: 2vw;
  }
}

/* line 699, _common.scss */
.bl_cont-box {
  padding: 20vw 0;
}
@media screen and (min-width: 980px) {
  /* line 699, _common.scss */
  .bl_cont-box {
    padding: 10vw 0;
  }
}
/* line 704, _common.scss */
.bl_cont-box.bl_cont-box__bg {
  background: url(../image/rep.webp);
}

/* line 709, _common.scss */
.hp_t-right {
  text-align: right;
}

/* ヘッダー */
/* 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: 6vw;
}
@media screen and (min-width: 980px) {
  /* 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(../image/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 202, _base.scss */
footer {
  background: #f4f4f4;
  padding-top: 8rem;
  padding-bottom: 30vw;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  /* line 202, _base.scss */
  footer {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 202, _base.scss */
  footer {
    padding-bottom: 5vw;
    padding-top: 6vw;
  }
}
/* line 215, _base.scss */
footer .pagetop {
  display: block;
  width: 21px;
  position: absolute;
  right: 1.3rem;
  top: 1.9rem;
}
@media screen and (min-width: 980px) {
  /* line 215, _base.scss */
  footer .pagetop {
    right: 2.1rem;
    top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 215, _base.scss */
  footer .pagetop {
    width: 1.5vw;
    top: 1.5vw;
  }
}
/* line 229, _base.scss */
footer .pagetop img {
  display: block;
  width: 80%;
}
/* line 234, _base.scss */
footer .inner {
  width: calc(100% - 8rem);
}
@media screen and (min-width: 980px) {
  /* line 234, _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 234, _base.scss */
  footer .inner {
    width: 84vw;
  }
}
@media screen and (min-width: 980px) {
  /* line 247, _base.scss */
  footer .box {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  /* line 252, _base.scss */
  footer .box h2 {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 252, _base.scss */
  footer .box h2 {
    padding-bottom: 2.2vw;
  }
}
/* line 259, _base.scss */
footer .box h2 img {
  display: inline-block;
}
/* line 263, _base.scss */
footer .box h3 {
  font-weight: 700;
  padding-top: 1.6em;
}
/* line 267, _base.scss */
footer .box ul {
  padding-top: 1.2em;
  text-align: left;
  display: inline-block;
}
/* line 271, _base.scss */
footer .box ul li {
  line-height: 2.45em;
}
/* line 273, _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 273, _base.scss */
  footer .box ul li::before {
    width: 1.25vw;
    height: 0.15vw;
    margin-right: 0.5vw;
  }
}
/* line 287, _base.scss */
footer .box ul li a {
  font-weight: 500;
}
/* line 292, _base.scss */
footer .box ul li.blank a::after {
  content: "";
  display: inline-block;
  width: 4.4vw;
  aspect-ratio: 1 / 1;
  background: url("../image/blank_c.svg") center top no-repeat;
  background-size: 100% auto;
  margin-left: 1vw;
  vertical-align: -3px;
}
@media screen and (min-width: 980px) {
  /* line 292, _base.scss */
  footer .box ul li.blank a::after {
    width: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 292, _base.scss */
  footer .box ul li.blank a::after {
    width: 1.4vw;
    margin-left: 1vw;
  }
}
/* line 313, _base.scss */
footer .box:nth-child(1) {
  padding-bottom: 30vw;
}
@media screen and (min-width: 980px) {
  /* line 313, _base.scss */
  footer .box:nth-child(1) {
    padding-bottom: 4.4rem;
    padding-top: 2rem;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 313, _base.scss */
  footer .box:nth-child(1) {
    padding-top: 1.8vw;
    padding-bottom: 7vw;
  }
}
/* line 325, _base.scss */
footer .box:nth-child(1) h2 img {
  width: 40vw;
}
@media screen and (min-width: 980px) {
  /* line 325, _base.scss */
  footer .box:nth-child(1) h2 img {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 325, _base.scss */
  footer .box:nth-child(1) h2 img {
    width: 13.5vw;
  }
}
/* line 336, _base.scss */
footer .box:nth-child(2) {
  padding-bottom: 8rem;
}
@media screen and (min-width: 980px) {
  /* line 336, _base.scss */
  footer .box:nth-child(2) {
    width: 64%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 336, _base.scss */
  footer .box:nth-child(2) {
    width: 60%;
  }
}
/* line 345, _base.scss */
footer .box:nth-child(2) h2 img {
  width: 40vw;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  /* line 345, _base.scss */
  footer .box:nth-child(2) h2 img {
    width: 17.2rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 345, _base.scss */
  footer .box:nth-child(2) h2 img {
    width: 14vw;
  }
}
/* line 358, _base.scss */
footer .copy {
  font-size: 3vw;
  width: 100%;
}
@media screen and (min-width: 980px) {
  /* line 358, _base.scss */
  footer .copy {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 358, _base.scss */
  footer .copy {
    font-size: 1vw;
  }
}

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

/* line 380, _base.scss */
.footer-corp-name {
  font-weight: 700;
}

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

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

/* line 396, _base.scss */
.wrap {
  background: url("../image/rep.webp") repeat;
  box-sizing: 150px;
}

/* line 401, _base.scss */
.mv {
  position: relative;
  background: url(../image/contents_top_bg.svg) bottom center no-repeat;
  background-size: 100vw auto;
}
@media screen and (min-width: 980px) {
  /* line 401, _base.scss */
  .mv {
    text-align: center;
  }
}
/* line 408, _base.scss */
.mv .mv-inner {
  text-align: center;
  margin: 0 auto;
  padding: 26vw 0 36vw 0;
}
@media screen and (min-width: 980px) {
  /* line 408, _base.scss */
  .mv .mv-inner {
    display: flex;
    column-gap: 2vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 80vw;
    padding: 12vw 0 20vw 0;
  }
}
/* line 421, _base.scss */
.mv .mv-inner .mv-logo {
  margin: 0 auto 2vw auto;
  width: 46vw;
}
@media screen and (min-width: 980px) {
  /* line 421, _base.scss */
  .mv .mv-inner .mv-logo {
    width: 20vw;
    margin: 0 0;
    padding-top: 0.5vw;
  }
}
/* line 430, _base.scss */
.mv .mv-inner .mv-title {
  font-size: 7.2vw;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  /* line 430, _base.scss */
  .mv .mv-inner .mv-title {
    text-align: left;
    vertical-align: bottom;
    font-size: 2.4vw;
  }
}
/* line 439, _base.scss */
.mv .mv-inner .mv-title .company-name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw 0;
}
@media screen and (min-width: 980px) {
  /* line 439, _base.scss */
  .mv .mv-inner .mv-title .company-name {
    justify-content: left;
    padding: 0 0;
  }
}
/* line 448, _base.scss */
.mv .mv-inner .mv-title .company-name .limited {
  display: inline-block;
  padding: 0;
}
/* line 452, _base.scss */
.mv .mv-inner .mv-title .company-name .alphabet {
  font-size: 8.4vw;
  display: inline-block;
  padding: 0;
}
@media screen and (min-width: 980px) {
  /* line 452, _base.scss */
  .mv .mv-inner .mv-title .company-name .alphabet {
    font-size: 2.9vw;
  }
}
/* line 462, _base.scss */
.mv .mv-inner .mv-title .overview {
  font-size: 8.6vw;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (min-width: 980px) {
  /* line 462, _base.scss */
  .mv .mv-inner .mv-title .overview {
    font-size: 3.8vw;
  }
}

/* line 477, _base.scss */
header.active-company li:nth-child(1) ::after {
  aspect-ratio: 15 / 13;
  background: url(../image/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 487, _base.scss */
header.active-history li:nth-of-type(-n + 1) ::after {
  aspect-ratio: 15 / 13;
  background: url(../image/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 495, _base.scss */
header.active-history li:nth-child(2) ::after {
  background: url(../image/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 503, _base.scss */
header.active-organization-chart li:nth-of-type(-n + 2) ::after {
  aspect-ratio: 15 / 13;
  background: url(../image/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 511, _base.scss */
header.active-organization-chart li:nth-child(3) ::after {
  background: url(../image/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 519, _base.scss */
header.active-access li:nth-of-type(-n + 3) ::after {
  aspect-ratio: 15 / 13;
  background: url(../image/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 526, _base.scss */
header.active-access li:nth-child(4) ::after {
  background: url(../image/menu-arrow-left.svg) center top no-repeat;
  background-size: 100% auto;
}
/* line 535, _base.scss */
header.active-footer li:nth-of-type(-n + 4) ::after {
  aspect-ratio: 15 / 13;
  background: url(../image/menu-arrow-top.svg) center top no-repeat;
  background-size: 100% auto;
}

/* line 544, _base.scss */
.contents-wrap {
  background: #ffffff;
  padding-top: 20vw;
}
@media screen and (min-width: 980px) {
  /* line 544, _base.scss */
  .contents-wrap {
    padding-top: 0;
  }
}

/* line 552, _base.scss */
.bl_company {
  position: relative;
  margin-top: -1px;
}
@media screen and (min-width: 980px) {
  /* line 552, _base.scss */
  .bl_company {
    padding: 0 0 10vw 0;
  }
}
/* line 558, _base.scss */
.bl_company .company_img_box {
  display: flex;
  margin-top: 25vw;
  overflow: hidden;
  height: 40vw;
  display: flex;
  align-items: center;
  background: #666666;
}
@media screen and (min-width: 980px) {
  /* line 558, _base.scss */
  .bl_company .company_img_box {
    overflow: auto;
    margin-top: 0;
    height: auto;
    display: block;
    background: none;
  }
}
/* line 574, _base.scss */
.bl_company .company_img01 {
  width: 25%;
}
/* line 577, _base.scss */
.bl_company .company_img02 {
  width: 25%;
}
/* line 580, _base.scss */
.bl_company .company_img03 {
  width: 25%;
}
/* line 583, _base.scss */
.bl_company .company_img04 {
  width: 25%;
}
@media screen and (min-width: 980px) {
  /* line 587, _base.scss */
  .bl_company .company_img01 {
    position: absolute;
    left: 0;
    top: -15vw;
    width: 12vw;
  }
  /* line 593, _base.scss */
  .bl_company .company_img02 {
    position: absolute;
    left: 3vw;
    top: 10.2vw;
    width: 12vw;
  }
  /* line 599, _base.scss */
  .bl_company .company_img03 {
    position: absolute;
    right: 0;
    top: 20vw;
    width: 12vw;
  }
  /* line 605, _base.scss */
  .bl_company .company_img04 {
    position: absolute;
    right: 3vw;
    top: 43.4vw;
    width: 12vw;
  }
}

/* line 614, _base.scss */
.chart-box {
  background: white;
  width: 90vw;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 10vw auto;
  padding: 8vw 5vw;
}
@media screen and (min-width: 980px) {
  /* line 614, _base.scss */
  .chart-box {
    max-width: 100%;
    width: 40vw;
    padding: 3vw 0.5vw;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  /* line 629, _base.scss */
  .affiliated-companies {
    padding-top: 5vw;
    display: flex;
    justify-content: space-between;
  }
}
/* line 635, _base.scss */
.affiliated-companies figure {
  margin-bottom: 2vw;
}

/* line 640, _base.scss */
.access-inner {
  padding: 0 0 5vw 0;
  text-align: center;
}

/* line 645, _base.scss */
.gmap {
  margin-top: 5.5rem;
  margin-bottom: 3.9rem;
}
@media screen and (min-width: 980px) {
  /* line 645, _base.scss */
  .gmap {
    margin-top: 4rem;
    margin-bottom: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  /* line 645, _base.scss */
  .gmap {
    margin-top: 4vw;
    margin-bottom: 4.5vw;
  }
}
/* line 656, _base.scss */
.gmap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 88 / 103;
  border: 0;
}
@media screen and (min-width: 980px) {
  /* line 656, _base.scss */
  .gmap iframe {
    aspect-ratio: 32 / 15;
  }
}
@media screen and (min-width: 1200px) {
  /* line 656, _base.scss */
  .gmap iframe {
    aspect-ratio: 16 / 5;
  }
}

/* line 670, _base.scss */
.bl_history {
  background: url(../image/history_bg.png) bottom center no-repeat, url(../image/rep.webp);
  background-size: 100vw auto;
  padding-bottom: 40vw;
}

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