@charset "UTF-8";
/*
Theme Name: 株式会社東和システム　リクルートサイト
Theme URI: https://owndmedia-online.work/towa-system/
Description: 株式会社東和システム　リクルートサイトのWPテーマです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html, body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: "Zen Old Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  background: #fff;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: px;
}

h4 {
  font-size: px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li, th, td, dt, dd, address, select, input {
  font-size: 16px;
}

@media screen and (max-width: 1025px) {
  h2 {
    font-size: 65px;
  }
  h3 {
    font-size: px;
  }
  h4 {
    font-size: px;
  }
  p, a, li, th, td, dt, dd, address, select, input {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: px;
  }
  h4 {
    font-size: px;
  }
  p, a, li, th, td, dt, dd, address, select, input {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #132F50;
  color: #fff;
}
::selection {
  background: #132F50;
  color: #fff;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 560px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* スマホ切り替え */
.only-sp {
  display: none;
}

@media screen and (max-width: 560px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/*flex*/
/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrap {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap2 {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .wrap2 {
    padding: 0 20px;
  }
}

.wrap3 {
  width: 100%;
  padding: 0 100px;
}
@media screen and (max-width: 1025px) {
  .wrap3 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1025px) {
  .wrap3 {
    padding: 0 20px;
  }
}

/* 見出し */
.h3--type01 {
  font-size: 30px;
  font-weight: 600;
  color: #132F50;
}
@media screen and (max-width: 1025px) {
  .h3--type01 {
    font-size: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .h3--type01 {
    font-size: 25px;
  }
}
.h3--type01 span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 15px;
  color: rgba(19, 47, 80, 0.4);
  display: inline-block;
}

/* ボタン */
.btn01 {
  width: 160px;
  height: 50px;
  text-align: center;
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 20px !important;
  background-color: rgba(19, 47, 80, 0.8) !important;
  color: #fff !important;
  border-radius: 30px;
  line-height: 50px;
  letter-spacing: 0.05em;
  transition: all 0.4s;
}
@media screen and (max-width: 1025px) {
  .btn01 {
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 19px !important;
  }
}
@media screen and (max-width: 560px) {
  .btn01 {
    width: 140px;
    height: 46px;
    line-height: 46px;
    font-size: 18px !important;
  }
}
.btn01 img {
  max-width: 15px;
  margin-left: 15px;
  vertical-align: middle;
  margin-bottom: 3px;
}
@media screen and (max-width: 1025px) {
  .btn01 img {
    width: 14px !important;
  }
}
@media screen and (max-width: 560px) {
  .btn01 img {
    width: 13px !important;
  }
}
.btn01:hover {
  transition: all 0.3s;
  opacity: 0.7;
  letter-spacing: 0.15em;
}
.btn01--wh {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #132F50 !important;
}
.btn01--bl {
  background-color: #699ACC !important;
}

.btn02 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  display: -ms-flex;
  align-items: flex-end;
  transition: all 0.4s;
}
@media screen and (max-width: 1025px) {
  .btn02 {
    font-size: 19px;
  }
}
@media screen and (max-width: 560px) {
  .btn02 {
    font-size: 18px;
  }
}
.btn02 img {
  max-width: 78px;
  margin-left: 15px;
  transition: all 0.4s;
}
@media screen and (max-width: 1025px) {
  .btn02 img {
    width: 74px;
  }
}
@media screen and (max-width: 560px) {
  .btn02 img {
    width: 70px;
    margin-left: 12px;
  }
}
.btn02:hover {
  transition: all 0.3s;
  opacity: 0.6;
}
.btn02:hover img {
  transform: translateX(10px);
  transition: all 0.3s;
}
.btn02--nv {
  color: #132F50;
}

/* スクロールバー */
/***** 下層ページヘッダー *****/
.sub-heading {
  padding-top: 100px;
}
@media screen and (max-width: 1025px) {
  .sub-heading {
    padding-top: 80px;
  }
}
@media screen and (max-width: 560px) {
  .sub-heading {
    padding-top: 70px;
  }
}
.sub-heading__wrap {
  width: 100%;
  height: 350px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-image: url(img/header_page.jpg);
}
@media screen and (max-width: 1025px) {
  .sub-heading__wrap {
    height: 280px;
  }
}
@media screen and (max-width: 560px) {
  .sub-heading__wrap {
    height: 240px;
  }
}
.sub-heading__wrap--news {
  background-image: url(img/header_news.jpg);
}
.sub-heading__wrap--voice {
  background-image: url(img/header_voice.jpg);
}
.sub-heading__wrap--about {
  background-image: url(img/header_about.jpg);
}
.sub-heading__wrap--env {
  background-image: url(img/header_environment.jpg);
}
.sub-heading__wrap--job {
  background-image: url(img/header_job.jpg);
}
.sub-heading__ttl {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.sub-heading__ttl h2 {
  font-size: 25px;
}
@media screen and (max-width: 1025px) {
  .sub-heading__ttl h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 560px) {
  .sub-heading__ttl h2 {
    font-size: 20px;
  }
}
.sub-heading__ttl h2 span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1025px) {
  .sub-heading__ttl h2 span {
    font-size: 70px;
  }
}
@media screen and (max-width: 560px) {
  .sub-heading__ttl h2 span {
    font-size: 60px;
  }
}

/***** ヘッダー *****/
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 50px;
  z-index: 99;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
}
.header.active {
  background-color: rgba(19, 47, 80, 0.7);
}
.header.hide {
  transform: translateY(-100%);
}
@media screen and (max-width: 1440px) {
  .header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1366px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 1025px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 560px) {
  .header {
    height: 70px;
    padding: 0 20px;
  }
}
.header__logo {
  max-width: 160px;
  transition: all 0.4s;
  z-index: 101;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    max-width: 11vw;
  }
}
@media screen and (max-width: 1025px) {
  .header__logo {
    max-width: 140px;
  }
}
.header__logo:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
@media screen and (max-width: 1025px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  margin-left: 45px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1440px) {
  .header__nav li {
    margin-left: 2.5vw;
  }
}
.header__nav__item a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 1366px) {
  .header__nav__item a {
    font-size: 13px;
  }
}
.header__nav__item a span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (max-width: 1366px) {
  .header__nav__item a span {
    font-size: 19px;
  }
}
.header__nav__item a:hover {
  color: #699ACC;
  transition: all 0.3s;
}
.header__nav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #699ACC;
  bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.header__nav__item a:hover::after {
  visibility: visible;
  bottom: -7px;
  opacity: 1;
}

.header--sub.active {
  background-color: rgba(255, 255, 255, 0.7);
}
.header--sub .header__nav__item a {
  color: #132F50;
}
.header--sub .header__nav__item a:hover {
  color: #699ACC;
  transition: all 0.3s;
}

/* ハンバーガーメニュー */
#h-menu {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  backface-visibility: hidden;
  display: none;
}
@media screen and (max-width: 1025px) {
  #h-menu {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  #h-menu {
    right: 10px;
    top: 10px;
  }
}

.h-menu__line, .close__line {
  display: block;
  width: 30px;
  height: 3px;
  right: 12px;
  top: 14px;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #132F50;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line--center {
  top: 24px;
}

