@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "メイリオ", meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

ul,
ol {
  padding: 0 0 0 2em;
}

dd {
  margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}

a:not(.hover):hover,
.ons:hover {
  opacity: 0.7;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

p {
  display: block;
  margin: 0 0 1em;
}

.layout {
  padding: 0;
  list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.move-right,
.move-left,
.move-down,
.move-up {
  position: relative;
  opacity: 0;
  transition: all 0.8s ease;
}

.move-right {
  left: -50px;
}

.move-left {
  right: -50px;
}

.move-down {
  top: -50px;
}

.move-up {
  bottom: -50px;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

#wrapper {
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  position: relative;
}

.fr {
  float: right;
  margin: 0 0 20px 20px;
}

.fl {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

#gNavi {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
}

#nav {
  margin: 0;
}

.nav02 {
  padding-top: 50px;
  position: relative;
}

.nav02__list {
  font-size: 0;
  text-align: right;
  margin: 0 40px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.nav02__list li {
  display: inline-block;
  height: 48px;
  overflow: hidden;
}

.nav02__list li a {
  display: block;
  padding: 15px 20px;
}

.nav02__list li:nth-child(1) a {
  background: #2388c9;
}

.nav02__list li:nth-child(2) a {
  background: #ff7612;
}

#nav li a {
  display: block;
  text-decoration: none;
}

.nav-wrap {
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 800;
}

#logo {
  float: left;
  margin: -60px 0 0 40px;
  position: relative;
  z-index: 999;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  #gNavi {
    min-width: 1000px;
  }

  #gNavi.fixed {
    position: fixed;
  }

  #gNavi.fixed #logo {
    margin: 5px 0 -20px 40px;
  }

  .nav-wrap {
    min-width: 1000px;
  }

  #btn {
    display: none;
  }

  #nav {
    display: block !important;
    font-size: 0;
    text-align: right;
    margin: 23px 20px 22px 0;
    position: relative;
    z-index: 2;
  }

  #nav > li {
    display: inline-block;
    font-size: 14px;
    padding: 0 19px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
  }

  #nav > li:not(.first):before {
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background: #5199d0;
    position: absolute;
    top: 6px;
    left: 0;
  }

  #nav .sp,
  #nav > li span {
    display: none;
  }

  #nav > li > a {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 1230px) and (min-width: 769px) {
  .nav02__list {
    margin: 0 5px 0 0;
  }

  #nav {
    margin: 23px 0 22px;
  }

  #nav li {
    font-size: 13px;
    padding: 0 15px;
  }

  #logo {
    width: 150px;
    margin: -45px 0 0 5px;
  }

  #gNavi.fixed #logo {
    margin: 15px 0 -20px 5px;
  }
}
@media screen and (max-width: 768px) {
  #logo {
    width: 115px;
    margin: 5px 0 3px 5px;
  }

  .nav02 {
    display: none;
  }

  #btn {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    text-align: center;
    background-color: #0e5fa8;
  }

  #btn a {
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    align-items: center;
    flex-direction: column;
    padding-top: 8px;
  }

  #btn span {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 2px;
    margin: 3px;
    transition: 0.3s ease;
  }

  #btn a span:nth-of-type(1) {
    top: 11px;
  }

  #btn a span:nth-of-type(2) {
    top: 18.5px;
  }

  #btn a span:nth-of-type(3) {
    top: 27px;
  }

  #btn.open a span:nth-of-type(1) {
    transform: translateY(6px) rotate(45deg);
  }

  #btn.open a span:nth-of-type(2) {
    transform: scale(0);
  }

  #btn.open a span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .btn-menu-txt {
    bottom: 13px;
    color: #fff;
    line-height: 1em;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  #nav {
    display: none;
    width: 100%;
    position: fixed;
    background: #0e5fa8;
    padding: 0;
    z-index: 800;
    top: 50px;
    border-top: 1px solid #fff;
  }

  #nav > li {
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  #nav li a {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 14px 0;
  }
}

