@charset "utf-8";
html {
  font-size: 10px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #333;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
  line-height: 2;
}
/* ============================================================
 fonts
============================================================ */
.ja {
  font-family: 'Noto Sans JP', sans-serif;
}
.en {
  font-family: 'Oswald', serif;
}
/* ============================================================
 common style
============================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.underline {
  text-decoration: underline;
  word-break: break-all;
  color: #4572D8;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.container {
  width: 100%;
  position: relative;
}
.inner {
  width: 1200px;
  max-width: 1200px;
  margin: 80px auto 0 auto;
}
.inner-s {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner,
  .inner-s {
    width: 100%;
    max-width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .inner .inner,
  .inner-s .inner,
  .inner .inner-s,
  .inner-s .inner-s {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin: 50px auto 0 auto;
  }
  .inner,
  .inner-s {
    padding-left: 5%;
    padding-right: 5%;
  }
  .inner .inner,
  .inner-s .inner,
  .inner .inner-s,
  .inner-s .inner-s {
    margin: 0;
    padding: 0;
  }
}
.bg {
  padding-bottom: 140px;
  position: relative;
}
.bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: calc(100% - 45px);
  z-index: -1;
}
.bg.blue:after {
  background: #F4F6FC;
}
.bg.gray:after {
  background: #F1F1F1;
}
.bg .inner {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .bg {
    padding-bottom: 50px;
  }
  .bg:after {
    height: calc(100% - 23px);
  }
  .bg .inner {
    margin-top: 50px;
  }
}
/* ============================================================
 typography
============================================================ */
.bold {
  font-weight: 700;
}
.middle {
  font-weight: 500;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.txt-indent .txt-indent {
  display: inline-block;
}
.txt-indent-half {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.txt-indent-one-half {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note,
.note a {
  font-size: 1.2rem;
  line-height: 2;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.break-all {
  word-break: break-all;
}
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), color-stop(81%, rgba(2, 121, 145, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(2, 121, 145, 0.4) 81%);
}
strong {
  font-weight: 700;
  color: #002557;
}
.txt20 {
  font-size: 2rem;
}
.txt18 {
  font-size: 1.8rem;
}
.txt,
p {
  font-size: 1.6rem;
}
.txt15 {
  font-size: 1.5rem;
}
.txt14 {
  font-size: 1.4rem;
}
.txt13 {
  font-size: 1.3rem;
}
.txt12 {
  font-size: 1.2rem;
}
.txt10 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .txt20 {
    font-size: 1.8rem;
  }
  .txt18 {
    font-size: 1.6rem;
  }
  .txt,
  p {
    font-size: 1.4rem;
  }
  .txt15 {
    font-size: 1.3rem;
  }
  .txt14 {
    font-size: 1.2rem;
  }
  .txt13 {
    font-size: 1.1rem;
  }
  .txt12 {
    font-size: 1.1rem;
  }
}
/* ============================================================
 margin
============================================================ */
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
/* ============================================================
 Text選択
============================================================ */
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
/* ============================================================
 横スクロール
============================================================ */
.scroll-wrap {
  width: calc(100vw - 5.5%);
  margin-bottom: 10px;
}
.scroll {
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll:-webkit-scrollbar {
  display: none;
}
.scroll:after {
  content: "";
  padding-right: calc(100vw - 95vw);
}
/* ============================================================
 タイトル
============================================================ */
.cont-ttl {
  margin-bottom: 60px;
  font-size: 9rem;
  font-weight: 900;
  line-height: 1;
  color: #002557;
  text-align: center;
  font-family: 'Oswald', serif;
}
.cont-ttl span {
  display: block;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-weight: 500;
}
.cont-ttl span:before {
  content: "";
  display: block;
  margin: 20px auto 15px auto;
  width: 60px;
  height: 2px;
  background: #002557;
}
@media screen and (max-width: 767px) {
  .cont-ttl {
    margin-bottom: 30px;
    font-size: 5rem;
  }
  .cont-ttl span {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .cont-ttl span:before {
    margin: 15px auto;
    width: 30px;
  }
}
.cont-second-txt {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #002557;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont-second-txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.cont-third-txt {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #002557;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont-third-txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.lead {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead {
    text-align: left;
  }
}
.label {
  display: inline-block;
  margin-top: 15px;
  padding: 0.4em 0.7em 0.5em 0.7em;
  background: #F4F6FC;
  border-left: 2px solid #002557;
  color: #002557;
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
}
.label.white {
  background: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 1rem;
  }
}
.balloon {
  display: inline-block;
  padding: 0.8em 1.5em;
  color: #002557;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
  border-radius: 6px;
  line-height: 1;
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-family: 'Noto Sans JP', sans-serif;
}
.balloon:after {
  content: "";
  position: absolute;
  top: 99%;
  left: calc(50% - 0.75rem);
  background: #fff;
  width: 1.1rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .balloon {
    padding: 0.5em 1em;
    font-size: 1.4rem;
  }
}
/* ============================================================
 ボタン
============================================================ */
.btn-wrap {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 30px;
  }
}
.btn {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  text-align: center;
  padding: 1.5em 1em;
  background: #0279C3;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.btn.white {
  background: #fff;
  color: #002557;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .btn {
    font-size: 1.8rem;
    padding: 1.1em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: initial;
    padding: 1.6em 1em;
    font-size: 1.4rem;
  }
}
/* ============================================================
 header
============================================================ */
#header {
  position: absolute;
  top: 50px;
  left: 70px;
  z-index: 100;
  width: 158px;
}
@media screen and (max-width: 767px) {
  #header {
    top: 25px;
    left: 20px;
    width: 120px;
  }
}
/* ============================================================
 kv
============================================================ */
#kv {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#kv .swiper-kv {
  overflow: hidden;
}
#kv .swiper-slide {
  position: relative;
  overflow: hidden;
  max-height: min(50vw, 800px);
}
#kv .kv-ttl {
  position: absolute;
  top: min(10.625vw, 170px);
  left: 50%;
  max-width: 670px;
}
#kv h2 {
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
#kv .kv-copy-first {
  margin-bottom: 30px;
  display: block;
  font-size: 4rem;
  font-size: min(2.5vw, 4rem);
}
#kv .kv-copy-second {
  font-size: 9rem;
  font-size: min(5.625vw, 9rem);
}
#kv .kv-copy-third {
  font-size: 6rem;
  font-size: min(3.75vw, 6rem);
}
#kv .swiper-slide-active figure,
#kv .swiper-slide-duplicate-active figure,
#kv .swiper-slide-prev figure {
  overflow: hidden;
  -webkit-animation: kv-img-fade 9s ease 0s both;
          animation: kv-img-fade 9s ease 0s both;
  aspect-ratio: 2 / 1;
}
#kv .swiper-slide-active figure img,
#kv .swiper-slide-duplicate-active figure img,
#kv .swiper-slide-prev figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .kv-common-item {
  position: absolute;
  width: 580px;
  max-width: min(40%, 580px);
  top: 0;
  left: 50%;
  margin-top: min(23.125vw, 370px);
  z-index: 10;
}
#kv .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}
#kv .award dt {
  width: 100px;
  margin-right: 30px;
}
#kv .award dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(1.25vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
}
#kv .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#kv .btn-area .btn-wrap {
  width: min(48.5%, 280px);
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #kv .btn-area .btn-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #kv .swiper-slide {
    height: 171vw;
    max-height: 171vw;
  }
  #kv .kv-ttl {
    top: initial;
    bottom: 215px;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    text-align: center;
  }
  #kv .kv-copy-first {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  #kv .kv-copy-second {
    font-size: 4.5rem;
  }
  #kv .kv-copy-third {
    font-size: 3rem;
  }
  #kv .swiper-slide-active figure,
  #kv .swiper-slide-duplicate-active figure,
  #kv .swiper-slide-prev figure {
    aspect-ratio: 1 / 2;
  }
  #kv .kv-common-item {
    width: 100%;
    max-width: initial;
    margin-top: initial;
    top: initial;
    left: initial;
    bottom: 40px;
    padding: 0 5%;
  }
  #kv .award {
    padding: 10px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #kv .award dt {
    width: 64px;
    margin-right: 15px;
  }
  #kv .award dd {
    font-size: 1.3rem;
  }
}
@-webkit-keyframes kv-img-fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes kv-img-fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
/* ============================================================
 facility
============================================================ */
#facility .facility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
#facility .facility-list li {
  width: calc((100% / 3) - 1.6%);
  margin-top: 40px;
}
#facility .facility-list figure {
  position: relative;
}
#facility .facility-list figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #002557;
  background: #fff;
  padding: 0.8em 0.6em;
}
#facility .facility-numbers {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#facility .numbers-panel {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 560px;
}
#facility .numbers-panel > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
}
#facility .numbers-panel > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  aspect-ratio: 18 / 14;
  width: min(33%, 180px);
  background: url(../img/facility_frame.png) no-repeat center center / cover;
  position: relative;
  text-align: center;
}
#facility .numbers-panel > ul > li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#facility .numbers-panel > ul > li:first-child,
#facility .numbers-panel > ul > li:nth-child(2),
#facility .numbers-panel > ul > li:nth-child(3) {
  padding: 20px;
  color: #fff;
}
#facility .numbers-panel > ul > li:first-child .numbers-panel-number,
#facility .numbers-panel > ul > li:nth-child(2) .numbers-panel-number,
#facility .numbers-panel > ul > li:nth-child(3) .numbers-panel-number {
  border-top: 1px solid #fff;
  margin-top: 12px;
  padding-top: 12px;
}
#facility .numbers-panel > ul > li:first-child:after,
#facility .numbers-panel > ul > li:nth-child(2):after,
#facility .numbers-panel > ul > li:nth-child(3):after {
  background: #002557;
}
#facility .numbers-panel > ul > li:nth-child(4),
#facility .numbers-panel > ul > li:nth-child(5),
#facility .numbers-panel > ul > li:nth-child(6) {
  padding: 15px 10px;
}
#facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-ttl,
#facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-ttl,
#facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-ttl {
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-ttl span,
#facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-ttl span,
#facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-ttl span {
  display: inline-block;
}
#facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-number,
#facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-number,
#facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-number {
  border-top: 1px solid #999;
  margin-top: 10px;
  padding-top: 6px;
  line-height: 1;
  color: #002557;
}
#facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-number span,
#facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-number span,
#facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-number span {
  line-height: 1;
  color: #333;
}
#facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-number .note,
#facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-number .note,
#facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-number .note {
  display: block;
  margin: 0.3em auto 0 auto;
}
#facility .numbers-panel > ul > li:nth-child(4):after,
#facility .numbers-panel > ul > li:nth-child(5):after,
#facility .numbers-panel > ul > li:nth-child(6):after {
  background: #F4F6FC;
}
#facility .numbers-panel-ttl {
  font-weight: 400;
  line-height: 2;
}
#facility .numbers-panel-number {
  width: 100%;
  font-family: 'Oswald', serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
}
#facility .numbers-panel-number span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  vertical-align: baseline;
}
#facility .numbers-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #facility .facility-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #facility .numbers-panel {
    margin: 0 auto;
  }
  #facility .numbers-txt {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #facility .facility-list {
    margin-top: -20px;
  }
  #facility .facility-list li {
    width: calc((100% / 2) - 3%);
    margin-top: 20px;
  }
  #facility .facility-list figcaption {
    position: static;
    font-size: 1.5rem;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }
  #facility .facility-numbers {
    margin-top: 40px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #facility .numbers-panel {
    width: 100%;
  }
  #facility .numbers-panel > ul {
    margin-top: -10px;
  }
  #facility .numbers-panel > ul > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2px;
  }
  #facility .numbers-panel > ul > li:first-child,
  #facility .numbers-panel > ul > li:nth-child(2),
  #facility .numbers-panel > ul > li:nth-child(3) {
    padding: 8px 8px 12px 8px;
  }
  #facility .numbers-panel > ul > li:first-child .numbers-panel-number,
  #facility .numbers-panel > ul > li:nth-child(2) .numbers-panel-number,
  #facility .numbers-panel > ul > li:nth-child(3) .numbers-panel-number {
    margin-top: 5px;
    padding-top: 10px;
  }
  #facility .numbers-panel > ul > li:nth-child(4),
  #facility .numbers-panel > ul > li:nth-child(5),
  #facility .numbers-panel > ul > li:nth-child(6) {
    padding: 8px;
  }
  #facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-number,
  #facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-number,
  #facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-number {
    margin-top: 5px;
    padding-top: 6px;
  }
  #facility .numbers-panel > ul > li:nth-child(4) .numbers-panel-number .note,
  #facility .numbers-panel > ul > li:nth-child(5) .numbers-panel-number .note,
  #facility .numbers-panel > ul > li:nth-child(6) .numbers-panel-number .note {
    width: 130%;
    margin-left: -15%;
    font-size: 1rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    white-space: nowrap;
  }
  #facility .numbers-panel-ttl {
    font-size: 1rem;
  }
  #facility .numbers-panel-number {
    font-size: 2.2rem;
  }
  #facility .numbers-panel-number span {
    font-size: 1rem;
  }
  #facility .numbers-txt {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* ============================================================
 problem
