@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ------------------------------------------------
original
------------------------------------------------ */
body {
  font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
  color: #3e3e3e;
  background: #fff;
}

.br-sp {
  display: block;
}

@media screen and (max-width: 800px) {
  .br-sp {
    display: none;
  }
}
.btn,
.wp-block-button__link {
  display: block;
  text-align: center;
  width: 300px;
  padding: 24px;
  background: #1e5a9f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
.wp-block-button__link:hover {
  opacity: 0.6;
  color: #fff;
}

.btn-arrow {
  position: relative;
  display: block;
  text-align: center;
  width: 300px;
  padding: 24px 32px;
  background: #1e5a9f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn-arrow:hover {
  opacity: 0.6;
  color: #fff;
}

.btn-blank {
  position: relative;
  display: block;
  text-align: center;
  width: 300px;
  padding: 24px 32px;
  background: #1e5a9f;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 800px) {
  .page .btn-blank {
    width: 100%;
  }
}
.btn-blank .fa-solid {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-blank:hover {
  opacity: 0.6;
  color: #fff;
}

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

.page-numbers {
  color: #3e3e3e;
  border: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.page-numbers.dots {
  background: none;
}

.page-numbers:hover {
  color: #1e5a9f;
}

.page-numbers.current {
  background: #1e5a9f;
  color: #fff;
}

/* ---------------- header ---------------- */
.header-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  .header {
    padding: 16px;
    background: #fff;
  }
}
.header_logo {
  max-width: none;
  width: 206px;
  height: auto;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 1023px) {
  .header_logo {
    width: 170px;
  }
}
.hamburger {
  display: none;
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #3e3e3e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.hamburger-active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.hamburger-active span:nth-child(2),
.hamburger.hamburger-active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navi {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .navi .navi-in .menu-pc {
    position: absolute;
    top: -100vh;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 74px 24px;
    background: #fff;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    z-index: -1;
  }
  .hamburger-active + .navi .navi-in .menu-pc {
    top: 0;
  }
}
.navi-in > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navi-in > ul li {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 1023px) {
  .navi-in > ul li {
    width: auto;
    height: 85px;
    margin-bottom: 8px;
  }
}
.navi-in > ul li div {
  width: auto;
  height: 80px;
}

@media screen and (max-width: 1023px) {
  .navi-in > ul li div {
    width: 100%;
    height: 100%;
  }
}
.item-label {
  padding: 12px;
}

@media screen and (max-width: 1055px) {
  .item-label {
    padding: 8px;
  }
}
.navi-in > ul li:nth-child(n+4) .item-label {
  padding: 0;
}

.navi .item-label,
.navi .item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media screen and (max-width: 1055px) {
  .navi .item-label,
  .navi .item-description {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 8px;
  }
}
.navi-in a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3e3e3e;
  font-size: 1rem;
  height: 100%;
  margin-right: 2px;
}

@media screen and (max-width: 1055px) {
  .navi-in a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.navi-in a:hover {
  background: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.navi-in > ul li:last-child a {
  margin-right: 0;
}

.navi .wrap {
  width: 100%;
}

.nav_btnWrap_sub,
.nav_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}

@media screen and (max-width: 1055px) {
  .nav_btnWrap_sub,
  .nav_btnWrap {
    padding: 0 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav_btnWrap_sub {
  background: #eff3f8;
}

.nav_btnWrap {
  background: #1e5a9f;
}

.nav_btn_sub {
  display: inline-block;
  line-height: 1.2;
  color: #1e5a9f;
}

.nav_btn {
  display: inline-block;
  line-height: 1.2;
  color: #ffffff;
}

@media screen and (max-width: 1055px) {
  .nav_btn {
    display: block;
    width: 100%;
  }
}
/* ---------------- front common ---------------- */
.intro {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.intro p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}

@media screen and (max-width: 799px) {
  .intro p {
    width: 140px;
  }
}
.section_heading {
  font-size: 2.5rem;
  line-height: 1;
}

.section_heading-sub {
  display: block;
  line-height: 1;
  margin-top: 12px;
  font-size: 1.5rem;
  color: #1e5a9f;
}

@media screen and (max-width: 800px) {
  .section_heading {
    font-size: 24px;
  }
  .section_heading-sub {
    font-size: 14px;
  }
}
/* ---------------- mainviusal ---------------- */
.mv {
  position: relative;
  background: #eff3f8;
  max-height: 668px;
  margin-top: 80px;
  margin-bottom: 160px;
}

@media screen and (max-width: 800px) {
  .mv {
    height: 400px;
    margin-top: 75px;
    max-height: none;
    margin-bottom: 64px;
    overflow: hidden;
  }
}
.mv_copyBlock {
  position: absolute;
  left: 40px;
  bottom: 88px;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .mv_copyBlock {
    bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .mv_copyBlock {
    left: 0px;
    bottom: 0px;
    padding: 16px 0;
  }
}
.mv_copy-main {
  margin-bottom: 16px;
  font-size: 2.875rem;
  color: #1e5a9f;
}

@media screen and (max-width: 1023px) {
  .mv_copy-main {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 800px) {
  .mv_copy-main {
    font-size: 1.375rem;
    margin-bottom: 8px;
  }
}
.mv_copy-main span {
  display: inline-block;
  padding: 16px 24px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .mv_copy-main span {
    padding: 8px;
  }
}
.mv_copy-sub {
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .mv_copy-sub {
    line-height: 1.6;
  }
}
.mv_copy-sub span {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .mv_copy-sub span {
    font-size: 14px;
    padding: 8px 4px 8px 8px;
  }
}
.mv_image {
  width: 78%;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
}

@media screen and (max-width: 800px) {
  .mv_image {
    width: 100%;
  }
}
.mv_image li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  max-height: 668px;
}

.mv_image li img {
  max-width: none;
  width: 100%;
}

/* ---------------- about ---------------- */
.about {
  margin-bottom: 160px;
}

@media screen and (max-width: 800px) {
  .about {
    margin-bottom: 64px;
  }
}
.about_container {
  width: 78%;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
  .about_container {
    width: 100%;
    padding: 0 16px;
  }
}
.about_text {
  margin-top: 32px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 800px) {
  .about_text {
    font-size: 18px;
  }
}
/* ---------------- service recruit ---------------- */
.home .service,
.home .recruit {
  position: relative;
  width: 61%;
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  .home .service,
  .home .recruit {
    width: 100%;
    margin-bottom: 224px;
  }
}
.home .recruit {
  margin-right: 0;
  margin-left: auto;
}
.home .service img,
.home .recruit img {
  width: 100%;
  height: 464px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .service_contents,
.home .recruit_contents {
  position: absolute;
  width: 512px;
  padding: 40px;
  background: #eff3f8;
}
@media screen and (max-width: 800px) {
  .home .service_contents,
  .home .recruit_contents {
    width: 90%;
    padding: 24px;
  }
}
.home .service_contents {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 800px) {
  .home .service_contents {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.home .recruit_contents {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  .home .recruit_contents {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.home .service .section_heading,
.home .recruit .section_heading {
  margin-bottom: 20px;
}
.home .service_contents p,
.home .recruit_contents p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .home .service_contents p,
  .home .recruit_contents p {
    font-size: 16px;
  }
}
.home .service_contents .btn-arrow,
.home .recruit_contents .btn-arrow {
  margin: auto;
}
@media screen and (max-width: 800px) {
  .home .service_contents .btn-arrow,
  .home .recruit_contents .btn-arrow {
    width: 100%;
  }
}

/* ---------------- news ---------------- */
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: auto;
  padding: 0 24px;
}

@media screen and (max-width: 859px) {
  .news {
    width: 100%;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .section_heading {
  width: 182px;
}

@media screen and (max-width: 859px) {
  .news .section_heading {
    width: auto;
  }
}
.news_listWrap {
  margin-left: 40px;
  width: calc(100% - 182px);
}

@media screen and (max-width: 859px) {
  .news_listWrap {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.news_list {
  padding-left: 0 !important;
  border-top: 1px solid #3e3e3e;
}

.news_list li {
  list-style: none;
  border-bottom: 1px solid #3e3e3e;
  cursor: pointer;
}

.news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  font-weight: 300;
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 859px) {
  .news_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news_list li:hover {
  opacity: 0.6;
}

.news_list li span {
  display: inline-block;
  margin-right: 32px;
}

@media screen and (max-width: 859px) {
  .news_list li span {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.news_list li a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news_listWrap .btn-arrow {
  margin: 48px auto 0;
}

/* ---------------- footer ---------------- */
.footer {
  margin-top: 160px;
  padding: 96px 24px;
  color: #fff;
  background: #1e5a9f;
}

@media screen and (max-width: 799px) {
  .footer {
    margin-top: 80px;
    padding: 96px 16px;
  }
}
.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  margin: 0 auto 56px;
}

@media screen and (max-width: 963px) {
  .footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.footer_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 963px) {
  .footer_company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
  }
}
.footer_companyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 963px) {
  .footer_companyWrap {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.footer_companyInfo {
  margin-left: 16px;
}

@media screen and (max-width: 963px) {
  .footer_companyInfo {
    margin-left: 0;
    margin: 0 8px;
  }
}
.footer_companyInfo dt {
  font-size: 18px;
  font-weight: 500;
}

.copyright {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.footer_companyInfo dd {
  font-size: 12px;
  font-weight: 300;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

@media screen and (max-width: 963px) {
  .footer_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -8px;
  }
}
.footer_nav li {
  list-style: none;
  margin-right: 24px;
}

@media screen and (max-width: 963px) {
  .footer_nav li {
    margin-right: 0;
    margin: 8px;
  }
}
.footer_nav li:last-child {
  margin-right: 0;
}

.footer_nav li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

/* ---------------- article ---------------- */
.article h2 {
  margin-top: 118px;
  padding: 24px 0 8px;
  border-bottom: 1px solid #1e5a9f;
  background: none;
  font-size: 32px;
  color: #1e5a9f;
}

@media screen and (max-width: 799px) {
  .article h2 {
    font-size: 24px;
    margin-top: 48px !important;
    margin-bottom: 24px !important;
  }
}
.article h3 {
  margin-top: 64px;
  border-left: 5px solid #1e5a9f;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 16px;
  line-height: 1.6;
  font-size: 28px;
}

@media screen and (max-width: 799px) {
  .article h3 {
    margin-top: 32px;
    margin-bottom: 20px !important;
    padding: 16px;
    font-size: 18px;
  }
}
.article p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 799px) {
  .article p {
    margin-bottom: 16px !important;
  }
}
/* ---------------- page ---------------- */
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

.page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #eff3f8;
  margin-top: 80px;
  padding-left: 10px;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 1023px) {
  .page-heading {
    margin-top: 76px;
  }
}
@media screen and (max-width: 799px) {
  .page-heading {
    height: 130px;
  }
}
.page-heading .entry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  width: 40%;
  font-size: 48px;
  color: #1e5a9f;
  -webkit-animation: mvFadein 0.6s ease-out 0.25s backwards;
          animation: mvFadein 0.6s ease-out 0.25s backwards;
}

@media screen and (max-width: 799px) {
  .page-heading .entry-title {
    font-size: 24px;
    width: 50%;
  }
}
.page-heading .entry-title .entry-title-sub {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 799px) {
  .page-heading .entry-title .entry-title-sub {
    font-size: 14px;
  }
}
.page-heading .eye-catch-wrap {
  width: 60%;
  height: 100%;
}

/* @media screen and (max-width: 799px){
  .page-heading .eye-catch-wrap{
    width: 50%;
  }
} */
.page-heading .eye-catch-wrap .eye-catch {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0 100%);
}

.page-heading .eye-catch-wrap .eye-catch img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: none;
}

.service-name-sp {
  display: none;
  padding: 0 10px !important;
  margin-top: 16px !important;
  margin-bottom: 10px !important;
  color: #1e5a9f;
}

@media screen and (max-width: 781px) {
  .service-name-sp {
    display: block;
  }
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100%;
    padding: 0 10px;
  }
}
.feature-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
  margin-top: 64px;
  margin-bottom: 20px;
  padding: 0 !important;
}

@media screen and (max-width: 799px) {
  .feature-heading {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.feature-heading-numberWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #1e5a9f;
}

@media screen and (max-width: 799px) {
  .feature-heading-numberWrap {
    margin-right: 10px;
  }
}
.feature-heading-numberText {
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  .feature-heading-numberText {
    font-size: 12px !important;
  }
}
.feature-heading-number {
  line-height: 1;
  font-size: 42px;
}

@media screen and (max-width: 799px) {
  .feature-heading-number {
    font-size: 32px;
  }
}
.feature-heading-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-heading-contentsSub {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 20px;
}

@media screen and (max-width: 799px) {
  .feature-heading-contentsSub {
    font-size: 14px;
  }
}
.feature-heading-contentsMain {
  line-height: 1.3;
  font-size: 28px;
  color: #1e5a9f;
}

@media screen and (max-width: 799px) {
  .feature-heading-contentsMain {
    font-size: 22px;
  }
}
.service-imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -10px;
}

@media screen and (max-width: 959px) {
  .service-imageWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service-imageBox {
  margin: 10px;
  padding: 32px 16px;
  width: 30%;
  background: #eff3f8;
}

@media screen and (max-width: 959px) {
  .service-imageBox {
    width: 100%;
  }
}
.service-imageHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 16px !important;
  border-bottom: 1px solid #1e5a9f !important;
  border-top: none !important;
  font-size: 18px !important;
  color: #1e5a9f;
}

.service-imageHeading span {
  display: inline-block;
  border-radius: 5px;
  padding: 4px;
  background: #1e5a9f;
  font-size: 12px;
  color: #fff;
}

.service-imageContents {
  margin-bottom: 32px !important;
}

.service-imageContents:last-child {
  margin-bottom: 0;
}

.service-imageContents dt {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}

.service-imageContents dd {
  margin-left: 0;
}

.youtube-name {
  margin-bottom: 24px !important;
  font-size: 24px !important;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .youtube-name {
    margin-bottom: 0 !important;
    font-size: 18px !important;
  }
}
.video-container {
  max-width: 100%;
}

.service-columnBtn {
  margin: auto;
}

/* ---------------- recruit ---------------- */
.recruit-intervieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  margin: -10px;
}

.recruit-intervieList iframe {
  width: 225px;
  height: 390px;
  margin: 10px;
}

.recruit-feature-headingWrap {
  padding: 32px;
  margin-top: 96px;
  margin-bottom: 32px;
  background: #1e5a9f;
  color: #fff;
}

.recruit-feature-headingWrap .feature-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.recruit-feature-headingWrap .feature-heading + p {
  margin-top: 22px;
}

.recruit-feature-headingWrap .feature-heading-numberWrap,
.recruit-feature-headingWrap .feature-heading-contentsMain {
  color: #fff;
}

.recruit-feature-headingWrap p {
  margin-bottom: 0 !important;
}

/* ---------------- company ---------------- */
.company-table table tr:nth-of-type(2n + 1) {
  background: #fff;
}

.company-table table:not(.has-border-color) :where(th, td) {
  border: none;
  vertical-align: top;
  padding: 12px;
}

.company-member figure {
  margin-bottom: 16px !important;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------- form ---------------- */
.formWrap {
  height: 1000px;
}

.formWrap .form .btn-primary {
  width: 282px !important;
}

.cta a.thanks__button {
  width: auto;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* ---------------- animation ---------------- */
.scroollAction {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
  will-change: transform;
  -webkit-animation: fadein 0.6s ease-out backwards;
          animation: fadein 0.6s ease-out backwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.mv_copyBlock-fadeIn {
  opacity: 1;
  will-change: transform;
  -webkit-animation: mvFadein 0.5s ease-out 0.5s backwards;
          animation: mvFadein 0.5s ease-out 0.5s backwards;
}

@-webkit-keyframes mvFadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes mvFadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.Sp {
  display: none;
}

.Pc {
  display: block;
}

.entry-content {
  max-width: 960px;
  margin: auto;
}

.inner {
  width: 998px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.inner.wide {
  width: 1080px;
}

.breadcrumb {
  margin-bottom: 50px;
  color: #3e3e3e;
}
.breadcrumb a {
  color: #3e3e3e;
}

.footer__logo {
  width: 200px;
  padding-top: 5px;
}
.footer_companyInfo {
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .Sp {
    display: block;
  }
  .Pc {
    display: none;
  }
  .entry-content {
    padding: 0 10px;
  }
}
.home .mv_image {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.home .mv_image.slick-initialized {
  opacity: 1;
}
.home .topText {
  margin-bottom: 200px;
  font-weight: 700;
  text-align: center;
}
.home .topText__heading {
  margin-bottom: 50px;
}
.home .topText__text {
  color: #1e5a9f;
  line-height: 3;
  margin-bottom: 50px;
  font-size: 16px;
}
.home .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .public {
  margin-top: 100px;
}
.home .public__heading {
  margin-bottom: 50px;
  padding: 24px 0 8px;
  border-bottom: 1px solid #1e5a9f;
  background: none;
  font-size: 32px;
  color: #1e5a9f;
}
.home .public__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 800px) {
  .home .topText {
    margin-bottom: 50px;
  }
  .home .topText__heading {
    margin-bottom: 30px;
  }
  .home .topText__text {
    font-size: 14px;
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
  .home .topText__link {
    font-size: 14px;
  }
  .home .public {
    margin-top: 50px;
  }
  .home .public__heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.service h4,
.service h5 {
  border: none;
}
.service img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.service .wp-block-columns.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.service .wp-block-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.service .linkBtn {
  margin: 0 auto;
}

.recruit {
  margin: 0 auto;
}
.recruit h4,
.recruit h5 {
  border: none;
}
.recruit img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.recruit .wp-block-columns.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.recruit .wp-block-column.flexBox {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news {
  display: block;
}

@media screen and (max-width: 800px) {
  .service .wp-block-columns.flex {
    display: block;
  }
  .service .wp-block-button__link {
    width: 100%;
  }
  .recruit .wp-block-columns.flex {
    display: block;
  }
}
.single {
  /* トップセクションのスタイル */
  /* コンテンツエリアの幅と余白調整 */
  /* タイトルと本文のフォントサイズ調整 */
  /* メタ情報のスタイル */
  /* リンクのスタイル */
  /* ボタンのスタイル */
}
.single .site-header,
.single .site-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  right: 0;
}
.single .article-header {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
}
.single .article-header .entry-title {
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.single .article-header .entry-title-main {
  font-size: 3rem;
  color: #003366;
}
.single .article-header .entry-title-sub {
  font-size: 1.5rem;
  color: #0056b3;
}
.single .eye-catch-wrap {
  width: 100%;
}
.single .eye-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single .eye-catch img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .content-area {
  max-width: 900px; /* 本文部分の幅を調整 */
  margin: 50px auto 150px auto;
  padding: 0 15px;
}
.single .entry-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #003366;
  pointer-events: none;
  text-decoration: none;
}
.single .entry-title a {
  color: inherit;
  text-decoration: none;
}
.single .entry-content {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333;
  margin-top: 50px;
  margin-bottom: 100px;
}
.single .entry-meta span {
  color: #777;
  margin-right: 10px;
}
.single .article a {
  color: #0056b3;
  text-decoration: underline;
}
.single .article a:hover {
  color: #003366;
}
.single .back-button {
  display: block;
  width: 200px;
  padding: 15px;
  margin: 100px auto 0 auto;
  text-align: center;
  background-color: #1e73be;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  border-radius: 0;
}
.single .back-button:hover {
  background-color: #2a89d0;
}

@media screen and (max-width: 800px) {
  .single .article-header .entry-title-main {
    font-size: 2rem;
  }
  .single .article-header .entry-title-sub {
    font-size: 1.2rem;
  }
  .single .eye-catch img {
    width: 100%;
  }
  .single .entry-title {
    font-size: 2rem;
  }
  .single .entry-content {
    font-size: 1rem;
  }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}