@charset "UTF-8";
@import url("https://use.typekit.net/ddc2gqe.css");
/* wrap */
/* 清田ダイアリー --------------------------------------------------- */
.diariesList {
  padding-bottom: 145px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .diariesList {
      padding-bottom: 45px; } }
  .diariesList a {
    text-decoration: none;
    color: #222222; }
    .diariesList a:hover {
      text-decoration: underline; }
  .diariesList__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .diariesList__img {
    border-radius: 3px;
    overflow: hidden;
    display: block; }
  .diariesList__ttl {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.636;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .diariesList__ttl {
        margin-bottom: 10px; } }
  .diariesList__subTtl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #006CB6;
    padding: 0 0 15px; }
  .diariesList .profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      .diariesList .profile {
        margin: 20px 0; } }
    .diariesList .profile__icon {
      width: 63px; }
    .diariesList .profile__icon span,
    .diariesList .profile__icon a {
      display: block;
      width: 63px;
      height: 63px;
      border-radius: 50%;
      overflow: hidden; }
    .diariesList .profile__namewrap {
      width: calc(100% - 63px);
      padding-left: 10px; }
      @media screen and (max-width: 768px) {
        .diariesList .profile__namewrap {
          font-size: 1.4rem; } }
    .diariesList .profile__title,
    .diariesList .profile__company,
    .diariesList .profile__post {
      font-size: 1.2rem;
      line-height: 1.2; }
    .diariesList .profile__title {
      display: block; }
    .diariesList .profile__company + .profile__post::before {
      content: " "; }