============================================================ */
#problem .problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#problem .problem-list li {
  width: calc((100% / 3) - 1.6%);
}
#problem .problem-list dt {
  width: 160px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#problem .problem-list dd {
  background: #fff;
  margin-top: -60px;
  padding: 60px 40px 40px 40px;
}
#problem .person {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}
#problem .cont-second-txt {
  font-weight: 700;
  margin-bottom: 20px;
}
#problem .problem-summary {
  text-align: center;
}
#problem .problem-summary p {
  display: inline-block;
  margin-top: 80px;
  font-size: 3rem;
  font-weight: 500;
  position: relative;
}
#problem .problem-summary p:before,
#problem .problem-summary p:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}
#problem .problem-summary p:before {
  top: -20px;
  left: -50px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
#problem .problem-summary p:after {
  bottom: -20px;
  right: -50px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  #problem .problem-summary p {
    width: 80%;
    margin: initial auto;
    font-size: 2.4rem;
  }
  #problem .problem-summary p:before {
    top: -20px;
  }
  #problem .problem-summary p:after {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  #problem .problem-list {
    display: block;
  }
  #problem .problem-list li {
    width: 100%;
    margin-top: 20px;
  }
  #problem .problem-list dt {
    width: 100px;
  }
  #problem .problem-list dd {
    margin-top: -50px;
    padding: 50px 7% 25px 7%;
  }
  #problem .person {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #problem .cont-second-txt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #problem .problem-summary p {
    width: 100%;
    margin-top: 40px;
    font-size: 1.8rem;
  }
  #problem .problem-summary p:before,
  #problem .problem-summary p:after {
    width: 30px;
    height: 30px;
  }
  #problem .problem-summary p:before {
    top: -5px;
    left: 10px;
  }
  #problem .problem-summary p:after {
    bottom: -5px;
    right: 10px;
  }
}
/* ============================================================
 feature
============================================================ */
#feature .tab-cont-wrap {
  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;
  margin-top: 60px;
}
#feature .circle-tab-menu {
  width: 51.6%;
}
#feature .tab-detail-wrap {
  width: 41.6%;
  overflow: hidden;
}
#feature .tab-circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#feature .tab-circle:hover [id^="bg"],
#feature .tab-circle.active [id^="bg"] {
  fill: #002557;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#feature .tab-circle:hover [id^="icon"],