#header {
  margin-top: 118px;
}

.slider-text {
  color: #00488f;
  position: absolute;
  z-index: 100;
  top: 23%;
  right: 0;
  left: 0;
}

.slider-text__title {
  font-size: 52px;
  font-weight: bold;
  margin: 0 0 0.2em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

.slider-text__text {
  font-size: 22px;
  line-height: 1.9;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.topHeader {
  background: #e7f0f8;
}
@media screen and (max-width: 1240px) and (min-width: 769px) {
  .slider-text {
    top: 18%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    margin-top: 50px;
    position: relative;
  }

  .slider-text {
    top: inherit;
    bottom: 0;
  }

  .slider-text__title {
    font-size: 5vw;
  }

  .slider-text__text {
    font-size: 3.5vw;
  }
}

#mainvisual {
  height: 320px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}

#mainvisual .inner {
  height: 100%;
}

.mainvisual__title {
  font-size: 42px;
  color: #00488f;
  font-weight: bold;
  position: absolute;
  top: 35%;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 1200px) {
  #mainvisual {
    background-position: left 200px top;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 170px;
    background-size: 100% auto;
    background-position: left 50px top;
  }

  .mainvisual__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual {
    height: 100px;
  }
}

#breadcrumb {
  margin: 15px 0 30px;
}

#breadcrumb > div {
  display: inline;
  font-size: 12px;
  padding: 0 6px 0 0;
}

#breadcrumb > div span {
  padding: 6px 0 0;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    margin: 20px 0 40px;
  }
}

#footer {
  padding: 54px 0 0;
  background: #fff;
  position: relative;
  z-index: 3;
}

.footer__logo {
  margin: 0 0 30px;
}

.footnavi {
  display: inline-block;
  width: 350px;
  vertical-align: top;
  margin: 0;
}

.footnavi li {
  font-size: 14px;
  line-height: 1.1;
  padding: 0 0 15px;
  position: relative;
}

.footnavi li:before {
  display: inline-block;
  content: "●";
  font-size: 8px;
  color: #dadada;
  margin: 2px 5px 0 0;
  vertical-align: top;
}

.footer__copy {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  background: #0055a1;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 800 !important;
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    display: flex;
    display: -webkit-flex;
    margin: 0 0 58px;
    border-left: 1px solid #dadada;
  }

  .footer__inner > * {
    flex: 1;
    padding: 0 18px 5px;
    border-right: 1px solid #dadada;
  }

  .footer__inner > div ul {
    width: auto;
  }

  .footer__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 60px;
  }

  .footnavi {
    display: none;
  }

  .footer__logo {
    text-align: center;
    margin: 0 0 20px;
  }

  .footer__logo img {
    width: 140px;
  }

  .footer__ig {
    text-align: center;
  }

  .footer__copy {
    color: inherit;
    background: none;
  }

  .footer__copy span {
    display: none;
  }

  #pagetop {
    width: 38px;
    height: 38px;
    bottom: 45px;
  }

  .footer__btn {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .footer__btn li {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
  }

  .footer__btn li:not(:first-child) {
    border-left: 1px solid #fff;
  }

  .footer__btn li a {
    display: block;
    background: #e7f0f8;
  }

  .footer__btn li:nth-child(2) a {
    background: #ff7612;
  }

  .footer__btn li img {
    height: 45px;
  }
}

#main.second {
  position: relative;
}

#main.second:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 190px);
  background: #e7f0f8;
  position: absolute;
  top: -190px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main.second:before {
    top: -150px;
  }
}
@media screen and (max-width: 480px) {
  #main.second:before {
    top: -110px;
  }
}

.section {
  position: relative;
}

.section__title {
  font-size: 40px;
  color: #00488f;
  text-align: center;
  margin: 0 0 0.7em;
}

.section__title:before {
  display: block;
  content: "";
  width: 2px;
  height: 48px;
  margin: 0 auto 10px;
  background: #00488f;
}

.more-btn {
  width: 242px;
  margin: 0 auto;
  position: relative;
}

