@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* -------------------------------------------- */
/* ------------------ Raleway ----------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ---------------- 游ゴシック体 -------------- */
/* -------------------------------------------- */
/* medium */
/* bold */
/* -------------------------------------------- */
/* ------------------ Marydale ---------------- */
/* -------------------------------------------- */
/* regular */
/* bold */
/* -------------------------------------------- */
/* ------------------- Roboto ----------------- */
/* -------------------------------------------- */
/* black */
/* ---------- visit page animation ---------- */
body {
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.is-inview {
  opacity: 1;
}

.js-visit-up {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}
.js-visit-up.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-delay-1 {
  transition: all 1.5s ease;
}

.js-delay-2 {
  transition: all 1.5s ease 0.05s;
}

.js-delay-3 {
  transition: all 1.5s ease 0.1s;
}

.js-delay-4 {
  transition: all 1.5s ease 0.15s;
}

.js-delay-5 {
  transition: all 1.5s ease 0.2s;
}

.js-delay-6 {
  transition: all 1.5s ease 0.25s;
}

.js-delay-7 {
  transition: all 1.5s ease 0.3s;
}

.js-delay-8 {
  transition: all 1.5s ease 0.35s;
}

.js-delay-9 {
  transition: all 1.5s ease 0.4s;
}

.js-delay-10 {
  transition: all 1.5s ease 0.45s;
}

.js-delay-11 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-12 {
  transition: all 1.5s ease 0.5s;
}

.js-delay-13 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-14 {
  transition: all 1.5s ease 0.6s;
}

.js-delay-15 {
  transition: all 1.5s ease 0.65s;
}

.js-visit-scale {
  transition: opacity 2s ease, transform 2s ease;
  opacity: 0;
  transform: scale(1.1);
}
.js-visit-scale.is-inview {
  opacity: 1;
  transform: scale(1);
}

.js-visit-slide {
  position: relative;
}
.js-visit-slide.is-inview:before {
  left: 100%;
}
.js-visit-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-l-txt {
  overflow: hidden;
}
.js-l-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease 0.6s;
  transform: translate3d(0, 100%, 0);
}
.js-l-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- home animation ---------- */
.is-animation .item__inner {
  animation: slick-animation 1.5s 0s forwards;
}
.is-animation .item__inner img {
  animation: slick-img-animation 1.5s 0s forwards;
}

.f-animation .item__inner {
  animation: slick-animation 0s 0s forwards;
}
.f-animation .item__inner img {
  animation: slick-img-animation 0s 0s forwards;
}