#feature .tab-circle.active [id^="icon"] {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#feature .tab-content {
  display: none;
  z-index: -1;
  height: 0;
}
#feature .tab-content.active {
  display: block;
  z-index: 1;
  height: 100%;
  -webkit-animation: feature-tab-contents-fade 0.5s linear forwards;
          animation: feature-tab-contents-fade 0.5s linear forwards;
}
#feature .tab-content .swiper-controller {
  border-top: 1px solid #ccc;
}
#feature .tab-content .swiper-slide {
  background: #fff;
}
#feature .tab-content figure {
  position: relative;
  margin-bottom: 30px;
}
#feature .tab-content figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #002557;
  background: #fff;
  padding: 0.8em 0.6em;
}
#feature .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0;
}
#feature .icons li {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 100%;
  background: #F4F6FC;
  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;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #feature .tab-cont-wrap {
    display: block;
    margin-top: 30px;
  }
  #feature .scroll > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #feature .scroll > ul .tab-circle {
    padding: 10px 14px;
    margin-left: 5px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: flex;
        -ms-flex-align: flex;
            align-items: flex;
    background: #F4F6FC;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    color: #002557;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  #feature .scroll > ul .tab-circle:first-child {
    margin-left: 0;
  }
  #feature .scroll > ul .tab-circle:first-child figure {
    background: url(../img/icon_square1.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:first-child.active figure {
    background: url(../img/icon_square1_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(2) figure {
    background: url(../img/icon_square2.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(2).active figure {
    background: url(../img/icon_square2_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(3) figure {
    background: url(../img/icon_square3.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(3).active figure {
    background: url(../img/icon_square3_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(4) figure {
    background: url(../img/icon_square4.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(4).active figure {
    background: url(../img/icon_square4_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(5) figure {
    background: url(../img/icon_square5.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(5).active figure {
    background: url(../img/icon_square5_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(6) figure {
    background: url(../img/icon_square6.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(6).active figure {
    background: url(../img/icon_square6_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(7) figure {
    background: url(../img/icon_square7.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(7).active figure {
    background: url(../img/icon_square7_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(8) figure {
    background: url(../img/icon_square8.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle:nth-child(8).active figure {
    background: url(../img/icon_square8_white.png) no-repeat center center / contain;
  }
  #feature .scroll > ul .tab-circle.active {
    background: #002557;
    color: #fff;
  }
  #feature .scroll > ul .tab-circle figure {
    width: 32px;
    height: 32px;
    margin: 0 auto 5px auto;
  }
  #feature .scroll > ul .tab-circle span {
    height: 2.2em;
    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;
  }
  #feature .tab-detail-wrap {
    width: 100%;
  }
  #feature .tab-content figure {
    margin-bottom: 20px;
  }
  #feature .tab-content figcaption {
    font-size: 1.5rem;
  }
  #feature .icons {
    margin: 20px 0 0 0;
  }
  #feature .icons li {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
@-webkit-keyframes feature-tab-contents-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes feature-tab-contents-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ============================================================
 training
============================================================ */
#training .training-step-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#training .training-step-wrap .training-step-img {
  width: 41.6%;
  height: 100vh;
  position: sticky;
  top: 0;
}
#training .training-step-wrap .training-step-img > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#training .training-step-wrap .training-step-img > div:first-of-type,
#training .training-step-wrap .training-step-img > div.active {
  opacity: 1;
  visibility: visible;
  background: #F4F6FC;
}
#training .training-step-wrap .training-step-img figure {
  position: relative;
}
#training .training-step-wrap .training-step-cont {
  width: 51.6%;
  z-index: 1;
}
#training .training-step-wrap .training-step-cont [class^="scroll"] {
  padding-top: 100px;
}
#training .training-step-wrap .training-step-cont [class^="scroll"]:first-of-type {
  padding-top: 120px;
}
#training .training-step-wrap .training-step-cont [class^="scroll"]:last-of-type {
  padding-bottom: 30vh;
}
#training .training-step-wrap .training-step-cont [class^="scroll"] > div {
  background: #fff;
  padding: 40px;
}
#training .training-step-wrap .training-step-cont [class^="scroll"].active > div {
  border-left: 2px solid #002557;
}
#training .training-step-wrap .phase-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1;
}
#training .training-step-wrap .phase-ttl dt {
  padding: 0.4em 0.7em;
  color: #fff;
  font-size: 2rem;
  background: #002557;
  font-family: 'Oswald', serif;
}
#training .training-step-wrap .phase-ttl dd {
  font-size: 2.4rem;
  margin-left: 0.8em;
}
#training .training-step-wrap .phase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#training .training-step-wrap .phase-list li {
  margin-top: 20px;
  padding-bottom: 40px;
  width: calc((100% / 3) - 3.5%);
  border-top: 1px solid #ccc;
  position: relative;
}
#training .training-step-wrap .phase-txt {
  margin-top: 5px;
  line-height: 1.5;
}
#training .training-step-wrap .phase-icon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin: 10px 0;
}
#training .training-step-wrap .phase-icon-ttl .icon1 {
  width: 30px;
}
#training .training-step-wrap .phase-icon-ttl .icon2 {
  width: 30px;
}
#training .training-step-wrap .phase-icon-ttl .icon3 {
  width: 28px;
}
#training .training-step-wrap .phase-icon-ttl .icon4 {
  width: 22px;
}
#training .training-step-wrap .phase-icon-ttl .icon5 {
  width: 32px;
}
#training .training-step-wrap .phase-icon-ttl .icon6 {
  width: 30px;
}
#training .training-step-wrap .phase-icon-ttl .icon7 {
  width: 30px;
}
#training .training-step-wrap .phase-icon-ttl .icon8 {
  width: 22px;
}
#training .training-step-wrap .phase-icon-ttl .icon9 {
  width: 24px;
}
#training .training-step-wrap .phase-icon-ttl span {
  font-weight: 500;
  margin: 0 0.5em;
  color: #002557;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#training .training-step-wrap .skill {
  margin-top: 40px;
  padding: 20px;
  background: #F4F6FC;
  line-height: 1.5;
  position: relative;
}
#training .training-step-wrap .skill-ttl {
  font-weight: 700;
  color: #002557;
  line-height: 1;
  position: absolute;
  top: -0.5em;
}
#training .training-step-wrap .label {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #training .training-step-wrap .training-step-img {
    width: 53%;
  }
  #training .training-step-wrap .training-step-cont {
    width: 45%;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"]:last-of-type {
    padding-bottom: 5vh;
  }
  #training .training-step-wrap .phase-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #training .training-step-wrap .phase-ttl dd {
    margin-top: 10px;
    margin-left: 0;
  }
  #training .training-step-wrap .phase-list {
    display: block;
  }
  #training .training-step-wrap .phase-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #training .training-step-wrap .training-step-cont {
    width: 95%;
    margin-left: 5%;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"] {
    padding-top: 20px;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"]:first-of-type {
    padding-top: 0;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"]:last-of-type {
    padding-bottom: 0;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"] > div {
    background: transparent;
    padding: 0;
    position: relative;
  }
  #training .training-step-wrap .training-step-cont [class^="scroll"] > div:before {
    content: "";
    background: #002557;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: -8%;
  }
  #training .training-step-wrap .training-step-cont:after {
    content: "";
    background: #002557;
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    top: 20px;
    left: 0;
  }
  #training .training-step-wrap .phase-ttl {
    margin-bottom: 10px;
  }
  #training .training-step-wrap .phase-ttl dt {
    padding: 0.3em 0.4em 0.4em 0.4em;
    font-size: 1.8rem;
    position: relative;
    white-space: nowrap;
  }
  #training .training-step-wrap .phase-ttl dt:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: -6px;
    background: #002557;
    width: 6px;
    height: 10px;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  #training .training-step-wrap .phase-ttl dd {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-left: 0.5em;
  }
  #training .training-step-wrap .phase-sp-style {
    background: #fff;
    padding-bottom: 20px;
  }
  #training .training-step-wrap .phase-list {
    padding: 0 20px 20px 20px;
  }
  #training .training-step-wrap .phase-list li {
    padding-bottom: 0;
    width: 100%;
  }
  #training .training-step-wrap .phase-list li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #training .training-step-wrap .phase-list li dt {
    width: 45%;
  }
  #training .training-step-wrap .phase-list li dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 5%;
  }
  #training .training-step-wrap .skill {
    margin: 10px 20px 0 20px;
    padding: 15px;
  }
  #training .training-step-wrap .label {
    position: static;
    bottom: initial;
  }
}
/* ============================================================
 lecturer
============================================================ */
#lecturer .lecturer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -50px;
}
#lecturer .lecturer-list li {
  width: calc((100% / 2) - 3%);
  margin-top: 50px;
}
#lecturer .lecturer-list dl {
  height: 100%;
  background: #F4F6FC;
}
#lecturer .lecturer-list dt {
  position: relative;
}
#lecturer .lecturer-list dt:after {
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#lecturer .lecturer-list dd {
  padding: 15px 40px 40px 40px;
}
#lecturer .lecturer-list figure {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#lecturer .lecturer-list figure img {
  border-radius: 100%;
  overflow: hidden;
}
#lecturer .lecturer-list figcaption {
  position: absolute;
  top: 0;
  left: 5px;
}
#lecturer .lecturer-list figcaption span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #002557;
  background: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 0.7em 0.5em;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