.diariesListleftCont {
  width: 70%; }
  @media screen and (max-width: 768px) {
    .diariesListleftCont {
      width: 100%; } }
  .diariesListleftCont__item {
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #DCDDDD; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__item {
        padding: 0 0 30px; } }
  .diariesListleftCont__link {
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    .diariesList .diariesListleftCont__link:hover {
      text-decoration: none; }
    .diariesList .diariesListleftCont__link:hover .diariesListleftCont__imgWrap {
       opacity: 1; }
     .diariesList .diariesListleftCont__link:hover .diariesList__img img {
        opacity: .7; }
    .diariesList .diariesListleftCont__link:hover .diariesList__ttl {
      text-decoration: underline; }
  .diariesListleftCont__imgWrap {
    width: 240px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__imgWrap {
        width: 100%; } }
    .diariesListleftCont__imgWrap:hover img {
      opacity: .7; }
    .diariesListleftCont__imgWrap img {
      width: 100%; }
  .diariesListleftCont__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 40px; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__detail {
        padding-left: 0; } }
  .diariesListleftCont__txt {
    line-height: 1.75; }
  .diariesListleftCont__dateWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .diariesListleftCont__date {
    margin: 0 10px 10px 0; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__date {
        margin: 0; } }
  .diariesListleftCont__categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__categories {
        width: 100%;
        margin-top: 20px; } }
  .diariesListleftCont__categories li {
    margin: 0 10px 10px 0; }
    .diariesListleftCont__categories li:last-of-type {
      margin-right: 0; }
  .diariesListleftCont__categoriesBtn {
    border: 1px solid #006CB6;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
    color: #006CB6 !important;
    padding: 0 10px;
    font-size: 1.4rem; }
    .diariesListleftCont__categoriesBtn:hover {
      color: #FFF !important;
      background: #006CB6;
      text-decoration: none !important; }
  .diariesListleftCont__resultTtl {
    font-size: 1.8rem;
    font-weight: bold;
    background: url("../img/kiyota-diary/icon_search.svg") left top 4px no-repeat;
    background-size: 20px;
    padding: 0 0 40px 30px;
    border-bottom: 1px solid #DCDDDD;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__resultTtl {
        padding: 0 0 30px 30px; } }
  .diariesListleftCont__postTtl {
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__postTtl {
        font-size: 2.6rem;
        line-height: 1.692; } }
  .diariesListleftCont__leadTxt {
    font-size: 2rem;
    line-height: 2;
    font-weight: bold;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .diariesListleftCont__leadTxt {
        font-size: 1.8rem;
        line-height: 1.667;
        margin-top: 10px;
        margin-bottom: -5px; } }
  .diariesListleftCont__postImg.diariesListleftCont__postImg-eyechatch img {
    width: 100%;
    height: auto; }
  .diaryContent .wp-block-image,
  .diaryContent .wp-block-embed,
  .diariesListleftCont__postImg {
    margin-bottom: 55px; }
    @media screen and (max-width: 768px) {
      .diaryContent .wp-block-image,
      .diaryContent .wp-block-embed,
      .diariesListleftCont__postImg {
        margin-bottom: 35px; } }
    .diaryContent .wp-block-image img,
    .diariesListleftCont__postImg img {
      max-width: 100%;
      height: auto;
      border-radius: 5px; }
  .diariesListleftCont__postImg_type1 {
    margin-top: 30px; }
  .diaryContent p,
  .diariesListleftCont__postTxt {
    margin-bottom: 50px;
    line-height: 1.75; }
    @media screen and (max-width: 768px) {
      .diaryContent p,
      .diariesListleftCont__postTxt {
        margin-bottom: 35px; } }
  .diaryContent h2,
  .diariesListleftCont__postSubTtl1 {
    font-size: 2.4rem;
    line-height: 1.667;
    font-weight: bold;
    margin-bottom: 35px;
    padding-left: 25px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .diaryContent h2,
      .diariesListleftCont__postSubTtl1 {
        margin-bottom: 20px; } }
    .diaryContent h2:before,
    .diariesListleftCont__postSubTtl1:before {
      content: "";
      background: #006CB6;
      width: 3px;
      position: absolute;
      left: 0;
      top: 1px;
      height: calc( 100% - 5px ); }
  .diaryContent h3,
  .diariesListleftCont__postSubTtl2 {
    background: #F1F3FA;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.667;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .diaryContent h3,
      .diariesListleftCont__postSubTtl2 {
        line-height: 1.556; } }
  .diariesListleftCont-samaple .diariesListleftCont__resultTtl {
    border-bottom: none;
    margin-bottom: 0; }
  .diariesListleftCont-samaple .arcPagenation {
    margin-top: 60px; }
  .diariesListleftCont__sampleItem {
    margin-bottom: 30px;
    border: 1px solid #dcdddd;
    border-radius: 6px; }
  .diariesListleftCont__sampleImgWrap {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
  .diariesList__sampleImg {
    width: 100%; }
  .diariesList__sampleImg img {
    width: 100%;
    height: auto; }
  .diariesListleftCont__sampleDetail {
    width: 100%;
    padding: 30px 30px 25px; }
  .diaryContent-sample *:last-child {
    margin-bottom: 0!important; }
  .diariesListleftCont__sampleDate {
    margin-top: 25px;
    line-height: 1.2;
    font-size: 1.4rem; }

.kiyota-diary__pagination {
  padding-top: 15px; }

.diaryBnrContact {
  margin: 60px 0;
  padding: 10px;
  background: #006cb6;
  border-radius: 6px; }
  .diaryBnrContact_ttl {
    padding: 15px;
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .diaryBnrContact_inn {
    padding: 25px 30px 30px;
    background: #fff;
    border-radius: 6px;
  }
  .diaryBnrContact_txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .diaryBnrContact_itms {
    margin: 15px -10px -10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .diaryBnrContact_itm {
    width: calc(33.33% - 20px);
    margin: 10px;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
  }
  .diaryBnrContact_itmFig {
    width: 100%;
  }
  .diaryBnrContact_itmImg {
    width: 100%;
    height: auto;
  }
  .diaryBnrContact_itmTtl {
    padding: 15px 10px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 700;
  }
  .diaryBnrContact_itmTtl .l {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .diaryBnrContact_itmTtl .ll {
    font-size: 3.3rem;
    font-weight: 700;
  }
  .diaryBnrContact_btn {
    width: 100%;
    max-width: 510px;
    height: 67px;
    margin: 30px auto 0;
    background: #2ea7e0;
    background: linear-gradient(45deg, #2ea7e0 0%, #006cb6 100%);
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 67px;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.13);
    position: relative;
  }
  .diaryBnrContact_btn:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    background: url(../img/arrow_right_white.svg) no-repeat center center/cover;
    position: absolute;
    right: 20px;
    top: calc(50% - 5.5px);
  }
  .diaryBnrContact_btn:hover {
    box-shadow: none;
    background: transparent;
    color: #006cb6;
    border: 1px solid #006cb6;
  }
  .diaryBnrContact_btn:hover:after {
    background: url(../img/arrow_right_blue.svg) no-repeat center center/cover;
  }
  a.diaryBnrContact_btn {
    text-decoration: none;
    color: #fff;
  }
  a.diaryBnrContact_btn:hover {
    text-decoration: none;
  }
@media screen and (max-width: 768px) {
  .diaryBnrContact {
    margin: 45px 0;
    border-radius: 5px;
  }
  .diaryBnrContact_ttl {
    padding: 10px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .diaryBnrContact_inn {
    padding: 20px;
    border-radius: 5px;
  }
  .diaryBnrContact_txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .diaryBnrContact_itms {
    margin: 10px -8px -8px;
  }
  .diaryBnrContact_itm {
    width: calc(100% - 16px);
    margin: 8px;
    border-radius: 5px;
  }
  .diaryBnrContact_itmTtl {
    padding: 15px 10px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .diaryBnrContact_itmTtl .l {
    font-size: 2.6rem;
  }
  .diaryBnrContact_itmTtl .ll {
    font-size: 3.3rem;
  }
  .diaryBnrContact_btn {
    margin: 20px auto 0;
    font-size: 1.6rem;
    border-radius: 50px;
  }
  .diaryBnrContact_btn:after {
    width: 5px;
    height: 9px;
    right: 18px;
    top: calc(50% - 4.5px);
  }
}

.snsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin: 10px 0 30px; }
  @media screen and (max-width: 768px) {
    .snsList {
      justify-content: flex-start; } }
  .snsList__item {
    width: calc(100% / 5 - 5px); }
    @media screen and (max-width: 768px) {
      .snsList__item {
        width: calc(100% / 3 - 7px);
        margin: 0 10px 10px 0; } }
    .snsList__item:nth-of-type(3n) {
      margin-right: 0; }
  .snsList__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 40px;
    border-radius: 5px; }
    .snsList__btn img {
      display: block; }
    .snsList__btn:hover {
      opacity: 0.7; }
  .snsList__x {
    background: #000; }
    .snsList__x img {
      height: 14px; }
  .snsList__tw {
    background: #1DA1F2; }
    .snsList__tw img {
      height: 13.6213px; }
  .snsList__fb {
    background: #3A77EA; }
    .snsList__fb img {
      height: 15.9701px; }
  .snsList__hatena {
    background: #1299CD; }
    .snsList__hatena img {
      height: 11.6695px; }
  .snsList__note {
    background: #3FC9B0; }
    .snsList__note img {
      height: 11.6403px; }
  .snsList__pocket {
    background: #E84054; }
    .snsList__pocket img {
      height: 11.5892px; }

@media screen and (max-width: 768px) {
  .snsList.sp,
  .diariesListleftCont__dateWrap.sp {
    display: none; } }


/* blog content common */
body {
  --preset--color--black: #000000;
  --preset--color--cyan-bluish-gray: #abb8c3;
  --preset--color--white: #ffffff;
  --preset--color--pale-pink: #f78da7;
  --preset--color--vivid-red: #cf2e2e;
  --preset--color--luminous-vivid-orange: #ff6900;
  --preset--color--luminous-vivid-amber: #fcb900;
  --preset--color--light-green-cyan: #7bdcb5;
  --preset--color--vivid-green-cyan: #00d084;
  --preset--color--pale-cyan-blue: #8ed1fc;
  --preset--color--vivid-cyan-blue: #0693e3;
  --preset--color--vivid-purple: #9b51e0;
}
.has-black-color {
  color: var(--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--preset--color--vivid-purple) !important;
}

.has-small-font-size {
  font-size: 1.3rem;
}
.has-medium-font-size{
  font-size: 2rem;
}
.has-large-font-size{
  font-size: 3.6rem;
}
.has-x-large-font-size{
  font-size: 4.2rem;
}

.has-text-align-left {
  text-align: left; }
.has-text-align-right {
  text-align: right; }
.has-text-align-center {
  text-align: center; }
.wp-block-image.size-full,
.wp-block-image .size-full {
  max-width: 100%!important;
  height: auto; }
.wp-block-image.size-large,
.wp-block-image .size-large {
  max-width: 80%!important;
  height: auto; }
.wp-block-image.size-medium,
.wp-block-image .size-medium {
  max-width: 60%!important;
  height: auto; }
  @media screen and (max-width: 768px) {
    .wp-block-image.size-large,
    .wp-block-image .size-large {
      max-width: 100%!important; }
    .wp-block-image.size-medium,
    .wp-block-image .size-medium {
      max-width: 100%!important; } }
.wp-block-image.alignleft {
  text-align: left; }
.wp-block-image.alignright {
  text-align: right; }
.wp-block-image.aligncenter {
  text-align: center; }
.wp-block-image .alignleft {
  display: table;
  margin-right: auto; }
.wp-block-image .alignright {
  display: table;
  margin-left: auto; }
.wp-block-image .aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
.wp-block-embed figcaption,
.wp-block-image figcaption {
  margin-top: .5em; }

.wp-block-embed iframe { width: 100%; display: block; margin: 0 auto; }
.wp-block-embed iframe[src^="https://www.youtube.com/"] { aspect-ratio: 16 / 9; height: auto; }

.diaryContent h2 span,
.newsDetailContent h2 span {
  font-weight: inherit;
}
.diaryContent p a,
.newsDetailContent p a {
  text-decoration: underline;
  color: #036eb8;
}
.diaryContent p a:hover,
.newsDetailContent p a:hover {
  text-decoration: none;
}
.diaryContent strong mark,
.newsDetailContent strong mark {
  font-weight: inherit;
}
.diaryContent em,
.newsDetailContent em {
  font-style: italic;
}
.diaryContent sup,
.newsDetailContent sup {
  top: -0.5em;
}
.diaryContent sup,
.newsDetailContent sup {
  top: -0.5em;
}
.diaryContent sub,
.diaryContent sup,
.newsDetailContent sub,
.newsDetailContent sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.diaryContent s,
.diaryContent strike,
.diaryContent del,
.newsDetailContent s,
.newsDetailContent strike,
.newsDetailContent del {
  text-decoration: line-through;
}

.diaryContent ul,
.diaryContent ol,
.newsDetailContent ul,
.newsDetailContent ol {
  margin-bottom: 50px;
  line-height: 1.75; }
  .diaryContent ol,
  .newsDetailContent ol {
    padding-left: 1.5em; }
  @media screen and (max-width: 768px) {
    .diaryContent ul,
    .diaryContent ol,
    .newsDetailContent ul,
    .newsDetailContent ol {
      margin-bottom: 35px; } }
.diaryContent table,
.newsDetailContent table {
  width: 100%; }
.diaryContent table th,
.diaryContent table td,
.newsDetailContent table th,
.newsDetailContent table td {
  padding: .5em;
  border: 1px solid #dcdddd; }
.diaryContent .wp-block-table,
.newsDetailContent .wp-block-table {
  margin-bottom: 50px; }
  .diaryContent .wp-block-table figcaption,
  .newsDetailContent .wp-block-table figcaption {
    margin-top: .5em; }
  @media screen and (max-width: 768px) {
    .diaryContent .wp-block-table,
    .newsDetailContent .wp-block-table {
      margin-bottom: 35px; } }

.diaryContent blockquote,
.newsDetailContent blockquote { position: relative; margin: 0 0 50px; padding: 30px 30px 30px 60px; line-height: 1.875; font-style: normal; }
.diaryContent blockquote p:last-of-type,
.newsDetailContent blockquote p:last-of-type { margin-bottom: 0; }
.diaryContent blockquote cite,
.newsDetailContent blockquote cite { margin-top: 1em; font-size: .8em; display: block; font-style: italic; }
.diaryContent blockquote:before,
.newsDetailContent blockquote:before { display: block; position: absolute; content: ""; width: 70px; height: 50px; background: url("../img/blockquote-obj.svg") no-repeat 17px 15px/25px auto; border: 1px solid #ddd; border-bottom: none; border-right: none; top: 0; left: 0; }
.diaryContent blockquote:after ,
.newsDetailContent blockquote:after { display: block; position: absolute; content: ""; width: 70px; height: 50px; border: 1px solid #ddd; border-top: none; border-left: none; bottom: 0; right: 0; }
@media screen and (max-width: 768px) {
  .diaryContent blockquote,
  .newsDetailContent blockquote { margin: 0 0 35px; padding: 20px 20px 20px 40px; }
  .diaryContent blockquote:before,
  .newsDetailContent blockquote:before { width: 50px; height: 40px; background: url("../img/blockquote-obj.svg") no-repeat 13px 11px/20px auto; }
  .diaryContent blockquote:after ,
  .newsDetailContent blockquote:after { width: 50px; height: 40px; }
}

.blogcard {
  width: 100%;
  margin: 2.5em 0;
}
.blogcard .blogcard-link {
  width: 100%;
  position: relative;
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blogcard .blogcard-link:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blogcard-label{
  display: inline-block;
  position: absolute;
  background-color: #ffb36b;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 25px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  transform-origin: 50% 50%;
  z-index: 2;
}
.blogcard-thumb {
  width: 200px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}
.blogcard-thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.blogcard-content {
  width: calc(100% - 200px);
  padding: 1em;
  border-left: #e5e5e5 solid 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blogcard-date {
  width: 100%;
  margin-bottom: .3em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #131313;
}
.blogcard-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #131313;
}
.blogcard-excerpt {
  width: 100%;
  margin-top: .6em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #131313;
}
@media screen and (max-width: 768px) {
  .blogcard {
    margin: 1.5em 0;
  }
  .blogcard-label{
    width: 55px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  .blogcard-thumb {
    width: 120px;
    min-height: 72px
  }
  .blogcard-content {
    width: calc(100% - 120px);
  }
  .blogcard-date {
    font-size: 1.2rem;
  }
  .blogcard-title {
    font-size: 1.4rem;
  }
  .blogcard-excerpt {
    display: none;
    font-size: 1.2rem;
  }
}

#toc_container,
.postIndex {
  background: #F1F3FA;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #toc_container,
    .postIndex {
      padding: 20px;
      margin-bottom: 40px; } }
  #toc_container .toc_title,
  .postIndex__ttl {
    font-weight: bold;
    margin: 0 0 10px; }
  #toc_container .toc_list,
  .postIndex__list {
    margin: 0; }
  #toc_container .toc_list li,
  .postIndex__item {
    position: relative;
    line-height: 1.75;
    margin: 0 0 3px;
    padding-left: 15px; }
    @media screen and (max-width: 768px) {
      #toc_container .toc_list li,
      .postIndex__item {
        line-height: 1.5;
        margin: 0 0 5px; } }
    #toc_container .toc_list li:last-of-type,
    .postIndex__item:last-of-type {
      margin-bottom: 0; }
    #toc_container .toc_list li:before,
    .postIndex__item:before {
      content: "・";
      position: absolute;
      left: 0;
      top: 0; }

.postWriter {
  border: 1px solid #B5B5B6;
  border-radius: 5px;
  padding: 30px 40px;
  margin-top: 70px; }
  @media screen and (max-width: 768px) {
    .postWriter {
      margin-top: 35px;
      padding: 30px 20px; } }
  .postWriter__ttl, .postWriter__ttl_sp {
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .postWriter__ttl, .postWriter__ttl_sp {
        margin-bottom: 20px;
        font-size: 1.6rem; } }
  .postWriter__ttl_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .postWriter__ttl_sp {
        display: block; } }
  .postWriter__ttl {
    display: block; }
    @media screen and (max-width: 768px) {
      .postWriter__ttl {
        display: none; } }
  .postWriter__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .postWriter__pic {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .postWriter__pic {
        max-width: 80px;
        max-height: 80px;
        height: auto;
        margin-top: 50px;
        width: 28%;
        position: relative; }
      .postWriter__pic::before {
        content: "";
        padding-top: 100%;
        width: 100%;
        display: block; }
      .postWriter__pic img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .postWriter__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px; }
    @media screen and (max-width: 768px) {
      .postWriter__detail {
        padding-left: 20px;
        font-size: 1.4rem;
        width: 72%; } }
  .postWriter__name {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.625; }
  .postWriter__title {
    display: block; }
  .postWriter__title,
  .postWriter__company,
  .postWriter__post {
    word-wrap: break-word;
    word-break: break-all;
    font-size: 1.2rem;
    font-weight: bold; }
  .postWriter__company + .postWriter__post::before {
    content: " "; }
  .postWriter__title:last-of-type::after {
    white-space: pre;
    content: "\A"; }
  .postWriter__txt {
    line-height: 1.75; }
  .postWriter__link {
    text-decoration: underline !important;
    color: #00A29A !important;
    position: relative;
    font-size: 1.4rem;
    margin-top: 20px;
    display: inline-block;
    word-break: break-all; }
    .postWriter__link img {
      width: 10.5px;
      display: inline-block;
      margin-left: 8px;
      position: relative;
      top: -2px; }
  .postWriter__snslist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
  .postWriter__item {
    width: 42px;
    height: 42px;
    margin-right: 10px; }
  .postWriter__x {
    background: #000; }
    .postWriter__x img {
      height: 14px; }
  .postWriter__tw {
    background: #1DA1F2; }
    .postWriter__tw img {
      height: 13.6213px; }
  .postWriter__fb {
    background: #3A77EA; }
    .postWriter__fb img {
      height: 15.9701px; }
  .postWriter__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 100%;
    height: 100%; }
    .postWriter__btn:hover {
      opacity: 0.7; }
    .postWriter__btn img {
      display: block; }

.diariesListRightCont {
  width: 25%; }
  @media screen and (max-width: 768px) {
    .diariesListRightCont {
      width: 100%;
      margin-top: 70px; } }
  .diariesListRightCont__otherPost {
    margin-bottom: 50px; }
  .diariesListRightCont__otherPostListItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DCDDDD;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .diariesListRightCont__otherPostListItem:hover img {
      opacity: 0.7; }
  .diariesListRightCont__imgWrap {
    width: 36.36%; }
  .diariesListRightCont__otherPostTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 15px; }
  .diariesListRightCont__otherPostDate {
    display: block;
    font-size: 13px;
    margin: 10px 0 0 0; }
  .diariesListRightCont__cate {
    margin-bottom: 50px; }
  .diariesListRightCont__cateBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    height: 60px;
    border: 1px solid #9FA0A0;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url("../img/kiyota-diary/arrow_right.svg") right 20px center no-repeat;
    background-size: 5px; }
    .diariesListRightCont__cateBtn:hover {
      color: #FFF;
      text-decoration: none !important;
      background: url("../img/kiyota-diary/arrow_right2.svg") right 20px center no-repeat #006CB6;
      background-size: 5px;
      border: 1px solid #006CB6; }
  .diariesListRightCont__author {
    margin-bottom: 50px; }
  .diariesListRightCont .profile {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #CCC; }
  .diariesListRightCont__links + .diariesListRightCont__links {
    margin-top: 50px; }
  .diariesListRightCont__linksListItem {
    margin-bottom: 15px; }
    .diariesListRightCont__linksListItem a:hover img {
      opacity: .7; }
  .diariesListRightCont__linksListBtn {
    color: #FFF !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: 74px;
    border: 1px solid #006CB6;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 20px;
    align-content: center;
    align-items: center;
    background: url(../img/kiyota-diary/arrow_right2.svg) right 20px center no-repeat #006CB6;
    background-size: 5px; }
    .diariesListRightCont__linksListBtn:hover {
      text-decoration: none !important;
      color: #006CB6 !important;
      background: url(../img/kiyota-diary/arrow_right.svg) right 20px center no-repeat #FFF;
      background-size: 5px; }
  .diariesListRightCont__linksListImgBtn {
    border-radius: 5px; }
  .diariesListRightCont__samplePost {
    display: block;
    border: 1px solid #dcdddd;
    border-radius: 6px; }
  .diariesListRightCont__samplePost:hover .iariesListRightCont__samplePostThumb {
    opacity: .7; }
  .iariesListRightCont__samplePostThumb {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
  .iariesListRightCont__samplePostThumb img {
    width: 100%;
    height: auto;}
  .iariesListRightCont__samplePostContent {
    width: 100%;
    padding: 20px 20px 15px; }
  .iariesListRightCont__samplePostExcerpt {
    font-size: 1.4rem;
    line-height: 1.7; }
  .iariesListRightCont__samplePostDate {
    margin-top: 12px;
    line-height: 1.2;
    font-size: 1.4rem; }

/* 採用ヘッダー / 採用フッター --------------------------------------------------- */
.header_type_low .header__logo.header__logoRecruit {
  width: 430px; }
  @media screen and (max-width: 1230px) {
    .header_type_low .header__logo.header__logoRecruit {
      width: 380px; } }
  @media screen and (max-width: 1150px) {
    .header_type_low .header__logo.header__logoRecruit {
      width: 265px; } }

.header_type_low .header__logoImgRecruit {
  width: 430px; }
  @media screen and (max-width: 1230px) {
    .header_type_low .header__logoImgRecruit {
      width: 330px;
      height: auto; } }
  @media screen and (max-width: 1150px) {
    .header_type_low .header__logoImgRecruit {
      width: 100%; } }

@media screen and (min-width: 1151px) {
  .header.isScrolled .header__logoRecruit {
    width: 380px;
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    height: auto; } }
@media screen and (max-width: 1150px) {
  .header.isScrolled .header__logoRecruit {
    width: 265px; } }

@media screen and (max-width: 768px) {
  .gnavRecruit {
    background: rgba(58, 133, 175, 0.97) !important; } }
@media screen and (max-width: 768px) {
  .gnavRecruit__link_type_contact {
    color: #3A85AF !important; } }

.gnav__linkSp {
  display: none; }
  @media screen and (max-width: 768px) {
    .gnav__linkSp {
      display: block !important;
      font-weight: normal !important;
      padding: 20px 25px !important;
      font-size: 1.3rem; } }

.gnav__linkSp2 {
  display: none; }
  @media screen and (max-width: 768px) {
    .gnav__linkSp2 {
      display: block !important;
      padding: 20px 25px !important; } }

@media screen and (max-width: 768px) {
  .header.jsActive .humRecruit {
    background: #3A85AF !important; } }

.footerRecruit {
  border-top: 1px solid #E8EAF2; }
  .footerRecruit__inner {
    padding-top: 120px; }
    @media screen and (max-width: 768px) {
      .footerRecruit__inner {
        padding-top: 50px; } }
  .footerRecruit__info {
    margin: auto;
    width: 100%;
    padding: 0 !important;
    flex-basis: auto; }
  .footerRecruit__logo {
    width: 475px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .footerRecruit__logo {
        margin-bottom: 30px; } }
  .footerRecruit__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    /* Safari etc. */
    -ms-justify-content: center;
    /* IE10        */
    justify-content: center;
    width: 100%;
    padding: 45px 10px 0;
    margin: 0px auto 70px; }
    @media screen and (max-width: 768px) {
      .footerRecruit__list {
        padding: 40px 0 0;
        margin: 0px auto 40px; } }
  @media screen and (max-width: 768px) {
    .footerRecruit__item {
      width: 100%;
      text-align: center; } }
  .footerRecruit__link {
    margin: 0 20px;
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    position: relative; }
    .footerRecruit__link:hover {
      text-decoration: underline; }
    .footerRecruit__link:after {
      content: "";
      height: 100%;
      width: 1px;
      position: absolute;
      right: -20px;
      top: 0;
      background: #222222; }
      @media screen and (max-width: 768px) {
        .footerRecruit__link:after {
          content: none; } }
    @media screen and (max-width: 768px) {
      .footerRecruit__link {
        margin: 0;
        font-weight: normal;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 30px; } }
  .footerRecruit .noboder:after {
    content: none; }
  .footerRecruit__entryBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    color: #FFF;
    margin: 0 auto;
    width: 410px;
    height: 53px;
    background: #2ea7e0;
    background: linear-gradient(-45deg, #2ea7e0 0%, #006cb6 100%);
    justify-content: center;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative; }
    @media screen and (max-width: 768px) {
      .footerRecruit__entryBtn {
        width: 206px;
        height: 45px; } }
    .footerRecruit__entryBtn:after {
      content: "";
      display: block;
      width: 3.7px;
      height: 8.2px;
      background: url(../img/arrow_right_white.svg) no-repeat center center/cover;
      position: absolute;
      right: 20px;
      top: calc(50% - 4.1px); }
    .footerRecruit__entryBtn:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
      color: #006cb6;
      border: 1px solid #006cb6; }
      .footerRecruit__entryBtn:hover:after {
        background: url(../img/arrow_right_blue.svg) no-repeat center;
        background-size: cover;
        right: 20px; }
    .footerRecruit__entryBtn span {
      display: inline-block;
      margin-right: 5px; }
      @media screen and (max-width: 768px) {
        .footerRecruit__entryBtn span {
          display: none; } }
  .footerRecruit__bottom {
    height: 89px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    background: #006CB6;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .footerRecruit__bottom {
        height: 70px; } }
  .footerRecruit__copy {
    color: #FFF;
    font-size: 1.2rem;
    margin-left: auto; }
    @media screen and (max-width: 768px) {
      .footerRecruit__copy {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 1.4rem; } }
  .footerRecruit__Btn {
    position: fixed;
    bottom: 25px;
    left: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 172px;
    height: 40px;
    border: 1px solid #FFF;
    border-radius: 100px;
    background-color: #006CB6;
    color: #FFF;
    text-decoration: none;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .footerRecruit__Btn {
        display: none; } }
    .footerRecruit__Btn:hover {
      color: #006CB6;
      background: #FFF; }
  @media screen and (max-width: 768px) {
    .footerRecruit__img {
      display: none; } }
  .footerRecruit__imgSp {
    display: none; }
    @media screen and (max-width: 768px) {
      .footerRecruit__imgSp {
        display: block; } }
  .footerRecruit__icon {
    display: none; }
    @media screen and (max-width: 768px) {
      .footerRecruit__icon {
        display: block;
        width: 90px;
        margin: auto; } }

/* 採用下層タイトル部 --------------------------------------------------- */
.lowPageRecruit {
  padding-top: 35px; }
  @media screen and (max-width: 1150px) {
    .lowPageRecruit {
      padding-top: 88px; } }
  @media screen and (max-width: 768px) {
    .lowPageRecruit {
      padding-top: 12px; } }
  .lowPageRecruit__header {
    height: 310px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__header {
        height: 155px;
        padding-left: 25px; } }
  .lowPageRecruit__bg {
    height: 100%;
    background: url("../img/recruit/bg_ttl.png") center no-repeat;
    background-size: cover;
    width: calc(100% - 130px);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__bg {
        width: calc(100% - 25px);
        border-radius: 5px 0 0 5px; } }
  .lowPageRecruit__ttl {
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 25px 35px 25px 0;
    border-radius: 0 10px 10px 0; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__ttl {
        padding: 10px 20px 10px 0;
        border-radius: 0 5px 5px 0; } }
  .lowPageRecruit__ttlJp {
    font-weight: bold;
    font-size: 30px;
    display: block;
    letter-spacing: 2px;
    margin: 0 0 5px; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__ttlJp {
        font-size: 23px;
        margin: 0 0 2px; } }
  .lowPageRecruit__ttlEn {
    font-size: 13px;
    color: #969696;
    font-family: futura-pt;
    letter-spacing: 1px;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__ttlEn {
        font-size: 14px; } }
  .lowPageRecruit__imgSp {
    display: none; }
    @media screen and (max-width: 768px) {
      .lowPageRecruit__imgSp {
        display: block;
        width: 100%; } }

.breadcrumbRecruit {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .breadcrumbRecruit {
      display: none; } }
  .breadcrumbRecruit__list {
    float: right;
    margin-right: 20px; }

.recruitIntro {
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .recruitIntro {
      margin-top: 50px; } }

/* 採用共通 --------------------------------------------------- */
.recruit {
  margin-top: 107px;
  margin-bottom: 0; }
  @media screen and (max-width: 1150px) {
    .recruit {
      margin-top: 0; } }
  .recruit__ttl {
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    margin-bottom: 180px; }
    @media screen and (max-width: 768px) {
      .recruit__ttl {
        font-size: 1.2rem;
        padding-left: 30px;
        margin-bottom: 50px; } }
    .recruit__ttl:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 40px;
      height: 1px;
      background: #006CB6; }
      @media screen and (max-width: 768px) {
        .recruit__ttl:before {
          width: 20px; } }
  .recruit__subTtl {
    font-size: 2.8rem;
    font-weight: bold;
    border-left: 2px solid #006CB6;
    line-height: 1.643;
    padding: 5px 0 5px 30px;
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .recruit__subTtl {
        font-size: 2rem;
        line-height: 1.55;
        padding: 0 0 0 15px;
        margin: 0 0 15px; } }
    @media screen and (max-width: 768px) {
      .recruit__subTtl br {
        display: none; } }
  .recruit__subTtl_type_space {
    letter-spacing: -1px; }
  .recruit__morebtn {
    font-family: futura-pt;
    color: #222222;
    text-decoration: none;
    background: url("../img/recruit/icon_more.svg") left center no-repeat;
    background-size: 20px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-left: 25px; }
    .recruit__morebtn:hover {
      text-decoration: underline; }
      @media screen and (max-width: 768px) {
        .recruit__morebtn:hover {
          text-decoration: none; } }
    @media screen and (max-width: 768px) {
      .recruit__morebtn:after {
        content: "";
        display: block;
        width: 6px;
        height: 8.7px;
        background: url(../img/arrow_right_white.svg) no-repeat center center/cover;
        position: absolute;
        right: 20px;
        top: calc(50% - 4.3px); } }
    @media screen and (max-width: 768px) {
      .recruit__morebtn {
        width: 206px;
        height: 45px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        background: #006CB6;
        color: #FFF;
        border-radius: 100px;
        margin: auto;
        justify-content: center;
        align-items: center;
        padding: 0;
        position: relative;
        box-shadow: 8px 8px 10px -5px #e8e8e8; } }
  .recruit__morebtn2 {
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #006CB6;
    color: #FFF;
    border-radius: 100px;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    box-shadow: 8px 8px 10px -5px #e8e8e8;
    font-family: futura-pt;
    text-decoration: none !important; }
    @media screen and (max-width: 768px) {
      .recruit__morebtn2 {
        width: 206px;
        height: 45px; } }
    .recruit__morebtn2:hover {
      color: #006CB6;
      background: #FFF;
      border: 1px solid #006CB6; }
      .recruit__morebtn2:hover:after {
        background: url("../img/arrow_right_blue.svg") no-repeat center center/cover; }
    .recruit__morebtn2:after {
      content: "";
      display: block;
      width: 6px;
      height: 8.7px;
      background: url("../img/arrow_right_white.svg") no-repeat center center/cover;
      position: absolute;
      right: 20px;
      top: calc(50% - 4.3px); }
  .recruit .entxt:before {
    font-size: 18rem;
    font-family: futura-pt;
    color: #F1F3FA;
    line-height: 18rem;
    letter-spacing: 5px;
    position: absolute;
    right: 40px;
    top: -20px;
    font-weight: 500; }
    @media screen and (max-width: 1000px) {
      .recruit .entxt:before {
        font-size: 14rem;
        right: 20px;
        top: -30px; } }
    @media screen and (max-width: 768px) {
      .recruit .entxt:before {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 2px;
        right: 0;
        top: -8px; } }

/* 採用TOP --------------------------------------------------- */
.recruitMv {
  height: calc(100vh - 107px);
  overflow: hidden;
  position: relative;
  margin: auto;
  max-width: 1400px; }
  @media screen and (max-width: 1150px) {
    .recruitMv {
      height: calc(100vh - 58px);
      margin-top: 58px; } }
  @media screen and (max-width: 768px) {
    .recruitMv {
      margin-top: 0;
      max-height: 490px; } }
  .recruitMv__inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .recruitMv__catch {
    width: 35%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .recruitMv__catch {
        position: absolute;
        z-index: 1;
        width: 313px;
        left: calc(50% - 150px); } }
  .recruitMv__catchImg {
    max-width: 369px;
    display: block;
    margin: auto;
    width: 75.3%;
    position: relative;
    right: -2%; }
    @media screen and (max-width: 768px) {
      .recruitMv__catchImg {
        display: none; } }
  .recruitMv__catchImgSp {
    display: none; }
    @media screen and (max-width: 768px) {
      .recruitMv__catchImgSp {
        display: block; } }
  .recruitMv__slide {
    margin-right: 2.5%;
    width: 61.45%;
    max-width: 842px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .recruitMv__slide {
        width: 100%;
        margin: 0; } }
  .recruitMv__slider, .recruitMv__slider2, .recruitMv__slider3 {
    width: 27%; }
    @media screen and (max-width: 768px) {
      .recruitMv__slider, .recruitMv__slider2, .recruitMv__slider3 {
        width: 27.4%; } }
  .recruitMv__slider.slider_y, .recruitMv__slider2.slider_y, .recruitMv__slider3.slider_y {
    transform: scale(1, -1); }
  .recruitMv__item {
    margin-bottom: 5vw;
    border-radius: 7px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .recruitMv__item {
        border-radius: 4px; } }
  .recruitMv__item.item_y {
    transform: scale(1, -1); }

.recruitNews {
  margin: 150px 0 150px;
  position: relative; }
  .recruitNews:before {
    content: "RECRUITMENT"; }
  .recruitNews__detail {
    min-height: 220px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .recruitNews__header {
    width: 34.5%;
    display: inline-block;
    padding-right: 3%;
    box-sizing: border-box; }
  .recruitNews__subTtl {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.643; }
  .recruitNews__txt {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.875; }
  .recruitNews__detail .recruit__morebtn2 {
    position: absolute;
    top: 165px;
    left: 0; }
  @media screen and (max-width: 768px) {
    .recruitNews {
      margin: 50px 0; }
    .recruit .recruitNews.entxt:before {
      font-size: 5.4rem;
      line-height: 5.4rem; }
    .recruitNews__detail {
      min-height: inherit; }
    .recruitNews__header {
      width: 100%;
      padding: 0;
      display: block;
      margin-bottom: 20px; }
    .recruitNews__subTtl {
      width: 100%;
      font-size: 2.3rem;
      line-height: 1.522; }
    .recruitNews__subTtl br {
      display: none; }
    .recruitNews__txt {
      margin-top: 10px;
      font-size: 1.6rem;
      line-height: 1.875; }
    .recruitNews__detail .recruit__morebtn2 {
      margin-top: 30px;
      position: relative;
      top: inherit;
      left: inherit; } }
  .recruitNews__list {
    border-top: 1px solid #efefef;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    .recruitNews__link {
      color: inherit;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0;
      border-bottom: 1px solid #efefef;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .recruitNews__link:hover .recruitNews__head {
        text-decoration: underline; }
      .recruitNews__date {
        margin-right: 1em; }
      .recruitNews__cat {
        min-width: 88px;
        text-align: center;
        font-size: 1.4rem;
        color: #006cb6;
        padding: 5px 15px;
        border: 1px solid #006cb6;
        border-radius: 20px;
        line-height: 1; }
      .recruitNews__head {
        padding-left: 1em;
        width: calc(100% - 185px); }
    @media screen and (max-width: 768px) {
      .recruitNews__list {
        flex-basis: 100%;
        width: 100%; }
      .recruitNews__link {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 20px 0 15px 0; }
      .recruitNews__date {
        font-size: 1.2rem; }
      .recruitNews__cat {
        min-width: 60px;
        font-size: 1.0rem;
        padding: 3.5px 10px; }
      .recruitNews__head {
        width: 100%;
        font-size: 1.4rem;
        margin-top: 5px;
        padding-left: 0; } }


.recruitAbout {
  margin: 150px 0 200px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .recruitAbout {
      margin: 50px 0; } }
  .recruitAbout:before {
    content: "ABOUT US"; }
  .recruitAbout__detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    .recruitAbout__detail:first-of-type {
      margin-bottom: 75px; }
      @media screen and (max-width: 768px) {
        .recruitAbout__detail:first-of-type {
          margin-bottom: 40px; } }
    .recruitAbout__detail:last-of-type {
      margin-bottom: 70px; }
      @media screen and (max-width: 768px) {
        .recruitAbout__detail:last-of-type {
          margin-bottom: 40px; } }
  .recruitAbout__txt {
    line-height: 1.875;
    border-left: 1px solid #DCDDDD;
    padding-left: 5.3%;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 768px) {
      .recruitAbout__txt {
        padding: 0;
        border: none; } }
  .recruitAbout__subTtl {
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.643;
    width: 34.5%;
    display: inline-block;
    padding-right: 3%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .recruitAbout__subTtl {
        width: 100%;
        padding: 0;
        display: block;
        font-size: 2.3rem;
        line-height: 1.522;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1000px) {
      .recruitAbout__subTtl br {
        display: none; } }

.recruitInterview {
  position: relative; }
  .recruitInterview:before {
    content: "INTERVIEW"; }
  .recruitInterview__slideItem {
    padding: 0 10px;
    max-width: 373px; }
    @media screen and (max-width: 768px) {
      .recruitInterview__slideItem {
        padding: 0 7.5px;
        max-width: 290px; } }
  .recruitInterview__slideBottom {
    margin: 20px 0 70px; }
    @media screen and (max-width: 768px) {
      .recruitInterview__slideBottom {
        margin: 7.5px 0 40px; } }
  .recruitInterview__slideLink {
    display: block;
    text-decoration: none;
    position: relative;
    color: inherit;
    font-size: 0;
    line-height: 0; }
  .recruitInterview__slideLink:hover {
    text-decoration: none;
    opacity: 0.7; }
    .recruitInterview__slideImg {
      width: 100%;
      height: auto; }
    .recruitInterview__slideTag {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: .1em;
      writing-mode: vertical-lr;
      position: absolute;
      bottom: 57px;
      left: 15px; }
    .recruitInterview__slideName {
      font-family: futura-pt;
      font-size: 3.6rem;
      font-weight: 400;
      line-height: 1;
      letter-spacing: .1em;
      position: absolute;
      left: 12px;
      bottom: 15px; }
      @media screen and (max-width: 768px) {
        .recruitInterview__slideTag {
          font-size: 1.1rem;
          bottom: 47px;
          left: 13px; }
        .recruitInterview__slideName {
          font-size: 3rem;
          left: 10px;
          bottom: 12px; } }

.recruitMessage {
  background: #F1F3FA;
  margin-top: 140px;
  padding: 140px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .recruitMessage {
      margin-top: 50px;
      padding: 50px 0; } }
  @media screen and (max-width: 768px) {
    .recruitMessage:before {
      font-family: futura-pt;
      color: #F1F3FA;
      position: absolute;
      font-size: 6.5rem;
      line-height: 6.5rem;
      letter-spacing: 2px;
      content: "MESSAGE";
      color: #FFF !important;
      right: 0;
      top: 42px; } }
  .recruitMessage__detail {
    max-width: 610px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitMessage__detail {
        max-width: 100%; } }
  .recruitMessage__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.643; }
    @media screen and (max-width: 768px) {
      .recruitMessage__ttl {
        font-size: 2.3rem;
        line-height: 1.717;
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .recruitMessage__ttl br {
        display: none; } }
  .recruitMessage__txt {
    line-height: 1.875;
    margin: 30px 0 60px; }
    @media screen and (max-width: 768px) {
      .recruitMessage__txt {
        margin: 20px 0 30px; } }
  .recruitMessage__bg {
    background: url("../img/recruit/img_message.jpg") center no-repeat;
    background-size: cover;
    width: 41.5%;
    height: 540px;
    right: 0;
    bottom: 0;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .recruitMessage__bg {
        display: none; } }
    .recruitMessage__bg:before {
      content: "MESSAGE";
      color: #FFF !important;
      right: 10px;
      top: -89px !important; }
      @media screen and (max-width: 1000px) {
        .recruitMessage__bg:before {
          top: -99px !important; } }
      @media screen and (max-width: 768px) {
        .recruitMessage__bg:before {
          content: none; } }
  .recruitMessage__img {
    display: none; }
    @media screen and (max-width: 768px) {
      .recruitMessage__img {
        display: block; } }
    @media screen and (max-width: 768px) {
      .recruitMessage__img img {
        display: block;
        width: 100%; } }
  .recruitMessage .recruit__morebtn2 {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .recruitMessage .recruit__morebtn2 {
        margin-left: auto;
        margin-right: auto; } }

/* 採用会社概要 --------------------------------------------------- */
.recruitCompany {
  position: relative; }
  .recruitCompany:before {
    content: "CORPORATION";
    letter-spacing: -5px !important;
    top: -45px !important; }
    @media screen and (max-width: 768px) {
      .recruitCompany:before {
        top: -25px !important;
        letter-spacing: 1.5px !important;
        font-size: 4.5rem !important; } }
  .recruitCompany__ttl {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.719;
    letter-spacing: 2px;
    margin-bottom: 110px; }
    @media screen and (max-width: 768px) {
      .recruitCompany__ttl {
        font-size: 23px;
        line-height: 1.522;
        margin-bottom: 20px; } }
  .recruitCompany__inner {
    margin: 0 0 120px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCompany__inner {
        margin: 0 0 50px; } }
    .recruitCompany__inner:before {
      content: "";
      background: #F1F3FA;
      height: 325px;
      width: 50%;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 1000px) {
        .recruitCompany__inner:before {
          height: calc(100% - 110px);
          width: calc(100% - 70px);
          border-radius: 0 0 0 5px;
          left: auto;
          right: 0; } }
    .recruitCompany__inner:nth-child(odd):before {
      left: auto;
      right: 0; }
      @media screen and (max-width: 1000px) {
        .recruitCompany__inner:nth-child(odd):before {
          border-radius: 0 0 5px 0;
          right: auto;
          left: 0; } }
    .recruitCompany__inner:nth-child(odd) .recruitCompany__wrap {
      flex-direction: row-reverse; }
      .recruitCompany__inner:nth-child(odd) .recruitCompany__wrap:before {
        border-radius: 10px 0px 0px 10px;
        left: 110px; }
    .recruitCompany__inner:last-of-type:before {
      height: 520px; }
      @media screen and (max-width: 1000px) {
        .recruitCompany__inner:last-of-type:before {
          height: calc(100% - 110px);
          width: calc(100% - 70px); } }
    .recruitCompany__inner:last-of-type .recruitCompany__wrap:before {
      height: 520px; }
  .recruitCompany__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    padding-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .recruitCompany__wrap {
        padding-bottom: 40px; } }
    .recruitCompany__wrap:before {
      content: "";
      background: #F1F3FA;
      height: 325px;
      width: calc(50% - 110px);
      position: absolute;
      left: 50%;
      bottom: 0;
      border-radius: 0 10px 10px 0; }
      @media screen and (max-width: 768px) {
        .recruitCompany__wrap:before {
          content: none; } }
  .recruitCompany__img {
    width: 43.637%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCompany__img {
        width: 100%;
        margin: 0 0 20px; } }
  .recruitCompany__detail {
    width: 550px;
    width: 50%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCompany__detail {
        width: 100%; } }
  .recruitCompany__txt {
    line-height: 1.875;
    letter-spacing: -1px; }
  .recruitCompany__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    .recruitCompany__list:nth-of-type(2) {
      padding: 30px 0;
      margin: 30px 0;
      border-top: 1px solid #DCDDDD;
      border-bottom: 1px solid #DCDDDD; }
  .recruitCompany__number {
    width: 8.4%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-family: futura-pt;
    background: #006CB6;
    color: #FFF;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 500;
    border-radius: 5px; }
  .recruitCompany__item {
    width: 87.195%; }
  .recruitCompany__jobIcon {
    margin: .5em 1em 0 0;
    padding: 5px 10px;
    border: 1px solid #006CB6;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 600;
    color: #006CB6;
    font-style: normal; }

.recruitOther {
  margin-bottom: 180px; }
  @media screen and (max-width: 768px) {
    .recruitOther {
      margin-bottom: 100px; } }
  .recruitOther__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .recruitOther__item {
    width: calc(100% / 3 - 20px); }
    @media screen and (max-width: 768px) {
      .recruitOther__item {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .recruitOther__item:nth-of-type(2) {
        margin: 30px 0; } }
  .recruitOther__link {
    color: #222222;
    text-decoration: none !important; }
    .recruitOther__link .recruit__subTtl {
      font-size: 1.6rem;
      line-height: 1.6rem;
      font-weight: normal;
      padding: 0 0 0 10px;
      margin: 20px 0 0; }
      @media screen and (max-width: 768px) {
        .recruitOther__link .recruit__subTtl {
          font-size: 1.8rem;
          line-height: 1.8rem;
          font-weight: bold; } }
    .recruitOther__link:hover {
      opacity: 0.7; }

.recruitInterview_type_bottom {
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .recruitInterview_type_bottom {
      margin-bottom: 50px; } }

/* 採用メッセージ --------------------------------------------------- */
.recruitPresMessage__mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 200px; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__mv {
      margin-bottom: 30px; } }
.recruitPresMessage__pic {
  right: 0;
  top: 0;
  width: 69.5%;
  float: right; }
  @media screen and (max-width: 900px) {
    .recruitPresMessage__pic {
      width: 100%;
      float: none; } }
  .recruitPresMessage__pic img {
    width: 100%;
    display: block; }
.recruitPresMessage__lead {
  position: absolute;
  left: 0;
  margin-top: 50px; }
  @media screen and (max-width: 900px) {
    .recruitPresMessage__lead {
      position: static;
      margin: 0; } }
.recruitPresMessage__Inner_type_bg {
  position: relative; }
  .recruitPresMessage__Inner_type_bg:before {
    content: "";
    background: url("../img/recruit/message/bg_message.svg") no-repeat;
    background-size: 360px;
    width: 360px;
    height: 532px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: -20px; }
    @media screen and (max-width: 768px) {
      .recruitPresMessage__Inner_type_bg:before {
        background-size: 190px;
        width: 190px;
        height: 288px;
        right: -25px;
        top: 40px; } }
.recruitPresMessage__ttl {
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 3px; }
  @media screen and (max-width: 900px) {
    .recruitPresMessage__ttl {
      font-size: 23px;
      letter-spacing: 0; } }
  @media screen and (max-width: 900px) {
    .recruitPresMessage__ttl br {
      display: none; } }
.recruitPresMessage__ttlInner {
  display: inline-block;
  background: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  padding: 3px 0; }
  @media screen and (max-width: 900px) {
    .recruitPresMessage__ttlInner {
      padding: 0;
      display: inline; } }
@media screen and (max-width: 900px) {
  .recruitPresMessage__name {
    display: none; } }
.recruitPresMessage__nameInner {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin: 10px 0 0 0; }
.recruitPresMessage__box {
  margin: 0 0 130px; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__box {
      margin: 0 0 50px; } }
.recruitPresMessage__subTtl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px; }
.recruitPresMessage__txt {
  line-height: 2.125; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__txt {
      line-height: 1.75; } }
.recruitPresMessage__txt_type_space {
  margin: 0 0 50px; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__txt_type_space {
      margin: 0 0 35px; } }

.recruitPresMessage__imgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start; }
.recruitPresMessage__imgbox .recruitPresMessage__imgbox-txtwrap {
  width: calc(100% - 410px); }
.recruitPresMessage__imgbox .recruitPresMessage__img {
  width: 350px;
  margin-right: 0;
  margin-left: auto; }
@media screen and (max-width: 768px) {
  .recruitPresMessage__imgbox .recruitPresMessage__imgbox-txtwrap,
  .recruitPresMessage__imgbox .recruitPresMessage__img {
    width: 100%; } }


.recruitPresMessage__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  margin: 0 0 130px; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__list {
      margin: 0 0 50px; } }
.recruitPresMessage__item {
  width: calc(100% / 3);
  padding: 0 35px 35px;
  border-right: 1px solid #DCDBDB;
  border-bottom: 1px solid #DCDBDB; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__item {
      width: 100%;
      padding: 0;
      border-right: 0;
      padding: 0 0 15px; } }
  .recruitPresMessage__item:first-of-type {
    padding-left: 0; }
  @media screen and (max-width: 768px) {
    .recruitPresMessage__item:nth-of-type(2) {
      margin: 30px 0; } }
  .recruitPresMessage__item .recruitPresMessage__subTtl {
    border-bottom: 1px solid #DCDBDB;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .recruitPresMessage__item .recruitPresMessage__subTtl {
        padding-bottom: 15px;
        margin-bottom: 15px; } }

/* 採用インタビュー一覧 --------------------------------------------------- */
.recruitInterviewList {
  margin-bottom: 120px;
  position: relative; }
  .recruitInterviewList .recruit__subTtl a {
    color: #222222;
    text-decoration: none; }
    .recruitInterviewList .recruit__subTtl a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .recruitInterviewList {
      margin-bottom: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .recruitInterviewList:first-of-type {
      margin-top: 50px; } }
  .recruitInterviewList:last-of-type {
    margin-bottom: 140px; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList:last-of-type {
        margin-bottom: 50px; } }
  .recruitInterviewList .recruit__subTtl,
  .recruitInterviewList .recruit__morebtn {
    position: relative; }
  .recruitInterviewList:before {
    content: "";
    background: #F1F3FA;
    width: calc(50% + 440px);
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 75px);
    border-radius: 0 0 0 10px; }
    @media screen and (max-width: 1150px) {
      .recruitInterviewList:before {
        width: calc(100% - 110px); } }
    @media screen and (max-width: 768px) {
      .recruitInterviewList:before {
        width: calc(100% - 75px); } }
  .recruitInterviewList__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList__inner {
        display: block; } }
  .recruitInterviewList__detail {
    width: 550px;
    min-height: 370px;
    padding: 0 0 0 75px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList__detail {
        width: 100%;
        padding: 0;
        margin-top: 25px;
        min-height: auto; } }
  .recruitInterviewList__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative;
    padding-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList__img {
        padding-bottom: 20px; } }
    .recruitInterviewList__img:hover img {
      opacity: .7; }
    .recruitInterviewList__img img {
      border-radius: 4px;
      display: block;
      position: relative; }
  .recruitInterviewList__nameWrap {
    position: relative;
    margin: 20px 0 30px;
    line-height: 1.875; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList__nameWrap {
        margin: 20px 0 10px;
        line-height: 1.75; } }
  .recruitInterviewList__name {
    display: block;
    font-family: futura-pt;
    font-size: 30px;
    font-weight: 400; }
  .recruitInterviewList:nth-child(even):before {
    right: auto;
    left: 0;
    border-radius: 0 0 10px 0; }
  .recruitInterviewList:nth-child(even) .recruitInterviewList__inner {
    flex-direction: row-reverse; }
  .recruitInterviewList:nth-child(even) .recruitInterviewList__detail {
    padding: 0 75px 0 0; }
    @media screen and (max-width: 768px) {
      .recruitInterviewList:nth-child(even) .recruitInterviewList__detail {
        padding: 0; } }

.recruitInterviewIndex {
  padding-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewIndex {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
.recruitInterview_types {
  margin: -10px -10px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .recruitInterview_typeItem {
    width: calc(25% - 20px);
    margin: 10px;
  }
  .recruitInterview_type {
    width: 100%;
    display: block;
    padding: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #006CB6;
    border: 1px solid #006CB6;
    background: #fff;
    border-radius: 99px;
  }
  .recruitInterview_type:hover,
  .recruitInterview_type.active {
    background: #006CB6;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .recruitInterview_types {
      margin: -5px -5px 25px;
    }
    .recruitInterview_typeItem {
      width: calc(50% - 10px);
      margin: 5px;
    }
    .recruitInterview_type {
      padding: 4px;
      font-size: 1.1rem;
      line-height: 1.5;
    }
  }
.recruitInterviewItems {
  margin: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.5s; }
  .recruitInterviewItems:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
  }
  .recruitInterviewItems.show:after {
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  .recruitInterviewItems.hide:after {
    opacity: 1;
    transition: none;
    z-index: 2;
    transition: all 0.5s;
  }
  .recruitInterviewItem {
    width: calc(50% - 60px);
    margin: 30px;
    position: relative;
    z-index: 1;
  }
  .recruitInterviewItem.hide {
    transition: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    display: none;
  }
  .recruitInterviewItem__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .recruitInterviewItem__fig {
    width: 100%;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .recruitInterviewItem__img {
    width: 100%;
    height: auto;
  }
  .recruitInterviewItem__detail {
    margin-top: 30px;
  }
  .recruitInterviewItem__Txts {
    margin-bottom: 20px;
  }
  .recruitInterviewItem__copy {
    padding-left: 20px;
    border-left: 2px solid #006CB6;
    font-size: 2.4rem;
    line-height: 1.643;
    font-weight: 700;
  }
  .recruitInterviewItem__tags {
    margin: -5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .recruitInterviewItem__tag {
    width: auto;
    display: block;
    min-width: 165px;
    margin: 5px;
    padding: 6px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: #006CB6;
    border: 1px solid #006CB6;
    background: #fff;
    border-radius: 99px;
  }
  .recruitInterviewItem__nameWrap {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .recruitInterviewItem__name {
    font-family: futura-pt;
    font-size: 3rem;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1;
    vertical-align: bottom;
  }
  .recruitInterviewItem__nameJoin {
    font-size: 1.6rem;
    margin-left: 1em;
    line-height: 22px;
    vertical-align: bottom;
  }
  .recruitInterviewItem__nameEdu {
    width: 100%;
    margin-bottom: 10px;
  }
  .recruitInterviewItem__link:hover .recruitInterviewItem__fig {
    opacity: .7;
  }
  .recruitInterviewItem__link:hover .recruitInterviewItem__copy {
    text-decoration: underline;
  }
  .recruitInterviewItem__link:hover .recruitInterviewItem__tag {
    background: #006CB6;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .recruitInterviewItems {
      margin: -15px -7px;
    }
    .recruitInterviewItem {
      width: calc(50% - 15px);
      margin: 15px 7px;
    }
    .recruitInterviewItem__fig {
      border-radius: 5px;
    }
    .recruitInterviewItem__detail {
      margin-top: 14px;
    }
    .recruitInterviewItem__Txts {
      margin-bottom: 15px;
    }
    .recruitInterviewItem__copy {
      padding-left: 9px;
      font-size: 1.5rem;
    }
    .recruitInterviewItem__copy br {
      display: none;
    }
    .recruitInterviewItem__tags {
      margin: -5px;
    }
    .recruitInterviewItem__tag {
      min-width: 80px;
      margin: 5px;
      padding: 3px;
      font-size: 1rem;
    }
    .recruitInterviewItem__nameWrap {
      margin-top: 8px;
    }
    .recruitInterviewItem__name {
      font-size: 2rem;
      letter-spacing: 1px;
    }
    .recruitInterviewItem__nameJoin {
      font-size: 1rem;
      margin-left: 1em;
      line-height: 16px;
    }
    .recruitInterviewItem__nameEdu {
      font-size: 1rem;
      margin-bottom: 6px;
    }
    .recruitInterviewItem__nameEdu .edu {
      display: none;
    }
  }

/* 採用インタビュー詳細 --------------------------------------------------- */
.recruitInterviewDetail__mv {
  position: relative;
  overflow: hidden;
  margin: 0 0 80px; }
.recruitInterviewDetail__pic {
  width: 71.37%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__pic {
      width: 100%;
      position: relative;
      margin: 25px 0 0 0; } }
.recruitInterviewDetail__lead {
  padding-top: 65px;
  line-height: 1.875; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__lead {
      padding-top: 0;
      line-height: 1.522; } }
.recruitInterviewDetail__tag {
  width: 165px;
  height: 36px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #006CB6;
  border: 1px solid #006CB6;
  background: #fff;
  border-radius: 99px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__tag {
      width: 100px;
      height: 26px;
      margin-bottom: 25px;
      font-size: 1.2rem; } }
.recruitInterviewDetail__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__ttl {
      font-size: 2.3rem;
      letter-spacing: 0;
      margin: 0 0 20px; } }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__ttl br {
      display: none; } }
.recruitInterviewDetail__nameInner {
  font-family: futura-pt;
  display: block;
  font-size: 3rem;
  letter-spacing: 2px;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__nameInner {
      font-size: 2.5rem;
      margin-top: 10px; } }
.recruitInterviewDetail__subttl {
  font-size: 2.8rem;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__subttl {
      font-size: 2rem;
      letter-spacing: 0;
      align-items: flex-start; } }
.recruitInterviewDetail__subttlInner {
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%; }
.recruitInterviewDetail__number {
  color: #006CB6;
  font-family: futura-pt;
  font-weight: 300;
  font-size: 6.1rem;
  letter-spacing: 6px;
  position: relative;
  margin-right: 30px;
  padding-right: 25px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__number {
      font-size: 3rem;
      width: 45px;
      margin-right: 15px;
      padding: 0;
      letter-spacing: 2px;
      top: -4px; } }
  .recruitInterviewDetail__number:after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    height: 45px;
    width: 1px;
    background: #006CB6; }
    @media screen and (max-width: 768px) {
      .recruitInterviewDetail__number:after {
        top: 8px;
        height: 25px; } }
.recruitInterviewDetail__txt {
  line-height: 2.125;
  margin: 0 0 80px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__txt {
      line-height: 1.75;
      margin: 0 0 40px; } }
  .recruitInterviewDetail__txt:last-of-type {
    margin-bottom: 140px; }
  .recruitInterviewDetail__txt .red {
    color: #e60012; }
.recruitInterviewDetail__img {
  margin: 0 0 80px; }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__img {
      margin: 0 0 50px; } }
  .recruitInterviewDetail__img:last-of-type {
    margin-bottom: 140px; }
    @media screen and (max-width: 768px) {
      .recruitInterviewDetail__img:last-of-type {
        margin-bottom: 50px; } }

.recruitInterviewDetail__grownup {
  margin: 130px 0;
  overflow: hidden; }
  .recruitInterviewDetail__grownupInn {
    padding: 60px 50px;
    background: #F1F3FA url(../img/recruit/interview/bg_grownup.svg) no-repeat left 35px center/350px;
    border-radius: 10px;
  }
  .recruitInterviewDetail__grownupTtl {
    width: calc(100% - 80px);
    margin-bottom: 30px;
    font-family: futura-pt;
    font-size: 5rem;
    letter-spacing: .05em;
    font-weight: 300;
    line-height: 1;
    color: #006CB6;
  }
  .recruitInterviewDetail__grownupBody {
    position: relative;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListWrap {
    margin: 0 -50px -10px;
    padding-bottom: 10px;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm {
    width: 260px;
    min-height: 153px;
    margin-right: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 108, 182, .2);
    box-sizing: border-box;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm:first-child {
    margin-left: 50px;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm:last-child {
    margin-right: 50px;
  }
  .recruitInterviewDetail__grownupItmHead {
    padding-left: 10px;
    border-left: 2px solid #006CB6;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 3.5em;
  }
  .recruitInterviewDetail__grownupItmHead--join {
    display: inline-block;
    width: 40px;
    height: 21px;
    padding-top: 1px;
    margin-left: 14px;
    font-size: 1.2rem;
    line-height: 21px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #006CB6;
    position: relative;
    top: -2px;
  }
  .recruitInterviewDetail__grownupItmTxt {
    font-size: 1.6rem;
    line-height: 1.75;
    min-height: 3.5em;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListBtn {
    width: 30px;
    height: 30px;
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    background: url(../img/recruit/icon_more.svg) no-repeat center/contain;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListBtn--prev {
    right: 40px;
    transform: rotate(180deg);
  }
  .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListBtn.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
  }
  @media screen and (max-width: 768px) {
    .recruitInterviewDetail__grownup {
      margin: 50px -25px;
      padding-left: 25px;
    }
    .recruitInterviewDetail__grownupInn {
      padding: 25px;
      background-position: left 17px;
      background-size: 260px;
      border-radius: 5px;
    }
    .recruitInterviewDetail__grownupTtl {
      width: 100%;
      margin-bottom: 10px;
      font-size: 2.5rem;
      line-height: 1.2;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListWrap {
      margin: 0 -25px -10px;
      padding-bottom: 10px;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm {
      width: 245px;
      min-height: 130px;
      margin-right: 25px;
      padding: 20px;
      border-radius: 5px;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm:first-child {
      margin-left: 25px;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupItm:last-child {
      margin-right: 25px;
    }
    .recruitInterviewDetail__grownupItmHead {
      padding-left: 15px;
      border-width: 1px;
      font-size: 1.6rem;
      line-height: 1.56;
      margin-bottom: 13px;
      min-height: 3.12em;
    }
    .recruitInterviewDetail__grownupItmHead--join {
      width: 39px;
      height: 20px;
      padding: 0;
      margin-left: 9px;
      font-size: 1.2rem;
      line-height: 20px;
      border-radius: 2px;
      top: -2px;
    }
    .recruitInterviewDetail__grownupItmTxt {
      font-size: 1.2rem;
      line-height: 1.66;
      min-height: 3.32em;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListBtn {
      width: 40px;
      height: 40px;
      z-index: 2;
      top: -20px;
      right: -15px;
    }
    .recruitInterviewDetail__grownup .recruitInterviewDetail__grownupListBtn--prev {
      right: inherit;
      left: -45px;
    }
  }
  @media screen and (min-width: 980px) {
    .recruitInterviewDetail__grownupBody--3col .recruitInterviewDetail__grownupListBtn {
      display: none;
    }
  }
  @media screen and (min-width: 590px) {
    .recruitInterviewDetail__grownupBody--2col .recruitInterviewDetail__grownupListBtn {
      display: none;
    }
  }
  .recruitInterviewDetail__grownupBody--1col .recruitInterviewDetail__grownupListBtn {
    display: none;
  }
.recruitSchedule {
  margin-bottom: 130px;
  position: relative; }
  .recruitSchedule:before {
    content: "SCHEDULE";
  }
  .recruitSchedule__inn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .recruitSchedule__itm {
    width: 50%;
  }
  .recruitSchedule__itmOneday {
    width: calc(50% - 50px);
  }
  .recruitSchedule__itmTtlEn {
    font-family: futura-pt;
    font-size: 2rem;
    letter-spacing: .075em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
    color: #F1F3FA;
  }
  .recruitSchedule__itmTtl {
    font-size: 2rem;
    letter-spacing: .1em;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .recruitSchedule__itmListDl {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .recruitSchedule__itmListDl:first-child::before,
  .recruitSchedule__itmListDl::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, rgb(137, 137, 137), rgb(137, 137, 137) 10px, transparent 10px, transparent 18px);
    background-size: 18px 1px;
    background-position: left;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .recruitSchedule__itmListDl:first-child::before {
    bottom: inherit;
    top: 0;
  }
  .recruitSchedule__itmListDt {
    width: 85px;
    font-family: futura-pt;
    font-size: 3rem;
    letter-spacing: .05em;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    color: #006CB6;
  }
  .recruitSchedule__itmListDd {
    width: calc(100% - 110px);
    font-size: 1.6rem;
  }
  .recruitSchedule__itmBox {
    padding: 30px;
    border: 1px solid #9fa0a0;
    border-radius: 10px;
  }
  .recruitSchedule__itmBoxFig {
    width: 100%;
    border-radius: 5px;
    font-size: 0;
    overflow: hidden;
  }
  .recruitSchedule__itmBoxImg {
    width: 100%;
    height: auto;
  }
  .recruitSchedule__itmBoxTxt {
    margin-bottom: -3px;
    font-size: 1.6rem;
    line-height: 2.1;
  }
  * + .recruitSchedule__itmBoxTxt {
    margin-top: 20px;
  }
  @media screen and (max-width: 768px) {
    .recruitSchedule {
      margin-bottom: 75px;
    }
    .recruitSchedule__inn {
      display: block;
    }
    .recruitSchedule__itm {
      width: 100%;
    }
    .recruitSchedule__itmOneday {
      width: 100%;
      margin-bottom: 50px;
    }
    .recruitSchedule__itmTtlEn {
      font-size: 2rem;
      margin-bottom: 7px;
    }
    .recruitSchedule__itmTtl {
      font-size: 2rem;
      margin-bottom: 15px;
    }
    .recruitSchedule__itmListDl {
      padding: 15px 0;
    }
    .recruitSchedule__itmListDl:first-child::before,
    .recruitSchedule__itmListDl::after {
      background-image: linear-gradient(to right, rgb(137, 137, 137), rgb(137, 137, 137) 5px, transparent 5px, transparent 9px);
      background-size: 9px 1px;
    }
    .recruitSchedule__itmListDt {
      width: 50px;
      font-size: 2rem;
    }
    .recruitSchedule__itmListDd {
      width: calc(100% - 70px);
    }
    .recruitSchedule__itmBox {
      padding: 25px;
      border-radius: 5px;
    }
    .recruitSchedule__itmBoxFig {
      border-radius: 3px;
    }
    .recruitSchedule__itmBoxTxt {
      margin-bottom: -3px;
      font-size: 1.6rem;
      line-height: 1.875;
    }
    * + .recruitSchedule__itmBoxTxt {
      margin-top: 15px;
    }
  }

/* 採用会社概要 --------------------------------------------------- */
.recruitCorp {
  position: relative; }
  .recruitCorp:before {
    content: "COMPANY";
    letter-spacing: -5px !important;
    top: -45px !important; }
    @media screen and (max-width: 768px) {
      .recruitCorp:before {
        top: -25px !important;
        letter-spacing: 1.5px !important;
        font-size: 4.5rem !important; } }
  .recruitCorp:after {
    content: "";
    background: #F1F3FA;
    width: calc(50% + 450px);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 220px;
    border-radius: 0 0 10px 0;
    z-index: -1; }
    @media screen and (max-width: 1150px) {
      .recruitCorp:after {
        width: calc(100% - 110px); } }
    @media screen and (max-width: 980px) {
      .recruitCorp:after {
        height: 50%; } }
    @media screen and (max-width: 768px) {
      .recruitCorp:after {
        width: calc(100% - 75px);
        height: calc(100% - 215px); } }
  .recruitCorp__ttl {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.719;
    letter-spacing: 2px;
    margin-bottom: 110px; }
    @media screen and (max-width: 768px) {
      .recruitCorp__ttl {
        font-size: 23px;
        line-height: 1.522;
        margin-bottom: 20px; } }
  .recruitCorp__inner {
    margin: 0 0 100px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCorp__inner {
        margin: 0 0 50px; } }
  .recruitCorp__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    padding-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .recruitCorp__wrap {
        padding-bottom: 40px;
        flex-direction: column-reverse; } }
  .recruitCorp__img {
    width: 43.637%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCorp__img {
        width: 100%;
        margin: 0 0 20px; } }
  .recruitCorp__detail {
    width: 550px;
    width: 50%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .recruitCorp__detail {
        width: 100%; } }
  .recruitCorp__txt {
    line-height: 1.875; }
  .recruitCorp__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-top: 1px solid #DDDDDD; }
  .recruitCorp__item {
    width: calc(100% - 200px);
    -webkit-flex-basis: calc(100% - 200px);
    -ms-flex-preferred-size: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
    line-height: 1.938; }
    .recruitCorp__item a {
      color: #222222 !important; }
  .recruitCorp__itemTitle {
    width: 200px;
    font-weight: 600; }
  .recruitCorp__map {
    margin: 20px 0 10px; }
    .recruitCorp__map iframe {
      width: 100%;
      height: 300px; }

.recruit_data {
  padding-bottom: 140px; }
  @media screen and (max-width: 768px) {
    .recruit_data {
      padding-bottom: 50px; } }
  .recruit_data h3 {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .recruit_data h3 {
        margin-top: 50px; } }

/* 採用アクセス --------------------------------------------------- */
.recruitAccess {
  position: relative;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .recruitAccess {
      padding-bottom: 0px; } }
  .recruitAccess:before {
    content: "ACCESS MAP";
    letter-spacing: -5px !important;
    top: -45px !important; }
    @media screen and (max-width: 768px) {
      .recruitAccess:before {
        top: -25px !important;
        letter-spacing: 1.5px !important;
        font-size: 4.5rem !important; } }
  .recruitAccess__lead {
    position: relative; }
    .recruitAccess__lead:after {
      content: "";
      background: #F1F3FA;
      width: calc(50% + 450px);
      position: absolute;
      right: 0;
      bottom: 18px;
      height: calc(50% + 50px);
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .recruitAccess__lead:after {
          width: calc(100% - 70px);
          right: auto;
          bottom: 0;
          height: calc(100% - 100px);
          left: 0;
          border-radius: 0 0 10px 0; } }
  .recruitAccess__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .recruitAccess__inner {
        margin-bottom: 50px; } }
  .recruitAccess__mapPic {
    width: 45.46%;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      .recruitAccess__mapPic {
        width: 100%; } }
  .recruitAccess__detail {
    width: 48.2%; }
    @media screen and (max-width: 768px) {
      .recruitAccess__detail {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 50px; } }
  .recruitAccess__txt {
    line-height: 1.875; }
    .recruitAccess__txt:nth-child(2) {
      margin: 30px 0; }
      @media screen and (max-width: 768px) {
        .recruitAccess__txt:nth-child(2) {
          margin: 20px 0; } }
  .recruitAccess__mapWrap {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .recruitAccess__mapWrap {
        margin-bottom: 50px; } }
    .recruitAccess__mapWrap iframe {
      width: 100%;
      height: 400px; }
      @media screen and (max-width: 768px) {
        .recruitAccess__mapWrap iframe {
          height: 180px; } }
  .recruitAccess__mapLink {
    color: #222222;
    display: block;
    margin: 10px 0 0 0; }
  .recruitAccess__maps {
    position: relative; }
    .recruitAccess__maps:after {
      content: "";
      background: #F1F3FA;
      width: calc(50% + 450px);
      position: absolute;
      left: 0;
      top: 25px;
      height: calc(50% + 50px);
      z-index: -1;
      border-radius: 0 10px 0 0; }
      @media screen and (max-width: 768px) {
        .recruitAccess__maps:after {
          width: calc(100% - 75px);
          top: 15px; } }
  .recruitAccess__address {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .recruitAccess__address {
        margin-bottom: 15px; } }

/* お知らせ一覧 --------------------------------------------------- */
.newsList__inner {
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 140px; }
  @media screen and (max-width: 768px) {
    .newsList__inner {
      padding: 0 25px 50px; } }
.newsList__resultTtl {
  font-size: 1.8rem;
  font-weight: bold;
  background: url("../img/kiyota-diary/icon_search.svg") left top 4px no-repeat;
  background-size: 20px;
  padding: 0 0 30px 30px; }
  @media screen and (max-width: 768px) {
    .newsList__resultTtl {
      padding: 0 0 30px 30px; } }
.newsList__list {
  border-top: 1px solid #EFEFEF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0; }
  .newsList__list:last-of-type {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .newsList__list:last-of-type {
        margin-bottom: 45px; } }
.newsList__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-family: futura-pt;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .newsList__title {
      width: 100%;
      margin-bottom: 10px; } }
.newsList__date {
  width: 105px;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .newsList__date {
      width: 100px; } }
.newsList__category {
  min-width: calc(7em + 18px);
  border: 1px solid #006CB6;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  text-decoration: none;
  padding: 1px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 1px;
  color: #006CB6 !important;
  cursor: pointer; }
  .newsList__category:hover {
    color: #FFF !important;
    background: #006CB6; }
.newsList__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding-left: 15px; }
  @media screen and (max-width: 768px) {
    .newsList__item {
      padding: 0;
      width: 100%; } }
  .newsList__item a {
    color: #222222;
    text-decoration: none;
    line-height: 25px; }
    .newsList__item a:hover {
      text-decoration: underline; }

/* お知らせ詳細 --------------------------------------------------- */
.newsDetail {
  margin: 0; }
  .newsDetail__inner {
    padding: 0 30px 140px 30px;
    max-width: 830px; }
    @media screen and (max-width: 768px) {
      .newsDetail__inner {
        padding: 0 25px 50px; } }
  .newsDetail__ttl {
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .newsDetail__ttl {
        font-size: 2.5rem; } }
  .newsDetailContent h2,
  .newsDetail__h2Ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: bold;
    border-left: 3px solid #006CB6;
    padding-left: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .newsDetailContent h2,
      .newsDetail__h2Ttl {
        font-size: 2rem;
        margin-bottom: 20px; } }
  .newsDetailContent h3,
  .newsDetail__h3Ttl {
    font-size: 1.8rem;
    line-height: 1.667;
    font-weight: bold;
    padding: 12px 20px;
    background: #F1F3FA;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .newsDetailContent h3,
      .newsDetail__h3Ttl {
        font-size: 1.6rem;
        margin-bottom: 20px; } }
  .newsDetail__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 60px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .newsDetail__list {
        margin: 20px 0 40px; } }
  .newsDetail__date {
    margin-right: 15px; }
  .newsDetail__category {
    min-width: calc(7em + 18px);
    border: 1px solid #006CB6;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
    padding: 0 1px 2px;
    margin: 5px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 1px;
    color: #006CB6 !important;
    cursor: pointer; }
    .newsDetail__category:hover {
      color: #FFF !important;
      background: #006CB6; }
  .newsDetailContent p,
  .newsDetail__txt {
    line-height: 1.75; }
  .newsDetailContent p,
  .newsDetail__txt_type_space1 {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .newsDetailContent p,
      .newsDetail__txt_type_space1 {
        margin-bottom: 35px; } }
  .newsDetailContent .wp-block-image,
  .newsDetailContent .wp-block-embed,
  .newsDetail__txt_type_space2, .newsDetail__img {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .newsDetailContent .wp-block-image,
      .newsDetailContent .wp-block-embed,
      .newsDetail__txt_type_space2, .newsDetail__img {
        margin-bottom: 20px; } }
  .newsDetailContent p + .wp-block-image,
  .newsDetailContent p + .wp-block-embed {
    margin-top: -20px; }
  .newsDetailContent .wp-block-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px; }

/* プライバシーポリシー --------------------------------------------------- */
.privacypolicy {
  margin: 0; }
  .privacypolicy__inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 145px; }
    @media screen and (max-width: 768px) {
      .privacypolicy__inner {
        padding: 0 25px 50px; } }
  .privacypolicy__block {
    margin-top: 60px; }
  .privacypolicy__block + .privacypolicy__block {
    padding-top: 60px;
    border-top: 1px solid #ccc; }
    @media screen and (max-width: 768px) {
      .privacypolicy__block {
        margin-top: 0; }
      .privacypolicy__block + .privacypolicy__block {
        margin-top: 40px;
        padding-top: 40px; } }
  .privacypolicy__blockHead {
    font-size: 3rem;
    line-height: 1.364;
    margin-bottom: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .privacypolicy__blockHead {
        font-size: 2.2rem;
        margin-bottom: 10px; } }
  .privacypolicy__blockTxt {
    line-height: 1.75; }
  .privacypolicy__ttl {
    font-size: 2.2rem;
    line-height: 1.364;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px; }
    .privacypolicy__blockHead + .privacypolicy__ttl {
      margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .privacypolicy__ttl {
        font-size: 2rem;
        margin-bottom: 10px; }
      .privacypolicy__blockHead + .privacypolicy__ttl {
        margin-top: 30px; } }
  .privacypolicy__txt {
    line-height: 1.75;
    padding: 0 0 0 50px;
    margin: 0 0 50px; }
    .privacypolicy__txt:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .privacypolicy__txt {
        margin: 0 0 30px;
        padding: 0; }
      .privacypolicy__txt:last-child {
        margin-bottom: 0; } }

/* お問い合わせ --------------------------------------------------- */
.contact {
  margin: 0; }
  .contact__inner {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 140px; }
    @media screen and (max-width: 768px) {
      .contact__inner {
        padding: 0 25px 50px; } }
  .contact__ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: bold;
    border-left: 3px solid #006CB6;
    padding-left: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .contact__ttl {
        font-size: 2rem;
        margin-bottom: 20px; } }
    .contact__ttl_btm {
      margin-top: 140px; }
      @media screen and (max-width: 768px) {
        .contact__ttl_btm {
          margin-top: 50px; } }
  .contact__box {
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 180px;
    border: 1px solid #E8EAF2;
    margin-bottom: 100px; }
    .contact__box:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .contact__box {
        margin-bottom: 50px;
        height: auto;
        padding: 25px 10px 30px; }
      .contact__box:last-child {
        margin-bottom: 0; } }
  .contact__tel {
    font-family: futura-pt;
    font-size: 5rem;
    letter-spacing: 8px;
    color: #006CB6;
    text-decoration: none;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .contact__tel {
        font-size: 3rem;
        letter-spacing: 3px;
        display: block;
        text-align: center;
        pointer-events: auto; } }
  .contact__tel + p {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .contact__tel + p {
        margin-top: 5px; } }
  .contact__list {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DDDDDD; }
    .contact__list:last-of-type {
      border-bottom: 1px solid #DDDDDD;
      margin: 0 0 40px; }
  .contact__dt {
    width: 235px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .contact__dt {
        width: 100%;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between;
        margin-bottom: 15px; } }
  .contact__formTtl {
    font-size: 1.8rem;
    font-weight: bold !important;
    align-items: center; }
  .contact__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    background: #006CB6;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: normal;
    border-radius: 3px;
    width: 40px;
    height: 25px;
    justify-content: center;
    align-items: center;
    padding: 0 0 1px; }
    @media screen and (max-width: 768px) {
      .contact__icon {
        height: 22px; } }
  .contact__dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .contact__dd {
        padding: 0;
        width: 100%; } }
  .contact__input, .contact__select, .contact__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    background: #F7F7F7;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    font-size: 1.6rem; }
    .contact__input:focus, .contact__select:focus, .contact__textarea:focus {
      outline: none;
      background: #F1F3FA; }
    .contact__input::placeholder, .contact__select::placeholder, .contact__textarea::placeholder {
      color: #CCC; }
  .contact__select {
    position: relative;
    max-width: 370px;
    background: url("../img/contact/icon_select.svg") right 20px center no-repeat #F7F7F7;
    background-size: 10px; }
    @media screen and (max-width: 768px) {
      .contact__select {
        max-width: 100%; } }
    .contact__select:focus {
      background: url("../img/contact/icon_select.svg") right 20px center no-repeat #F1F3FA;
      background-size: 10px; }
  .contact__textarea {
    min-height: 140px; }
  .contact__privacyTxt {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .contact__privacyTxt {
        font-size: 1.4rem;
        margin-bottom: 30px; } }
    .contact__privacyTxt a {
      color: #006CB6;
      text-decoration: none !important; }
      .contact__privacyTxt a:hover {
        text-decoration: underline !important; }
    .contact__privacyTxt br {
      display: none; }
      @media screen and (max-width: 768px) {
        .contact__privacyTxt br {
          display: inline; } }
  .contact__BtnWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    max-width: 500px;
    margin: auto; }
    .contact__BtnWrap .contact__Btn,
    .contact__BtnWrap .contact__BtnBack {
      width: 220px; }
    .contact__BtnWrap .contact__BtnBack {
      margin-bottom: 20px; }
  .contact__Btn, .contact__BtnBack {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50px;
    color: #FFF;
    margin: 0 auto;
    width: 350px;
    height: 60px;
    background: #006CB6;
    justify-content: center;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    box-shadow: 8px 8px 10px -5px #e8e8e8;
    letter-spacing: 1px;
    border: 1px solid #006CB6; }
    @media screen and (max-width: 768px) {
      .contact__Btn, .contact__BtnBack {
        max-width: 320px;
        width: 100%; } }
    .contact__Btn:hover, .contact__BtnBack:hover {
      background: #FFF;
      color: #006CB6; }
      .contact__Btn:hover:after, .contact__BtnBack:hover:after {
        background: url(../img/arrow_right_blue.svg) no-repeat center; }
    .contact__Btn:after, .contact__BtnBack:after {
      content: "";
      display: block;
      width: 6px;
      height: 8.7px;
      background: url(../img/arrow_right_white.svg) no-repeat center center/cover;
      position: absolute;
      right: 20px;
      top: calc(50% - 4.3px); }
  .contact__BtnBack {
    background: #222222;
    border: 1px solid #222222; }
    .contact__BtnBack:hover {
      background: #FFF;
      color: #222222; }
      .contact__BtnBack:hover:after {
        background: url("../img/contact/arrow_left_bk.svg") no-repeat center;
        transform: scale(1, 1); }
    .contact__BtnBack:after {
      right: auto;
      left: 20px;
      transform: scale(-1, 1); }
  .contact__confirmTxt {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .contact__confirmTxt {
        margin-bottom: 30px; } }
  .contact__resultTtl {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.643;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .contact__resultTtl {
        font-size: 2rem;
        line-height: 1.55; } }
  .contact__resultTxt {
    line-height: 1.75;
    text-align: center;
    margin: 30px 0; }
    @media screen and (max-width: 768px) {
      .contact__resultTxt {
        text-align: left; } }
  .contact__form .g-recaptcha {
    margin: 0 0 40px;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .contact__form .g-recaptcha {
        margin-bottom: 30px; } }
    .contact__form .form-err-recaptcha {
      margin: -35px 0 40px;
      color: #f00;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .contact__form .form-err-recaptcha {
          margin: -25px 0 30px; } }

.contactJunc__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center; }
  .contactJunc__wrap {
    margin: 50px -10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .contactJunc__box {
    width: calc(50% - 20px);
    margin: 0 10px;
    padding: 45px 50px 50px;
    background: rgba(0, 108, 182, 0.08);
    border-radius: 10px;
  }
  .contactJunc__boxTtl {
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    text-emphasis-style: .1em;
    text-align: center;
  }
  .contactJunc__boxBt.roundBt {
    width: 100%;
    height: 55px;
    padding-bottom: 1px;
    background: linear-gradient(90deg, rgba(46, 167, 224, 1) 0%, rgba(0, 108, 182, 1) 100%);
    border: none;
  }
  .contactJunc__boxBt.roundBt:after {
    right: 29px;
  }
  .contactJunc__boxBt.roundBt:hover {
    box-shadow: none;
    background: transparent;
    color: #006cb6;
    border: 1px solid #006cb6;
  }
  .contactJunc__boxBt.roundBt:hover:after {
    background-image: url(../img/arrow_right_blue.svg);
  }
  .contactJunc__boxBt--toggle.roundBt {
    cursor: pointer;
  }
  .contactJunc__boxBt--toggle.roundBt:after {
    transform: rotate(90deg) translateY(-3px);
  }
  .contactJunc__boxBt--toggle.roundBt.active:after {
    transform: rotate(-90deg) translateY(3px);
  }
  .contactJunc__boxSubListInn {
    position: relative;
  }
  .contactJunc__boxSubList {
    display: none;
    width: calc(100% - 40px);
    border: 1px solid #C9CACA;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    transition: opacity .3s;
    visibility: hidden;
    opacity: 0;
  }
  .contactJunc__boxSubListInn.active .contactJunc__boxSubList,
  .contactJunc__boxSubList.active {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .contactJunc__boxSubItem {
    bottom: none;
  }
  .contactJunc__boxSubItem:nth-child(n+2) {
    border-top: 1px solid #C9CACA;
  }
  .contactJunc__boxSubLink {
    padding: 20px 10px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
  }
  .contactJunc__boxSubLink:hover {
    opacity: .7;
  }
@media screen and (max-width: 900px) {
  .contactJunc__desc {
    text-align: left;
  }
  .contactJunc__wrap {
    margin: 30px 0 0;
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .contactJunc__box {
    width: 100%;
    margin: 20px 0 0;
    padding: 30px 30px 30px;
    border-radius: 6px;
  }
  .contactJunc__boxTtl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .contactJunc__boxBt.roundBt {
    height: 45px;
  }
  .contactJunc__boxBt.roundBt:after {
    right: 24px;
  }
  .contactJunc__boxSubList {
    width: calc(100% - 0px);
    border-radius: 5px;
    left: 0;
    top: 10px;
  }
  .contactJunc__boxSubLink {
    padding: 15px 5px;
    font-size: 1.5rem;
  }
}
