@charset "UTF-8";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

#logo {
  margin-left: 3%;
}

body {
  font-family: "Noto Sans JP", "FontAwesome", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
}

.RecruitCatch + .RecruitText {
  margin-top: 2%;
}

.cs-insight-title, .faq-title {
  text-align: center;
}
.cs-insight-title h2, .faq-title h2 {
  margin-bottom: 0;
}
.cs-insight-title h2 .GradationTitle, .faq-title h2 .GradationTitle {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .cs-insight-title h2 .GradationTitle, .faq-title h2 .GradationTitle {
    font-size: 10vw;
  }
}

.entry-title {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .entry-title {
    font-size: 6vw;
  }
}

.qa-content .q-contents {
  max-width: 1000px;
  width: 96%;
  margin: auto;
  margin-top: -1px;
  padding: 20px;
  border-bottom: 1px solid #165F92;
}
.qa-content .q-contents:first-child {
  border-top: 1px solid #165F92;
}
@media screen and (max-width: 768px) {
  .qa-content .q-contents {
    width: 80vw;
    padding: 5vw 10vw 5vw 0;
  }
}
.qa-content .q-contents .mark {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 26px;
  color: #165F92;
}
.qa-content .q-contents dt, .qa-content .q-contents dd {
  padding-left: 42px;
  position: relative;
  line-height: 1.5;
  color: #333;
}
.qa-content .q-contents dt {
  cursor: pointer;
  line-height: 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .qa-content .q-contents dt {
    line-height: 1.5;
    padding-left: 13vw;
  }
}
.qa-content .q-contents dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  right: 25px;
  top: calc(50% - 8px);
  transition: all 0.5s ease;
  border-bottom: 1px solid #165F92;
  border-left: 1px solid #165F92;
}
@media screen and (max-width: 768px) {
  .qa-content .q-contents dt::after {
    right: -8vw;
  }
}
.qa-content .q-contents dt.active::after {
  transform: rotate(315deg);
  transition: all 0.5s ease;
}
.qa-content .q-contents dt.dbl {
  line-height: 1.5;
}
.qa-content .q-contents dd {
  display: none;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .qa-content .q-contents dd {
    line-height: 1.5;
    padding-left: 13vw;
    margin-top: 4vw;
  }
}
.qa-content .q-contents dd.sngl {
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .qa-content .q-contents dd.sngl {
    line-height: 1.5;
  }
}

.flex-box {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .flex-box {
    width: auto;
    display: block;
    margin-bottom: 13vw;
  }
}
.flex-box .tokyo, .flex-box .osaka {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .flex-box .tokyo, .flex-box .osaka {
    width: 90%;
    margin: 0 auto;
    padding: 0 5vw;
  }
}
.flex-box .tokyo h3, .flex-box .osaka h3 {
  text-align: center;
}
.flex-box .tokyo ul li, .flex-box .osaka ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .flex-box .tokyo ul li, .flex-box .osaka ul li {
    line-height: 8vw;
  }
}
.flex-box .tokyo ul li::before, .flex-box .osaka ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  left: -23px;
  top: calc(50% - 5px);
}
.flex-box .tokyo ul li a, .flex-box .osaka ul li a {
  color: #333;
  text-decoration: underline;
}
.flex-box .tokyo ul li a:hover, .flex-box .osaka ul li a:hover {
  color: #165F92;
}

.flexbox {
  display: flex;
}

footer#recruit {
  background: #2A2A2A;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer#recruit {
    padding-bottom: 18vw;
  }
}
footer#recruit .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 30px;
  box-sizing: border-box;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  footer#recruit .footer-inner.flexbox {
    display: block;
    padding: 15vw 5vw;
  }
}
footer#recruit .footer-inner figure {
  width: 236px;
  margin-right: 80px;
}
footer#recruit .footer-inner .text .flexbox {
  flex-wrap: wrap;
  width: 480px;
}
@media screen and (max-width: 768px) {
  footer#recruit .footer-inner .text .flexbox {
    width: auto;
    margin-top: 10vw;
  }
}
footer#recruit .footer-inner .text .flexbox li {
  width: 160px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer#recruit .footer-inner .text .flexbox li {
    width: 50%;
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
}
footer#recruit .footer-inner .text .flexbox li a {
  color: #fff;
}
footer#recruit .footer-inner .text .comment, footer#recruit .footer-inner .text .copyright {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer#recruit .footer-inner .text .comment, footer#recruit .footer-inner .text .copyright {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
}
footer#recruit #pagetop a {
  position: absolute;
  display: block;
  cursor: default;
  bottom: 50px;
  right: 50px;
  font-size: 77%;
  z-index: 9;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../img/common/gotop.svg) no-repeat 0 0 #2A2A2A;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer#recruit #pagetop a {
    width: 14vw;
    right: 5vw;
    bottom: 10vw;
    height: 14vw;
    background-size: contain;
  }
}
footer#recruit #pagetop a.active {
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  footer#recruit #pagetop a:hover {
    background-image: url(../img/common/gotop_o.svg);
  }
}