#lecturer .lecturer-list .person {
  text-align: center;
}
#lecturer .lecturer-list .person-name {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#lecturer .lecturer-list .label {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #lecturer .lecturer-list li {
    width: calc((100% / 2) - 1.25%);
  }
}
@media screen and (max-width: 767px) {
  #lecturer .lecturer-list {
    display: block;
    margin-top: -20px;
  }
  #lecturer .lecturer-list li {
    width: 100%;
    margin-top: 20px;
  }
  #lecturer .lecturer-list dt {
    position: relative;
  }
  #lecturer .lecturer-list dt:after {
    height: calc(100% - 60px);
  }
  #lecturer .lecturer-list dd {
    margin-top: -50px;
    padding: 60px 7% 25px 7%;
  }
  #lecturer .lecturer-list figure {
    width: 130px;
  }
  #lecturer .lecturer-list figcaption {
    top: initial;
    left: -10%;
    bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120%;
  }
  #lecturer .lecturer-list figcaption span {
    margin: 0 auto;
    padding: 0.4em 0.5em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.2rem;
  }
  #lecturer .lecturer-list .person-name {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1;
  }
}
/* ============================================================
 case-study
============================================================ */
#case-study {
  overflow: hidden;
}
#case-study.bg {
  padding-bottom: 0;
}
#case-study.bg:after {
  content: "";
  position: absolute;
  top: 185px;
  bottom: initial;
  height: min(70%, 540px);
}
#case-study .case-study-ttl {
  font-weight: 700;
  color: #002557;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#case-study .case-study-txt {
  line-height: 1.75;
}
#case-study .label {
  margin-top: 30px;
}
#case-study .swiper-wrapper {
  width: 150vw;
}
#case-study .swiper-slide {
  width: 380px;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #case-study .swiper-slide {
    width: 40vw;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #case-study.bg:after {
    top: 75px;
    height: min(56%, 540px);
  }
  #case-study .case-study-ttl {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #case-study .label {
    margin-top: 15px;
  }
  #case-study .swiper-slide {
    width: 70vw;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* ============================================================
 flow
