@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Serif+JP:wght@400;700&display=swap");
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  text-align: left;
  text-decoration: none;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

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

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a, span, small, strong, em {
  color: inherit;
  font-weight: inherit;
}

html {
  font-size: 0.625em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font: 14px/2 "Noto Serif JP", serif;
  color: #333333;
}

input, select, option, textarea, button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 14px/2 "Noto Serif JP", serif;
  color: #333333;
}
input:after, input:before, select:after, select:before, option:after, option:before, textarea:after, textarea:before, button:after, button:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: smooth;
}

svg {
  width: 100%;
  height: auto;
}

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

*[role=button], label {
  cursor: pointer;
}

.color-primary {
  color: #11449b;
}

.color-secondary {
  color: #0086ce;
}

.color-thirdly {
  color: #e4f0fa;
}

.color-white {
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sec-title {
  position: relative;
  margin-bottom: 45px;
}
.sec-title__jp {
  display: block;
  position: absolute;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sec-title__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  font-family: "Crimson Text", serif;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 0.4em;
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .sec-title {
    margin-bottom: 80px;
  }
  .sec-title__jp {
    font-size: 30px;
  }
  .sec-title__en {
    font-size: 90px;
    padding-bottom: 0.2em;
  }
}

.js-fade-btt {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s opacity ease-in-out, 0.4s -webkit-transform ease-in-out;
  transition: 0.4s opacity ease-in-out, 0.4s -webkit-transform ease-in-out;
  -o-transition: 0.4s opacity ease-in-out, 0.4s transform ease-in-out;
  transition: 0.4s opacity ease-in-out, 0.4s transform ease-in-out;
  transition: 0.4s opacity ease-in-out, 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;
}
.js-fade-btt.is-scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;object-position: center;";
}
img.ofi.object-position-left {
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: cover;object-position: left;";
}
img.ofi.object-position-right {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;object-position: right;";
}
img.ofi.object-position-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover;object-position: top;";
}
img.ofi.object-position-bottom {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;object-position: bottom;";
}
img.ofi.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;object-position: center;";
}
img.ofi.object-fit-contain.object-position-left {
  -o-object-position: left;
     object-position: left;
  font-family: "object-fit: contain;object-position: left;";
}
img.ofi.object-fit-contain.object-position-right {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: contain;object-position: right;";
}
img.ofi.object-fit-contain.object-position-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: contain;object-position: top;";
}
img.ofi.object-fit-contain.object-position-bottom {
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: contain;object-position: bottom;";
}

.wrapper {
  padding-top: 60px;
  overflow: hidden;
}
.wrapper.is-open {
  position: fixed;
  left: 0;
  width: 100%;
}
.wrapper.is-open .menubtn__menu {
  display: none;
}
.wrapper.is-open .menubtn__close {
  display: block;
}
.wrapper.is-open .site-header__nav {
  height: 165px;
}
@media screen and (min-width: 901px) {
  .wrapper {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .wrapper {
    padding-top: 100px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.site-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
}
.site-header__tel {
  display: none;
}
.site-header__mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-color: #11449b;
  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;
  border-radius: 50%;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.site-header__mail:hover {
  background-color: #0086ce;
}
.site-header__mail i {
  line-height: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
}
.site-header__mail span {
  display: none;
  color: #fff;
}
.site-header__mobiletel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 10px;
}
.site-header__mobiletel i {
  line-height: 0;
}
.site-header__mobiletel path {
  fill: #0086ce;
  -webkit-transition: 0.3s fill ease-in-out;
  -o-transition: 0.3s fill ease-in-out;
  transition: 0.3s fill ease-in-out;
}
.site-header__mobiletel:hover path {
  fill: #11449b;
}
@media screen and (min-width: 901px) {
  .site-header {
    height: 80px;
    padding: 0;
  }
  .site-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
    margin-left: 20px;
  }
  .site-header__nav {
    margin-left: auto;
    display: block;
  }
  .site-header__mobiletel {
    display: none;
  }
  .site-header__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    height: auto;
    display: block;
  }
  .site-header__tel__text {
    line-height: 1;
    margin-bottom: 0.5em;
    font-size: 11px;
    display: block;
  }
  .site-header__mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 100%;
    border-radius: 0;
  }
  .site-header__mail i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .site-header {
    height: 100px;
  }
  .site-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    width: 240px;
  }
  .site-header__mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
  }
  .site-header__mail span {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 18px;
    margin-left: 9px;
  }
}
@media screen and (min-width: 1451px) {
  .site-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    margin-left: 50px;
  }
  .site-header__tel, .site-header__mail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    width: 260px;
  }
  .site-header__tel__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .site-header__nav {
    overflow: hidden;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: rgba(17, 68, 155, 0.8);
    padding: 0 15px;
    -webkit-transition: 0.3s height ease-in-out;
    -o-transition: 0.3s height ease-in-out;
    transition: 0.3s height ease-in-out;
  }
}