.more-btn a {
  display: block;
  color: #fff !important;
  text-align: center;
  padding: 12px 0;
  background: #2388c9;
  border-bottom: 5px solid #0e5fa8;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 20px;
  }

  .section__title:before {
    width: 1px;
    height: 20px;
  }

  .more-btn {
    width: 170px;
  }

  .more-btn a {
    padding: 5px 0;
    border: none;
  }
}

#top-content01 {
  padding: 56px 0;
}

#top-content01:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background: #e7f0f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.top-content01__box > div {
  flex: 1;
  box-sizing: border-box;
}

.top-content01__box__img {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-content01__box__text {
  min-height: 500px;
  color: #fff;
  margin-top: 25px;
  padding: 75px 40px 40px;
  background: #2388c9;
}

.top-content01__box__text__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.8em;
}

.top-content01__box__text__text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .top-content01__box {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #top-content01 {
    padding: 20px 0;
  }

  #top-content01:before {
    height: 30%;
  }

  #top-content01 .inner {
    padding: 0;
  }

  .top-content01__title span {
    display: block;
  }

  .top-content01__box__img {
    width: 80vw;
    height: 80vw;
  }

  .top-content01__box__text {
    width: calc(100% - 20px);
    min-height: auto;
    margin: -30vw 0 0 auto;
    padding: 20px 30px;
  }

  .top-content01__box__text__title {
    font-size: 4.5vw;
  }

  .top-content01__box__text__text {
    font-size: 2.5vw;
  }
}

#top-content02 {
  padding: 60px 0;
}

.top-content02__title {
  margin: 0 0 0.3em;
}

.top-content02__title:before {
  display: none;
}

.top-content02__text {
  margin: 0 0 3em;
}

.top-content02__box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-content02__box__con {
  width: 25%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.top-content02__box__con__title {
  font-size: 24px;
  color: #0358a3;
  margin: 0 0 0.6em;
}

.top-content02__box__con__num {
  height: 200px;
  color: #fff;
  position: relative;
  margin: 0 0 15px;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.top-content02__box__con__num:before {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #2388c9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.top-content02__box__con__num_1,
.top-content02__box__con__num_2 {
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

.top-content02__box__con__num_1 {
  font-size: 72px;
}

.top-content02__box__con__num_2 {
  font-size: 40px;
}

.top-content02__box__con__note {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .top-content02__text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-content02__text {
    margin: 0 0 2em;
  }

  .top-content02__box {
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }

  .top-content02__box__con {
    width: 50%;
    padding: 0 12px 20px;
  }

  .top-content02__box__con__title {
    font-size: 16px;
  }

  .top-content02__box__con__num {
    padding: 60px 0 0;
  }

  .top-content02__box__con__num_1 {
    font-size: 60px;
  }

  .top-content02__box__con__num_2 {
    font-size: 30px;
  }

  .top-content02__box__con__note {
    font-size: inherit;
  }
}
@media screen and (max-width: 480px) {
  .top-content02__box__con__title {
    font-size: inherit;
  }

  .top-content02__box__con__num {
    height: 100px;
    margin: 0 0 10px;
    padding: 20px 0 0;
  }

  .top-content02__box__con__num:before {
    width: 100px;
    height: 100px;
  }

  .top-content02__box__con__num_1 {
    font-size: 36px;
  }

  .top-content02__box__con__num_2 {
    font-size: 20px;
  }

  .top-content02__box__con__note {
    font-size: 10px;
  }
}

#top-content03 {
  padding: 60px 0;
  background: #e7f0f8;
}

.top-content03__list {
  margin: 0;
}

.top-content03__list li {
  width: 187px;
  height: 187px;
  float: left;
  margin: 0 0 14px;
}

.top-content03__list li:not(:nth-child(5n)) {
  margin-right: 14px;
}

.top-content03__list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-content03__list li div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-content03 {
    padding: 25px 0;
  }

  .top-content03__list li {
    width: 19%;
    height: 18vw;
    margin: 0 0 1%;
  }

  .top-content03__list li:not(:nth-child(5n)) {
    margin-right: 1%;
  }
}

#top-requirements {
  background: #e7f0f8;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #top-requirements {
    padding-top: 30px;
  }

  #top-requirements .inner {
    padding: 0;
  }
}

