@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: #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;
}

.privacy a {
  color: #13a097;
  text-decoration: underline;
}

.privacy ul {
  margin-top: 28px;
  padding-left: 30px;
}

.privacy ul li {
  margin-bottom: 12px;
  line-height: 1.4;
  list-style-type: disc;
}
/*# sourceMappingURL=privacy.css.map */