============================================================ */
#flow .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#flow .flow-list:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #002557;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
#flow .flow-list > li {
  width: calc((100% / 6) - 10px);
  background: #002557;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 30px;
  position: relative;
}
#flow .flow-list .number {
  position: absolute;
  top: 15px;
  left: 25px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Oswald', serif;
}
#flow .flow-list .icon01,
#flow .flow-list .icon02,
#flow .flow-list .icon05,
#flow .flow-list .icon06 {
  width: 60px;
}
#flow .flow-list .icon03 {
  width: 40px;
}
#flow .flow-list .icon04 {
  width: 32px;
}
#flow .flow-list p {
  margin-top: 10px;
  line-height: 1;
  font-weight: 700;
}
#flow .faq {
  margin-top: 60px;
}
#flow .faq > li {
  margin-top: 20px;
  padding: 40px;
  background: #F4F6FC;
}
#flow .faq .q {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #002557;
  line-height: 1.5;
}
#flow .faq .q:before {
  content: "Q";
  font-family: 'Oswald', serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  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;
  width: 50px;
  height: 50px;
  background: #002557;
}
#flow .faq .q span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.2em;
}
@media screen and (max-width: 1000px) {
  #flow .flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #flow .flow-list:after {
    width: 2px;
    height: calc(100% - 10px);
    top: 10px;
    left: 50%;
  }
  #flow .flow-list > li {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding: 10px;
    margin-top: 10px;
  }
  #flow .flow-list .number {
    top: calc(50% - 0.5em);
    left: 10px;
  }
  #flow .flow-list .icon01,
  #flow .flow-list .icon02,
  #flow .flow-list .icon05,
  #flow .flow-list .icon06 {
    width: calc(60px * 0.7);
  }
  #flow .flow-list .icon03 {
    width: calc(40px * 0.7);
  }
  #flow .flow-list .icon04 {
    width: calc(32px * 0.7);
  }
  #flow .flow-list p {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #flow .flow-list .number {
    top: calc(50% - 0.5em);
    left: 10px;
    font-size: 1.8rem;
  }
  #flow .flow-list .icon01,
  #flow .flow-list .icon02,
  #flow .flow-list .icon05,
  #flow .flow-list .icon06 {
    width: calc(60px * 0.5);
  }
  #flow .flow-list .icon03 {
    width: calc(40px * 0.5);
  }
  #flow .flow-list .icon04 {
    width: calc(32px * 0.5);
  }
  #flow .flow-list p {
    font-size: 1.2rem;
  }
  #flow .faq {
    margin-top: 30px;
  }
  #flow .faq > li {
    margin-top: 10px;
    padding: 20px 5%;
  }
  #flow .faq .q {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  #flow .faq .q:before {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
  #flow .faq .q span {
    margin-left: 0.8em;
  }
  #flow .faq p {
    line-height: 1.75;
  }
}
/* ============================================================
 techno-center
============================================================ */
#techno-center .techno-center-map {
  padding: 50px 50px 90px 50px;
  background: #fff;
}
#techno-center .techno-center-map figure {
  position: relative;
}
#techno-center .techno-center-map figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #002557;
  background: #fff;
  padding: 0.8em 0.6em;
}
#techno-center .techno-center-map-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#techno-center .map {
  width: 50%;
  margin-right: 5%;
}
#techno-center .map .note {
  text-align: right;
}
#techno-center .map-txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
#techno-center .swiper-techno-center {
  width: 45%;
  position: static;
}
#techno-center .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
#techno-center .swiper-slide p {
  margin-top: 25px;
}
#techno-center .swiper-controller:last-of-type {
  margin-top: -20px;
  border-top: 1px solid #ccc;
}
#techno-center .swiper-controller:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#techno-center .swiper-pagination {
  width: 50%;
  top: 0;
  bottom: 0;
  aspect-ratio: 55 / 52;
}
#techno-center .swiper-pagination-bullet {
  position: absolute;
  border-radius: 0;
  height: 40px;
  height: 7.7%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
