/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
/* -----------------------------------
media query print
------------------------------------ */
/* -----------------------------------
media query ver1
------------------------------------ */
/* -----------------------------------
transition
------------------------------------ */
/* -----------------------------------
clearfix
------------------------------------ */
/* -----------------------------------
formFocus
------------------------------------ */
/* -----------------------------------
shadow
------------------------------------ */
/* -----------------------------------
vw
------------------------------------ */
/*
 * _reset.scss
 */
/* -----------------------------------
reset
------------------------------------ */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

/*
 * _base.scss
 */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1vw;
  line-height: 2.25;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  opacity: 0;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5625vw;
  }
}
body.is-visible {
  opacity: 1;
}

@media print {
  html, body {
    height: auto;
  }
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::selection {
  background: #fff;
  color: #f1683a;
}

::-moz-selection {
  background: #fff;
  color: #f1683a;
}

/*
* _layout.scss
*/
.l-wrapper {
  position: relative;
  overflow: clip;
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0) inset;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 0 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 3.90625vw;
  }
}
.l-header.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.l-header_in {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header_in {
    height: 6.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_in {
    height: 13.0208333333vw;
  }
}
.l-header_logo {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-header_logo {
    width: 15.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 39.0625vw;
  }
}
.l-header_entry {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-header_entry {
    right: 7.5vw;
    top: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry {
    right: 15.625vw;
    top: 2.9947916667vw;
  }
}
.l-header_entry::before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #00a9ce;
  border: 2px solid #00a9ce;
  inset: 0;
  transition: 0.2s ease-in-out;
  transition-duration: 0.1s;
}
@media screen and (min-width: 769px) {
  .l-header_entry::before {
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry::before {
    border-radius: 1.3020833333vw;
  }
}
.l-header_entry.is-active dl dt button span {
  color: #00a9ce;
}
.l-header_entry.is-active dl dd {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.l-header_entry.is-active dl dd ul {
  opacity: 1;
  transition: 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.l-header_entry.is-active::before {
  background: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 769px) {
  .l-header_entry.is-active::before {
    border-radius: 0.7142857143vw;
    inset: -0.3571428571vw -0.7142857143vw -0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry.is-active::before {
    border-radius: 1.953125vw;
    inset: -0.6510416667vw -1.953125vw -1.953125vw;
  }
}
.l-header_entry dl {
  position: relative;
  z-index: 1;
}
.l-header_entry dl dt button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dt button {
    width: 13.0714285714vw;
    height: 3.0714285714vw;
    border-radius: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dt button {
    width: 31.25vw;
    height: 7.5520833333vw;
    border-radius: 1.3020833333vw;
  }
}
.l-header_entry dl dt button span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dt button span {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dt button span {
    font-size: 3.2552083333vw;
  }
}
.l-header_entry dl dd {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dd {
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dd {
    margin-top: 0.78125vw;
  }
}
.l-header_entry dl dd ul {
  opacity: 0;
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dd ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dd ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5625vw;
  }
}
.l-header_entry dl dd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a9ce;
  border: 2px solid #00a9ce;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dd ul li a {
    border-radius: 0.5vw;
    min-height: 3.2142857143vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dd ul li a {
    border-radius: 1.6927083333vw;
    min-height: 5.859375vw;
    font-size: 2.34375vw;
  }
}
.l-header_entry dl dd ul li a span {
  font-size: 75%;
}
.l-header_entry dl dd ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dd ul li a::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_entry dl dd ul li a::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    position: absolute;
    top: 50%;
    right: 1.953125vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .l-header_entry dl dd ul li a:hover {
    background: #fff;
    color: #00a9ce;
  }
  .l-header_entry dl dd ul li a:hover::after {
    background: url(../img/common/ico_arrow1_blue.svg) no-repeat center/contain;
  }
}
.l-header_btn {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .l-header_btn {
    right: 2.5vw;
    top: 1.7857142857vw;
    width: 3.0714285714vw;
    height: 3.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    right: 2.9947916667vw;
    top: 2.9947916667vw;
    width: 7.5520833333vw;
    height: 7.5520833333vw;
  }
}
.l-header_btn::after {
  content: "MENU";
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  text-align: center;
  color: #00a9ce;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_btn::after {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn::after {
    font-size: 2.34375vw;
    margin-bottom: 0.2604166667vw;
  }
}
.l-header_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.l-header_btn > div span {
  user-select: none;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  background: #00a9ce;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_btn > div span {
    width: 2.2857142857vw;
    height: 0.2142857143vw;
    left: -1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span {
    width: 5.7291666667vw;
    height: 0.5208333333vw;
    left: -2.8645833333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_btn > div span:nth-child(1) {
    top: -1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(1) {
    top: -2.34375vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_btn > div span:nth-child(2) {
    top: -0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn > div span:nth-child(2) {
    top: -0.78125vw;
  }
}
.l-header_btn.is-active::after {
  opacity: 0;
}
.l-header_btn.is-active > div span {
  background: #fff !important;
}
.l-header_btn.is-active > div span:nth-child(1) {
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .l-header_btn.is-active > div span:nth-child(1) {
    top: -0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn.is-active > div span:nth-child(1) {
    top: -0.2604166667vw;
  }
}
.l-header_btn.is-active > div span:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .l-header_btn.is-active > div span:nth-child(2) {
    top: -0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn.is-active > div span:nth-child(2) {
    top: -0.2604166667vw;
  }
}
.l-header_gnav {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(220, 70, 39, 0.9);
  transition: 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .l-header_gnav {
    align-items: center;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav {
    height: 100dvh;
    padding-top: 23.4375vw;
  }
}
.l-header_gnav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in {
    width: 52.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in {
    width: 85.9375vw;
    overflow-y: scroll;
    padding-bottom: 13.0208333333vw;
  }
}
.l-header_gnav_in a {
  text-decoration: none;
}
.l-header_gnav_in > ul > li > a {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul > li > a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul > li > a {
    font-size: 3.90625vw;
  }
}
.l-header_gnav_in > ul > li > a::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul > li > a::before {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-right: 0.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul > li > a::before {
    width: 1.0416666667vw;
    height: 1.5625vw;
    margin-right: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul > li > a:hover {
    text-underline-offset: 0.3em;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list1 li {
    display: flex;
    align-items: center;
  }
}
.l-header_gnav_in > ul._list1 li ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list1 li ul {
    margin-left: 3.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list1 li ul {
    margin-left: 6.5104166667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list1 li ul li + li {
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list1 li ul li + li {
    margin-left: 5.2083333333vw;
  }
}
.l-header_gnav_in > ul._list1 li ul li a {
  color: #f5b199;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list1 li ul li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list1 li ul li a {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list1 li ul li a:hover {
    text-underline-offset: 0.3em;
    text-decoration: underline;
  }
}
.l-header_gnav_in > ul._list2 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list2 {
    margin-top: 2.8571428571vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8571428571vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list2 {
    margin-top: 5.2083333333vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list3 li + li {
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list3 li + li {
    margin-top: 2.6041666667vw;
  }
}
.l-header_gnav_in > ul._list3 li a::before {
  order: 2;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > ul._list3 li a::before {
    margin-left: 0.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > ul._list3 li a::before {
    margin-left: 3.2552083333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl {
    margin-top: 4.6428571429vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl {
    margin: 9.1145833333vw auto 5.2083333333vw;
    max-width: 63.8020833333vw;
  }
}
.l-header_gnav_in > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl > dt {
    font-size: 3.2552083333vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dd {
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl > dd {
    margin-top: 1.3020833333vw;
  }
}
.l-header_gnav_in > dl > dd ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dd ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl > dd ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8229166667vw;
  }
}
.l-header_gnav_in > dl > dd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #00a9ce;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dd ul li a {
    border-radius: 0.5vw;
    min-height: 5.3571428571vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl > dd ul li a {
    border-radius: 1.6927083333vw;
    min-height: 16.2760416667vw;
    font-size: 4.5572916667vw;
  }
}
.l-header_gnav_in > dl > dd ul li a span {
  font-size: 75%;
}
.l-header_gnav_in > dl > dd ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dd ul li a::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header_gnav_in > dl > dd ul li a::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    position: absolute;
    top: 50%;
    right: 5.859375vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .l-header_gnav_in > dl > dd ul li a:hover {
    background: #00a9ce;
    color: #fff;
  }
  .l-header_gnav_in > dl > dd ul li a:hover::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  }
}

.l-content {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l-sec {
  position: relative;
  z-index: 1;
  padding: 0 2.1428571429vw;
}
@media screen and (max-width: 768px) {
  .l-sec {
    padding: 0 6.5104166667vw;
  }
}
.l-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-sec_in {
    max-width: 62.1428571429vw;
  }
}

.l-footer a {
  text-decoration: none;
}
.l-footer_top {
  background: #dc4627;
}
@media screen and (min-width: 769px) {
  .l-footer_top {
    padding: 5.7142857143vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_top {
    padding: 7.8125vw 6.5104166667vw 9.765625vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_top_in {
    width: 75.7142857143vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_logo {
    width: 24.5714285714vw;
    margin-right: 4.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_logo {
    width: 67.7083333333vw;
  }
}
.l-footer_logo a p {
  line-height: 1;
  color: #fff;
  letter-spacing: 0.25em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-footer_logo a p {
    margin-top: 0.7142857143vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_logo a p {
    margin-top: 1.3020833333vw;
    font-size: 4.5572916667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav {
    flex-grow: 1;
    padding-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    margin-top: 10.4166666667vw;
  }
}
.l-footer_nav > ul > li > a {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul > li > a {
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li > a {
    font-size: 3.90625vw;
  }
}
.l-footer_nav > ul > li > a::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul > li > a::before {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-right: 0.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul > li > a::before {
    width: 1.0416666667vw;
    height: 1.5625vw;
    margin-right: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul > li > a:hover {
    text-underline-offset: 0.3em;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list1 li {
    display: flex;
    align-items: center;
  }
}
.l-footer_nav > ul._list1 li ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list1 li ul {
    margin-left: 3.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul._list1 li ul {
    margin-left: 6.5104166667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list1 li ul li + li {
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul._list1 li ul li + li {
    margin-left: 5.2083333333vw;
  }
}
.l-footer_nav > ul._list1 li ul li a {
  color: #f5b199;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list1 li ul li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul._list1 li ul li a {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list1 li ul li a:hover {
    text-underline-offset: 0.3em;
    text-decoration: underline;
  }
}
.l-footer_nav > ul._list2 {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer_nav > ul._list2 {
    margin-top: 2.8571428571vw;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8571428571vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav > ul._list2 {
    margin-top: 5.2083333333vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_entry {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl {
    width: 52.8571428571vw;
    margin: 4.6428571429vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl {
    margin: 9.1145833333vw auto 5.2083333333vw;
    max-width: 63.8020833333vw;
  }
}
.l-footer_entry > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dt {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl > dt {
    font-size: 3.2552083333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dd {
    margin-top: 0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl > dd {
    margin-top: 1.3020833333vw;
  }
}
.l-footer_entry > dl > dd ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dd ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl > dd ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.8229166667vw;
  }
}
.l-footer_entry > dl > dd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #00a9ce;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dd ul li a {
    border-radius: 0.5vw;
    min-height: 5.3571428571vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl > dd ul li a {
    border-radius: 1.6927083333vw;
    min-height: 16.2760416667vw;
    font-size: 4.5572916667vw;
  }
}
.l-footer_entry > dl > dd ul li a span {
  font-size: 75%;
}
.l-footer_entry > dl > dd ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dd ul li a::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_entry > dl > dd ul li a::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    position: absolute;
    top: 50%;
    right: 5.859375vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .l-footer_entry > dl > dd ul li a:hover {
    background: #00a9ce;
    color: #fff;
  }
  .l-footer_entry > dl > dd ul li a:hover::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  }
}
.l-footer_bottom {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-footer_bottom {
    padding: 1.4285714286vw 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_bottom {
    padding: 3.90625vw 6.5104166667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_bottom_in {
    width: 75.7142857143vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer_primary ul li a {
  display: flex;
  align-items: center;
  color: #00a9ce;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .l-footer_primary ul li a {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul li a {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer_primary ul li a:hover {
    text-decoration: underline;
  }
}
.l-footer_primary ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .l-footer_primary ul li a::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-left: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_primary ul li a::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 4.5572916667vw;
  }
}
.l-footer_copyright {
  line-height: 1;
  color: #00a9ce;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .l-footer_copyright {
    text-align: right;
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_copyright {
    margin-top: 6.5104166667vw;
    text-align: center;
    font-size: 2.734375vw;
  }
}

/*
 * _component.scss
 */
.c-titleStyle1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  transition: 0.2s ease-in-out;
  transition: opacity 0.2s ease;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 {
    max-width: 61.4285714286vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 14.3229166667vw;
    margin-bottom: 7.8125vw;
  }
}
.c-titleStyle1.-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-titleStyle1.-sp_center {
    align-items: center;
  }
}
.c-titleStyle1 > ._next {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #f1683a;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._next {
    margin-bottom: 1.4285714286vw;
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._next {
    margin-bottom: 2.6041666667vw;
    font-size: 3.125vw;
  }
}
.c-titleStyle1 > ._txt1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: fit-content;
  clip-path: inset(-500px 0 0 0);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #00a9ce;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._txt1 {
    padding-bottom: 0.1428571429vw;
    padding-left: 0.3571428571vw;
    padding-right: 0.3571428571vw;
    font-size: 3.9285714286vw;
    font-size: min(55px, 3.9285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._txt1 {
    padding-bottom: 0.2604166667vw;
    padding-left: 0.6510416667vw;
    padding-right: 0.6510416667vw;
    font-size: 8.59375vw;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._txt1.-small {
    font-size: min(45px, 3.2142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._txt1.-small {
    font-size: 6.5104166667vw;
  }
}
.c-titleStyle1 > ._txt2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  clip-path: inset(-500px 0 0 0);
  clip-path: inset(-500px 0 -10px 0);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #00a9ce;
  line-height: 0.9;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 > ._txt2 {
    margin-top: min(20px, 1.4285714286vw);
    padding-left: 0.5714285714vw;
    padding-right: 0.5714285714vw;
    font-size: min(25px, 1.7857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 > ._txt2 {
    margin-top: 3.2552083333vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    font-size: 3.90625vw;
    white-space: nowrap;
  }
}
.c-titleStyle1 ._bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 ._bg {
    border-radius: 0.2857142857vw;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1 ._bg {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle1 ._bg {
    border-radius: 0.5208333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-small > ._txt1 {
    font-size: min(38px, 2.7142857143vw);
  }
}
@media screen and (min-width: 769px) {
  .c-titleStyle1.-small > ._txt2 {
    font-size: min(18px, 1.2857142857vw);
  }
}
.c-titleStyle1.is-animate {
  opacity: 1;
}
.c-titleStyle1.is-animate > ._txt1 ._bg {
  animation: bgIn 0.3s cubic-bezier(0.23, 1.11, 0.79, 1.26) backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(1) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(2) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.03s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(3) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.06s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(4) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.09s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(5) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.12s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(6) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.15s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(7) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.18s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(8) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.21s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(9) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.24s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(10) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.27s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(11) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.3s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(12) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.33s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(13) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.36s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(14) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.39s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(15) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.42s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(16) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.45s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(17) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.48s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(18) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.51s backwards;
}
.c-titleStyle1.is-animate > ._txt1 .char:nth-of-type(19) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.54s backwards;
}
.c-titleStyle1.is-animate > ._txt2 ._bg {
  animation: bgIn 0.3s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.2s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(1) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.2s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(2) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.23s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(3) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.26s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(4) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.29s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(5) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.32s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(6) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.35s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(7) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.38s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(8) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.41s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(9) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.44s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(10) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.47s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(11) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.5s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(12) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.53s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(13) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.56s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(14) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.59s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(15) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.62s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(16) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.65s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(17) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.68s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(18) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.71s backwards;
}
.c-titleStyle1.is-animate > ._txt2 .char:nth-of-type(19) {
  animation: txtUp 0.4s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.74s backwards;
}
.c-titleStyle1.is-animate > ._ico {
  animation: icoUp 0.3s cubic-bezier(0.23, 1.11, 0.79, 1.26) 0.4s backwards;
}
@keyframes bgIn {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes txtUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes icoUp {
  from {
    opacity: 0;
    transform: translateY(60%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-titleStyle2 > span._txt1 {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .c-titleStyle2 > span._txt1 {
    padding-bottom: 0.5714285714vw;
    border-bottom: 0.2857142857vw solid #f7a489;
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle2 > span._txt1 {
    padding-bottom: 1.0416666667vw;
    border-bottom: 0.9114583333vw solid #f7a489;
    font-size: 6.1197916667vw;
  }
}
.c-titleStyle2 > span._txt1.-white {
  color: #fff;
}
.c-titleStyle2 > span._txt1.-orange {
  color: #f1683a;
}

.c-titleStyle3 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .c-titleStyle3 {
    gap: 0.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 {
    gap: 1.0416666667vw;
  }
}
.c-titleStyle3 > ._num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #f1683a;
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) {
  .c-titleStyle3 > ._num {
    margin-bottom: 0.7142857143vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._num {
    margin-bottom: 1.3020833333vw;
    font-size: 2.34375vw;
  }
}
.c-titleStyle3 > ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.14em;
  letter-spacing: 0.044em;
  background: #f1683a;
}
@media screen and (min-width: 769px) {
  .c-titleStyle3 > ._txt1 {
    padding: 0.5714285714vw 0.5714285714vw 0.6428571429vw 1.0714285714vw;
    border-radius: 0.5714285714vw;
    font-size: 2.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle3 > ._txt1 {
    padding: 1.0416666667vw 1.0416666667vw 1.171875vw 1.953125vw;
    border-radius: 1.0416666667vw;
    font-size: 5.2083333333vw;
  }
}

.c-titleStyle4 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.c-titleStyle4 > ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.14em;
  letter-spacing: 0.044em;
  color: #f1683a;
  background: #fff;
  border: 2px solid #f1683a;
  line-height: 1.5428571429;
}
@media screen and (min-width: 769px) {
  .c-titleStyle4 > ._txt1 {
    padding: 0.7142857143vw 2vw;
    border-radius: 0.5714285714vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-titleStyle4 > ._txt1 {
    padding: 1.3020833333vw 3.6458333333vw;
    border-radius: 1.953125vw;
    font-size: 4.5572916667vw;
  }
}

.c-btnStyle1 {
  position: relative;
  transition: 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 {
    min-width: 17.1428571429vw;
    height: 5.3571428571vw;
    border-radius: 7.1428571429vw;
    padding: 0 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 {
    min-width: 63.8020833333vw;
    height: 17.1875vw;
    border-radius: 13.0208333333vw;
    padding: 0 5.2083333333vw;
  }
}
.c-btnStyle1::before {
  content: "";
  top: 0;
  left: 0;
  background: #00a9ce;
  position: absolute;
  z-index: 0;
  transition: 0.2s ease-in-out;
  transform: translateX(-100%);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1::before {
    width: 5.3571428571vw;
    height: 5.3571428571vw;
    border-radius: 7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1::before {
    width: 17.1875vw;
    height: 17.1875vw;
    border-radius: 13.0208333333vw;
  }
}
.c-btnStyle1 > span {
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1 > span {
    font-size: 1.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1 > span {
    font-size: 3.90625vw;
  }
}
.c-btnStyle1::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .c-btnStyle1::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    right: 1.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1::after {
    width: 1.3020833333vw;
    height: 2.34375vw;
    right: 10.15625vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1:hover {
    border: 1px solid #00a9ce !important;
  }
  .c-btnStyle1:hover > span {
    transition-delay: 0.23s;
  }
  .c-btnStyle1:hover::before {
    transition-delay: 0.13s;
    transform: translateX(0);
    width: 100%;
  }
  .c-btnStyle1:hover::after {
    right: 2.1428571429vw;
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain !important;
  }
}
.c-btnStyle1.-orange {
  border: 1px solid #f1683a;
}
.c-btnStyle1.-orange > span {
  color: #f1683a;
}
.c-btnStyle1.-orange::after {
  background-image: url(../img/common/ico_arrow1_orange.svg);
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-orange:hover > span {
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-back {
    padding: 0 5.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-back {
    padding: 0 16.9270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btnStyle1.-back > span {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btnStyle1.-back > span {
    font-size: 3.2552083333vw;
  }
}

.c-txtStyle1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-txtStyle1 {
    letter-spacing: 0.17em;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .c-txtStyle1 {
    letter-spacing: 0.1em;
    font-size: 3.2552083333vw;
  }
}

.c-disabled {
  pointer-events: none !important;
}
.c-disabled::after {
  display: none !important;
}

/*
 * _project.scss
 */
@media screen and (min-width: 769px) {
  .p-localNav {
    position: absolute;
    z-index: 1;
  }
  body[data-page-id=points] .p-localNav {
    top: 1.0714285714vw;
    right: 0;
  }
  body[data-page-id=life-work] .p-localNav {
    top: 0;
    top: 1.0714285714vw;
    right: 9.2857142857vw;
  }
  body[data-page-id=about-us] .p-localNav {
    top: 0;
    right: 9.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-localNav {
    margin-top: -6.5104166667vw;
    margin-bottom: 5.2083333333vw;
  }
}
body[data-page-id=points] .p-localNav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a d" "b e" "c .";
}
@media screen and (min-width: 769px) {
  body[data-page-id=points] .p-localNav ul {
    gap: 1.0714285714vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=points] .p-localNav ul {
    margin-left: auto;
    width: fit-content;
    gap: 1.953125vw 5.859375vw;
  }
}
body[data-page-id=points] .p-localNav ul li:nth-child(1) {
  grid-area: a;
}
body[data-page-id=points] .p-localNav ul li:nth-child(2) {
  grid-area: b;
}
body[data-page-id=points] .p-localNav ul li:nth-child(3) {
  grid-area: c;
}
body[data-page-id=points] .p-localNav ul li:nth-child(4) {
  grid-area: d;
}
body[data-page-id=points] .p-localNav ul li:nth-child(5) {
  grid-area: e;
}

body[data-page-id=life-work] .p-localNav ul, body[data-page-id=about-us] .p-localNav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  body[data-page-id=life-work] .p-localNav ul, body[data-page-id=about-us] .p-localNav ul {
    gap: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=life-work] .p-localNav ul, body[data-page-id=about-us] .p-localNav ul {
    margin-left: auto;
    width: fit-content;
    gap: 1.953125vw 5.859375vw;
  }
}

.p-localNav ul li {
  line-height: 1;
}
.p-localNav ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .p-localNav ul li a {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-localNav ul li a {
    font-size: 3.2552083333vw;
  }
}
.p-localNav ul li a::before {
  content: "- ";
}
@media screen and (min-width: 769px) {
  .p-localNav ul li a:hover {
    text-decoration: underline;
  }
}

.p-timeLine {
  background: #f1683a;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .p-timeLine + .p-timeLine {
    margin-top: 5.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine + .p-timeLine {
    margin-top: 17.578125vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine {
    padding: 2.5vw 2.8571428571vw;
    border-radius: 0.7142857143vw 0 0 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine {
    margin-left: calc(50% - 50vw);
    padding: 7.1614583333vw 9.1145833333vw;
    padding-right: 0;
  }
}
.p-timeLine ._img {
  overflow-x: scroll;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  cursor: grab;
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img::-webkit-scrollbar {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
  }
  .p-timeLine ._img::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
  }
  .p-timeLine ._img::-webkit-scrollbar-thumb {
    background: #f7a489;
    border-radius: 50px;
  }
}
.p-timeLine ._img img {
  max-width: none;
  width: auto;
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-training_img1 {
    padding: 2.8571428571vw 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-training_img1 {
    padding: 9.1145833333vw 11.71875vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-training_img1 img {
    height: 32.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-training_img1 img {
    height: 95.0520833333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-training_img2 {
    padding: 8.5714285714vw 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-training_img2 {
    padding: 24.7395833333vw 11.71875vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-training_img2 img {
    height: 16.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-training_img2 img {
    height: 50.78125vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-business_img1 {
    padding: 8.5714285714vw 4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-business_img1 {
    padding: 24.7395833333vw 11.71875vw;
  }
}
@media screen and (min-width: 769px) {
  .p-timeLine ._img.-business_img1 img {
    height: 16.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-timeLine ._img.-business_img1 img {
    height: 50.78125vw;
  }
}

.p-scrollTxt {
  display: flex;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.p-scrollTxt ._inner {
  display: flex;
  flex-shrink: 0;
  animation: marquee 20s linear infinite;
}
.p-scrollTxt ._inner span {
  user-select: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #B2E5F0;
  line-height: 0.6;
}
@media screen and (min-width: 769px) {
  .p-scrollTxt ._inner span {
    padding: 0 1.4285714286vw;
    font-size: 7.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-scrollTxt ._inner span {
    padding: 0 2.6041666667vw;
    font-size: 16.9270833333vw;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-secRecruit {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .p-secRecruit {
    padding-bottom: 10.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit {
    padding-bottom: 16.9270833333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_in {
    max-width: 83.5714285714vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li + li {
    margin-top: 3.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li + li {
    margin-top: 4.5572916667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li {
    display: flex;
    align-items: center;
    border-radius: 0.5vw;
    height: 18.0714285714vw;
    padding: 4.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li {
    padding: 10.4166666667vw 13.0208333333vw;
    padding: 10.4166666667vw 13.0208333333vw;
    border-radius: 0.9114583333vw;
  }
}
.p-secRecruit_cnt1 > ul > li._guideline {
  background: #f1683a;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li._guideline {
    gap: 3.5714285714vw;
  }
}
.p-secRecruit_cnt1 > ul > li._entry {
  background: #00a9ce;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li._entry {
    gap: 7.1428571429vw;
  }
}
.p-secRecruit_cnt1 > ul > li ._title p {
  line-height: 1;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._title p {
    font-size: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._title p {
    font-size: 14.3229166667vw;
    text-align: center;
  }
}
.p-secRecruit_cnt1 > ul > li ._title span {
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._title span {
    margin-top: 0.7142857143vw;
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._title span {
    margin-top: 2.6041666667vw;
    font-size: 4.5572916667vw;
    text-align: center;
  }
}
.p-secRecruit_cnt1 > ul > li ._body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.17em;
  line-height: 1.8125;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._body {
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._body {
    margin-top: 5.859375vw;
    font-size: 3.125vw;
    text-align: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._btn {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._btn {
    margin-top: 5.859375vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._list {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._list {
    margin-top: 5.859375vw;
  }
}
.p-secRecruit_cnt1 > ul > li ._list ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.8645833333vw;
  }
}
.p-secRecruit_cnt1 > ul > li ._list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: #00a9ce;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._list ul li a {
    border-radius: 0.5vw;
    min-height: 5.3571428571vw;
    font-size: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._list ul li a {
    border-radius: 1.6927083333vw;
    min-height: 16.2760416667vw;
    font-size: 4.5572916667vw;
  }
}
.p-secRecruit_cnt1 > ul > li ._list ul li a span {
  font-size: 75%;
}
.p-secRecruit_cnt1 > ul > li ._list ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_blue.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._list ul li a::after {
    width: 0.4285714286vw;
    height: 0.7142857143vw;
    margin-left: 1.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secRecruit_cnt1 > ul > li ._list ul li a::after {
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    position: absolute;
    top: 50%;
    right: 5.859375vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-secRecruit_cnt1 > ul > li ._list ul li a:hover {
    background: #00a9ce;
    color: #fff;
  }
  .p-secRecruit_cnt1 > ul > li ._list ul li a:hover::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  }
}

.p-secNext {
  background: #FFF3E6;
}
@media screen and (min-width: 769px) {
  .p-secNext {
    padding-top: min(130px, 9.2857142857vw);
    padding-bottom: min(130px, 9.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-secNext {
    padding-top: 20.8333333333vw;
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-secNext_in {
    max-width: 78.5714285714vw;
  }
}
.p-secNext_cnt1 {
  border-top: 1px solid #f1683a;
  border-bottom: 1px solid #f1683a;
}
@media screen and (min-width: 769px) {
  .p-secNext_cnt1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5.7142857143vw;
    padding-bottom: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNext_cnt1 {
    padding-top: 7.8125vw;
    padding-bottom: 10.4166666667vw;
  }
}
.p-secNext_cnt1 ._title .c-titleStyle1 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-secNext_cnt1 ._img {
    width: 35.7142857143vw;
    min-width: 35.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secNext_cnt1 ._img {
    width: 65.1041666667vw;
    margin: -1.953125vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-secNext_cnt1 ._btn {
    margin-top: 5.859375vw;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-secBtn {
    padding-top: 12.1428571429vw;
    padding-bottom: 8.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-secBtn {
    padding-top: 16.2760416667vw;
    padding-bottom: 14.9739583333vw;
  }
}
.p-secBtn_cnt1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-landscape .l-wrapper {
  display: none !important;
}

.p-orientation {
  display: none;
}
.is-landscape {
  background: #fff;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}
.is-landscape body {
  opacity: 1;
  width: inherit;
  height: inherit;
}

.is-landscape .p-orientation {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.is-landscape .p-orientation ._txt1 {
  color: #00a9ce;
  font-size: 5.2132701422vw;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.is-landscape .p-orientation ._txt2 {
  margin-top: 2.9620853081vw;
  color: #00a9ce;
  font-size: 2.0142180095vw;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.is-landscape .p-orientation ._img1 {
  margin-top: 4.7393364929vw;
  width: 17.7725118483vw;
}

.js-youtube-pop {
  cursor: pointer;
}

.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-youtubeCover.is-visible {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-youtube {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 80vh;
  max-width: 142.2222222222vh;
  max-height: 50.625vw;
  object-fit: contain;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 2.8571428571vw;
  height: 2.8571428571vw;
  position: absolute;
  top: -3.5714285714vw;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
  user-select: none;
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
}
.p-youtube_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-youtube_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-youtube.is-visible {
  display: block;
  animation-name: slide-up;
  animation-duration: 0.5s;
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.js-anime-slideup {
  transition: 0.2s ease-in-out;
  opacity: 0;
  translate: 0 50%;
}
@media screen and (min-width: 769px) {
  .js-anime-slideup {
    transition: 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.27);
  }
}
@media screen and (max-width: 768px) {
  .js-anime-slideup {
    transition: 0.4s ease-out;
  }
}
.js-anime-slideup.is-animate {
  opacity: 1;
  translate: 0 0;
}

[data-animation-fadein] {
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
[data-animation-fadein].is-animate {
  transition: opacity 0.6s ease-in-out 0.6s;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  html.lenis {
    height: auto;
  }
  html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  html.lenis.lenis-stopped {
    overflow: hidden;
  }
  html.lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}

/*
 * _utility.scss
 */
/* -----------------------------------
print
------------------------------------ */
@media print {
  .u-printHidden {
    display: none;
  }
}

.u-printVisible {
  display: none;
}
@media print {
  .u-printVisible {
    display: block;
  }
}

/* -----------------------------------
font
------------------------------------ */
.u-fwb {
  font-weight: bold !important;
}

.u-fwn {
  font-weight: normal !important;
}

.u-font-zen {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

/* -----------------------------------
align
------------------------------------ */
.u-tc {
  text-align: center !important;
}

.u-tl {
  text-align: left !important;
}

.u-tr {
  text-align: right !important;
}

/* -----------------------------------
padding
------------------------------------ */
.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

/* -----------------------------------
font-size rem
------------------------------------ */
.u-fz10px {
  font-size: 1rem;
}

.u-fz11px {
  font-size: 1.1rem;
}

.u-fz12px {
  font-size: 1.2rem;
}

.u-fz13px {
  font-size: 1.3rem;
}

.u-fz14px {
  font-size: 1.4rem;
}

/* -----------------------------------
font-size em
------------------------------------ */
.u-fz09em {
  font-size: 0.9em;
}

.u-fz10em {
  font-size: 1em;
}

.u-fz11em {
  font-size: 1.1em;
}

.u-fz12em {
  font-size: 1.2em;
}

.u-fz13em {
  font-size: 1.3em;
}

.u-fz14em {
  font-size: 1.4em;
}

/* -----------------------------------
clerfix
------------------------------------ */
.sec::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* -----------------------------------
display
------------------------------------ */
.u-d_b {
  display: block !important;
}

.u-d_n {
  display: none !important;
}

.u-d_ib {
  display: inline-block !important;
}

/* -----------------------------------
display adjust
------------------------------------ */
.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1499px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  .u-customhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */