@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1750px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 565px) {
  html {
    font-size: 37%;
  }
}
body {
  background-color: #0f2642;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6em;
  overscroll-behavior-y: none;
}

.slick-arrow::before {
  display: none !important;
}

.title {
  text-align: center;
  background: transparent radial-gradient(closest-side at 50% 50%, #613900 0%, #362814 100%) 0% 0% no-repeat padding-box;
  letter-spacing: 3.72px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7019607843);
  padding: 32px 32px;
  border-top: 4px solid #d4ac4d;
  border-bottom: 4px solid #d4ac4d;
}

@media (max-width: 565px) {
  .title {
    padding: 14px 14px;
    letter-spacing: 1px;
  }
}
.pt-none {
  padding-top: 0 !important;
}

.main__font {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
}

.section__title {
  font-size: 3.1rem;
  color: #fff;
}
.section__title span {
  font-size: 2.5rem;
}

@media (max-width: 565px) {
  .section__title {
    font-size: 3.4rem;
  }
}
.sub__title {
  font-size: 2.4rem;
  color: #fff;
}

.text {
  font-size: 1.8rem;
  color: #fff;
}

@media (max-width: 565px) {
  .text {
    font-size: 2.8rem;
  }
}
.bg {
  background: transparent linear-gradient(78deg, #0f2642 0%, #548ed5 53%, #0f2642 100%) 0% 0% no-repeat padding-box;
  height: 100vh;
  position: absolute;
  z-index: -1;
  width: 100%;
  right: 0;
}

.btn_animate {
  margin: 0 auto;
  -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
          animation: fuwafuwa 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn_animate:hover {
  -webkit-animation: none;
          animation: none;
}

.btn__contact {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  height: auto;
}

@-webkit-keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.997, 0.997);
            transform: scale(0.997, 0.997);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.997, 0.997);
            transform: scale(0.997, 0.997);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#container {
  padding: 0 160px;
  position: relative;
  width: 50%;
}