#top-facility {
  padding: 60px 0 40px;
  background: #e7f0f8;
}

.top-facility_list {
  margin: 1em 0 0;
}

.top-facility_list li {
  width: 235px;
  float: left;
  margin: 0 0 20px;
  background: #fff;
  position: relative;
}

.top-facility_list li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.top-facility_list__title {
  width: 41%;
  font-size: 80%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0, -50%);
}

.top-facility_list__img {
  width: 50%;
  height: 116px;
  margin-left: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-facility_list__img.noimage {
  border: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
  #top-facility {
    padding: 30px 0 10px;
  }

  .top-facility_list li {
    width: 49%;
    margin: 0 0 10px;
  }

  .top-facility_list li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .top-facility_list li:nth-child(2n) {
    margin-left: 2%;
  }

  .top-facility_list__img {
    height: 22vw;
  }

  .top-facility_list__title {
    width: 40%;
    font-size: 10px;
    left: 10px;
  }
}

.top-content-04__list {
  display: flex;
  margin: 0;
}

.top-content-04__list li {
  height: 25vw;
  min-height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.top-content-04__list li:not(:first-child) {
  border-left: 1px solid #fff;
}

.top-content-04__list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
}

.top-content-04__list li a p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .top-content-04__list li {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-content-04__list {
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
  }

  .top-content-04__list li {
    width: 50%;
    height: 50vw;
    min-height: auto;
  }

  .top-content-04__list li:not(:first-child) {
    border: none;
  }

  .top-content-04__list li:nth-child(-n + 2) {
    border-bottom: 1px solid #fff;
  }

  .top-content-04__list li:nth-child(2n) {
    border-left: 1px solid #fff;
  }

  .top-content-04__list li a {
    font-size: 5vw;
  }
}

.requirements__text {
  font-size: 24px;
  color: #0358a3;
}

.requirements__btn {
  text-align: center;
  margin: 0 auto 3em;
}

.requirements__btn--staff {
  clear: both;
}

.requirements__btn2 {
  text-align: center;
  margin: 0 auto 3em;
}

.requirements__btn a {
  font-size: 24px;
  color: #fff !important;
  padding: 12px 35px;
  background: #2388c9;
  border-bottom: 5px solid #0e5fa8;
  text-decoration: none !important;
}

.requirements__btn2 a {
  font-size: 24px;
  color: #fff !important;
  padding: 12px 35px;
  background: #ff7612;
  border-bottom: 5px solid #ff2312;
  text-decoration: none !important;
}

.requirements_cat {
  display: flex;
  justify-content: center;
}

.requirements_cat li {
  flex: 1;
}

.requirements_cat li:not(:last-child) {
  margin-right: 5px;
}

.requirements_cat li a {
  display: block;
  font-size: 20px;
  color: #fff !important;
  text-align: center;
  padding: 15px 0;
  background: #80b9eb;
  position: relative;
  text-decoration: none;
}

.requirements_cat li a.active {
  background: #0358a3;
}

.requirements_cat li a.active:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 10px solid #0358a3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  z-index: 1;
}

.requirements_list-canvas {
  margin: -16px 0 0;
  padding: 30px 20px;
  background: #fff;
}

#top-requirements .requirements_list {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 0;
}

.post .requirements_list {
  width: 100%;
  font-size: 0;
  margin-left: 0 !important;
}

.requirements_list:nth-of-type(-n + 2) {
  border-top: 1px solid #c2c2c2;
}

.post .requirements_list:nth-of-type(-n + 2) {
  border-top: 0;
}

.post .requirements_list:nth-of-type(1) {
  border-top: 1px solid #c2c2c2;
}