.h-menu__line--bottom {
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.gnav-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  backface-visibility: hidden;
  background-color: rgba(19, 47, 80, 0.9);
  display: none;
}
.gnav-sp__inner {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
}
.gnav-sp__menu li {
  vertical-align: middle;
  margin-top: 30px;
}
@media screen and (max-width: 560px) {
  .gnav-sp__menu li {
    margin-top: 20px;
  }
}
.gnav-sp__menu li:first-of-type {
  margin-top: 0;
}
.gnav-sp__menu li:last-of-type {
  margin-top: 45px;
}
@media screen and (max-width: 560px) {
  .gnav-sp__menu li:last-of-type {
    margin-top: 30px;
  }
}
.gnav-sp__menu__item a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 560px) {
  .gnav-sp__menu__item a {
    font-size: 12px;
  }
}
.gnav-sp__menu__item a span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (max-width: 560px) {
  .gnav-sp__menu__item a span {
    font-size: 17px;
  }
}
.gnav-sp__menu__item a:hover {
  color: #699ACC;
  transition: all 0.3s;
}

.index .h-menu__line, .index .close__line {
  background-color: #fff;
}

/***** フッター *****/
.footer {
  width: 100%;
  padding: 100px 0 30px;
  background-image: url(img/footer_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1025px) {
  .footer {
    padding: 80px 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .footer {
    padding: 60px 0 20px;
  }
}
.footer h2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .footer h2 {
    font-size: 33px;
  }
}
.footer__wrap {
  margin-top: 70px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .footer__wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .footer__wrap {
    justify-content: space-around;
  }
}
@media screen and (max-width: 560px) {
  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.footer__item {
  width: 250px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.85);
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 50px;
  transition: all 0.4s;
}
@media screen and (max-width: 1025px) {
  .footer__item {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 560px) {
  .footer__item {
    width: 220px;
    height: 220px;
  }
  .footer__item:first-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .footer__item {
    margin: 0;
  }
}
.footer__item:hover {
  transition: all 0.3s;
  opacity: 0.7;
  transform: scale(1.1);
}
.footer__item h3 {
  color: #132F50;
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1025px) {
  .footer__item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .footer__item h3 {
    font-size: 16px;
  }
}
.footer__item h3 span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 40px;
}
@media screen and (max-width: 1025px) {
  .footer__item h3 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 560px) {
  .footer__item h3 span {
    font-size: 36px;
  }
}
.footer__item .btn02 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .footer__item .btn02 {
    margin-top: 30px;
  }
}
.footer small {
  width: 100%;
  display: block;
  text-align: center;
  margin: 100px auto 0;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 1025px) {
  .footer small {
    margin-top: 80px;
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  .footer small {
    font-size: 11px;
    margin-top: 50px;
  }
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading *****/
#loading-sub {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #699ACC;
}

#loading-sub.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1.1s;
  animation-delay: unset;
}

@keyframes slideOut {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}
@media screen and (max-width: 560px) {
  #page_top {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #699ACC;
  color: #fff;
  border-radius: 50%;
  backface-visibility: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 560px) {
  #page_top a {
    width: 40px;
    height: 40px;
  }
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #132F50;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 560px) {
  #page_top .material-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}

/***** スクロールアニメーション *****/
.scroll.fadeIn {
  opacity: 0;
  transition: all 1500ms;
}

.scroll.fadeIn2 {
  opacity: 0;
  transition: all 3000ms;
}

.scroll.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.scroll.fadeInDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.scroll.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1500ms;
}

.scroll.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1500ms;
}