@media screen and (max-width: 768px) {
  #nav {
    display: block !important;
    left: -100vw;
    width: 100vw;
    position: fixed;
    top: 0;
    background: #fff;
    height: 100vh;
    transition: 0.3s all;
  }
  #nav ul {
    display: block;
  }
  #nav.active {
    left: 0;
    transition: 0.3s all;
  }
  #logo.active {
    display: none;
  }
  .header-wrap .drawer-nav-btn-wrap, .drawer-nav-btn-wrap {
    top: 0;
    right: 0;
    left: auto;
    width: 55px;
    position: fixed;
    height: 13vw;
    background: #fff;
    z-index: 100;
  }
  .header-wrap .drawer-nav-btn-wrap:active .drawer-nav-btn:before, .drawer-nav-btn-wrap:active .drawer-nav-btn:before {
    display: none !important;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu, .drawer-nav-btn-wrap .sp-menu {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 8vw;
    transform: translateY(-50%);
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu span, .drawer-nav-btn-wrap .sp-menu span {
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    background-color: #333355;
    height: 2px;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu span:nth-child(2), .drawer-nav-btn-wrap .sp-menu span:nth-child(2) {
    top: 2vw;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu span:nth-child(3), .drawer-nav-btn-wrap .sp-menu span:nth-child(3) {
    top: 4vw;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu.active span, .drawer-nav-btn-wrap .sp-menu.active span {
    transform: rotate(45deg);
    top: 2vw;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu.active span:nth-child(2), .drawer-nav-btn-wrap .sp-menu.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 2vw;
  }
  .header-wrap .drawer-nav-btn-wrap .sp-menu.active span:nth-child(3), .drawer-nav-btn-wrap .sp-menu.active span:nth-child(3) {
    display: none;
  }
}
#faq.PageInner {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #faq.PageInner {
    margin-top: 20vw;
  }
}

.PostCardBox.slick-slider button.slick-arrow {
  display: block !important;
  position: absolute;
  border: 0;
  background: transparent;
  font-size: 0;
  left: -20px;
  top: 150px;
}
@media screen and (max-width: 768px) {
  .PostCardBox.slick-slider button.slick-arrow {
    top: 20vw;
    left: -3vw;
  }
}
.PostCardBox.slick-slider button.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #165F92;
  border-left: 2px solid #165F92;
  transform: rotate(45deg);
  left: 0;
  top: 0;
}
.PostCardBox.slick-slider button.slick-arrow.slick-next {
  left: auto;
  right: 2vw;
}
.PostCardBox.slick-slider button.slick-arrow.slick-next::before {
  transform: rotate(-135deg);
  left: 0;
}
.PostCardBox.slick-slider .slick-slide {
  padding: 0 30px;
}
.PostCardBox.slick-slider article.PostCardItem {
  margin-bottom: 0;
}
.PostCardBox.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.PostCardBox.slick-slider .slick-dots li {
  opacity: 0.5;
}
.PostCardBox.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.PostCardBox.slick-slider .slick-dots li:only-child {
  display: none;
}
.PostCardBox.slick-slider .slick-dots button {
  border: 0;
  margin: 15px;
  background: transparent;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .PostCardBox.slick-slider .slick-dots button {
    margin: 2vw;
  }
}
.PostCardBox.slick-slider .slick-dots button::before {
  content: "●";
  font-size: 23px;
  color: #165F92;
}
@media screen and (max-width: 768px) {
  .PostCardBox.slick-slider .slick-dots button::before {
    font-size: 3vw;
  }
}

div#single_inner {
  margin-top: 0;
}

.single-post-title.entry-title {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 600;
}

#single-main .category {
  color: #165F92;
  margin-bottom: 1rem;
  font-weight: bold;
}
#single-main h1 {
  font-size: 36px;
  margin-bottom: 1rem;
}
#single-main h2.h2-title01 {
  margin: 1.5rem 0 0.5rem;
  padding: 0;
  font-size: 1.5rem;
}
#single-main h2.h2-title_company {
  color: #165F92;
  padding: 0;
  margin: 5rem 0 0.5rem;
}
#single-main table {
  border: 0;
}
#single-main table tr:nth-child(2n-1) {
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  #single-main table tr:nth-child(2n-1) {
    background-color: #fff;
  }
}
#single-main table td {
  border: 0;
  vertical-align: top;
  width: 70%;
}
@media screen and (max-width: 768px) {
  #single-main table td {
    display: block;
    width: auto;
  }
}
#single-main table td:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #single-main table td:first-child {
    width: auto;
    background-color: #f0f0f0;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
#single-main table.company-table td:first-child {
  background-color: #165F92;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#single-main .entry-btn a {
  display: block;
  width: 200px;
  border-radius: 5px;
  text-align: center;
  background: #165F92;
  color: #fff;
  padding: 5px;
  margin: 5rem auto;
  font-weight: bold;
}

.wp-block-cover.is-light.RecruitCtaBox {
  padding: 0 0 50px;
  border-radius: 40px;
  margin-bottom: 100px;
  background: url(../../recruit/assets/img/cta04.png) no-repeat top left/cover;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.wp-block-cover.is-light.RecruitCtaBox .CtaTitle {
  margin-top: 50px;
  margin-bottom: 0;
}

.SingleOneCategory {
  color: #fff;
}

:where(.content) ol {
  margin-bottom: 0;
}

#content_area .content {
  padding-top: 40px;
}/*# sourceMappingURL=append.css.map */