@charset "UTF-8";
/* -------------------- resetCSS -------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

/* -------------------- restCSS end -------------------- */
@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Autography.otf);
}
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/SourceHanCodeJP-Bold.otf);
}
@font-face {
  font-family: "A-OTFRyuminProEH-KL";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/A-OTFRyuminProEH-KL.otf);
}
.en {
  font-family: "lato", sans-serif;
}

/* Box sizing rules */
/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
html {
  font-size: 62.5%;
}

/* bodyのデフォルトを定義 */
body {
  width: 100%;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  vertical-align: bottom;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* その他 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0px;
  padding: 0px;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.scroll-stop {
  overflow: hidden;
}

.unlink {
  color: #dedede !important;
  pointer-events: none;
}

.body {
  background-color: #ffffff;
}

.body {
  opacity: 0;
}

.body.is-show {
  opacity: 1;
  transition: all 0.6s ease;
}

@media screen and (min-width: 769px) {
  .tab-only,
.sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pc-only,
.sp-only {
    display: none;
  }

  .tab-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc-only,
.tab-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: transparent; */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  /* For Firefox */
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 1200ms;
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.swiper-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}

.swiper-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow {
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

body {
  font-feature-settings: "palt";
  background-color: #fff;
  color: #fff;
  font-family: "游ゴシック体", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.nolink {
  color: #333 !important;
  pointer-events: none;
}

.breadcrumb {
  bottom: 15px;
  font-size: 1.2rem;
  position: absolute;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb li {
  font-weight: bold;
  padding: 0 10px;
}
.breadcrumb .home {
  color: #cccccc;
}
.breadcrumb .home:hover {
  color: #0f477e;
}
.breadcrumb .current {
  color: #0f477e;
}
.breadcrumb .line {
  background-color: #cccccc;
  height: 15px;
  width: 1px;
}

.Anime {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.Anime.run {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  -webkit-transition: 0.8s;
  opacity: 0;
  transition: 0.8s;
}

.fadeIn_up {
  -webkit-transform: translate(0, 20px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s;
}

.fadeIn_down {
  -webkit-transform: translate(0, -20px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(0, -20px);
  transition: 0.8s;
}

.fadeIn_right {
  -webkit-transform: translate(20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(20px, 0px);
  transition: 0.8s;
}

.fadeIn_left {
  -webkit-transform: translate(-20px, 0px);
  -webkit-transition: 0.8s;
  opacity: 0;
  transform: translate(-20px, 0px);
  transition: 0.8s;
}

.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.3s;
}

.delay03 {
  transition-delay: 0.5s;
}

.delay04 {
  transition-delay: 0.7s;
}

.contact {
  margin: 134px auto 70px;
  position: relative;
}
.contact::after {
  background-color: #eef0f1;
  content: "";
  height: 227px;
  position: absolute;
  top: 170px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact::after {
    top: 100px;
  }
}
.contact .inner {
  margin: 0 auto;
  max-width: 1500px;
}
.contact .image {
  margin: 0 auto 0 0;
  max-width: 1000px;
  position: relative;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .contact .image {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact .image {
    width: 70%;
  }
}
.contact .text {
  left: 10%;
  position: absolute;
  top: 20px;
}
.contact .text h3 {
  color: #fff;
  font-size: 3.8em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .contact .text h3 {
    font-size: 2.6rem;
  }
}
.contact .text p {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact .text p {
    font-size: 1.3rem;
  }
}
.contact .btn_area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -70px 0px 0;
  padding: 0 0 0 170px;
}
@media screen and (max-width: 768px) {
  .contact .btn_area {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact .btn_area {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: -70px 0px 0;
    padding: 0 0 0 130px;
  }
}
@media screen and (min-width: 769px) {
  .contact .btn_area {
    margin: -50px 0px 0;
  }
}
@media screen and (min-width:1024px) {
  .contact .btn_area {
    margin: -70px 0px 0;
  }
}
.contact .btn_area .btn {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100px;
  justify-content: center;
  position: relative;
  width: 372px;
}
@media screen and (max-width: 768px) {
  .contact .btn_area .btn {
    border: 1px solid #2c5c97;
    height: 90px;
    margin: 20px auto 0;
    width: 90%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact .btn_area .btn {
    min-width: 220px;
  }
}
.contact .btn_area .btn img {
  margin-right: 15px;
  width: 48px;
}
.contact .btn_area .btn p {
  color: #2c5c97;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}
.contact .btn_area .btn::after {
  background: url(../image/arrow_blue.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  width: 20px;
  z-index: 10;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact .btn_area .btn::after {
    right: 10px;
  }
}
.contact .btn_area .btn:hover::after {
  transform: translate(5px, -50%);
}
.contact .btn_area .btn02 {
  background-color: #2c5c97;
}
.contact .btn_area .btn02 p {
  color: #fff;
}
.contact .btn_area .btn02::after {
  background: url(../image/arrow.svg) no-repeat center center/contain;
}

.cmn_btn {
  height: 60px;
  margin: 60px auto 20px;
  width: 410px;
}
@media screen and (max-width: 768px) {
  .cmn_btn {
    width: 90%;
  }
}
.cmn_btn a {
  align-items: center;
  background-color: #0f477e;
  border-radius: 49px;
  color: #fff;
  display: flex;
  font-family: SourceHanCodeJP, sans-serif;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cmn_btn a {
    font-size: 14px;
  }
}
.cmn_btn a::after {
  background: url(../image/arrow.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  width: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cmn_btn a::after {
    height: 15px;
    right: 40px;
    width: 15px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .cmn_btn a::after {
    right: 50px;
  }
}
.cmn_btn a:hover::after {
  transform: translate(5px, -50%);
}

.header {
  height: 90px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.header_logo {
  left: 35px;
  pointer-events: all;
  position: absolute;
  top: 35px;
  width: 157px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    top: 28px;
    width: 140px;
  }
}
@media (max-width: 959px) {
  .header .header_nav {
    display: none;
  }
}
.header .header_nav ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.header .header_nav li {
  margin: 0 6px;
  overflow: hidden;
}
.header .header_nav .current {
  border-bottom: 1px solid #2c5c97;
}
.header .header_nav a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
@media screen and (min-width:1024px) {
  .header .header_nav a {
    width: 76px;
  }
}
.header .header_nav a span {
  color: #2c5c97;
  display: block;
  /* 横幅をボタンと同じにする */
  font-size: 1.2rem;
  font-weight: bold;
  height: 100%;
  left: 0;
  position: absolute;
  /* 文字の太さ */
  text-align: center;
  /* テキストを中央揃え */
  transition: all 0.3s;
  /* 縦幅をボタンと同じにする */
  width: 100%;
  /* アニメーション実行時間 */
}
@media screen and (min-width:1024px) {
  .header .header_nav a span {
    font-size: 1.3rem;
  }
}
.header .header_nav a span.change_color {
  color: #2c5c97;
}
.header .header_nav a span:nth-child(1) {
  top: 0;
}
.header .header_nav a span:nth-child(2) {
  font-family: "源ノ角ゴシック", sans-serif;
  top: -100%;
}
.header .header_nav a:hover span:nth-child(1) {
  top: 100%;
}
.header .header_nav a:hover span:nth-child(2) {
  top: 0;
}
.header .top_color ul li a span {
  color: #fff;
}
.header .header_box {
  display: flex;
  margin-left: 20px;
}
@media (max-width: 959px) {
  .header .header_box {
    display: none;
  }
}
.header .header_box .btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 110px;
  justify-content: center;
  width: 110px;
}
.header .header_box .btn01 {
  background-color: #fff;
  border: 1px solid #0f477e;
}
.header .header_box .btn02 {
  background-color: #2c5c97;
}
.header .header_box .btn02 p {
  color: #fff;
}
.header .header_box img {
  margin-top: 10px;
  width: 30px;
}
.header .header_box p {
  color: #005590;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  height: 41px;
  pointer-events: all;
  position: absolute;
  right: 35px;
  top: 35px;
  width: 45px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .hamburger {
    height: 35px;
    top: 32px;
    width: 35px;
  }
}
.hamburger .hbg_btn {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  mix-blend-mode: overlay;
  outline: none;
  padding: 0;
  transition: all 0.3s;
  width: 100%;
}
.hamburger .hbg_btn-line {
  background-color: #2c5c97;
  height: 1px;
  position: relative;
  top: -20px;
  transition: all 0.3s;
  width: 41px;
}
.hamburger .hbg_btn-line::before {
  background-color: #2c5c97;
  bottom: -14px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: 26px;
}
.hamburger .hbg_btn-line::after {
  bottom: -40px;
  color: #2c5c97;
  content: "MENU";
  display: block;
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hamburger .hbg_btn-line::after {
    font-size: 1.2rem;
  }
}
.hamburger .top_color {
  background-color: #ffffff;
}
.hamburger .top_color::before {
  background-color: #ffffff;
}
.hamburger .top_color::after {
  color: #fff;
}
.hamburger .elem.c_color {
  background-color: #2c5c97;
}
.hamburger .elem.c_color::before {
  background-color: #2c5c97;
  bottom: -14px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  width: 26px;
}
.hamburger .elem.c_color::after {
  bottom: -40px;
  color: #2c5c97;
  content: "MENU";
  display: block;
  font-family: shippori-antique, sans-serif;
  font-size: 1.4rem;
  position: absolute;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hamburger .elem.c_color::after {
    font-size: 1.2rem;
  }
}
.hamburger .hbg_btn.close .hbg_btn-line {
  height: 1px;
  width: 45px;
}
.hamburger .hbg_btn.close .hbg_btn-line::before {
  background-color: #ffffff;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 40px;
}
.hamburger .hbg_btn.close .hbg_btn-line::after {
  bottom: -30px;
  color: #fff;
  content: "CLOSE";
  transition: all 0.3s;
}

/* openナビメニュー */
.global-nav {
  background-color: #2c5c97;
  background-position: 46% 0;
  background-size: cover;
  display: none;
  height: 100vh;
  margin: auto auto;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: 0;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .global-nav {
    width: 68%;
  }
}
.global-nav-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.global-nav-contents li {
  font-weight: bold;
  margin-bottom: 35px;
}
.global-nav-contents a {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .global-nav-contents a {
    font-size: 1.2rem;
  }
}
.global-nav .sns {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 64px;
}
.global-nav .sns a {
  width: 30px;
}

.nav-contents {
  margin-bottom: 20px;
  text-align: left;
}

footer {
  background-color: #fff;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}
footer .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
footer .inner a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  margin: 10px 0 0;
  text-decoration: underline;
}
footer .inner small {
  color: #000;
  display: block;
  margin: 50px auto 20px;
}
footer .footer_info {
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer_info {
    width: 80%;
  }
}
footer .footer_logo {
  margin-bottom: 20px;
  width: 157px;
}
footer .name {
  font-size: 1.5rem;
}
footer .address {
  font-size: 1.1rem;
  margin-bottom: 15px;
}
footer .tel {
  font-size: 1.4rem;
}
footer .tel a {
  color: #000;
}
footer .copyright {
  font-family: Helvetica, serif;
  font-size: 1.1rem;
}
footer .nav_area {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 190px;
  justify-content: space-between;
}
footer .nav_area ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .nav_area ul {
    display: none;
  }
}
footer .nav_area li > a {
  color: #000;
  padding: 0 11px;
}
footer .nav_area .sns {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .nav_area .sns {
    display: none;
  }
}
footer .nav_area .sns a {
  padding: 0 8px;
}
footer .nav_area .sns a img {
  width: 20px;
}
/*# sourceMappingURL=sourcemaps/style.css.map */