#techno-center .swiper-pagination-bullet:nth-of-type(1) {
  width: 11.2%;
  top: 34.5%;
  left: 1.8%;
  background: url(../img/techno-center_pin01.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(1):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin01_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(2) {
  width: 21.4%;
  bottom: 11%;
  left: 5.8%;
  background: url(../img/techno-center_pin02.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(2):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin02_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(3) {
  width: 24%;
  bottom: 4%;
  right: 29.5%;
  background: url(../img/techno-center_pin03.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(3):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin03_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(4) {
  width: 21.4%;
  bottom: 19%;
  right: 9.5%;
  background: url(../img/techno-center_pin04.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(4):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin04_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(5) {
  width: 21.4%;
  top: 24%;
  right: 1.8%;
  background: url(../img/techno-center_pin05.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(5):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin05_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(6) {
  width: 21.4%;
  top: 9.6%;
  right: 31%;
  background: url(../img/techno-center_pin06.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(6):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(6).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin06_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(7) {
  width: 30.9%;
  top: 22%;
  left: 14%;
  background: url(../img/techno-center_pin07.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:nth-of-type(7):hover,
#techno-center .swiper-pagination-bullet:nth-of-type(7).swiper-pagination-bullet-active {
  background: url(../img/techno-center_pin07_on.png) no-repeat center center / contain;
}
#techno-center .swiper-pagination-bullet:hover {
  opacity: 1;
}
#techno-center .techno-center-info {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #techno-center .techno-center-map {
    padding: 25px 7% 25px 7%;
  }
  #techno-center .techno-center-map figcaption {
    font-size: 1.5rem;
  }
  #techno-center .techno-center-map-inner {
    display: block;
  }
  #techno-center .map {
    width: 100%;
    margin-right: 0%;
  }
  #techno-center .map-txt {
    font-size: 1rem;
  }
  #techno-center .swiper-techno-center {
    width: 100%;
  }
  #techno-center .swiper-slide p {
    margin-top: 15px;
  }
  #techno-center .swiper-controller:last-of-type {
    margin-top: 10px;
  }
  #techno-center .swiper-pagination {
    width: 100%;
  }
  #techno-center .techno-center-info {
    margin-top: 40px;
    text-align: left;
  }
  #techno-center .techno-center-info .cont-third-txt {
    font-size: 1.8rem;
  }
}
/* ============================================================
 map
============================================================ */
#map .facility-map {
  padding: 50px 50px 90px 50px;
  background: #fff;
}
#map .facility-map-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#map .map {
  width: 53%;
  margin-right: 5%;
}
#map .swiper-facility-map {
  width: 42%;
  position: static;
}
#map .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
#map .swiper-controller:last-of-type {
  margin-top: -20px;
  border-top: 1px solid #ccc;
}
#map .swiper-controller:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map .swiper-pagination {
  width: 53%;
  top: 0;
  bottom: 0;
  aspect-ratio: 73 / 70;
}
#map .swiper-pagination-bullet {
  position: absolute;
  border-radius: 0;
  width: 18px;
  height: 24px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  background: url(../img/pin.png) no-repeat center center / contain;
}
#map .swiper-pagination-bullet:hover,
#map .swiper-pagination-bullet.swiper-pagination-bullet-active {
  z-index: 1;
  background: url(../img/pin_active.png) no-repeat center center / contain;
}
#map .swiper-pagination-bullet:nth-of-type(1) {
  top: 39%;
  right: 34%;
}
#map .swiper-pagination-bullet:nth-of-type(2) {
  top: 45%;
  right: 34.5%;
}
#map .swiper-pagination-bullet:nth-of-type(3) {
  top: 61%;
  right: 39%;
}
#map .swiper-pagination-bullet:nth-of-type(4) {
  top: 62%;
  right: 41.4%;
}
#map .swiper-pagination-bullet:nth-of-type(5) {
  top: 65%;
  left: 41.7%;
}
#map .swiper-pagination-bullet:nth-of-type(6) {
  top: 67.5%;
  left: 39%;
}
#map .swiper-pagination-bullet:nth-of-type(7) {
  top: 68%;
  left: 34.4%;
}
#map .swiper-pagination-bullet:nth-of-type(8) {
  top: 69.5%;
  left: 20%;
}
#map .swiper-pagination-bullet:nth-of-type(9) {
  top: 77.5%;
  left: 9.4%;
}
#map .swiper-pagination-bullet:hover {
  opacity: 1;
}
#map .cont-second-txt {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}
#map .google-map {
  margin-top: 20px;
}
#map .google-map a {
  font-family: 'Oswald', serif;
  color: #002557;
  text-decoration: underline;
}
#map .google-map a:hover {
  text-decoration: none;
}
#map .google-map:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../img/pin_google_map.png) no-repeat center center / contain;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
#map .access-ttl {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  color: #002557;
}
@media screen and (max-width: 767px) {
  #map .facility-map {
    padding: 25px 0 25px 0;
  }
  #map .facility-map-inner {
    display: block;
  }
  #map .map {
    width: 100%;
    margin-right: 0;
  }
  #map .swiper-facility-map {
    width: 100%;
  }
  #map .swiper-wrapper {
    width: 100%;
    overflow: hidden;
  }
  #map .swiper-controller:last-of-type {
    margin-top: 10px;
  }
  #map .swiper-pagination {
    width: 100%;
  }
  #map .cont-second-txt {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #map .google-map {
    margin-top: 10px;
  }
  #map .access-ttl {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* ============================================================
 contact
