@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
.mod-center {
  text-align: center;
}

.mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
  text-align: center;
  color: #00479D;
  font-weight: 700;
  font-size: 1.88rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
    font-size: 1.2rem;
  }
}

.mod-hd__h2__under {
  position: relative;
  color: #00479D;
  display: inline-block;
  margin-top: 30px;
  font-family: "Bellico";
  font-size: 1.4rem;
}
.mod-hd__h2__under::before {
  content: "";
  background: #00479D;
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: -120px;
  top: 53%;
}
.mod-hd__h2__under::after {
  content: "";
  background: #00479D;
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  right: -120px;
  top: 53%;
}

.mod-hd__txt {
  margin-top: 50px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt {
    font-size: 1rem;
  }
}

.mod-hd2 {
  text-align: center;
  margin-bottom: 50px;
}
.mod-hd2 p.num {
  color: #1BB1F5;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.mod-hd2 h2 {
  font-weight: 700;
  font-size: 2.24rem;
  position: relative;
  line-height: 1.5;
  color: #00479D;
}
@media screen and (max-width: 767px) {
  .mod-hd2 h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .mod-hd2 h2 {
    font-size: 1.5rem;
  }
}
.mod-hd2 h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: #1BB1F5;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mod-hd2.left {
  text-align: left;
}
.mod-hd2.left h2:after {
  left: 0;
  right: inherit;
}
@media screen and (max-width: 767px) {
  .mod-hd2.left {
    text-align: center;
  }
  .mod-hd2.left h2:after {
    right: 0;
  }
}

.mod-hd__h3 {
  color: #00479D;
  font-weight: 600;
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h3 {
    margin-bottom: 32px;
  }
}
.mod-hd__h3::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 110%;
  background: #00479D;
  left: 0;
  top: -1px;
}

.contact-hd {
  font-weight: 600;
  padding: 12px;
  text-align: center;
  border: 2px solid #fd6363;
  margin-bottom: 60px;
}

.link-btn {
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: auto;
  border: 1px solid #00479D;
  background: #fff;
}
.link-btn .link-btn__link {
  display: block;
  padding: 14px 20px;
  font-weight: 500;
  position: relative;
}
.link-btn .link-btn__link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #00479D 3px solid;
  border-right: #00479D 3px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .link-btn .link-btn__link {
    padding: 18px 20px;
  }
}
.link-btn .link-btn__link .link-btn__link__inner {
  color: #00479D;
  display: inline-block;
}

.link-btn__orange {
  background: #f2a045;
  border: 1px solid #f2a045;
}
.link-btn__orange .link-btn__link::after {
  border-color: #fff;
}
.link-btn__orange .link-btn__link .link-btn__link__inner {
  color: #fff;
}
.link-btn__orange input[type=submit] {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  padding: 18px 20px;
  font-weight: 500;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .link-btn__orange input[type=submit] {
    padding: 18px 20px;
  }
}

input[type=submit] {
  text-align: center;
  max-width: 300px;
  width: 100%;
  background: #f2a045 !important;
  border: 1px solid #f2a045 !important;
  border-radius: 0px !important;
  margin: 0 14px;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 18px 20px !important;
  font-weight: 500;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    margin: 0 auto;
  }
}

.link-btn-col__f input[type=submit] {
  background: #3865AD !important;
  border: 1px solid #3865AD !important;
}

.link-btn__blue {
  background-color: #00479D;
  border: 1px solid #00479D;
}
.link-btn__blue .link-btn__link::after {
  border-color: #fff;
}
.link-btn__blue .link-btn__link .link-btn__link__inner {
  color: #fff;
}

.page-kv {
  padding-top: 100px;
  background: #545454;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-kv {
    padding-top: 70px;
    height: 270px;
  }
}
.page-kv .page-kv__hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-kv .page-kv__hd .page-kv__hd__txt {
  color: #fff;
  font-weight: 300;
}
.page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #fff;
  line-height: 1.8;
}

.page-kv__about {
  background-image: url("../img/about/header-bg.jpg");
}

.page-kv__interview {
  background-image: url("../img/interview/header-bg.jpg");
}

.page-kv__green {
  background: #267f7f;
}

.page-kv__c-contact {
  background: #fcbe56;
}

.page-kv__f-contact {
  background: #3865AD;
}

.page__txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}
.page__txt .bold {
  color: #00479D;
  font-weight: 600;
}

.page {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}

.news.page {
  max-width: 1220px;
}
.news.page .page-section-padding {
  padding: 20px 16px;
}
.news.page .news-items .news-items__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news.page .news-items .news-items__item {
    margin-bottom: 0px;
  }
}

.page-contents {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

.fade_in {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 1000ms;
}

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

.container-pagenavi {
  margin-top: 30px !important;
  max-width: 1300px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-pagenavi {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  padding: 10px 18px !important;
  color: #fff;
  border: 1px solid #00479D !important;
  background: #00479D;
  margin: 0 6px;
}
.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #00479D;
  border: 1px solid #00479D !important;
  margin: 0 6px;
}

.single .page-section-padding {
  padding: 60px 10px;
}
.single .mod-hd__h3 {
  font-size: 1.4rem;
  padding-bottom: 7px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d2d2d2;
}
.single .time {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0;
}
.single .page__txt {
  margin-bottom: 60px;
}

.about {
  padding-top: 60px;
  margin-top: -60px;
}
.about img {
  width: 100%;
}
.about .about-hd__large {
  color: #00479D;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .about .about-hd__large {
    font-size: 2rem;
  }
}
.about .about-col {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about .about-col {
    margin-top: 20px;
  }
}
.about .about-col .about-col__h3 {
  color: #00479D;
  font-weight: 700;
}
.about .about-col .about-col__txt__large {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about .about-col .about-col__txt__large {
    font-size: 1.2rem;
  }
}
.about .about-col .about-col__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-second {
  background: #fbfbfb;
}
.about-second .about-col__name {
  font-weight: 500;
  text-align: right;
}

.table-section {
  overflow: auto;
  white-space: nowrap;
  margin-top: 6px;
}
.table-section table {
  width: 100%;
  min-width: 600px;
  border: 1px solid #00479D;
  font-size: 0.8rem;
}
.table-section table td {
  padding: 5px 0 5px 40px;
}
.table-section table .table-section__hd, .table-section table th {
  color: #00479D;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  background: #E3F0ED;
}
.about-table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.about-table table {
  width: 100%;
}
.about-table table tr {
  border-bottom: 1px solid #707070;
}
.about-table table tr th {
  width: 20%;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .about-table table tr th {
    width: 30%;
    padding: 20px 10px;
  }
}
.about-table table tr td {
  padding: 20px 0;
  line-height: 1.5;
}

.about-bottom {
  padding-bottom: 40px;
}/*# sourceMappingURL=about.css.map */