@keyframes slick-animation {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slick-img-animation {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.js-txt-animation {
  display: inline-block;
}
.js-txt-animation .js-fv-txt {
  display: inline-block;
  overflow: hidden;
}
.js-txt-animation .js-fv-txt .js-animation {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
  transition: transform 1.2s ease 1s;
}
.js-txt-animation .js-fv-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- common animation ---------- */
.js-fadeup {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fadein {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.js-fadein.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-fadein.recruit {
  transition: all 2s ease 1s;
}

.js-slidein {
  position: relative;
  overflow: hidden;
}
.js-slidein.is-inview:after {
  left: 100%;
}
.js-slidein:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-txt {
  overflow: hidden;
}
.js-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

.js-r-txt {
  overflow: hidden;
}
.js-r-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-r-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

a,
button {
  color: #000;
  transition: all 0.2s ease;
}
a:before, a:after,
button:before,
button:after {
  transition: all 0.2s ease;
}
a span,
button span {
  transition: all 0.2s ease;
}
a span:before, a span:after,
button span:before,
button span:after {
  transition: all 0.2s ease;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: all 0.2s ease;
}

svg path {
  transition: all 0.2s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  letter-spacing: 0.05em;
  position: relative;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 2.1875;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.main {
  overflow: hidden;
}

.header {
  position: absolute;
  z-index: 7;
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
  transition: top 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  .header {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding-right: 5%;
    height: 150px;
    top: -150px;
  }
}
.header.is-inview {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background-color: #fff;
}
@media only screen and (max-width: 1250px) {
  .header.is-inview {
    height: 80px;
    border-top: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .header.is-inview {
    height: 70px;
  }
}
.header .container {
  margin-top: 250px;
}
@media only screen and (max-width: 600px) {
  .header .container {
    margin-top: 150px;
  }
}
.header .container.is-inview {
  margin-top: 0;
}
.header .container.col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .container .logo__wrap {
  width: 410px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #09349B;
  border-radius: 0 0 40px 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap {
    width: 290px;
    height: 90px;
    border-radius: 0 0 30px 0;
  }
}
.header .container .logo__wrap.is-inview {
  width: 270px;
  height: 80px;
  border-top: none;
}
.header .container .logo__wrap.is-inview .header-logo .logo {
  width: 154px;
}
@media only screen and (max-width: 1250px) {
  .header .container .logo__wrap.is-inview {
    border-top: 2px solid #000;
  }
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap.is-inview {
    width: 200px;
    height: 70px;
  }
  .header .container .logo__wrap.is-inview .header-logo .logo {
    width: 125px;
  }
}
.header .container .logo__wrap .header-logo .logo {
  display: block;
  width: 328px;
}
@media only screen and (max-width: 600px) {
  .header .container .logo__wrap .header-logo .logo {
    width: 260px;
  }
}
.header .container .logo__wrap .header-logo .logo img {
  width: 100%;
}
.header .container .logo__wrap .header-logo .logo img.top-logo {
  display: block;
}
.header .container .logo__wrap .header-logo .logo img.top-logo.is-inview {
  display: none;
}
.header .container .logo__wrap .header-logo .logo img.top-logo-sp {
  display: none;
}
.header .container .logo__wrap .header-logo .logo img.top-logo-sp.is-inview {
  display: none;
}
.header .container .logo__wrap .header-logo .logo img.scroll-logo {
  display: none;
}
.header .container .logo__wrap .header-logo .logo img.scroll-logo.is-inview {
  display: block;
}
@media only screen and (max-width: 1250px) {
  .header .container .pc-gnav__wrap {
    display: none;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .container .pc-gnav__wrap .gnav .list1 .catalog-item {
  margin-right: 15px;
}
.header .container .pc-gnav__wrap .gnav .list1 .catalog-item.ml {
  margin-right: 20px;
}
.header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link {
  background-color: #FFBD7B;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #FFBD7B;
}
.header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link.is-inview {
  height: 30px;
  border-radius: 15px;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link:hover {
    border: 2px solid #000;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link:active {
    border: 2px solid #000;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link:active span {
    color: #000;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .catalog-item .catalog-link span {
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .pc-gnav__wrap .gnav .list1 .sns-item {
  margin-right: 10px;
}
.header .container .pc-gnav__wrap .gnav .list1 .sns-item.fb {
  margin-right: 20px;
}
.header .container .pc-gnav__wrap .gnav .list1 .sns-item .sns-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .sns-item .sns-link:hover svg #waku {
    fill: #FFBD7B;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .sns-item .sns-link:active svg #waku {
    fill: #FFBD7B;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .sns-item .sns-link svg {
  display: block;
}
.header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link {
  width: 150px;
  height: 70px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 30px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link.is-inview {
  height: 45px;
  border-top: none;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link:hover {
    background-color: #FFBD7B;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link:active {
    background-color: #FFBD7B;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link:active span {
    color: #000;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .recruit-item .recruit-link span {
  color: #09349B;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link {
  width: 150px;
  height: 70px;
  background-color: #09349B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link.is-inview {
  height: 45px;
  border-top: none;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link:hover {
    background-color: #FFBD7B;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link:active {
    background-color: #FFBD7B;
  }
  .header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link:active span {
    color: #000;
  }
}
.header .container .pc-gnav__wrap .gnav .list1 .contact-item .contact-link span {
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .pc-gnav__wrap .gnav .list2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
  margin-top: 15px;
}
.header .container .pc-gnav__wrap .gnav .list2 .item {
  border-right: 2px solid #000;
}
.header .container .pc-gnav__wrap .gnav .list2 .item:first-of-type {
  border-left: 2px solid #000;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 0 30px;
  overflow: hidden;
  display: block;
  position: relative;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link.web-shop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFBD7B;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100%;
}
@media (hover: hover) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:hover:before {
    right: 0;
  }
}
@media (hover: none) {
  .header .container .pc-gnav__wrap .gnav .list2 .item .link:active:before {
    right: 0;
  }
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .txt {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .icon {
  display: block;
  width: 12px;
  margin-left: 5px;
}
.header .container .pc-gnav__wrap .gnav .list2 .item .link .icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap {
  background-color: #fff;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  padding-bottom: 160px;
  transition: all 0.2s ease;
  overflow-y: scroll;
  border: 2px solid #000;
}
.header .container .sp-gnav__wrap.open {
  left: 0;
}
.header .container .sp-gnav__wrap .sp-gnav-logo {
  width: 150px;
  height: 70px;
  border-radius: 0 0 30px 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #09349B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .sp-gnav__wrap .sp-gnav-logo .header-logo .logo {
  width: 98px;
  display: block;
}
.header .container .sp-gnav__wrap .sp-gnav-logo .header-logo .logo img {
  width: 100%;
  display: block;
}
.header .container .sp-gnav__wrap .gnav {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 25px;
}
.header .container .sp-gnav__wrap .gnav .list .item {
  border-bottom: 1px solid #000;
}
.header .container .sp-gnav__wrap .gnav .list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:hover {
    background-color: #FFBD7B;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .item .link:active {
    background-color: #FFBD7B;
  }
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt.web-shop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt.web-shop .shop {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-right: 5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt.web-shop .web-link-icon {
  display: block;
  width: 12px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .txt.web-shop .web-link-icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon {
  display: block;
  width: 5px;
}
.header .container .sp-gnav__wrap .gnav .list .item .link .icon svg {
  width: 100%;
}
.header .container .sp-gnav__wrap .gnav .list .catalog-item {
  margin-top: 15px;
}
.header .container .sp-gnav__wrap .gnav .list .catalog-item.md {
  margin-top: 20px;
}
.header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 25px;
  background-color: #FFBD7B;
  border: 2px solid #FFBD7B;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link:hover {
    border: 2px solid #000;
  }
  .header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link:active {
    border: 2px solid #000;
  }
  .header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link:active span {
    color: #000;
  }
}
.header .container .sp-gnav__wrap .gnav .list .catalog-item .catalog-link span {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
}
.header .container .sp-gnav__wrap .gnav .list .recruit-item {
  margin-top: 15px;
}
.header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #09349B;
  height: 50px;
  border-radius: 25px;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link:hover {
    background-color: #FFBD7B;
  }
  .header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link:active {
    background-color: #FFBD7B;
  }
  .header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link:active span {
    color: #000;
  }
}
.header .container .sp-gnav__wrap .gnav .list .recruit-item .recruit-link span {
  color: #09349B;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .sp-gnav__wrap .gnav .list .contact-item {
  margin-top: 15px;
}
.header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  background-color: #09349B;
  height: 50px;
  border-radius: 25px;
}
@media (hover: hover) {
  .header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link:hover {
    background-color: #FFBD7B;
  }
  .header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link:hover span {
    color: #000;
  }
}
@media (hover: none) {
  .header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link:active {
    background-color: #FFBD7B;
  }
  .header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link:active span {
    color: #000;
  }
}
.header .container .sp-gnav__wrap .gnav .list .contact-item .contact-link span {
  color: #fff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.header .container .header-btn__wrap {
  display: none;
  padding-top: 20px;
  z-index: 9;
}
@media only screen and (max-width: 1250px) {
  .header .container .header-btn__wrap {
    display: block;
  }
}
.header .container .header-btn__wrap.is-inview {
  padding-top: 30px;
}
.header .container .header-btn__wrap .btn {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .header .container .header-btn__wrap .btn:hover {
    background-color: #09349B;
  }
  .header .container .header-btn__wrap .btn:hover .btn__inner span {
    background-color: #fff;
  }
}
@media (hover: none) {
  .header .container .header-btn__wrap .btn:active {
    background-color: #09349B;
  }
  .header .container .header-btn__wrap .btn:active .btn__inner span {
    background-color: #fff;
  }
}
.header .container .header-btn__wrap .btn .btn__inner {
  display: block;
  width: 16px;
}
.header .container .header-btn__wrap .btn .btn__inner.open {
  transform: translate3d(0, 1px, 0);
}
.header .container .header-btn__wrap .btn .btn__inner span {
  display: block;
  background-color: #000;
  height: 2px;
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line1 {
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line1.open {
  transform: rotate(45deg) translate3d(3px, 3px, 0);
  margin-top: 0;
}
.header .container .header-btn__wrap .btn .btn__inner span.line2 {
  margin-top: 5px;
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line2.open {
  opacity: 0;
}
.header .container .header-btn__wrap .btn .btn__inner span.line3 {
  margin-top: 5px;
  transition: all 0.2s ease;
}
.header .container .header-btn__wrap .btn .btn__inner span.line3.open {
  transform: rotate(-45deg) translate3d(4px, -4px, 0);
  margin-top: 0;
}

.curtain .top {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.curtain .bottom {
  position: fixed;
  z-index: 7;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.footer {
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 80px;
  margin-top: 130px;
}
@media only screen and (max-width: 600px) {
  .footer {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    padding-top: 50px;
    padding-right: 15%;
  }
}
.footer .bg {
  background-color: #09349B;
  width: 95%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 0 40px 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .footer .bg {
    width: 90%;
  }
}
.footer #top-scroll {
  display: none;
}
.footer #top-scroll .to-top__wrap {
  position: fixed;
  z-index: 1;
  bottom: 30px;
  right: 0;
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer #top-scroll .to-top__wrap.contact {
  bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap.contact {
    bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap {
    width: 10%;
  }
}
.footer #top-scroll .to-top__wrap .to-top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top {
    display: block;
  }
}
@media (hover: hover) {
  .footer #top-scroll .to-top__wrap .to-top:hover .arrow {
    transform: translate3d(0, -5px, 0);
  }
}
@media (hover: none) {
  .footer #top-scroll .to-top__wrap .to-top:active .arrow {
    transform: translate3d(0, -5px, 0);
  }
}
.footer #top-scroll .to-top__wrap .to-top .arrow {
  display: block;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top .arrow .pc {
    display: none;
  }
}
.footer #top-scroll .to-top__wrap .to-top .arrow .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top .arrow .sp {
    display: block;
  }
}
.footer #top-scroll .to-top__wrap .to-top .txt {
  display: block;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top .txt {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top .txt .pc {
    display: none;
  }
}
.footer #top-scroll .to-top__wrap .to-top .txt .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer #top-scroll .to-top__wrap .to-top .txt .sp {
    display: block;
  }
}
.footer .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.footer .container .footer-info__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap {
    display: block;
  }
}
.footer .container .footer-info__wrap .info__wrap .logo__wrap .footer-logo .logo {
  display: block;
  width: 120px;
}
.footer .container .footer-info__wrap .info__wrap .logo__wrap .footer-logo .logo img {
  width: 100%;
  display: block;
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap .info__wrap .other-info__wrap {
    margin-top: 20px;
  }
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap .address {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap .info__wrap .other-info__wrap .address {
    font-size: 12px;
  }
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap .tel {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap .info__wrap .other-info__wrap .tel {
    font-size: 12px;
  }
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap .tel a {
  color: #fff;
  text-decoration: none;
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap .fax {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap .info__wrap .other-info__wrap .fax {
    font-size: 12px;
  }
}
.footer .container .footer-info__wrap .info__wrap .other-info__wrap .fax a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-info__wrap .banner__wrap {
    margin-top: 30px;
  }
}
.footer .container .footer-info__wrap .banner__wrap .banner-link {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
@media (hover: hover) {
  .footer .container .footer-info__wrap .banner__wrap .banner-link:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .footer .container .footer-info__wrap .banner__wrap .banner-link:active {
    opacity: 0.5;
  }
}
.footer .container .footer-info__wrap .banner__wrap .banner-link img {
  width: 100%;
  display: block;
}
.footer .container .footer-nav__wrap {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap {
    margin-top: 30px;
    padding-top: 15px;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list1 {
    display: block;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item {
    border-left: none;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item:last-of-type {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item:last-of-type {
    border-right: none;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link {
  display: block;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item .link {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
}
@media (hover: hover) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item .link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item .link:active {
    opacity: 0.4;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link .txt {
  font-size: 12px;
  color: #fff;
  display: block;
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link .txt.web-shop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link .txt.web-shop .shop {
  display: block;
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link .txt.web-shop .web-link-icon {
  display: block;
  margin-left: 5px;
  width: 10px;
}
.footer .container .footer-nav__wrap .footer-nav .list1 .item .link .icon {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list1 .item .link .icon {
    display: block;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list2 {
    display: block;
    margin-top: 0;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item {
    border-left: none;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item:last-of-type {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item:last-of-type {
    border-right: none;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link {
  display: block;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item .link {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
}
@media (hover: hover) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item .link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item .link:active {
    opacity: 0.4;
  }
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link .txt {
  font-size: 12px;
  color: #fff;
  display: block;
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link .txt.web-shop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link .txt.web-shop .shop {
  display: block;
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link .txt.web-shop .web-link-icon {
  display: block;
  margin-left: 5px;
  width: 10px;
}
.footer .container .footer-nav__wrap .footer-nav .list2 .item .link .icon {
  display: none;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-nav__wrap .footer-nav .list2 .item .link .icon {
    display: block;
  }
}
.footer .container .footer-cr__wrap {
  margin-top: 90px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .footer .container .footer-cr__wrap {
    margin-top: 45px;
    padding-bottom: 20px;
  }
}
.footer .container .footer-cr__wrap .cr {
  color: #fff;
  font-size: 10px;
}