============================================================ */
#contact {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
#contact:before {
  content: "";
  background: url(../img/contact_bg.jpg) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#contact:after {
  content: "";
  background: #999;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact .cont-ttl {
  position: relative;
  color: #fff;
}
#contact .cont-ttl span {
  color: #fff;
}
#contact .cont-ttl span:before {
  background: #fff;
}
#contact .lead {
  color: #fff;
}
#contact .balloon-wrap {
  position: absolute;
  top: -1.2em;
  right: 26%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media screen and (max-width: 767px) {
  #contact {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact .balloon-wrap {
    top: -1.5em;
    right: 10%;
  }
}
/* ============================================================
 form
============================================================ */
#form {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  #form {
    margin-bottom: 50px;
  }
}
/* ============================================================
 footer
============================================================ */
#footer {
  background: #002557;
  padding: 40px 0;
}
#footer .copyright {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 0;
  }
  #footer .copyright {
    font-size: 1rem;
  }
}
/* ============================================================
 swiper
============================================================ */
.swiper {
  overflow: visible;
}
.swiper-is-pagination {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .swiper-is-pagination {
    padding-bottom: 30px;
  }
}
.swiper-controller:last-of-type {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --swiper-navigation-size: auto;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.class-none {
  opacity: 0.5;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #002557;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 36px;
    height: 36px;
  }
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
  background: url(../img/arrow.png) no-repeat center center / contain;
  width: 20px;
  height: 10px;
  top: 50%;
  left: 50%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
/* ============================================================
 break point
============================================================ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