.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll.delay {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.scroll.delay2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.scroll.delay3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.scroll.delay4 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.scroll.delay5 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.scroll.delay6 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 559px) {
  .scroll.delay, .scroll.delay2, .scroll.delay3, .scroll.delay4, .scroll.delay5, .scroll.delay6 {
    -moz-transition-delay: unset;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    -ms-transition-delay: unset;
  }
}
/*
Theme Name: 株式会社東和システム　リクルートサイト
Theme URI: https://owndmedia-online.work/towa-system/
Description: 株式会社東和システム　リクルートサイトのWPテーマです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
.index__main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index__main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.index__main::before {
  width: 100%;
  height: 100vh;
  background-color: rgba(19, 47, 80, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
}
.index__main__content {
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #fff;
}
.index__main__content__catch {
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 1025px) {
  .index__main__content__catch {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 560px) {
  .index__main__content__catch {
    font-size: 4.3vw;
  }
}
.index__main__content__txt {
  font-size: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .index__main__content__txt {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 560px) {
  .index__main__content__txt {
    font-size: 3.5vw;
  }
}
.index__info {
  padding-top: 100px;
}
@media screen and (max-width: 560px) {
  .index__info {
    padding-top: 70px;
  }
}
.index__info__wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 70px;
  border: 1px solid #132F50;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .index__info__wrap {
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .index__info__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .index__info__wrap {
    padding: 50px 20px;
  }
}
.index__info__head {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 215px;
}
@media screen and (max-width: 1025px) {
  .index__info__head {
    height: auto;
  }
}
.index__info__head h2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 30px;
}
@media screen and (max-width: 560px) {
  .index__info__head h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1025px) {
  .index__info__head .btn01 {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .index__info__list {
    margin: 30px 0 40px;
  }
}
.index__info__list li a {
  padding: 12px 10px;
  display: block;
  border-bottom: 1px solid #B2B2AF;
  transition: all 0.4s;
}
@media screen and (max-width: 560px) {
  .index__info__list li a {
    padding: 10px 5px;
  }
}
.index__info__list li a:hover {
  background-color: rgba(105, 154, 204, 0.2);
  transition: all 0.3s;
}
.index__info__list li a span {
  color: #699ACC;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .index__info__list li a span {
    display: block;
    margin-right: 0;
  }
}
.index__info__btn--sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .index__info__btn--sp {
    display: block;
  }
}
.index__about {
  padding-top: 260px;
}
@media screen and (max-width: 1180px) {
  .index__about {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1025px) {
  .index__about {
    padding-top: 100px;
  }
}
@media screen and (max-width: 560px) {
  .index__about {
    padding-top: 80px;
  }
}
.index__about__wrap {
  max-width: 1300px;
  width: 100%;
  max-height: 746px;
  height: 746px;
  margin: 0 auto;
  background-color: rgba(105, 154, 204, 0.1);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .index__about__wrap {
    width: 81vw;
    max-height: 746px;
    height: 45vw;
  }
}
@media screen and (max-width: 1280px) {
  .index__about__wrap {
    width: 87vw;
    height: 48vw;
  }
}
@media screen and (max-width: 1180px) {
  .index__about__wrap {
    width: 90vw;
    height: 53vw;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__wrap {
    width: 95%;
    height: auto;
    max-height: 100%;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 560px) {
  .index__about__wrap {
    width: 100%;
    padding: 50px 20px;
  }
}
.index__about__wrap h2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 41%;
  top: -4%;
}
@media screen and (max-width: 1440px) {
  .index__about__wrap h2 {
    left: 35%;
    top: -4%;
  }
}
@media screen and (max-width: 1280px) {
  .index__about__wrap h2 {
    left: 33%;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__wrap h2 {
    position: unset;
  }
}
@media screen and (max-width: 560px) {
  .index__about__wrap h2 {
    padding-left: 10px;
  }
}
.index__about__txtbox01 {
  position: absolute;
  left: 41%;
  top: 13%;
}
@media screen and (max-width: 1440px) {
  .index__about__txtbox01 {
    left: 35%;
    top: 13%;
  }
}
@media screen and (max-width: 1280px) {
  .index__about__txtbox01 {
    left: 33%;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__txtbox01 {
    position: unset;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 560px) {
  .index__about__txtbox01 {
    margin: 30px 0 20px;
  }
}
.index__about__txtbox02 {
  position: absolute;
  text-align: right;
  left: 10%;
  bottom: 10%;
}
@media screen and (max-width: 1025px) {
  .index__about__txtbox02 {
    position: unset;
  }
}
.index__about__txtbox02 p {
  text-align: left;
}
.index__about__txtbox02 .btn01 {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .index__about__txtbox02 .btn01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__imgbox {
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 40px;
  }
}
.index__about__img01 {
  position: absolute;
  max-width: 632px;
  left: -13%;
  top: -16%;
}
@media screen and (max-width: 1440px) {
  .index__about__img01 {
    width: 33vw;
    left: -10%;
    top: -16%;
  }
}
@media screen and (max-width: 1180px) {
  .index__about__img01 {
    left: -8%;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__img01 {
    position: unset;
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .index__about__img01 {
    width: 60%;
  }
}
@media screen and (max-width: 560px) {
  .index__about__img01 {
    width: 80%;
  }
}
.index__about__img02 {
  position: absolute;
  max-width: 793px;
  right: -7%;
  bottom: -23%;
}
@media screen and (max-width: 1440px) {
  .index__about__img02 {
    width: 41vw;
    right: -7%;
    bottom: -18%;
  }
}
@media screen and (max-width: 1366px) {
  .index__about__img02 {
    right: -4%;
  }
}
@media screen and (max-width: 1180px) {
  .index__about__img02 {
    right: 2%;
    bottom: -6%;
  }
}
@media screen and (max-width: 1025px) {
  .index__about__img02 {
    position: unset;
    width: 60%;
    margin-top: 40px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .index__about__img02 {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .index__about__img02 {
    width: 90%;
    margin-top: 30px;
  }
}
.index__env {
  padding-top: 370px;
}
@media screen and (max-width: 1180px) {
  .index__env {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1025px) {
  .index__env {
    padding-top: 70px;
  }
}
@media screen and (max-width: 560px) {
  .index__env {
    padding-top: 50px;
  }
}
.index__env__wrap {
  max-width: 1100px;
  width: 100%;
  max-height: 700px;
  height: 700px;
  margin: 0 auto;
  background-color: rgba(178, 178, 175, 0.1);
  position: relative;
}
@media screen and (max-width: 1440px) {
  .index__env__wrap {
    width: 65vw;
    max-height: 640px;
    height: 42vw;
  }
}
@media screen and (max-width: 1280px) {
  .index__env__wrap {
    width: 70vw;
    height: 44vw;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__wrap {
    width: 95%;
    position: unset;
    height: auto;
    max-height: 100%;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 560px) {
  .index__env__wrap {
    width: 100%;
    padding: 50px 20px;
  }
}
.index__env__wrap h2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 5%;
  top: -4%;
}
@media screen and (max-width: 1440px) {
  .index__env__wrap h2 {
    left: 6%;
    top: -4%;
  }
}
@media screen and (max-width: 1280px) {
  .index__env__wrap h2 {
    left: 5%;
  }
}
@media screen and (max-width: 1180px) {
  .index__env__wrap h2 {
    top: -7%;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__wrap h2 {
    position: unset;
  }
}
@media screen and (max-width: 560px) {
  .index__env__wrap h2 {
    padding-left: 10px;
  }
}
.index__env__txtbox01 {
  position: absolute;
  left: 5%;
  top: 15%;
}
@media screen and (max-width: 1440px) {
  .index__env__txtbox01 {
    left: 6%;
    top: 15%;
  }
}
@media screen and (max-width: 1280px) {
  .index__env__txtbox01 {
    left: 5%;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__txtbox01 {
    position: unset;
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 560px) {
  .index__env__txtbox01 {
    margin: 30px 0;
  }
}
.index__env__txtbox02 {
  position: absolute;
  right: 9%;
  bottom: 20%;
}
@media screen and (max-width: 1440px) {
  .index__env__txtbox02 {
    right: 9%;
    bottom: 20%;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__txtbox02 {
    position: unset;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__imgbox {
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
  }
}
@media screen and (max-width: 560px) {
  .index__env__imgbox {
    flex-direction: column;
  }
}
.index__env__img01 {
  position: absolute;
  max-width: 408px;
  right: -9%;
  top: -5%;
}
@media screen and (max-width: 1440px) {
  .index__env__img01 {
    width: 21vw;
    right: -6%;
    top: -5%;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__img01 {
    position: unset;
    width: 32%;
  }
}
@media screen and (max-width: 960px) {
  .index__env__img01 {
    width: 32%;
  }
}
@media screen and (max-width: 560px) {
  .index__env__img01 {
    width: 60%;
  }
}
.index__env__img02 {
  position: absolute;
  max-width: 817px;
  left: -9%;
  bottom: -26%;
}
@media screen and (max-width: 1440px) {
  .index__env__img02 {
    width: 42vw;
    left: -7%;
    bottom: -19%;
  }
}
@media screen and (max-width: 1025px) {
  .index__env__img02 {
    position: unset;
    width: 63%;
  }
}
@media screen and (max-width: 960px) {
  .index__env__img02 {
    width: 63%;
  }
}
@media screen and (max-width: 560px) {
  .index__env__img02 {
    width: 90%;
    align-self: flex-start;
    margin-top: 30px;
  }
}
.index__voice {
  padding: 370px 0 150px;
}
@media screen and (max-width: 1366px) {
  .index__voice {
    padding-top: 300px;
  }
}
@media screen and (max-width: 1025px) {
  .index__voice {
    padding: 120px 0;
  }
}
@media screen and (max-width: 560px) {
  .index__voice {
    padding: 90px 0;
  }
}
.index__voice h2 {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.index__voice__wrap {
  margin-top: 70px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .index__voice__wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .index__voice__wrap {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.index__voice__item {
  width: 300px;
  margin: 0 23px 60px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .index__voice__item {
    width: 23%;
    margin: 0 1.3% 60px;
  }
}
@media screen and (max-width: 1025px) {
  .index__voice__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .index__voice__item {
    width: 47%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .index__voice__item {
    width: 80%;
    max-width: 280px;
    margin-bottom: 30px;
  }
}
.index__voice__item:first-of-type, .index__voice__item:nth-of-type(5) {
  margin-left: 0;
}
.index__voice__item:nth-of-type(4), .index__voice__item:last-of-type {
  margin-right: 0;
}
.index__voice__inner {
  overflow: hidden;
  width: 100%;
  height: 389px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .index__voice__inner {
    height: 26vw;
  }
}
@media screen and (max-width: 960px) {
  .index__voice__inner {
    height: 350px;
  }
}
@media screen and (max-width: 560px) {
  .index__voice__inner {
    height: 78vw;
  }
}
.index__voice__inner:hover img {
  transition: ease-in-out 0.4s;
  transform: scale(1.1);
}
.index__voice__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: ease-in-out 0.3s;
}
.index__voice__hvr {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 47, 80, 0.7);
  z-index: 9;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
.index__voice__dep {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(105, 154, 204, 0.8);
  z-index: 10;
  transition: all 0.4s;
}
.index__voice__dep:hover {
  transition: all 0.3s;
  background: #132F50;
}
@media screen and (max-width: 1025px) {
  .index__voice__dep {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  .index__voice__dep {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
.index__voice__box {
  padding: 20px;
  background-color: rgba(178, 178, 175, 0.1);
  text-align: center;
  transition: ease-in-out 0.3s;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .index__voice__box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  .index__voice__box {
    padding: 15px 0;
  }
}
.index__voice__box:hover {
  transition: ease-in-out 0.4s;
  background-color: rgba(19, 47, 80, 0.7);
}
.index__voice__box:hover p, .index__voice__box:hover h3 {
  color: #fff;
}
.index__voice__year {
  font-size: 14px;
}
@media screen and (max-width: 1025px) {
  .index__voice__year {
    font-size: 13px;
  }
}
.index__voice h3 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 29px;
  color: #132F50;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1025px) {
  .index__voice h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .index__voice h3 {
    font-size: 23px;
  }
}
.index__voice__name {
  color: #132F50;
}
@media screen and (max-width: 1025px) {
  .index__voice__name {
    font-size: 14px;
  }
}
.index__voice__btn {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .index__voice__btn {
    margin-top: 10px;
  }
}
.index__bnr {
  padding: 130px 0 150px;
}
@media screen and (max-width: 1025px) {
  .index__bnr {
    padding: 120px 0;
  }
}
@media screen and (max-width: 560px) {
  .index__bnr {
    padding: 80px 0;
  }
}
.index__bnr__wrap {
  width: 100%;
  background-color: #699ACC;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  transition: ease-in-out 0.4s;
}
.index__bnr__wrap.active {
  background-color: #132F50;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 960px) {
  .index__bnr__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.index__bnr__img {
  max-width: 935px;
  width: 100%;
  height: 450px;
  transition: ease-in-out 0.4s;
}
@media screen and (max-width: 1400px) {
  .index__bnr__img {
    width: 67%;
  }
}
@media screen and (max-width: 1025px) {
  .index__bnr__img {
    height: 380px;
  }
}
@media screen and (max-width: 960px) {
  .index__bnr__img {
    width: 100%;
    height: auto;
  }
}
.index__bnr__img.active {
  opacity: 0.7;
  transition: ease-in-out 0.3s;
}
.index__bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.index__bnr__content {
  padding: 60px 50px 50px 70px;
}
@media screen and (max-width: 1400px) {
  .index__bnr__content {
    padding: 60px 30px 50px 40px;
  }
}
@media screen and (max-width: 1025px) {
  .index__bnr__content {
    padding: 50px 30px 40px 40px;
  }
}
@media screen and (max-width: 960px) {
  .index__bnr__content {
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 560px) {
  .index__bnr__content {
    padding: 30px;
  }
}
.index__bnr__content h2 {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 1025px) {
  .index__bnr__content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .index__bnr__content h2 {
    font-size: 18px;
  }
}
.index__bnr__content h2 span {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1025px) {
  .index__bnr__content h2 span {
    font-size: 37px;
  }
}
@media screen and (max-width: 560px) {
  .index__bnr__content h2 span {
    font-size: 33px;
  }
}
.index__bnr__btn {
  margin-top: 215px;
  text-align: right;
}
@media screen and (max-width: 1025px) {
  .index__bnr__btn {
    margin-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .index__bnr__btn {
    margin-top: 20px;
  }
}

/* ************************************************************************************************
   about.php
   ************************************************************************************************ */