@media (max-width: 1850px) {
  #container {
    padding: 0 120px;
  }
}
@media (max-width: 1750px) {
  #container {
    padding: 0 100px;
  }
}
@media (max-width: 1550px) {
  #container {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  #container {
    padding: 0;
  }
}
.hidden {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.sp__only {
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  background-color: #0f2642;
}
.sp__only .top {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
  color: #fff;
}
.sp__only .top__title {
  font-size: 6.9rem;
  text-shadow: 0px 3px 6px #333333;
  padding-bottom: 8px;
}
.sp__only .top .section__title {
  font-size: 3.8rem;
  letter-spacing: 15.2px;
  text-shadow: 0px 3px 6px #333333;
  padding: 8px 20px 16px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.sp__only .top__address {
  padding-top: 8px;
}

@media (max-width: 1200px) {
  .sp__only {
    display: block;
    margin: 32px 0 100px;
    z-index: 21;
    position: relative;
  }
  .sp__only .top .section__title {
    padding: 8px 20px 8px 20px;
    text-align: center;
  }
  .bg {
    top: -32px;
    height: 1700px;
    background: transparent linear-gradient(156deg, #003f84 0%, #0f2642 60%, #003f84 100%) 0% 0% no-repeat padding-box;
  }
}
@media (max-width: 565px) {
  .sp__only .top .section__title {
    letter-spacing: 8.8px;
    padding: 8px 59px 8px 70px;
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  z-index: 100;
}
.header__menu {
  padding-left: 40px;
}
.header__menu--link > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.header__menu--link > img:hover {
  opacity: 0.7;
}
.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: absolute;
  top: 33px;
  right: -10px;
}

@media (max-width: 1200px) {
  .header {
    display: none;
  }
}
.footer {
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 0 16px;
}

@media (max-width: 1200px) {
  .footer {
    margin-bottom: 120px;
  }
}
@media (max-width: 565px) {
  .footer {
    font-size: 1.8rem;
    height: 56px;
    margin-bottom: 70px;
  }
}
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*左エリア*/
}
#wrapper #fixed-area {
  /*左固定記述*/
  position: sticky;
  top: 0;
  width: 50%;
  height: calc(100vh - 120px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#wrapper #fixed-area .slideshow {
  width: 100%;
  height: calc(100vh - 120px);
}
#wrapper #fixed-area .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #fixed-area .slideshow .slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #fixed-area .slideshow .slide > img:nth-child(3) {
  -o-object-position: center bottom;
     object-position: center bottom;
}
#wrapper #fixed-area .slideshow .slide:first-child {
  opacity: 1;
}
#wrapper #fixed-area .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 0;
  background-color: #d4ac4d;
  -webkit-transition: width 4s linear;
  transition: width 4s linear;
}
#wrapper #fixed-area .top {
  max-width: 580px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#wrapper #fixed-area .top__title {
  font-size: 6.9rem;
  text-shadow: 0px 3px 6px #333333;
  padding-bottom: 8px;
}
#wrapper #fixed-area .top .section__title {
  font-size: 3.8rem;
  letter-spacing: 15.2px;
  text-shadow: 0px 3px 6px #333333;
  padding: 8px 0 16px 0;
  margin: 0 auto;
  max-width: 380px;
  position: relative;
  line-height: 1.2;
}
#wrapper #fixed-area .top .section__title::before, #wrapper #fixed-area .top .section__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: white;
  z-index: 1;
}
#wrapper #fixed-area .top .section__title::before {
  top: -1px;
  -webkit-box-shadow: 0px 1px 6px #333333;
          box-shadow: 0px 1px 6px #333333;
}
#wrapper #fixed-area .top .section__title::after {
  bottom: 2px;
  -webkit-box-shadow: 0px -1px 6px #333333;
          box-shadow: 0px -1px 6px #333333;
}
#wrapper #fixed-area .top__address {
  padding-top: 8px;
  text-shadow: 0px 3px 6px #333333;
}
#wrapper #fixed-area .fixed__bottom {
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: auto;
  position: absolute;
  bottom: -120px;
  display: flex;
  margin-top: 20px;
}
#wrapper #fixed-area .fixed__bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 25%;
  height: auto;
  background: #2f4a67 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 0.5;
}
#wrapper #fixed-area .fixed__bottom img:nth-child(3) {
  -o-object-position: center bottom;
     object-position: center bottom;
}
#wrapper #fixed-area .fixed__bottom picture {
  width: 25%;
}
#wrapper #fixed-area .fixed__bottom picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixed__btn {
  display: none;
  background: transparent radial-gradient(closest-side at 50% 50%, #613900 0%, #362814 100%) 0% 0% no-repeat padding-box;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}
.fixed__btn .btn__animate > img {
  width: 154px;
  height: 60px;
}

@media (max-width: 1200px) {
  #wrapper {
    display: block;
  }
  #wrapper #fixed-area {
    position: relative !important;
    width: 100%;
    height: 55vh;
  }
  #wrapper #fixed-area .slideshow {
    height: 55vh;
  }
  #wrapper #fixed-area .slideshow .slide {
    height: 55vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #wrapper #fixed-area .top {
    display: none;
  }
  #wrapper #fixed-area .progress-bar {
    display: none;
  }
  #wrapper #fixed-area .fixed__bottom {
    display: none;
  }
  #wrapper #container {
    width: 100%;
  }
  section {
    min-height: auto;
  }
  .fixed__btn {
    display: block;
  }
  .fixed__btn > a {
    width: 100%;
  }
  .fixed__btn > a:nth-child(1) > img {
    padding-right: 8px;
    border-right: 1px solid #fff;
  }
  .fixed__btn > a:nth-child(2) {
    padding-left: 8px;
  }
}
@media (max-width: 950px) {
  #wrapper #fixed-area .slideshow .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 535px) {
  .fixed__btn {
    height: 70px;
    padding: 5px 0;
  }
  .fixed__btn .btn_animate {
    height: 70px;
  }
  .fixed__btn .btn_animate img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 500px) {
  #wrapper #fixed-area {
    height: 400px;
  }
  #wrapper #fixed-area .slideshow {
    height: 400px;
  }
  #wrapper #fixed-area .slideshow .slide {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
  }
}
.about {
  background: transparent linear-gradient(26deg, #003f84 0%, #0f2642 100%) 0% 0% no-repeat padding-box;
  padding-top: 111px;
  padding-bottom: 210px;
}
.about .section__title {
  padding: 11px 40px 20px 40px;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(15, 38, 66, 0)), to(#0f2642)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(15, 38, 66, 0) 0%, #0f2642 100%) 0% 0% no-repeat padding-box;
  line-height: 1.25;
}
.about__text {
  line-height: 2.22;
  padding: 52px 40px 52px 40px;
}
.about img {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .boldbottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding-bottom: 50px;
  font-size: 8rem;
  color: #fff;
  -webkit-animation: 3s shake infinite ease-in;
          animation: 3s shake infinite ease-in;
}

@media (max-width: 1920px) {
  .about__br {
    display: none;
  }
}
@media (max-width: 1750px) {
  .about__br {
    display: block;
  }
}
@media (max-width: 1550px) {
  .about {
    padding-top: 80px;
  }
  .about__text {
    padding: 40px 40px 40px 40px;
  }
  .about .boldbottom {
    padding-bottom: 24px;
  }
  .about > img {
    padding: 0;
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 1350px) {
  .about__br {
    display: none;
  }
}
@media (max-width: 1200px) {
  .about {
    position: relative;
    height: auto;
    padding-bottom: 120px;
  }
  .about .boldbottom {
    display: none;
  }
  .about__br {
    display: block;
  }
}
@media (max-width: 640px) {
  .about__br {
    display: none;
  }
}
@media (max-width: 565px) {
  .about {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .about .section__title {
    padding: 14px 20px;
    font-size: 20px;
    height: auto;
  }
  .about__text {
    padding: 28px 20px 0;
    line-height: 1.8;
  }
  .about__br {
    display: none;
  }
  .about__brs {
    display: none;
  }
  .about__height {
    height: 16px;
  }
  .about__height {
    display: none;
  }
  .about__sp {
    display: block;
    content: "";
    margin: 10px 0;
  }
  .about img {
    padding: 68px 20px 0;
    width: 100%;
    height: 297px;
    margin: 0 auto;
  }
}
@-webkit-keyframes shake {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes shake {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 10px;
  }
}
.video {
  background: transparent linear-gradient(26deg, #003f84 0%, #0f2642 100%) 0% 0% no-repeat padding-box;
}
.video__container {
  padding: 60px 40px 40px;
}
.video__container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media (max-width: 565px) {
  .video__container {
    padding: 40px 20px 40px;
  }
  .sp__only {
    margin: 32px 0 0;
  }
}
.feature {
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
}
.feature__img {
  padding: 0 0 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature__img img {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  padding: 0 40px;
}
.feature__img img:nth-child(1) {
  margin-top: 66px;
}
.feature__img img:nth-child(2) {
  margin-top: 26px;
}
.feature__img img:nth-child(3) {
  margin-top: 14px;
}
.feature__list:nth-child(1) {
  padding-top: 198px;
  background-color: #7a7671;
}
.feature__list:nth-child(2) {
  padding-top: 202px;
  background-color: #2f4a67;
  padding-bottom: 320px;
}
.feature__list:nth-child(3) {
  padding-top: 202px;
}
.feature__list:nth-child(3) .feature__heading {
  background-color: #003f84;
}
.feature__list:nth-child(3) .feature__list--number {
  right: 38px;
  top: -115px;
}
.feature__list:nth-child(3) .feature__list--text {
  left: 0;
}
.feature__list:nth-child(4) {
  margin-top: 320px;
  padding-top: 202px;
  background-color: #2f4a67;
  padding-bottom: 320px;
}
.feature__list:nth-child(4) .feature__list--number {
  top: -115px;
}
.feature__list--item {
  position: relative;
}
.feature__list--item img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-top: 64px;
}
.feature__list--number {
  position: absolute;
  right: 33px;
  font-size: 19rem;
  color: #fff;
  top: -120px;
  opacity: 0.7;
}
.feature__list--text {
  position: absolute;
  right: 0;
  bottom: -24.1rem;
  padding: 16px 40px;
  max-width: 538px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  opacity: 0.8;
  text-align: justify;
}
.feature__list--text > p {
  color: #0F2642;
  line-height: 2;
  font-size: 2rem;
}
.feature__title {
  padding-left: 40px;
}
.feature__heading {
  margin-top: 22px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  height: 64px;
  color: #fff;
  background-color: #0f2642;
}

@media (max-width: 1750px) {
  .feature__list--text {
    max-width: 400px;
  }
}
@media (max-width: 1750px) {
  .feature__img {
    padding: 0 0px 160px;
  }
}
@media (max-width: 1550px) {
  .feature__list:nth-child(1) {
    padding-top: 120px;
  }
  .feature__list:nth-child(2) {
    padding-top: 120px;
    padding-bottom: 220px;
  }
  .feature__list:nth-child(3) {
    padding-top: 120px;
  }
  .feature__list:nth-child(4) {
    padding-top: 120px;
    padding-bottom: 220px;
    margin-top: 240px;
  }
  .feature__img {
    padding: 0 0px 120px;
  }
}
@media (max-width: 1200px) {
  .feature__img {
    padding: 0 0px 120px;
  }
  .feature__list:nth-child(n+2) {
    padding-left: 180px;
    padding-right: 180px;
  }
  .feature__list--text {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .feature__img {
    padding: 0 0px 120px;
  }
  .feature__list:nth-child(n+2) {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 800px) {
  .feature__list:nth-child(n+2) {
    padding-left: 40px;
    padding-right: 40px;
  }
  .feature__list--item img {
    height: auto;
  }
}
@media (max-width: 565px) {
  .feature__img > img {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .feature__img > img:nth-child(1) {
    margin-top: 0;
  }
  .feature__img > img:nth-child(2) {
    margin-top: 18px;
  }
  .feature__img > img:nth-child(3) {
    margin-top: 18px;
  }
  .feature__list:nth-child(1) {
    padding-top: 60px;
  }
  .feature__list:nth-child(2) {
    padding-top: 96px;
  }
  .feature__list:nth-child(n+2) {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 300px;
  }
  .feature__list:nth-child(3) {
    padding-top: 80px;
  }
  .feature__list:nth-child(3) .feature__list--number {
    right: 20px;
    top: -60px;
  }
  .feature__list:nth-child(4) {
    margin-top: 0;
    padding-top: 80px;
  }
  .feature__list:nth-child(4) .feature__list--number {
    right: 20px;
    top: -60px;
  }
  .feature__list--text {
    max-width: 100%;
    padding: 20px 20px;
    height: auto;
    line-height: 1;
    bottom: -77%;
  }
  .feature__list--text > p {
    font-size: 14px;
    line-height: 1.6;
  }
  .feature__list--number {
    font-size: 20.3rem;
    right: 20px;
    top: -60px;
  }
  .feature__list--item {
    height: 295px;
    width: auto;
  }
  .feature__list--item > img {
    margin-top: 40px;
  }
  .feature__img {
    padding: 18px 20px 60px;
    max-width: 335px;
  }
  .feature__title {
    padding-left: 20px;
  }
  .feature__heading {
    margin-top: 6px;
    padding: 8px 0 8px 20px;
    max-width: 385px;
    font-size: 18px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .feature__list--text {
    bottom: -62%;
  }
  .feature__list:nth-child(n+2) {
    padding-bottom: 250px;
  }
}
@media (max-width: 450px) {
  .feature__list--text {
    bottom: -55%;
  }
  .feature__list:nth-child(n+2) {
    padding-bottom: 200px;
  }
}
@media (max-width: 400px) {
  .feature__list--text {
    bottom: -32%;
  }
  .feature__list:nth-child(n+2) {
    padding-bottom: 155px;
  }
}
.contact {
  color: #fff;
  text-align: center;
  padding: 60px 0;
  background: transparent linear-gradient(146deg, #0F2642 0%, #1A4D85 31%, #193D67 59%, #325987 74%, #1E3F67 100%) 0% 0% no-repeat padding-box;
}
.contact__inner {
  padding: 96px 16px 0;
  margin: 0 16px;
  border: 9px solid #fff;
}
.contact__title {
  font-weight: bold;
  letter-spacing: 0.01em;
}
.contact__title .underline {
  padding-left: 16px;
  font-size: 5.2rem;
  text-decoration-color: #D4AC4D;
  text-decoration-line: underline;
  text-decoration-thickness: 9px;
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.contact__heading {
  background-color: #D4AC4D;
  padding: 14px 0 13px;
  margin-top: 48px;
  font-weight: bold;
  text-shadow: 0px 3px 6px #000000;
  letter-spacing: 1.4px;
}
.contact__bottom {
  padding: 14px 0 16px;
  background-color: #003F84;
  font-weight: bold;
  text-shadow: 0px 3px 6px #000000;
  margin-bottom: 52px;
}
.contact__time {
  padding: 6px 32px 5px;
  background-color: #003F84;
  border: 1px solid #fff;
  margin: 0 108px 0;
  letter-spacing: 1.3px;
  max-width: 340px;
  margin: 0 auto;
}
.contact img {
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  -webkit-animation: fuwafuwa 1s ease 0s infinite alternate;
          animation: fuwafuwa 1s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.contact__img {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
}

@keyframes fuwafuwa {
  from {
    -webkit-transform: scale(0.99, 0.99);
            transform: scale(0.99, 0.99);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (min-width: 2000px) {
  .contact .btn_animate > img {
    padding-top: 32px;
  }
}
@media (max-width: 1750px) {
  .contact img {
    max-width: 400px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact img:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 1200px) {
  .contact {
    padding: 60px 180px;
  }
}
@media (max-width: 1000px) {
  .contact {
    padding: 60px 80px;
  }
  .contact__inner {
    padding: 60px 0 0;
  }
  .contact__img {
    padding-bottom: 60px;
  }
}
@media (max-width: 665px) {
  .contact {
    padding: 60px 20px;
  }
}
@media (max-width: 565px) {
  .contact {
    padding: 10px 10px 0;
  }
  .contact__title .underline {
    text-decoration-thickness: 6px;
    padding-left: 8px;
    font-size: 6.8rem;
  }
  .contact__heading {
    margin-top: 28px;
    padding: 8px;
  }
  .contact__bottom {
    padding: 8px;
    margin-bottom: 21px;
  }
  .contact__time {
    padding: 4px 32px;
    max-width: 225px;
  }
  .contact__inner {
    margin: 0;
    padding: 40px 0 0;
  }
  .contact__img {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .contact img {
    max-width: 275px;
  }
}
.facility .section__title {
  margin-top: 200px;
}
.facility__menu {
  margin-top: 118px;
  padding-bottom: 200px;
}
.facility__menu--item {
  background-color: #fff;
  margin: 0 32px;
  position: relative;
  z-index: 200;
  min-height: 690px;
}
.facility__img {
  text-align: center;
  padding: 40px 40px 36px;
}
.facility__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
}
.facility__title {
  height: 66px;
  background-color: #003f84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.3rem;
}
.facility__text {
  color: #0f2642;
  line-height: 2.2;
  padding: 30px 42px 36px;
}

.slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-arrow:hover {
  opacity: 0.7;
  cursor: pointer;
}

.prev-arrow {
  border-bottom: 32px solid transparent;
  border-left: 0;
  border-right: 20px solid #fff;
  border-top: 32px solid transparent;
  left: 50px;
  top: -205px;
  z-index: 1;
}

.next-arrow {
  border-bottom: 32px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
  border-top: 32px solid transparent;
  right: 50px;
  top: -205px;
  z-index: 1;
}

.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

@media (max-width: 1550px) {
  .facility .section__title {
    margin-top: 120px;
  }
  .facility__menu {
    padding-bottom: 120px;
  }
  .facility__menu--item {
    min-height: auto;
  }
  .facility .next-arrow {
    top: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 48px;
  }
  .facility .prev-arrow {
    top: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1350px) {
  .facility__title {
    font-size: 3rem;
  }
  .facility .next-arrow {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .facility__menu--item {
    max-width: 500px;
    margin-right: 60px;
  }
  .facility .prev-arrow {
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .facility .next-arrow {
    right: 23%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1075px) {
  .facility .prev-arrow {
    left: 18%;
  }
  .facility .next-arrow {
    right: 15.4%;
  }
}
@media (max-width: 825px) {
  .facility .prev-arrow {
    left: 12%;
  }
  .facility .next-arrow {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .facility .prev-arrow {
    left: 10%;
  }
  .facility .next-arrow {
    right: 7%;
  }
}
@media (max-width: 700px) {
  .facility__menu--item {
    max-width: 400px;
    margin-right: 30px;
  }
  .facility .prev-arrow {
    left: 15%;
  }
  .facility .next-arrow {
    right: 12%;
  }
  .facility__text {
    line-height: 1.4;
  }
  .facility__br {
    display: none;
  }
}
@media (max-width: 620px) {
  .facility .prev-arrow {
    left: 50px;
  }
  .facility .next-arrow {
    right: 30px;
  }
}
@media (max-width: 565px) {
  .facility .section__title {
    margin-top: 60px;
  }
  .facility__title {
    height: auto;
    padding: 8px 0;
    font-size: 20px;
  }
  .facility__title--br {
    display: block;
    text-align: center;
  }
  .facility__img {
    padding: 16px 20px;
  }
  .facility__img > img {
    height: 164px;
  }
  .facility__menu {
    margin-top: 24px;
    padding-bottom: 50px;
  }
  .facility__menu--item {
    max-width: 300px;
    margin: 0 50px;
    min-height: 400px;
  }
  .facility .prev-arrow {
    left: 70px;
    border-bottom: 20px solid transparent;
    border-left: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
  }
  .facility .next-arrow {
    right: 50px;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    border-top: 20px solid transparent;
  }
  .facility__text {
    padding: 8px 30px 30px;
    font-size: 14px;
  }
  .facility__br--sp {
    display: none;
  }
}
@media (max-width: 500px) {
  .facility__menu--item {
    max-width: 275px;
    margin-right: 30px;
  }
  .facility .prev-arrow {
    left: 70px;
  }
  .facility .next-arrow {
    right: 50px;
  }
}
@media (max-width: 450px) {
  .facility .prev-arrow {
    left: 30px;
  }
  .facility .next-arrow {
    right: 10px;
  }
}
.information {
  background: transparent linear-gradient(207deg, #0f2642 0%, #003f84 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.information .section__title {
  text-align: center;
  padding-top: 202px;
}
.information__title {
  padding-left: 20px;
}
.information__price {
  padding-right: 20px;
}
.information__text {
  padding-top: 42px;
}
.information__inner {
  text-align: center;
  min-width: 470px;
  margin: 0 auto;
  padding: 48px 80px 200px;
}
.information__inner--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  background: #a50c21 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.information__inner--item:nth-child(1) {
  margin-top: 16px;
}
.information__inner--item:nth-child(2) {
  margin-top: 16px;
}
.information__inner--item:nth-child(3) {
  margin-top: 13px;
}
.information__img {
  margin-top: 20px;
}
.information__img > img {
  height: auto;
  max-width: 100%;
}
.information__bottom {
  padding-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.information__bottom > img {
  z-index: 10;
}
.information__bottom--bg {
  position: absolute;
  max-width: 485px;
  width: 100%;
  height: 130px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.3215686275)), to(rgba(47, 74, 103, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3215686275) 46%, rgba(47, 74, 103, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 90px;
  opacity: 0.88;
  -webkit-filter: blur(14px);
          filter: blur(14px);
}
.information__bottom--text {
  line-height: 1.8;
  padding-left: 24px;
  text-align: left;
}
.information .triangle {
  margin: 16px auto 0;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 22px solid #e0c37d;
}

@media (max-width: 1550px) {
  .information .section__title {
    padding-top: 120px;
  }
  .information__inner {
    padding: 48px 80px 120px;
  }
}
@media (max-width: 1350px) {
  .information__inner {
    padding: 48px 50px 120px;
  }
  .information .sub__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 1200px) {
  .information .sub__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 565px) {
  .information__inner--item {
    height: 30px;
  }
  .information__inner {
    max-width: 275px;
  }
  .information .triangle {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #e0c37d;
  }
  .information__bottom--bg {
    height: 50px;
    width: 65%;
  }
}
@media (max-width: 565px) {
  .information .sub__title {
    font-size: 14px;
  }
  .information .section__title {
    padding-top: 92px;
  }
  .information__inner {
    min-width: auto;
    padding: 18px 0px 74px;
  }
  .information__text {
    padding-top: 15px;
  }
  .information__bottom {
    padding-top: 40px;
  }
  .information__bottom--bg {
    height: 50px;
    width: 100%;
  }
  .information__bottom > img {
    width: 50px;
    height: 50px;
  }
  .information__title {
    font-size: 16px;
    padding-left: 8px;
  }
  .information__price {
    font-size: 16px;
    padding-right: 8px;
  }
}
.voice {
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}
.voice__bg {
  background: -webkit-gradient(linear, left top, right top, from(#a79b89), color-stop(100%, #8D7B61), to(transparent));
  background: linear-gradient(90deg, #a79b89 0%, #8D7B61 100%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
}
.voice .section__title {
  text-align: center;
  padding-top: 202px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.voice__container {
  padding-top: 166px;
}
.voice__container--item {
  padding: 0 40px 72px;
  margin: 0 auto 200px;
  min-height: 560px;
  background-color: #fff;
  color: #0F2642;
  position: relative;
  max-width: 560px;
}
.voice__container--item > img {
  position: absolute;
  right: -40px;
  top: -80px;
}
.voice__container--item:nth-child(2) > img {
  left: -30px;
}
.voice__container--item:nth-child(2) .voice__container--title {
  text-align: left;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 88px;
}
.voice__container--item:nth-child(2) .voice__container--text {
  padding-top: 4px;
}
.voice__container--item:nth-child(2) .voice__container--text:nth-of-type(2) {
  padding-top: 40px;
}
.voice__container--item:nth-child(3) .voice__container--title {
  padding-bottom: 88px;
}
.voice__container--item:nth-child(3) .voice__container--text {
  padding-top: 4px;
}
.voice__container--item:nth-child(3) .voice__container--text:nth-of-type(2) {
  padding-top: 40px;
}
.voice__container--title {
  line-height: 1.4;
  padding-top: 56px;
  padding-bottom: 72px;
  font-size: 3.1rem;
}
.voice__container--text {
  line-height: 2.22;
  font-size: 1.8rem;
  color: #333333;
}
.voice__container--text:nth-of-type(2n) {
  padding-top: 40px;
}

@media (max-width: 1920px) {
  .voice__container--item {
    margin: 0 40px 200px;
  }
}
@media (max-width: 1550px) {
  .voice .section__title {
    padding-top: 120px;
  }
  .voice__container--item {
    min-height: auto;
  }
}
@media (max-width: 1350px) {
  .voice__container--item:nth-child(2) .voice__container--title {
    margin-right: 0;
    padding-bottom: 40px;
  }
  .voice__container--item:nth-child(3) .voice__container--title {
    padding-bottom: 40px;
  }
  .voice__container--title {
    padding-bottom: 40px;
  }
  .voice__container--item > img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1550px) {
  .voice__container--item:nth-child(3) {
    margin: 0 40px 120px;
  }
  .voice__container--title {
    padding-bottom: 40px;
  }
  .voice__container--item > img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .voice__bg {
    background: -webkit-gradient(linear, left top, right top, from(#a79b89), color-stop(100%, #8D7B61), to(transparent));
    background: linear-gradient(90deg, #a79b89 0%, #8D7B61 100%, transparent);
    left: 0;
  }
  .voice__container--item {
    margin: 0 auto 200px;
  }
  .voice__container--item:nth-child(3) {
    margin: 0 auto 120px;
  }
}
@media (max-width: 640px) {
  .voice__container--item {
    margin: 0 60px 120px;
  }
  .voice__container--item > img {
    width: 200px;
    height: 200px;
  }
  .voice__container--item:nth-child(3) {
    margin: 0 60px 120px;
  }
}
@media (max-width: 565px) {
  .voice {
    padding-bottom: 40px;
  }
  .voice .section__title {
    padding-top: 60px;
  }
  .voice__container {
    padding-top: 74px;
  }
  .voice__container--title br {
    display: none;
  }
  .voice__container--item {
    margin: 0 auto 80px;
    padding: 0 30px 23px;
    max-width: 335px;
    min-height: 335px;
  }
  .voice__container--item:nth-child(1) .voice__container--text {
    display: inline-block;
  }
  .voice__container--item > img {
    width: 140px;
    height: 140px;
    top: -60px;
    right: -30px;
  }
  .voice__container--item:nth-child(3) {
    margin: 0 auto 40px;
  }
  .voice__container--title {
    padding-top: 32px;
    font-size: 18px;
    padding-bottom: 32px !important;
  }
  .voice__container--text {
    line-height: 1.85;
    font-size: 2.38rem;
    letter-spacing: -1px;
  }
  .voice__container--text:nth-of-type(2n) {
    padding-top: 24px !important;
  }
}
@media (max-width: 400px) {
  .voice__container--item {
    margin: 0 30px 80px;
  }
  .voice__container--item:nth-child(3) {
    margin: 0 30px 40px;
  }
}
.plan .section__title {
  margin-top: 200px;
}
.plan__container {
  padding: 35px 40px 0 40px;
  height: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan__container--item {
  line-height: 1.7;
  color: #0F2642;
  font-size: 1.6rem;
}
.plan__menu {
  margin-top: 56px;
  padding-bottom: 200px;
}
.plan__menu--title {
  font-size: 3.1rem;
  height: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D4AC4D;
}
.plan__menu--item {
  background-color: #fff;
  margin: 0 32px;
  min-height: 796px;
}
.plan__menu--item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__menu--item .price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.plan__menu .slick-arrow::before {
  display: none !important;
}
.plan__img {
  text-align: center;
  padding: 40px 40px 0;
}
.plan__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: 280px;
}
.plan__title {
  margin-top: 40px;
  height: 40px;
  width: 240px;
  background-color: #003F84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plan__text {
  color: #0F2642;
  font-size: 4rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 14px 8px 64px 0;
}
.plan__text .price__font {
  font-size: 1.6rem;
  padding: 0 0 16px 0;
  margin-left: 12px;
  color: #2F4A67;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan .prev-arrow {
  top: -242px;
}
.plan .next-arrow {
  top: -242px;
}

@media (max-width: 1750px) {
  .plan__container--item {
    font-size: 1.8rem;
  }
}
@media (max-width: 1550px) {
  .plan .section__title {
    margin-top: 120px;
  }
  .plan__menu--item {
    min-height: auto;
  }
  .plan .next-arrow {
    top: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 48px;
  }
  .plan .prev-arrow {
    top: -10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1350px) {
  .plan__title {
    font-size: 3rem;
  }
  .plan .next-arrow {
    right: 50px;
  }
}
@media (max-width: 1200px) {
  .plan__menu--item {
    max-width: 500px;
    margin-right: 60px;
  }
  .plan .prev-arrow {
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .plan .next-arrow {
    right: 23%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1075px) {
  .plan .prev-arrow {
    left: 17%;
  }
  .plan .next-arrow {
    right: 14.4%;
  }
}
@media (max-width: 825px) {
  .plan .prev-arrow {
    left: 12%;
  }
  .plan .next-arrow {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .plan .prev-arrow {
    left: 10%;
  }
  .plan .next-arrow {
    right: 7%;
  }
}
@media (max-width: 700px) {
  .plan__menu--item {
    max-width: 400px;
    margin-right: 30px;
  }
  .plan .prev-arrow {
    left: 15%;
  }
  .plan .next-arrow {
    right: 12%;
  }
  .plan__text {
    line-height: 1.4;
  }
  .plan__br {
    display: none;
  }
}
@media (max-width: 620px) {
  .plan .prev-arrow {
    left: 50px;
  }
  .plan .next-arrow {
    right: 30px;
  }
}
@media (max-width: 565px) {
  .plan .section__title {
    margin-top: 60px;
  }
  .plan__container {
    padding: 28px 30px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    min-height: 150px;
  }
  .plan__container--item {
    font-size: 2.4rem;
  }
  .plan__title {
    height: auto;
    padding: 4px 0;
    font-size: 20px;
    margin-top: 0;
    font-size: 16px;
    max-width: 123px;
  }
  .plan__title--br {
    display: block;
    text-align: center;
  }
  .plan__img {
    padding: 0px 20px 16px;
  }
  .plan__img > img {
    height: 164px;
  }
  .plan__menu {
    margin-top: 24px;
    padding-bottom: 0;
  }
  .plan__menu--title {
    height: 58px;
    font-size: 20px;
  }
  .plan__menu--item {
    max-width: 300px;
    margin: 0 50px 60px;
  }
  .plan__menu--item .price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
  }
  .plan .prev-arrow {
    left: 70px;
    border-bottom: 20px solid transparent;
    border-left: 0;
    border-right: 12px solid #fff;
    border-top: 20px solid transparent;
  }
  .plan .next-arrow {
    right: 50px;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #fff;
    border-right: 0;
    border-top: 20px solid transparent;
  }
  .plan__text {
    padding: 8px 10px 30px;
    font-size: 34px;
  }
  .plan__text .price__font {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan__br--sp {
    display: none;
  }
}
@media (max-width: 500px) {
  .plan__menu--item {
    max-width: 275px;
    margin-right: 30px;
  }
  .plan .prev-arrow {
    left: 70px;
  }
  .plan .next-arrow {
    right: 50px;
  }
}
@media (max-width: 450px) {
  .plan .prev-arrow {
    left: 30px;
  }
  .plan .next-arrow {
    right: 10px;
  }
}
.access {
  background-color: #2F4A67;
  padding-top: 200px;
  padding-bottom: 200px;
}
.access__place {
  padding: 50px 40px 0;
  color: #fff;
  line-height: 1.7;
}
.access__map {
  margin-top: 78px;
}
.access__map > iframe {
  width: 100%;
  height: 520px;
}

@media (max-width: 1550px) {
  .access {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .access__place {
    padding: 50px 40px 0;
  }
  .access__map > iframe {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .access__place {
    padding: 50px 160px 0;
  }
  .access__map > iframe {
    padding: 0 160px;
  }
}
@media (max-width: 768px) {
  .access {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .access__place {
    padding: 50px 20px 0;
  }
  .access__map > iframe {
    padding: 0 20px;
  }
}
@media (max-width: 565px) {
  .access {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .access__place {
    padding: 24px 20px 0;
  }
  .access__map {
    margin-top: 21px;
  }
  .access__map > iframe {
    height: 364px;
  }
}