@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

========================================= */
@font-face {
  font-family: "Bellico";
  src: url("../webfonts/BellicoDemoVersion.woff2") format("woff2"), url("../webfonts/BellicoDemoVersion.woff") format("woff");
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 16px;
  letter-spacing: .05rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 14px;
  }
}

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

body {
  line-height: 1.0;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

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

.cf:after {
  clear: both;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}

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

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

img {
  height: auto;
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.mod-center {
  text-align: center;
}

.mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
  text-align: center;
  color: #13A098;
  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: #39699a;
  display: inline-block;
  margin-top: 30px;
  font-family: "Bellico";
  font-size: 1.4rem;
}

.mod-hd__h2__under::before {
  content: '';
  background: #39699a;
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  left: -120px;
  top: 53%;
}

.mod-hd__h2__under::after {
  content: '';
  background: #39699a;
  width: 100px;
  height: 1px;
  position: absolute;
  margin: 0 auto;
  right: -120px;
  top: 53%;
}

.mod-hd__txt {
  margin-top: 30px;
  font-size: 1.2rem;
}

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

.mod-hd__h3 {
  color: #13A098;
  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: #13A098;
  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 #333;
}

.link-btn .link-btn__link {
  color: #333;
  display: block;
  padding: 18px 20px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .link-btn .link-btn__link {
    padding: 18px 20px;
  }
}

.link-btn .link-btn__link .link-btn__link__inner {
  position: relative;
  display: inline-block;
}

.link-btn .link-btn__link .link-btn__link__inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #333 3px solid;
  border-right: #333 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -30px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.link-btn__orange {
  background: #f2a045;
  border: 1px solid #f2a045;
}

.link-btn__orange .link-btn__link .link-btn__link__inner {
  color: #fff;
}

.link-btn__orange .link-btn__link .link-btn__link__inner::after {
  border-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__blue {
  background: #4372a6;
  border: 1px solid #4372a6;
}

.link-btn__blue .link-btn__link .link-btn__link__inner {
  color: #fff;
}

.link-btn__blue .link-btn__link .link-btn__link__inner::after {
  border-color: #fff;
}

.page-kv {
  padding-top: 100px;
  background: #545454;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-kv {
    padding-top: 70px;
    height: 270px;
  }
}

.page-kv .page-kv__hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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__txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}

.page__txt .bold {
  color: #13A098;
  font-weight: 600;
}

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

.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;
  -webkit-transform: translate(0, 35px);
          transform: translate(0, 35px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fade_on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: center;
      justify-content: center;
}

.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi .current {
  padding: 10px 18px !important;
  color: #fff;
  border: 1px solid #13A098 !important;
  background: #13A098;
  margin: 0 6px;
}

.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #13A098;
  border: 1px solid #13A098 !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 0;
}

.single .page__txt {
  margin-bottom: 60px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background: #e5f0ed;
  position: fixed;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    background: #fff;
  }
}

.header .header-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 400px;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1240px) {
  .header .header-logo {
    max-width: 340px;
  }
}

@media screen and (max-width: 1070px) {
  .header .header-logo {
    max-width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.header .header-logo a {
  display: block;
}

.header .header-logo .logo__img {
  width: 290px;
  padding: 20px 20px 20px 60px;
}

@media screen and (max-width: 1070px) {
  .header .header-logo .logo__img {
    padding: 20px 40px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 190px;
    padding: 20px;
  }
}

.header .nav {
  position: absolute;
  right: 0;
}

.header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 0 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .gnav a {
  color: #333;
  display: block;
  font-weight: 600;
  padding: 24px;
  font-size: .86rem;
}

@media screen and (max-width: 1240px) {
  .header .gnav {
    padding: 0 10px 0 0;
  }
  .header .gnav a {
    padding: 24px 18px;
  }
}

@media screen and (max-width: 1015px) {
  .header .gnav {
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
  .header .gnav {
    display: none;
  }
}

.header-page {
  background: #fff;
}

.container {
  max-width: 1000px;
}

.section-padding {
  padding: 100px 10px;
}

@media screen and (max-width: 767px) {
  .section-padding {
    padding: 40px 10px;
  }
}

.page-section-padding {
  padding: 60px 10px;
}

@media screen and (max-width: 767px) {
  .page-section-padding {
    padding: 40px 10px;
  }
}

.section-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background: #e5f0ed;
  padding: 40px 0px 0px;
}

@media screen and (max-width: 767px) {
  .footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 20px;
  }
}

.footer .footer-logo {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-top: 30px;
  }
}

.footer .footer-logo .footer-logo__img {
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 75px;
  }
}

.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.footer .footer-nav li a {
  padding: 10px 22px;
  color: #333;
  font-size: .8rem;
}