.menubtn {
  margin-left: 10px;
  background-color: #e4f0fa;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
}
.menubtn > div {
  line-height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
.menubtn__close {
  display: none;
}
@media screen and (min-width: 901px) {
  .menubtn {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .hmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hmenu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
  }
  .hmenu__link {
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
  }
  .hmenu__link:hover {
    color: #0086ce;
  }
}
@media screen and (min-width: 1281px) {
  .hmenu__item {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1451px) {
  .hmenu__item {
    margin-right: 60px;
  }
}
@media screen and (max-width: 900px) {
  .hmenu {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hmenu__link {
    display: block;
    color: #fff;
  }
}

.htel__phone {
  display: none;
}
@media screen and (min-width: 901px) {
  .htel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .htel__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    line-height: 0;
  }
  .htel__icon path {
    fill: #11449b;
  }
  .htel__phone {
    color: #11449b;
    font-family: "Crimson Text", serif;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 30px;
    line-height: 0.8;
    margin-left: 5px;
    display: block;
  }
}
@media screen and (min-width: 1451px) {
  .htel__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }
  .htel__phone {
    font-size: 40px;
  }
}

.mv {
  position: relative;
}
.mv.is-loaded .mv__left, .mv.is-loaded .mv__right {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mv__left {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.7s opacity 0.5s ease-in-out, 0.7s -webkit-transform 0.5s ease-in-out;
  transition: 0.7s opacity 0.5s ease-in-out, 0.7s -webkit-transform 0.5s ease-in-out;
  -o-transition: 0.7s opacity 0.5s ease-in-out, 0.7s transform 0.5s ease-in-out;
  transition: 0.7s opacity 0.5s ease-in-out, 0.7s transform 0.5s ease-in-out;
  transition: 0.7s opacity 0.5s ease-in-out, 0.7s transform 0.5s ease-in-out, 0.7s -webkit-transform 0.5s ease-in-out;
}
.mv__right {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.7s opacity ease-in-out, 0.7s -webkit-transform ease-in-out;
  transition: 0.7s opacity ease-in-out, 0.7s -webkit-transform ease-in-out;
  -o-transition: 0.7s opacity ease-in-out, 0.7s transform ease-in-out;
  transition: 0.7s opacity ease-in-out, 0.7s transform ease-in-out;
  transition: 0.7s opacity ease-in-out, 0.7s transform ease-in-out, 0.7s -webkit-transform ease-in-out;
}
.mv__top, .mv__bottom {
  position: relative;
  z-index: 3;
}
.mv__in {
  margin-left: auto;
  margin-right: auto;
}
.mv__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: -webkit-gradient(linear, left top, right top, from(#11449b), to(#0086ce));
  background: -o-linear-gradient(left, #11449b 0%, #0086ce 100%);
  background: linear-gradient(to right, #11449b 0%, #0086ce 100%);
}
.mv__txt1 {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.mv__txt2 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-style: italic;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 0.6em 0;
}
.mv__txt3 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding: 0.4em 0;
}
.mv__txt4 {
  line-height: 1;
  font-size: 17px;
}
.mv__txt4 em {
  font-size: 1.5em;
}
.mv__txt5 {
  line-height: 1;
  color: #11449b;
  padding-top: 0.5em;
  font-size: 24px;
}
.mv__txt5 em {
  font-size: 1.7em;
}
.mv__txt6 {
  line-height: 1;
  font-size: 13px;
  padding-top: 1em;
}
@media screen and (min-width: 601px) {
  .mv__txt1 {
    font-size: 15px;
  }
  .mv__txt2 {
    font-size: 45px;
  }
  .mv__txt3 {
    font-size: 72px;
  }
  .mv__txt4 {
    font-size: 24px;
  }
  .mv__txt5 {
    font-size: 32px;
  }
  .mv__txt6 {
    font-size: 15px;
  }
}
@media screen and (min-width: 901px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .mv__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    width: 57%;
    height: 600px;
    margin-top: 60px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    overflow: hidden;
    padding: 0 15% 0 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mv__left::after {
    content: "";
    display: block;
    opacity: 0.7;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 200px;
  }
  .mv__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: -14%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    width: 57%;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    height: 600px;
  }
  .mv__txt5 em {
    font-size: 2.2em;
  }
  .mv__in {
    max-width: 400px;
  }
  .mv__top {
    height: 400px;
  }
  .mv__bottom {
    height: 200px;
  }
  .mv__txt1 {
    font-size: 16px;
    padding-top: 70px;
  }
  .mv__txt2 {
    font-size: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mv__txt3 {
    font-size: 70px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .mv__txt4 {
    font-size: 20px;
    padding-top: 15px;
  }
  .mv__txt5 {
    font-size: 28px;
    padding-top: 10px;
  }
  .mv__txt6 {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1501px) {
  .mv__in {
    max-width: 630px;
  }
  .mv__left {
    height: 800px;
    padding-right: 12%;
  }
  .mv__left::after {
    height: 240px;
  }
  .mv__right {
    height: 800px;
  }
  .mv__top {
    height: 560px;
  }
  .mv__bottom {
    height: 240px;
  }
  .mv__txt1 {
    font-size: 22px;
    padding-top: 100px;
  }
  .mv__txt2 {
    font-size: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mv__txt3 {
    font-size: 100px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .mv__txt4 {
    font-size: 24px;
    padding-top: 30px;
  }
  .mv__txt5 {
    font-size: 36px;
    padding-top: 16px;
  }
  .mv__txt6 {
    font-size: 16px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .mv__top {
    padding: 0 10px 20px;
  }
  .mv__bottom {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 15px 50px;
  }
  .mv__left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    padding: 50px 0 0;
  }
  .mv__right {
    position: relative;
    padding-top: 75%;
  }
  .mv__right img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.about {
  padding: 70px 0;
  position: relative;
}
.about .container {
  position: relative;
  z-index: 2;
}
.about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #e4f0fa;
  z-index: 1;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.about__title {
  color: #11449b;
  line-height: 1.7;
  font-size: 20px;
  margin-bottom: 1em;
}
.about__slider {
  position: relative;
}
.about__buttons {
  position: absolute;
  height: 50px;
  width: 100px;
  right: 0;
  bottom: -25px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__buttons button {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  height: 100%;
  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;
}
.about__buttons button i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  line-height: 0;
}
.about__prev {
  background-color: #11449b;
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.about__prev:hover {
  opacity: 0.6;
}
.about__next {
  background-color: #0086ce;
  -webkit-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.about__next:hover {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .about {
    padding: 150px 0;
  }
  .about::before {
    height: 50%;
  }
  .about__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 448px;
            flex: 0 0 448px;
    width: 448px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__slide {
    height: 294px;
  }
  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% - 448px);
    max-width: calc(100% - 448px);
    padding-left: 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1101px) {
  .about__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
    width: 640px;
  }
  .about__slide {
    height: 420px;
  }
  .about__content {
    width: calc(100% - 640px);
    max-width: calc(100% - 640px);
  }
}
@media screen and (max-width: 900px) {
  .about__slider {
    margin-top: 30px;
  }
  .about__slide {
    padding-top: 65.625%;
    position: relative;
  }
  .about__slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.overview {
  padding: 37px 0;
}
.overview__table th {
  color: #11449b;
}
@media screen and (min-width: 601px) {
  .overview__table {
    width: 100%;
    table-layout: fixed;
  }
  .overview__table th {
    width: 170px;
    border-top: 1px solid #11449b;
    border-bottom: 1px solid #11449b;
    padding-left: 15px;
  }
  .overview__table td {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 15px;
  }
  .overview__table th, .overview__table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 901px) {
  .overview {
    padding: 50px 0;
  }
  .overview__table th {
    width: 300px;
  }
  .overview__table th, .overview__table td {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .overview__table {
    display: block;
    width: 100%;
  }
  .overview__table tbody, .overview__table tr, .overview__table th, .overview__table td {
    display: block;
    width: 100%;
  }
  .overview__table th {
    padding: 10px 5px 0;
    border-top: 1px solid #cbcbcb;
  }
  .overview__table td {
    padding: 0 5px 10px;
  }
}

.equipment {
  overflow: hidden;
  position: relative;
  padding: 100px 15px;
}
.equipment::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/equipment-bg.png) no-repeat center top/100% auto;
  mix-blend-mode: multiply;
}
.equipment::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#11449b), to(#0086ce));
  background: -o-linear-gradient(left, #11449b 0%, #0086ce 100%);
  background: linear-gradient(to right, #11449b 0%, #0086ce 100%);
}
.equipment__description {
  color: #fff;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 50px;
}
.equipment__description span {
  display: inline-block;
  white-space: nowrap;
}
.equipment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.equipment__list .equipment__item:nth-child(1), .equipment__list .equipment__item:nth-child(2) {
  margin-top: 0;
}
.equipment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 0.7em;
}
.equipment__title br {
  display: none;
}
.equipment__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin: 25px 10px 0 0;
}
.equipment__img {
  margin-bottom: 1em;
}
.equipment__text {
  color: #fff;
}
.equipment__container {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 601px) {
  .equipment__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 10px);
            flex: 0 0 calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    margin: 25px 15px 0 0;
  }
  .equipment__list .equipment__item:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 900px) {
  .equipment__list .equipment__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) {
  .equipment {
    padding: 180px 15px;
  }
  .equipment__list .equipment__item:nth-child(4) {
    margin-top: 0;
  }
  .equipment__list .equipment__item:nth-child(4n) {
    margin-right: 0;
  }
  .equipment__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    margin: 20px 20px 0 0;
  }
  .equipment__description {
    margin-bottom: 75px;
  }
  .equipment__title {
    font-size: 18px;
  }
  .equipment__title br {
    display: block;
  }
}
@media screen and (min-width: 1367px) {
  .equipment__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 45px);
            flex: 0 0 calc(25% - 45px);
    width: calc(25% - 45px);
    max-width: calc(25% - 45px);
    margin: 60px 60px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .equipment__list .equipment__item:nth-child(2n) {
    margin-right: 0;
  }
}

.madori {
  padding: 30px 15px;
}
.madori__description {
  text-align: center;
  line-height: 2.25;
  margin-bottom: 50px;
}
.madori__description span {
  display: inline-block;
  white-space: nowrap;
}
.madori__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.madori__tabbutton {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  width: 32%;
  max-width: 32%;
  border: 1px solid #11449b;
  color: #11449b;
  height: 50px;
  line-height: 1.3;
  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;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
  transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
}
.madori__tabbutton:hover {
  background-color: #e4f0fa;
}
.madori__tabbutton.is-active {
  background-color: #11449b;
  color: #fff;
}
.madori__img {
  padding: 15px;
  border: 5px solid #e4f0fa;
}
.madori__slide h2 {
  font-family: "Crimson Text", serif;
  color: #11449b;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.madori__slide h2 small {
  font-size: 0.5em;
}
.madori__slide figure {
  text-align: center;
}
@media screen and (min-width: 601px) {
  .madori__tabbutton {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  .madori {
    padding: 60px 15px;
  }
  .madori__tab {
    margin-bottom: 40px;
  }
  .madori__tabbutton {
    font-size: 20px;
    height: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
  }
  .madori__description {
    margin-bottom: 75px;
  }
  .madori__img {
    padding: 25px;
    border-width: 10px;
  }
  .madori__slide h2 {
    font-size: 86px;
  }
}

.access {
  overflow: hidden;
  position: relative;
  padding: 100px 0 180px;
  z-index: 1;
}
.access .container {
  position: relative;
  z-index: 3;
}
.access::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/access-bg.jpg) no-repeat center top/cover;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
.access::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#11449b), to(#0086ce));
  background: -o-linear-gradient(left, #11449b 0%, #0086ce 100%);
  background: linear-gradient(to right, #11449b 0%, #0086ce 100%);
}
.access__description {
  color: #fff;
  text-align: center;
  line-height: 2.25;
  margin-bottom: 50px;
}
.access__description span {
  display: inline-block;
  white-space: nowrap;
}
.access__map {
  width: 100%;
  height: 450px;
}
.access__footer {
  margin-top: 30px;
  color: #fff;
}
.access__fleft h3 {
  font-size: 20px;
  margin-bottom: 0.6em;
}
.access__fright h4 {
  font-size: 16px;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 901px) {
  .access {
    padding-top: 180px;
    padding-bottom: 280px;
  }
  .access__description {
    margin-bottom: 75px;
  }
  .access__map {
    height: 600px;
  }
  .access__footer {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access__fleft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    border-right: 1px solid #fff;
    padding-right: 10%;
  }
  .access__fleft h3 {
    font-size: 24px;
    margin-bottom: 1em;
  }
  .access__fright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding-left: 10%;
  }
  .access__fright h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .access__fleft {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .access__map {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}

.location {
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
.location__container {
  background-color: #fff;
  max-width: 1300px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.location__name {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 80px;
  height: 20px;
  background-color: #11449b;
  color: #fff;
  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;
  font-size: 12px;
}
.location__meter {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
  font-size: 12px;
}
.location__img {
  width: 100%;
  padding-top: 68.42%;
  position: relative;
}
.location__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location__list .location__item:nth-child(1), .location__list .location__item:nth-child(2) {
  margin-top: 0;
}
.location__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.location__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  margin: 50px 10px 0 0;
}
@media screen and (min-width: 901px) {
  .location {
    margin-top: -140px;
    padding-bottom: 70px;
  }
  .location__container {
    padding: 50px;
  }
  .location__list .location__item:nth-child(3) {
    margin-top: 0;
  }
  .location__list .location__item:nth-child(3n) {
    margin-right: 0;
  }
  .location__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin: 60px 30px 0 0;
  }
  .location__name, .location__meter {
    font-size: 14px;
    width: 100px;
    height: 30px;
  }
  .location__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .location__list .location__item:nth-child(2n) {
    margin-right: 0;
  }
}

.contact {
  padding: 55px 0;
  position: relative;
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
}
.contact .sec-title__en {
  opacity: 0.2;
}
.contact::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.8;
}
.contact .container {
  position: relative;
  z-index: 2;
}
.contact__button {
  border: 1px solid #fff;
  width: 250px;
  height: 65px;
  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;
  margin: 0 auto;
  -webkit-transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
  transition: 0.3s background-color ease-in-out, 0.3s border-color ease-in-out;
}
.contact__button:hover {
  background-color: #333;
  border-color: #333;
}
.contact__button i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  line-height: 0;
}
.contact__button span {
  margin-left: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: 15px;
}
@media screen and (min-width: 901px) {
  .contact {
    padding: 115px 0;
  }
  .contact__button {
    width: 500px;
    height: 100px;
  }
  .contact__button i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px;
    width: 21px;
  }
  .contact__button span {
    font-size: 18px;
  }
}

.site-footer {
  padding: 50px 0;
}
.site-footer__logo {
  text-align: center;
}
.site-footer__logo img {
  width: 200px;
}
.site-footer__copyright {
  margin-top: 28px;
  text-align: center;
  font-family: "Crimson Text", serif;
}
@media screen and (min-width: 901px) {
  .site-footer {
    padding: 80px 0;
  }
  .site-footer__logo img {
    width: 309px;
  }
  .site-footer__copyright {
    margin-top: 43px;
  }
}