.requirements_list:nth-of-type(2n) {
  margin-left: 3.2%;
}

.requirements_list li {
  font-size: 14px;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}

.requirements_list li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
}

.requirements_list__cat {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0 2px 0 0;
  padding: 3px 0;
}

.post .requirements_list__cat {
  font-size: 14px;
}

.requirements_list__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

.post .requirements_list__title {
  font-size: 16px;
}

.detail-btn {
  width: 60px;
  font-size: 12px;
  line-height: 0.7;
  position: absolute;
  top: 10px;
  right: 0;
}

.post .detail-btn {
  font-size: 14px;
}

.detail-btn a {
  display: block;
  color: #fff !important;
  text-align: center;
  background: #0358a3;
  border-radius: 20px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .requirements__text {
    font-size: 14px;
  }

  .requirements__btn {
    margin: 0 auto 4em;
  }

  .requirements__btn.last {
    margin: 0 auto;
  }

  .requirements__btn a {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 3px solid #0e5fa8;
  }

  .requirements__btn2 a {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 3px solid #ff2312;
  }

  .requirements_cat li a {
    font-size: 10px;
    padding: 10px 0;
  }

  .post .requirements_cat {
    margin: 0 -10px 1em;
  }

  .requirements_list-canvas {
    margin: 0;
    padding: 0;
  }

  .post .requirements_list-canvas {
    margin: 0 -10px;
  }

  .requirements_list {
    display: block !important;
    width: 100% !important;
    border-top: none;
  }

  .requirements_list:nth-of-type(-n + 2) {
    border-top: none;
  }

  .requirements_list:first-of-type {
    border-top: 1px solid #c2c2c2;
  }

  .requirements_list:not(:first-of-type) {
    margin-left: 0;
  }

  .requirements_list:first-of-type {
    border-top: 1px solid #c2c2c2;
  }

  .requirements_list li {
    font-size: 12px;
  }

  .requirements_list__cat {
    width: 65px;
    font-size: 10px !important;
  }

  .requirements_list__title {
    margin: 0 0 0 1px;
  }

  .post .requirements_list__title {
    font-size: 12px;
  }

  .detail-btn {
    width: 55px;
    font-size: 12px !important;
    line-height: 0.4;
    right: 8px;
  }

  .detail-btn a {
    border-radius: 15px;
  }

  .requirements_list li a {
    padding: 13px 8px;
  }
}

.requirements__text01 {
  color: #0358a3;
  font-weight: bold;
}

.requirements__cat {
  text-align: center;
  margin: 1em 0 2.5em;
}

.requirements__cat li {
  width: 118px;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}

.requirements__cat li:not(:first-child) {
  margin-left: 2px;
}

.requirements__table {
  width: 100%;
  margin: 0 0 4em;
  border-collapse: collapse;
}

.requirements__table th,
.requirements__table td {
  font-weight: normal;
  padding: 12px 20px;
  border: 1px solid #c2c2c2;
  vertical-align: top;
}

.requirements__table th {
  width: 15.5%;
  background: #f8f8f5;
}

.requirements__table td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .requirements__cat li {
    width: 80px;
    font-size: inherit;
    padding: 3px 0;
  }

  .requirements__table {
    margin: 0 0 3em;
  }

  .requirements__table th,
  .requirements__table td {
    padding: 12px 5px;
  }

  .requirements__table th {
    width: 35px;
  }
}

.staff_list {
  margin: 2em 1em;
}

.staff_list li {
  width: 280px;
  float: left;
  margin: 0 20px 30px;
  box-sizing: border-box;
  background: #fff;
}

.staff_list li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 14px;
  position: relative;
}

.staff_list__cat {
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  background: #1162a9;
  position: absolute;
  top: 10px;
  left: -16px;
}