@media screen and (max-width: 767px) {
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  .footer .footer-nav li {
    position: relative;
    border-bottom: 1px solid;
    padding: 16px 0px;
  }
  .footer .footer-nav li a {
    display: block;
    padding: 0px;
    font-size: .9rem;
  }
  .footer .footer-nav li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #333 3px solid;
    border-right: #333 3px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.footer .footer-copyright {
  background: #407c7e;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0 80px;
}

@media screen and (max-width: 767px) {
  .footer .footer-copyright {
    margin-top: 36px;
    padding: 18px 0 78px;
  }
}

.footer .footer-copyright .address .footer-copyright__txt {
  color: #fff;
  font-size: .7rem;
}

.bottom-menu {
  position: fixed;
  display: block;
  bottom: -180px;
  right: 0;
  margin-right: 30px;
  z-index: 998;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 840px;
  width: 100%;
}

@media screen and (max-width: 869px) {
  .bottom-menu {
    margin-right: 0px;
  }
}

.bottom-menu .bottom-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col {
  text-align: center;
  width: 50%;
  background: #f2a039;
  line-height: 1.4;
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col .bottom-menu__item__col__icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom-menu .bottom-menu__item .bottom-menu__item__col {
    background: #eb5d57;
  }
}

@media screen and (min-width: 768px) {
  .bottom-menu .bottom-menu__item .bottom-menu__item__col {
    max-width: 210px;
    width: 100%;
    margin: 0 2px;
  }
  .bottom-menu .bottom-menu__item .bottom-menu__item__col .bottom-menu__item__col__icon {
    display: block;
  }
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col a {
  color: #fff;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .bottom-menu .bottom-menu__item .bottom-menu__item__col a {
    padding: 11px 10px;
  }
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col:nth-child(2) {
  background: #f2a039;
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col:nth-child(3) {
  background: #eb5d57;
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col:nth-child(4) {
  background: #78c49a;
}

.bottom-menu .bottom-menu__item .bottom-menu__item__col:nth-child(5) {
  background: #4166a8;
}

.bottom-menu .bottom-menu__item .pc-off {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom-menu .bottom-menu__item .pc-off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 23%;
  }
}

.bottom-menu .bottom-menu__item .sp-off {
  display: block;
}

@media screen and (max-width: 767px) {
  .bottom-menu .bottom-menu__item .sp-off {
    display: none;
  }
}

.bottom-menu.is-show {
  bottom: 0;
}

.spnavArea {
  display: none;
}

@media screen and (max-width: 900px) {
  .spnavArea {
    display: block;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1001;
  opacity: 0;
}

.open .spnav {
  right: 0;
  opacity: 1;
}

.spnav-inner {
  padding: 70px 20px 20px;
}

.spnav-inner .logo__img {
  max-width: 180px;
}

.spnav-inner__list {
  margin-top: 20px;
}

.spnav-inner__list li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #707070;
}

.spnav-inner__list li:first-child {
  border-top: 1px solid #707070;
}

.spnav-inner__list li a {
  display: block;
  color: #333;
  padding: 1.3em .5em;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.spnav-inner__list li a:hover {
  background: #f1f1f1;
}

.spnav-inner__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}

.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}

.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #fff;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(2) {
  background: #eb5d57;
}

.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(3) {
  background: #78c49a;
}

.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col:nth-child(4) {
  background: #4166a8;
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 28px;
  right: 30px;
  width: 30px;
  height: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 1002;
}

@media screen and (max-width: 767px) {
  .toggle_btn {
    top: 16px;
    right: 22px;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 33px;
  height: 4px;
  background-color: #39699a;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
  width: 26px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: #39699a;
  font-size: .66rem;
  font-weight: 800;
}

#mask {
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 1000;
  cursor: pointer;
}

.linkarea {
  max-width: 850px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .linkarea {
    margin: 30px auto 0;
  }
}

.linkarea .linkarea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkarea .linkarea-list .linkarea-list__item {
  text-align: center;
  width: 33.3333%;
}

.linkarea .linkarea-list .linkarea-list__item a {
  display: block;
  color: #333;
  padding: 14px 20px;
  border: 1px solid #21A097;
  background: #E3F0ED;
}

.linkarea .linkarea-list .linkarea-list__item:nth-child(2) a {
  border-right: none;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .linkarea .linkarea-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .linkarea .linkarea-list .linkarea-list__item {
    width: 100%;
  }
  .linkarea .linkarea-list .linkarea-list__item:nth-child(2) a {
    border: 1px solid #21A097;
    border-top: none;
    border-bottom: none;
  }
}
/*# sourceMappingURL=style.css.map */