.about__wrap {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .about__wrap {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .about__wrap {
    padding: 70px 0 30px;
  }
}
.about__container {
  margin-top: 60px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about__container {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
}
.about__box {
  width: 48%;
  height: 390px;
  margin-bottom: 60px;
  padding: 50px 30px;
  border: 1px solid rgba(19, 47, 80, 0.8);
  position: relative;
  background-image: url(img/about_img01.jpg);
  background-position: center;
  background-size: contain;
  transition: all 0.4s;
}
.about__box--02 {
  background-image: url(img/about_img02.jpg);
}
.about__box--03 {
  background-image: url(img/about_img03.jpg);
}
.about__box--04 {
  background-image: url(img/about_img04.jpg);
}
.about__box--05 {
  background-image: url(img/about_img05.jpg);
}
.about__box--06 {
  background-image: url(img/about_img06.jpg);
}
.about__box--07 {
  background-image: url(img/about_img07.jpg);
}
.about__box--08 {
  background-image: url(img/about_img08.jpg);
}
.about__box--09 {
  background-image: url(img/about_img09.jpg);
}
.about__box--10 {
  background-image: url(img/about_img10.jpg);
}
@media screen and (max-width: 1366px) {
  .about__box {
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  .about__box {
    width: 80%;
    height: auto;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .about__box {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.about__box:hover {
  color: #fff;
  transition: all 0.5s;
}
.about__box:nth-of-type(9), .about__box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .about__box:nth-of-type(9), .about__box:last-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .about__box:nth-of-type(9), .about__box:last-of-type {
    margin-bottom: 40px;
  }
}
.about__box::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s;
}
.about__box:hover:before {
  background-color: rgba(19, 47, 80, 0.8);
  transition: all 0.5s;
}
.about__logo {
  width: auto;
  height: 100px;
  z-index: 2;
  position: relative;
}
.about h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .about h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 560px) {
  .about h4 {
    font-size: 18px;
  }
}
.about__txt {
  text-align: left;
  z-index: 2;
  position: relative;
}

/* ************************************************************************************************
   environment
  ************************************************************************************************ */
.env__about {
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  .env__about {
    padding: 70px 0;
  }
}
.env__about__lead {
  font-size: 30px;
  text-align: center;
  color: #132F50;
  margin-bottom: 100px;
}
@media screen and (max-width: 1025px) {
  .env__about__lead {
    font-size: 28px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .env__about__lead {
    font-size: 25px;
    margin-bottom: 60px;
  }
}
.env__about__container {
  margin-bottom: 80px;
}
@media screen and (max-width: 1025px) {
  .env__about__container {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  .env__about__container {
    margin-bottom: 50px;
  }
}
.env__about__container:last-of-type {
  margin-bottom: 0;
}
.env__about__img {
  position: relative;
}
.env__about__ttl {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
}
.env__about__ttl h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media screen and (max-width: 1025px) {
  .env__about__ttl h3 {
    font-size: 26px;
  }
}
.env__about__ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1025px) {
  .env__about__ttl p {
    font-size: 16px;
  }
}
.env__about__txt {
  margin-top: 30px;
}
.env__info {
  padding: 100px 0 120px;
  background-color: rgba(178, 178, 175, 0.1);
}
@media screen and (max-width: 560px) {
  .env__info {
    padding: 70px 0;
  }
}
.env__info__wrap01 {
  margin-top: 70px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap01 {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap01 {
    margin-top: 50px;
    align-items: center;
    flex-direction: column;
  }
}
.env__info__wrap01__item {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: rgba(105, 154, 204, 0.1);
  text-align: center;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__item {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 1025px) {
  .env__info__wrap01__item {
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__item {
    width: 320px;
    height: 320px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap01__item {
    margin-bottom: 30px;
  }
}
.env__info__wrap01__item h4 {
  font-size: 20px;
  color: #132F50;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__item h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__item h4 {
    font-size: 18px;
  }
}
.env__info__wrap01__item img {
  width: auto;
  max-height: 90px;
  margin: 20px 0;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__item img {
    max-height: 80px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__item img {
    max-height: 70px;
  }
}
.env__info__wrap01__item:first-of-type img {
  max-height: 100px;
  margin: 35px 0 20px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__item:first-of-type img {
    max-height: 90px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__item:first-of-type img {
    max-height: 80px;
    margin: 25px 0 20px;
  }
}
.env__info__wrap01__item:nth-of-type(4), .env__info__wrap01__item:nth-of-type(5), .env__info__wrap01__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .env__info__wrap01__item:nth-of-type(4), .env__info__wrap01__item:nth-of-type(5), .env__info__wrap01__item:last-of-type {
    margin-bottom: 30px;
  }
}
.env__info__wrap01__year {
  color: #699ACC;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__year {
    font-size: 18px;
  }
}
.env__info__wrap01__year span {
  font-size: 55px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__year span {
    font-size: 52px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__year span {
    font-size: 48px;
  }
}
.env__info__wrap01__note {
  font-size: 15px;
  color: #699ACC;
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__note {
    font-size: 13px;
  }
}
.env__info__wrap01__container {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__container {
    margin-top: 25px;
  }
}
.env__info__wrap01__container img {
  width: auto;
  max-height: 70px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap01__container img {
    max-height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__container img {
    max-height: 50px;
  }
}
.env__info__wrap01__container img:last-of-type {
  margin-left: 40px;
}
.env__info__wrap01__gender {
  color: #699ACC;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__gender {
    font-size: 15px;
  }
}
.env__info__wrap01__number {
  color: #699ACC;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__number {
    font-size: 13px;
  }
}
.env__info__wrap01__number span {
  font-size: 40px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap01__number span {
    font-size: 38px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__number span {
    font-size: 35px;
  }
}
.env__info__wrap01__total {
  color: #699ACC;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__total {
    margin-top: 10px;
  }
}
.env__info__wrap01__total .en {
  font-size: 55px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  margin: 0 8px 0 10px;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap01__total .en {
    font-size: 52px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap01__total .en {
    font-size: 48px;
  }
}
.env__info__wrap01__total .total {
  font-size: 26px;
}
.env__info__wrap01__container02 {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.env__info__wrap01__container02 img {
  margin: 0 30px 0 0;
}
.env__info__wrap01__number02 {
  color: #699ACC;
}
.env__info__wrap01__note02 {
  color: #132F50;
  margin-top: 30px;
}
.env__info__wrap02 {
  padding: 120px 0;
}
@media screen and (max-width: 560px) {
  .env__info__wrap02 {
    padding: 50px 0 80px;
  }
}
.env__info__wrap02__tbl {
  max-width: 940px;
  margin: 0 auto;
}
.env__info__wrap02__tbl tr {
  border-bottom: 1px solid #B2B2AF;
}
.env__info__wrap02__tbl tr:first-of-type {
  border-top: 1px solid #B2B2AF;
}
.env__info__wrap02__tbl tr th, .env__info__wrap02__tbl tr td {
  padding: 20px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 560px) {
  .env__info__wrap02__tbl tr th, .env__info__wrap02__tbl tr td {
    display: block;
    width: 100%;
  }
}
.env__info__wrap02__tbl tr th {
  font-size: 18px;
  color: #132F50;
  word-break: keep-all;
  width: 20%;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap02__tbl tr th {
    font-size: 17px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap02__tbl tr th {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 20px 10px 0;
  }
}
.env__info__wrap03 {
  padding-bottom: 120px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap03 {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap03 {
    padding-bottom: 80px;
  }
}
.env__info__wrap03__item {
  width: 30%;
  border: 1px solid #699ACC;
}
@media screen and (max-width: 1366px) {
  .env__info__wrap03__item {
    width: 31%;
  }
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__item {
    width: 32%;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap03__item {
    width: 70%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap03__item {
    width: 95%;
    margin-bottom: 40px;
  }
}
.env__info__wrap03__item:last-of-type {
  margin-bottom: 0;
}
.env__info__wrap03__item h4 {
  font-size: 20px;
  color: #fff;
  background-color: #699ACC;
  text-align: center;
  padding: 20px 0;
}
.env__info__wrap03__item h4 br {
  display: none;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__item h4 br {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap03__item h4 br {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__item h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap03__item h4 {
    font-size: 17px;
  }
}
.env__info__wrap03__inner {
  padding: 20px 35px 40px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap03__inner {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap03__inner {
    padding: 20px 10px 30px;
  }
}
.env__info__wrap03__tbl {
  width: 100%;
}
.env__info__wrap03__tbl tr.border {
  border-bottom: 1px solid #B2B2AF;
}
.env__info__wrap03__tbl tr th, .env__info__wrap03__tbl tr td {
  text-align: center;
  padding: 10px;
  word-break: keep-all;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__tbl tr th, .env__info__wrap03__tbl tr td {
    padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap03__tbl tr th, .env__info__wrap03__tbl tr td {
    padding: 10px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap03__tbl tr th, .env__info__wrap03__tbl tr td {
    padding: 10px 5px;
  }
}
.env__info__wrap03__tbl tr th {
  color: #132F50;
  font-weight: 500;
}
.env__info__wrap03__tbl tr th img {
  max-width: 50px;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__tbl tr th img {
    max-width: 40px;
  }
}
.env__info__wrap03__tbl tr th span {
  display: inline-block;
  color: #132F50;
  border: 1px solid #132F50;
  border-radius: 20px;
  padding: 0 13px;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap03__tbl tr th span {
    padding: 0 10px;
  }
}
.env__info__wrap03__tbl tr td.total {
  font-weight: 600;
}
.env__info__wrap03__tbl--02 {
  max-width: 160px;
  margin: 0 auto;
}
.env__info__wrap04__container {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap04__container {
    justify-content: space-around;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap04__container {
    flex-direction: column;
    align-items: center;
  }
}
.env__info__wrap04__box {
  text-align: center;
  margin: 0 45px;
}
@media screen and (max-width: 1366px) {
  .env__info__wrap04__box {
    margin: 0 3%;
  }
}
@media screen and (max-width: 1025px) {
  .env__info__wrap04__box {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap04__box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap04__box {
    margin-bottom: 40px;
  }
}
.env__info__wrap04__box:last-of-type {
  margin-bottom: 0;
}
.env__info__wrap04__box h4 {
  font-size: 20px;
  color: #132F50;
}
@media screen and (max-width: 1025px) {
  .env__info__wrap04__box h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap04__box h4 {
    font-size: 17px;
  }
}
.env__info__wrap04__box img {
  max-width: 350px;
  margin-top: 25px;
}
@media screen and (max-width: 1280px) {
  .env__info__wrap04__box img {
    max-width: 320px;
  }
}
@media screen and (max-width: 1025px) {
  .env__info__wrap04__box img {
    max-width: 90%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .env__info__wrap04__box img {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .env__info__wrap04__box img {
    width: 100%;
    max-width: 270px;
  }
}
.env__history {
  padding: 100px 0 120px;
}
.env__history .flow {
  position: relative;
  counter-reset: number;
  display: grid;
  gap: 100px;
  padding: 50px 0;
}
.env__history .flow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  translate: -50% -50%;
  width: 3px;
  height: 100%;
  background-color: #6d9ac9;
  opacity: 0.5;
}
.env__history .flow .flow__unit {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 100px;
}
.env__history .flow .flow__unit::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 50%;
  translate: -50%;
  width: 25px;
  height: 25px;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #405672;
  transition: 0.3s;
}
.env__history .flow .flow__unit:hover::before {
  scale: 1.2;
}
.env__history .flow .flow__unit .flow__box {
  position: relative;
  display: grid;
  gap: 10px;
  width: 45%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 38px -4px rgba(0, 0, 0, 0.28);
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.env__history .flow .flow__unit .flow__box .flow__ttl {
  position: relative;
  font-size: clamp(1.125rem, 0.833rem + 0.833vw, 1.5rem);
  word-break: keep-all;
}
.env__history .flow .flow__unit .flow__box .flow__img {
  width: 100%;
  aspect-ratio: 1.618/1;
}
.env__history .flow .flow__unit .flow__box .flow__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.env__history .flow .flow__unit .flow__box::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 100%;
  border: 10px solid transparent;
  border-left-color: #fff;
  border-right-color: transparent;
}
.env__history .flow .flow__unit .flow__time {
  width: 45%;
  margin-top: 30px;
  color: #555;
  opacity: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.env__history .flow .flow__unit:nth-child(even) {
  flex-direction: row-reverse;
}
.env__history .flow .flow__unit:nth-child(even) .flow__box::after {
  left: unset;
  right: 100%;
  rotate: 180deg;
}
.env__history .flow .flow__unit:nth-child(even) .flow__time {
  text-align: right;
}
.env__history .flow .flow__unit.inview:nth-child(odd) .flow__box {
  animation-name: bounce01;
}
.env__history .flow .flow__unit.inview:nth-child(odd) .flow__time {
  animation-name: bounce01;
}
.env__history .flow .flow__unit.inview:nth-child(even) .flow__box {
  animation-name: bounce02;
}
.env__history .flow .flow__unit.inview:nth-child(even) .flow__time {
  animation-name: bounce02;
}
@keyframes bounce01 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounce02 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .env__history .flow::before {
    left: 0;
  }
  .env__history .flow .flow__unit:nth-child(odd),
  .env__history .flow .flow__unit:nth-child(even) {
    position: relative;
    flex-direction: column;
    gap: 10px;
    padding-left: 40px;
  }
  .env__history .flow .flow__unit .flow__txt .flow__ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .env__history .flow .flow__unit .flow__box {
    width: 100%;
    padding-top: 48px;
  }
  .env__history .flow .flow__unit.inview:nth-child(odd) .flow__box,
  .env__history .flow .flow__unit.inview:nth-child(even) .flow__box {
    animation-name: bounce01;
  }
  .env__history .flow .flow__unit .flow__box::after {
    left: unset;
    right: 100%;
    rotate: 180deg;
  }
  .env__history .flow .flow__unit .flow__time {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 100%;
    margin-top: 0;
    text-align: left !important;
  }
  .env__history .flow .flow__unit.inview:nth-child(odd) .flow__time,
  .env__history .flow .flow__unit.inview:nth-child(even) .flow__time {
    animation-name: bounce01;
  }
  .env__history .flow .flow__unit::before {
    position: absolute;
    left: 0;
  }
}
.env__company {
  padding: 100px 0 120px;
  background-color: rgba(178, 178, 175, 0.1);
}
@media screen and (max-width: 560px) {
  .env__company {
    padding: 70px 0;
  }
}
.env__company__wrap {
  margin-top: 70px;
}
@media screen and (max-width: 560px) {
  .env__company__wrap {
    margin-top: 50px;
  }
}
.env__company__container {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .env__company__container {
    max-width: 47%;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .env__company__container {
    max-width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .env__company__container {
    max-width: 100%;
  }
}
.env__company__tbl {
  width: 100%;
}
.env__company__tbl tr {
  border-bottom: 1px solid #B2B2AF;
}
.env__company__tbl tr th, .env__company__tbl tr td {
  padding: 10px 0;
  text-align: left;
}
.env__company__tbl tr th {
  color: #132F50;
  word-break: keep-all;
  padding-right: 70px;
}
@media screen and (max-width: 560px) {
  .env__company__tbl tr th {
    padding-right: 30px;
  }
}
.env__company__map {
  margin-top: 30px;
}
@media screen and (max-width: 1366px) {
  .env__company__map {
    width: 100%;
  }
}

/* ************************************************************************************************
   job
  ************************************************************************************************ */
.job__course {
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  .job__course {
    padding: 70px 0;
  }
}
.job__course__tbl {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .job__course__tbl {
    margin-top: 50px;
  }
}
.job__course__tbl tr {
  border-top: 1px solid #B2B2AF;
}
.job__course__tbl tr:last-of-type {
  border-bottom: 1px solid #B2B2AF;
}
.job__course__tbl tr th, .job__course__tbl tr td {
  padding: 20px 10px;
}
@media screen and (max-width: 560px) {
  .job__course__tbl tr th, .job__course__tbl tr td {
    display: block;
    width: 100%;
  }
}
.job__course__tbl tr th {
  color: #132F50;
  width: 19%;
  word-break: keep-all;
}
@media screen and (max-width: 560px) {
  .job__course__tbl tr th {
    padding: 20px 10px 0 10px;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .job__course__tbl tr td {
    padding: 15px 10px 20px 10px;
  }
}
.job__course__tbl tr td span {
  font-weight: 600;
  padding-bottom: 10px;
  display: inline-block;
}
.job__flow {
  padding: 100px 0;
  background-color: rgba(178, 178, 175, 0.1);
}
@media screen and (max-width: 560px) {
  .job__flow {
    padding: 70px 0;
  }
}
.job__flow__wrap {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 1025px) {
  .job__flow__wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 560px) {
  .job__flow__wrap {
    margin-top: 50px;
  }
}
.job__flow__item {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  border: 2px solid #699ACC;
  position: relative;
  text-align: center;
  background-color: #fff;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .job__flow__item {
    width: 205px;
    height: 205px;
  }
}
@media screen and (max-width: 1025px) {
  .job__flow__item {
    width: 232px;
    height: 232px;
  }
}
.job__flow__item img {
  height: 75px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .job__flow__item img {
    height: 60px;
  }
}
@media screen and (max-width: 1025px) {
  .job__flow__item img {
    height: 75px;
  }
}
.job__flow__ttl {
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .job__flow__ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 1025px) {
  .job__flow__ttl {
    font-size: 16px;
  }
}
.job__flow__number {
  position: absolute;
  left: 4px;
  top: -9px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 38px;
  text-align: center;
  color: #fff;
  background-color: #699ACC;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .job__flow__number {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1025px) {
  .job__flow__number {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 38px;
  }
}
.job__flow__arrow {
  max-width: 13px;
  margin: 0 15px;
}
@media screen and (max-width: 1400px) {
  .job__flow__arrow {
    max-width: 12px;
    margin: 0 13px;
  }
}
@media screen and (max-width: 1025px) {
  .job__flow__arrow {
    transform: rotate(90deg);
    max-width: 13px;
    margin: 20px 0;
  }
}
.job__flow__note {
  text-align: center;
  margin: 60px 0 50px;
}
@media screen and (max-width: 560px) {
  .job__flow__note {
    margin: 40px 0;
  }
}
.job__flow__btn {
  text-align: center;
}
.job__flow__btn .btn01 {
  width: 240px;
  margin: 10px;
  font-size: 16px !important;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 400;
}
@media screen and (max-width: 560px) {
  .job__flow__btn .btn01 {
    width: 220px;
    font-size: 15px !important;
  }
}
.job__desc {
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  .job__desc {
    padding: 70px 0;
  }
}
.job__desc__tbl {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  .job__desc__tbl {
    margin-top: 50px;
  }
}
.job__desc__tbl tr {
  border-bottom: 1px solid rgba(105, 154, 204, 0.3);
}
.job__desc__tbl tr:last-of-type {
  border-bottom: none;
}
.job__desc__tbl tr th, .job__desc__tbl tr td {
  vertical-align: middle;
}
.job__desc__tbl tr th {
  padding: 20px 10px;
  background-color: rgba(19, 47, 80, 0.8);
  text-align: center;
  color: #fff;
}
.job__desc__tbl tr td {
  padding: 20px 30px;
  background-color: rgba(105, 154, 204, 0.1);
}
@media screen and (max-width: 1025px) {
  .job__desc__tbl tr td {
    padding: 20px;
  }
}
.job__desc__tbl tr td .strong {
  font-weight: 600;
}
.job__desc__tbl tr td .underline {
  text-decoration: underline;
}
.job__desc__tbl tr td .note {
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 1025px) {
  .job__desc__tbl tr td .note {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .job__desc__tbl tr td .note {
    font-size: 13px;
  }
}

/* ************************************************************************************************
   news
  ************************************************************************************************ */
.news__wrap {
  padding: 90px 0 120px;
}
@media screen and (max-width: 560px) {
  .news__wrap {
    padding: 60px 0 90px;
  }
}
.news__list {
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .news__list {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .news__list {
    max-width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .news__list {
    max-width: 100%;
  }
}
.news__list li {
  border-bottom: 1px solid #B2B2AF;
}
.news__list li a {
  display: block;
  padding: 13px 10px;
  transition: all 0.4s;
}
.news__list li a:hover {
  transition: all 0.3s;
  background-color: rgba(105, 154, 204, 0.1);
}
.news__list li a span {
  color: #699ACC;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .news__list li a span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .news__list li a span {
    font-size: 13px;
  }
}
.news__heading {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #B2B2AF;
}
.news__heading h2 {
  font-size: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 1025px) {
  .news__heading h2 {
    font-size: 19px;
  }
}
@media screen and (max-width: 560px) {
  .news__heading h2 {
    font-size: 17px;
  }
}
.news__date {
  color: #699ACC;
}
@media screen and (max-width: 1025px) {
  .news__date {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .news__date {
    font-size: 13px;
  }
}
.news__tmb {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .news__tmb {
    margin-top: 30px;
  }
}
.news__tmb img {
  height: auto;
}
.news__content {
  margin-top: 40px;
}
@media screen and (max-width: 1025px) {
  .news__content {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .news__content {
    margin-top: 30px;
    font-size: 14px;
  }
}
.news__content img {
  margin: 30px 0;
}

/*ページネーション*/
.pagination {
  margin-top: 30px;
}
.pagination ul.page-numbers {
  text-align: center;
}
.pagination ul.page-numbers li {
  display: inline-block;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  color: #699ACC;
  font-size: 14px;
  margin: 0 10px;
}
@media screen and (max-width: 560px) {
  .pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
    font-size: 13px;
  }
}
.pagination ul.page-numbers li a {
  transition: all 0.4s;
}
.pagination ul.page-numbers li a:hover {
  color: #132F50;
  transition: all 0.3s;
}
.pagination ul.page-numbers li span.current {
  color: #132F50;
}
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.pagination ul.page-numbers li a.prev {
  margin: 0 20px 0 0;
}
.pagination ul.page-numbers li a.next {
  margin: 0 0 0 20px;
}

.nav-below {
  margin-top: 70px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .nav-below {
    margin-top: 50px;
  }
}
@media screen and (max-width: 560px) {
  .nav-below {
    margin-top: 35px;
  }
}
.nav-below a {
  color: #699ACC;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 15px;
  transition: all 0.4s;
}
@media screen and (max-width: 560px) {
  .nav-below a {
    font-size: 14px;
  }
}
.nav-below a:hover {
  transition: all 0.3s;
  color: #132F50;
}
.nav-below .nav-home {
  margin: 0 30px;
}

/* ************************************************************************************************
   voice
   ************************************************************************************************ */
.voice__wrap {
  padding: 100px 0 60px;
}
@media screen and (max-width: 560px) {
  .voice__wrap {
    padding: 70px 0 60px;
  }
}
.voice__ttl--taxonomy {
  text-align: center;
  color: #132F50;
  font-size: 24px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1025px) {
  .voice__ttl--taxonomy {
    font-size: 21px;
    margin-bottom: 60px;
  }
}
.voice__container {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .voice__container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 560px) {
  .voice__container {
    flex-direction: column;
    align-items: center;
  }
}
.voice__container--taxonomy {
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .voice__container--taxonomy {
    justify-content: space-between;
  }
}
.voice__btn {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1025px) {
  .voice__btn {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .voice__btn {
    margin-bottom: 30px;
  }
}
.voice__item {
  width: 300px;
  margin: 0 23px 60px;
}
@media screen and (max-width: 1400px) {
  .voice__item {
    width: 23%;
    margin: 0 1.3% 60px;
  }
}
@media screen and (max-width: 1025px) {
  .voice__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .voice__item {
    width: 47%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .voice__item {
    width: 80%;
    max-width: 280px;
    margin-bottom: 30px;
  }
}
.voice__item:first-of-type, .voice__item:nth-of-type(5), .voice__item:nth-of-type(9) {
  margin-left: 0;
}
.voice__item:nth-of-type(4), .voice__item:nth-of-type(8), .voice__item:last-of-type {
  margin-right: 0;
}
.voice__inner {
  overflow: hidden;
  width: 100%;
  height: 389px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .voice__inner {
    height: 26vw;
  }
}
@media screen and (max-width: 960px) {
  .voice__inner {
    height: 350px;
  }
}
@media screen and (max-width: 560px) {
  .voice__inner {
    height: 78vw;
  }
}
.voice__inner:hover img {
  transition: ease-in-out 0.4s;
  transform: scale(1.1);
}
.voice__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: ease-in-out 0.3s;
}
.voice__hvr {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 47, 80, 0.7);
  z-index: 9;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
.voice__dep {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(105, 154, 204, 0.8);
  z-index: 10;
  transition: all 0.4s;
}
.voice__dep:hover {
  transition: all 0.3s;
  background: #132F50;
}
@media screen and (max-width: 1025px) {
  .voice__dep {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  .voice__dep {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
.voice__box {
  padding: 20px;
  background-color: rgba(178, 178, 175, 0.1);
  text-align: center;
  transition: ease-in-out 0.3s;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .voice__box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 560px) {
  .voice__box {
    padding: 15px 0;
  }
}
.voice__box:hover {
  transition: ease-in-out 0.4s;
  background-color: rgba(19, 47, 80, 0.7);
}
.voice__box:hover p, .voice__box:hover h3 {
  color: #fff;
}
.voice__year {
  font-size: 14px;
}
@media screen and (max-width: 1025px) {
  .voice__year {
    font-size: 13px;
  }
}
.voice__ttl {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 29px;
  color: #132F50;
  margin: 10px 0 5px;
}
@media screen and (max-width: 1025px) {
  .voice__ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 560px) {
  .voice__ttl {
    font-size: 23px;
  }
}
.voice__name {
  color: #132F50;
}
@media screen and (max-width: 1025px) {
  .voice__name {
    font-size: 14px;
  }
}
.voice__btn {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .voice__btn {
    margin-top: 10px;
  }
}
.voice-single__wrap {
  padding: 100px 0 110px;
}
@media screen and (max-width: 560px) {
  .voice-single__wrap {
    padding: 70px 0 80px;
  }
}
.voice-single__container {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .voice-single__container {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .voice-single__container {
    flex-direction: column;
    align-items: center;
  }
}
.voice-single__img {
  text-align: center;
}
@media screen and (max-width: 560px) {
  .voice-single__img {
    width: 75%;
  }
}
.voice-single__img img {
  max-width: 300px;
  margin-right: 60px;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .voice-single__img img {
    max-width: 260px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .voice-single__img img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .voice-single__img img {
    margin-bottom: 30px;
  }
}
.voice-single__heading {
  color: #132F50;
  font-size: 20px;
  border-bottom: 1px solid #132F50;
  padding-bottom: 15px;
}
@media screen and (max-width: 1025px) {
  .voice-single__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .voice-single__heading {
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .voice-single__heading {
    font-size: 16px;
  }
}
.voice-single__heading span {
  display: inline-block;
  font-size: 45px;
  font-family: "Fjalla One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 7px;
}
@media screen and (max-width: 1025px) {
  .voice-single__heading span {
    font-size: 43px;
  }
}
@media screen and (max-width: 560px) {
  .voice-single__heading span {
    font-size: 41px;
  }
}
.voice-single__heading--bottom {
  margin-top: 20px;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.voice-single__dep {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: inline-block;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(105, 154, 204, 0.8);
  z-index: 10;
  transition: all 0.4s;
}
.voice-single__dep:hover {
  transition: all 0.3s;
  background: #132F50;
}
@media screen and (max-width: 1025px) {
  .voice-single__dep {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
}
@media screen and (max-width: 560px) {
  .voice-single__dep {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
.voice-single__info {
  margin-right: 30px;
}
.voice-single__content {
  margin-top: 50px;
}
@media screen and (max-width: 1025px) {
  .voice-single__content {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .voice-single__content {
    font-size: 14px;
    margin-top: 40px;
  }
}
.voice-single__content__txt:not(:last-child) {
  margin-bottom: 1lh;
}
.voice-single__content__img:not(:last-child) {
  margin-bottom: 1lh;
  max-width: 400px;
}

/* ************************************************************************************************
   entry
  ************************************************************************************************ */
.entry__wrap {
  /*プライバシーポリシー*/
}
.entry__wrap .form tr th, .entry__wrap .form tr td {
  padding: 15px 0;
}
@media screen and (max-width: 560px) {
  .entry__wrap .form tr th, .entry__wrap .form tr td {
    display: block;
    width: 100%;
  }
}
.entry__wrap .form tr th {
  padding-right: 30px;
  word-break: keep-all;
}
@media screen and (max-width: 960px) {
  .entry__wrap .form tr th {
    padding-right: 0;
  }
}
@media screen and (max-width: 560px) {
  .entry__wrap .form tr th {
    padding-bottom: 0;
  }
}
.entry__wrap .form tr th .required {
  font-size: 0.9em;
  border: 1px solid #699ACC;
  color: #699ACC;
  text-align: center;
  padding: 3px 7px;
  margin-left: 20px;
}
@media screen and (max-width: 560px) {
  .entry__wrap .form tr th .required {
    margin-left: 15px;
  }
}
.entry__wrap .form tr td input, .entry__wrap .form tr td textarea {
  width: 100%;
  border: 1px solid #132F50;
  padding: 0 5px;
}
.entry__wrap .form tr td input:focus, .entry__wrap .form tr td textarea:focus {
  border-color: #699ACC;
}
.entry__wrap .form tr td input[type=radio], .entry__wrap .form tr td input[type=checkbox] {
  width: auto;
}
.entry__wrap .form tr td .possible {
  display: inline-block;
  margin-top: 10px;
}
.entry__wrap .form .wpcf7-list-item {
  margin: 0 1.5em 0 0;
}
.entry__wrap input[type=submit] {
  background-color: #699ACC;
  color: #fff;
  width: 120px;
  border-radius: 30px;
  height: 48px;
  font-weight: 600;
  transition: all 0.4s;
}
.entry__wrap input[type=submit]:hover {
  transition: all 0.3s;
  background-color: #132F50;
}
@media screen and (max-width: 1025px) {
  .entry__wrap input[type=submit] {
    width: 110px;
    height: 46px;
  }
}
@media screen and (max-width: 560px) {
  .entry__wrap input[type=submit] {
    font-size: 15px;
  }
}
.entry__wrap .wpcf7-spinner {
  display: none;
}
@media only screen and (max-width: 550px) {
  .entry__wrap [class*=grid-].noGutter > .col {
    padding: 0%;
  }
}
.entry__wrap .blk-iframe {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 30em;
  margin: 2em auto;
  overflow: auto;
  text-align: left;
  /*  -webkit-overflow-scrolling: touch;*/
}
.entry__wrap .privacy {
  font-size: 0.9em;
  line-height: 1.8;
  padding: 5%;
}
.entry__wrap .privacy h4 {
  text-align: center;
  border-bottom-style: none;
  margin-top: 0;
  padding: 0;
  font-size: 1.3em;
  color: #132F50;
  margin-bottom: 20px;
}
.entry__wrap .privacy h4::after {
  content: none;
}
.entry__wrap .privacy h5 {
  font-size: 1.1em;
  margin: 1em 0 0.5em;
}
.entry__wrap .contact__consent {
  text-align: center;
}

/* ************************************************************************************************
   page.phpなど
  ************************************************************************************************ */
.page__wrap {
  padding: 100px 0;
}
@media screen and (max-width: 560px) {
  .page__wrap {
    padding: 70px 0;
  }
}/*# sourceMappingURL=style.css.map */