.staff_list__cat:before {
  display: block;
  content: "";
  width: 16px;
  height: 20px;
  background: #053a68;
  transform: skewY(15deg);
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

.staff_list__img {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.staff_list__title {
  margin: 0 0 1em;
  padding: 0 0 5px;
  border-bottom: 1px solid #aeaeae;
}

.staff_list__text {
  font-size: 14px;
  margin: 0;
}

.staff_list--archive {
  display: flex;
  flex-wrap: wrap;
}

.staff_list--archive li {
  float: none;
}
@media screen and (max-width: 768px) {
  .staff_list {
    margin: 2em 0 0;
  }

  .staff_list li {
    width: 48%;
    margin: 0 0 20px;
  }

  .staff_list:not(.staff_slider) li:nth-child(2n) {
    margin-left: 4%;
  }

  .staff_list li a {
    padding: 10px;
  }

  .staff_list__cat {
    left: -6px;
    font-size: 10px;
    padding: 2px 6px;
  }

  .staff_list__cat:before {
    width: 6px;
    bottom: -1px;
  }

  .staff_list__img {
    height: 38vw;
  }

  .staff_list__text {
    font-size: 10px;
  }
}

.staff__detail {
  margin: 0 0 2.8em;
}

.staff__detail > div {
  box-sizing: border-box;
}

.staff__detail__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.staff__detail__text {
  font-size: 20px;
  color: #fff;
  padding: 0 0 10px;
  background: #1162a9;
}

.staff__detail__text__comment {
  font-size: 32px;
  color: #1162a9;
  margin: 0 0 0.7em;
  padding: 50px 10px 50px 25px;
  background: #fff;
}

.staff__detail__text__cat,
.staff__detail__text__name {
  margin: 0;
  padding: 0 0 0 30px;
}

.staff article {
  padding: 0 0 1em;
}

.staff__slider-wrap {
  padding: 40px 0 0;
}

.staff__slider-wrapSingle {
  margin-bottom: 50px;
}

.staff_slider {
  margin: 0 auto;
}

.staff_slider li {
  margin: 0 20px;
}

.staff__slider-wrap__title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 0 1.5em;
  padding: 3px 0;
  background: #0358a3;
}
@media screen and (min-width: 769px) {
  .staff__detail {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }

  .staff__detail > div {
    flex: 1;
    min-height: 375px;
  }

  .staff__detail__img {
    max-width: 300px;
    float: right;
    margin: 0 0 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .staff__slider-wrap {
    margin: 0 -10px;
  }

  .staff__slider-wrapSingle {
    margin-bottom: 30px;
  }

  .staff_slider li {
    margin: 0 20px 0 0;
  }

  .staff_slider .staff_list__img {
    height: 200px;
  }

  .staff__detail__image {
    height: 70vw;
  }

  .staff__detail__text {
    font-size: 14px;
  }

  .staff__detail__text__comment {
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }

  .staff__detail__text__cat,
  .staff__detail__text__name {
    margin: 0;
    padding: 0 0 0 10px;
  }

  .staff__detail__img {
    display: block;
    margin: 0 auto 20px;
  }
}

.main__container {
  padding: 0 0 80px;
}

.paging {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.paging li {
  width: 110px;
  display: inline-block;
  margin: 0 18px;
}

.paging li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  background: #2388c9;
  border-bottom: 5px solid #0e5fa8;
}

.wp-pagenavi {
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .main__container {
    padding: 0 0 40px;
  }

  .paging li {
    width: 80px;
    margin: 0 3px;
  }

  .paging li a {
    font-size: 10px;
  }
}

.topics__detail__title {
  font-size: 24px;
  color: #0055a1;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px;
  padding: 28px 0;
  border-top: 3px solid #0055a1;
  border-bottom: 3px solid #0055a1;
}

.detail__date {
  padding: 0 0 30px;
  position: relative;
}

.detail__date > * {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.topics__date:after {
  display: inline-block;
  content: "";
  width: 37px;
  height: 1px;
  margin: 0 30px;
  background: #000;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .ninjaWrap {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .topics__detail__title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 15px 0;
    border-top: 1px solid #0055a1;
    border-bottom: 1px solid #0055a1;
  }

  .detail__date {
    padding: 0 0 15px;
  }
}

.entries article {
  padding: 0 0 1.5em;
}

.entries article:not(:last-child) {
  margin: 0 0 3em;
  border-bottom: 3px solid #a5a5a5;
}

.entries-wrap {
  padding: 0 0 1.5em;
}

article .entries__date-wrap:not(:last-child) {
  margin: 0 0 1em;
  border-bottom: 1px solid #a5a5a5;
}

.entries__date-wrap > p {
  margin: 0;
}

.entries-contact {
  margin: 0 auto;
  position: relative;
  border-bottom: none !important;
}
@media screen and (min-width: 769px) {
  .entries-contact {
    width: 1000px;
  }
}

.post,
.post .content {
  overflow: hidden;
}

.post .article__title {
  font-size: 24px;
  color: #1162a9;
  margin: 0 0 0.5em;
}

.post .article__title:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  margin: -2px 14px 0 0;
  background: #1162a9;
  vertical-align: middle;
}

.post a {
  color: #0e5fa8;
  text-decoration: underline;
}

.alignleft {
  float: left;
  margin: 0px 10px 10px 0;
  font-size: 0.9em;
}

.alignright {
  float: right;
  margin: 0px 0 10px 10px;
  font-size: 0.9em;
}

.aligncenter {
  display: block;
  margin: 0 auto 10px;
  font-size: 0.9em;
}

.post table {
  border-collapse: collapse;
}

.post h3:not([class]) {
  font-size: 40px;
  color: #00488f;
  text-align: center;
}

.post h3:not([class]):after {
  display: block;
  content: "";
  width: 34px;
  height: 1px;
  margin: 10px auto 30px;
  background: #00488f;
}
@media screen and (max-width: 768px) {
  .post .article__title {
    font-size: 16px;
  }

  .post .article__title:before {
    width: 25px;
  }

  .post h3:not([class]) {
    font-size: 22px;
  }

  .post h3:not([class]):after {
    width: 20px;
    margin: 5px auto 20px;
  }
}

.contact_heading {
  font-size: 1.7em;
  line-height: 33px !important;
  margin: 30px 0 10px !important;
  padding: 0 !important;
  color: #004896 !important;
  font-weight: normal !important;
  background: none !important;
  border: none !important;
}

.contact_heading .contact_icon {
  margin: 0 5px 0 0;
}

.contact_tel__txt,
.contact_tel__txt span {
  vertical-align: middle;
}

.contact_tel__number {
  font-size: 32px;
  margin: 0 30px 0 0;
}

.page_guide {
  text-align: center;
  margin: 50px;
}

.contact_form__table label {
  display: block;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 !important;
}

.contact_submit input:disabled {
  opacity: 0.5;
  cursor: default;
}

.agree-box {
  margin: 0 0 40px;
  padding: 15px 0 25px;
  border-bottom: 1px solid #ccc;
}

.agree-box__title {
  text-align: center;
  margin: 0 0 25px;
}

.privacy-box {
  height: 200px;
  overflow: scroll;
  padding: 14px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

.agree-input {
  text-align: center;
  padding: 25px 0 0;
}
@media screen and (min-width: 769px) {
  .contact_form__table {
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 0 auto 30px;
  }

  .contact_form__table th {
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    padding: 25px 20px 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    width: 22%;
    white-space: nowrap;
    position: relative;
  }

  .contact_form__table th .required,
  .agree-box .required {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    background: #c00;
    line-height: 1;
    margin: 0 0 0 10px;
    padding: 5px;
    letter-spacing: 0.05em;
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .agree-box .required {
    position: inherit;
  }

  .contact_form__table td {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }

  .contact_form__table td label {
    margin: 0 15px 0 0;
  }

  .contact_form__table td textarea {
    width: 100%;
    height: 185px;
  }

  .contact_form__table td input,
  .contact_form__table td textarea {
    border: 1px solid #bbb;
    padding: 5px;
    font-size: 14px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .contact_form__table td #tel,
  .contact_form__table td #school,
  .contact_form__table td #name,
  .contact_form__table td #kana {
    width: 55%;
  }

  .contact_form__table td #mail {
    width: 100%;
  }

  .contact_form__table td .row1 {
    margin: 0 0 10px;
  }

  .contact_form__table td .error {
    color: #c00;
  }

  .contact_form__table td span.note {
    font-size: 13px;
  }

  .contact_form__table td #zip1,
  #contact-form td #zip2 {
    margin: 0 0 8px;
  }

  .contact_submit {
    text-align: center;
    margin: 0 0 50px;
  }

  .contact_submit input {
    -webkit-appearance: none;
    border: none;
    background: url(../images/contact/btn_form.png) no-repeat;
    width: 252px;
    height: 47px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
  }

  .contact_agree {
    padding: 20px 0;
  }

  .contact_agree .privacybox {
    height: 160px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 26px 0 30px;
  }

  .contact_agree .checkwrap {
    text-align: center;
    margin: 0 0 10px;
  }

  dl.contact_tel__txt {
    margin: 1em 0 4em;
  }

  dl.contact_tel__txt dt,
  dl.contact_tel__txt dd {
    display: inline-block;
    vertical-align: top;
  }

  dl.contact_tel__txt dt {
    width: 200px;
    font-size: 16px;
    padding: 15px 0;
  }

  dl.contact_tel__txt dd {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .contact_heading {
    font-size: 1.3em;
  }

  .contact_form__table {
    margin: 0 0 20px;
    padding: 10px 0 0;
    line-height: 1.5em;
  }

  .contact_form__table,
  .contact_form__table tbody,
  .contact_form__table tr,
  .contact_form__table th,
  .contact_form__table td {
    display: block;
    text-align: left;
    font-weight: normal;
  }

  .contact_form__table td {
    margin: 0 0 15px;
  }

  .contact_form__table input,
  .contact_form__table textarea {
    border: 1px solid #999;
    margin: 3px 0;
    padding: 5px;
    max-width: 93%;
    font-size: 16px;
  }

  input[type="submit"] {
    margin: 0 10px 0 0;
  }

  .required,
  .contact_form__table .error {
    color: red;
  }

  .contact_icon img {
    vertical-align: middle;
    margin: 0 5px 0 -5px;
  }

  .mw_wp_form .contact_form__table .horizontal-item + .horizontal-item {
    display: block;
    margin: 0;
  }

  .page_guide {
    margin: 20px 0;
  }

  .contact_tel__txt span {
    display: block;
  }

  .contact_tel__number {
    font-size: 160%;
  }

  .contact_agree {
    padding: 0 0 20px;
  }

  .contact_agree .privacybox {
    height: 140px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 26px 0 10px;
  }

  .privacy-box {
    height: 150px;
  }

  dl.contact_tel__txt dd {
    margin: 0 0 20px;
  }
}

.slider {
  margin: 0;
}

.staff__slider-wrap .bx-wrapper .bx-controls-direction a {
  top: 43%;
  width: 59px;
  height: 59px;
}

.staff__slider-wrap .bx-wrapper .bx-next {
  background: url(../images/common/btn_next.png) no-repeat;
  right: -45px;
}

.staff__slider-wrap .bx-wrapper .bx-prev {
  background: url(../images/common/btn_prev.png) no-repeat;
  left: -25px;
}
@media screen and (min-width: 769px) {
  #header .bx-wrapper {
    width: 80% !important;
    margin: 0 0 0 auto !important;
  }

  .staff__slider-wrap .bx-viewport {
    width: 940px !important;
    margin: 0 auto;
  }

  .staff__slider-wrap .bx-wrapper {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .staff__slider-wrap .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }

  .staff__slider-wrap .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .staff__slider-wrap .bx-wrapper .bx-next {
    right: -35px;
  }

  .staff__slider-wrap .bx-wrapper .bx-prev {
    left: -35px;
  }
}
