@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #EEEDE2;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.gloabal {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 共通パーツ */
.breadcrumbs {
  font-size: 14px;
  margin-top: 20px;
}

.home {
  color: #000 !important;
}

.archive {
  color: #000;
}

.section-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.section-width-md {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.pan__ul {
  margin-top: 20px;
}
@media screen and (max-width: 896px) {
  .pan__ul {
    margin-top: 0;
  }
}

/*
コンテンツ幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/*
  セクションタイトル用の共通クラス
  */
.section-ttl {
  font-size: 4rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 896px) {
  .section-ttl {
    font-size: 2.4rem;
  }
}

/* 疑似要素でタイトル下に下線を引く */
.section-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button-sp-wrap {
  display: none;
}
@media screen and (max-width: 1025px) {
  .button-sp-wrap {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 50px;
    color: #fff;
    background: #FFEA00;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 30;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.button-sp-link {
  text-align: center;
  width: 50%;
}
.button-sp-link:first-child {
  border-right: 1px solid black;
}
.button-sp-link > p {
  font-size: 1.3rem;
  color: #000;
  margin-top: -10px;
}
.button-sp-link-img > img {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: 20px;
}

.section-width-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto 100px;
  width: 90%;
}
@media screen and (max-width: 896px) {
  .section-width-under {
    margin: 0 auto 50px;
  }
}

.under-ttl {
  font-size: 8rem;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1025px) {
  .under-ttl {
    font-size: 4rem;
    margin-bottom: 20px;
    margin-top: 130px;
  }
}
@media screen and (max-width: 896px) {
  .under-ttl {
    font-size: 2.6rem;
  }
}
.under-ttl > h2 > img {
  width: 80px;
}
@media screen and (max-width: 896px) {
  .under-ttl > h2 > img {
    width: 30px;
  }
}

.pan__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pan__ul > li {
  margin-right: 10px;
  font-size: 1.4rem;
}
.pan__ul > li > a {
  color: #000;
  font-size: 1.4rem;
}

.header,
.footer {
  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;
  height: 200px;
  background: #eee;
}

.search__wrap.under {
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 10;
}
@media screen and (max-width: 1367px) {
  .search__wrap.under {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .search__wrap.under {
    display: none;
  }
}
.search__wrap.under-detail {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 896px) {
  .search__wrap.under-detail {
    display: none;
  }
}

.tag-bl {
  width: 30%;
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-right: 2%;
}
.tag-bl:last-child {
  margin-right: 0;
}
.tag-bl-under {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 6px 15px;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  margin-right: 1%;
  margin-bottom: 10px;
}

iframe {
  width: 100%;
  height: 100%;
}

.pager {
  text-align: center;
  margin-top: 20px;
}

.page-numbers {
  display: inline-block;
  width: 41px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  margin-right: 20px;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers:hover {
  background-color: #FFEA00;
  opacity: 1;
}

.pagenation-ul {
  width: 90%;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation-li {
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .pagenation-li {
    margin-right: 5px;
  }
}
.pagenation-li:last-child {
  margin-right: 0;
}
.pagenation-li > a > span {
  display: block;
  width: 41px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #000;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
}
.pagenation-li > a > span:hover {
  background-color: #FFEA00;
  opacity: 1;
}

.feature-bg {
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 950px;
  position: relative;
}
@media screen and (max-width: 896px) {
  .feature-bg {
    height: 450px;
  }
}
.feature-bg__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.feature-bg__ttl > h3 {
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.feature-top__ttl {
  font-size: 3rem;
  margin-bottom: 20px;
}
.feature-top__blk-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 896px) {
  .feature-top__blk-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-top__blk-li {
  width: 70%;
  margin-right: 2%;
}
@media screen and (max-width: 896px) {
  .feature-top__blk-li {
    width: 100%;
    margin-right: 0;
  }
}
.feature-top__blk-li:last-child {
  width: 28%;
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .feature-top__blk-li:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.feature-top__blk-li > img {
  width: 100%;
}
.feature-top__blk-txt > p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.feature-content__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 896px) {
  .feature-content__wrap {
    margin-top: 40px;
  }
}
.feature-content__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .feature-content__blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.feature-content__li {
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 896px) {
  .feature-content__li {
    width: 100%;
    margin-right: 0;
  }
}
.feature-content__li:last-child {
  margin-right: 0;
}
.feature-content__li > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .feature-content__li > img {
    margin-bottom: 30px;
  }
}
.feature-content__ttl {
  margin-bottom: 20px;
}
.feature-content__ttl > h4 {
  font-size: 2.2rem;
}
.feature-content__txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .feature-content__txt {
    margin-bottom: 0;
  }
}
.feature-content__txt > p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.feature-content__txt > p > a {
  color: #0066CC;
}

.btn-big {
  font-size: 1.5rem;
  position: relative;
  width: 220px;
  margin: 0 auto 0 0;
  background-color: #fff;
  border: 2px solid #000;
}
@media screen and (max-width: 896px) {
  .btn-big {
    margin-top: 20px;
  }
}
.btn-big > a {
  padding: 10px 30px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.btn-big::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../top/img/Arrow.svg);
  width: 80px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn-big-thr {
  font-size: 1.5rem;
  position: relative;
  width: 220px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #000;
}
.btn-big-thr > a {
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
.btn-big-thr::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../../top/img/Arrow.svg);
  width: 80px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.interview {
  margin: 120px 0;
}
@media screen and (max-width: 896px) {
  .interview {
    margin: 60px 0;
  }
}
.interview__inner {
  background-color: #fff;
  border: 2px solid #000;
  padding: 50px 40px;
}
.interview__ttl {
  font-size: 3rem;
  margin-bottom: 60px;
}
.interview__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .interview__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.interview__li {
  width: 60%;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .interview__li {
    width: 100%;
  }
}
.interview__li:first-child {
  width: 35%;
}
@media screen and (max-width: 896px) {
  .interview__li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.interview__li-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.interview__li-nametop {
  font-size: 1.3rem;
}
.interview__li-name {
  font-size: 2rem;
  margin-top: 10px;
}
.interview__li > img {
  width: 100%;
}
.interview__txt > p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}