@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 60px;
}

body {
  color: #333;
  background-color: #f3f3f3;
  margin: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 2.077;
  }
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.font-en {
  font-family: "Montserrat", sans-serif;
}

.wrap {
  max-width: 1260px;
  padding: 0 30px;
  margin: auto;
}

.wrap-big {
  max-width: 1284px;
  padding: 0 12px;
  margin: auto;
}

.wrap-sml {
  max-width: 800px;
  padding: 0 30px;
  margin: auto;
}

.wrap-exbig {
  max-width: 1344px;
  padding: 0 12px;
  margin: auto;
}

.wrap-med {
  max-width: 1144px;
  padding: 0 30px;
  margin: auto;
}

.img-full img,
.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-wrap {
  margin: 69px 0 0 0;
}
.img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .img-wrap {
    margin: 28px 0 0 0;
  }
}

.row {
  padding: 64px 0 89px 0;
}
@media (max-width: 767px) {
  .row {
    padding: 52px 0 53px 0 !important;
  }
}

.row-btm {
  padding: 0 0 89px 0;
}
@media (max-width: 767px) {
  .row-btm {
    padding: 0 0 53px 0;
  }
}

.row-top {
  padding: 64px 0 0 0;
}
@media (max-width: 767px) {
  .row-top {
    padding: 52px 0 0 0;
  }
}

.sectwrap {
  margin-top: 84px;
}

.sectwrap-big > div {
  margin: 0 0 70px 0;
}
.sectwrap-big > div:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .sectwrap-big > div {
    margin: 0 0 28px 0;
  }
}

.sect-big-btm {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .sect-big-btm {
    margin-bottom: 35px;
  }
}

.sect-sml {
  margin-top: 54px;
}
@media (max-width: 767px) {
  .sect-sml {
    margin-top: 40px;
  }
}

.sect-med {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .sect-med {
    margin-top: 25px;
  }
}

.ta-center {
  text-align: center;
}
@media (max-width: 767px) {
  .ta-center .text-wrap {
    text-align: left;
  }
}

.ta-left {
  text-align: left;
}

.text-bl {
  color: #3e7ca2;
}

.sidepad-sml {
  padding: 0 12px;
}

.sidepad-big {
  padding: 0 30px;
}

.grey-box {
  padding: 78px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.grey-box .grey-box-inner::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #e6e6e6;
  z-index: -1;
}
.grey-box .grey-box-inner::after {
  content: "";
  position: absolute;
  left: 74px;
  top: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}
@media (max-width: 1260px) {
  .grey-box .grey-box-inner::before {
    left: 12px;
    width: calc(100% - 12px);
  }
  .grey-box .grey-box-inner::after {
    left: 26px;
  }
}
@media (max-width: 767px) {
  .grey-box {
    padding: 53px 0;
  }
  .grey-box::before {
    left: 12px;
    width: calc(100% - 12px);
    border-radius: 6px 0 0 6px;
  }
  .grey-box::after {
    left: 26px;
    border-radius: 2px 0 0 2px;
  }
}

.grey-box-inner {
  position: relative;
  padding: 80px 54px;
}
@media (max-width: 767px) {
  .grey-box-inner {
    padding: 46px 54px 52px;
  }
  .grey-box-inner .ttl-1 {
    margin-top: 0;
  }
}

.grey-area-left {
  position: relative;
  padding: 64px 0 89px 0;
}
.grey-area-left::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #e6e6e6;
  top: 0;
  z-index: -1;
}
@media (max-width: 1370px) {
  .grey-area-left::after {
    width: calc(100% - 12px);
  }
}
@media (max-width: 767px) {
  .grey-area-left {
    padding: 42px 0 52px 0 !important;
  }
}
.grey-area-left::after {
  left: 0;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .grey-area-left::after {
    border-radius: 0 6px 6px 0;
  }
}

.grey-area-right {
  position: relative;
  padding: 64px 0 89px 0;
}
.grey-area-right::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #e6e6e6;
  top: 0;
  z-index: -1;
}
@media (max-width: 1370px) {
  .grey-area-right::after {
    width: calc(100% - 12px);
  }
}
@media (max-width: 767px) {
  .grey-area-right {
    padding: 42px 0 52px 0 !important;
  }
}
.grey-area-right::after {
  right: 0;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .grey-area-right::after {
    border-radius: 6px 0 0 6px;
  }
}

.white-wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  padding: 78px 0;
}
@media (max-width: 767px) {
  .white-wrap {
    padding: 46px 18px;
    border-radius: 6px;
  }
  .white-wrap .wrap-sml {
    padding: 0;
  }
}

.text-wrap {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .text-wrap {
    margin-bottom: 36px;
  }
}

.text-block {
  max-width: 740px;
  padding: 0;
  margin: auto;
  text-align: left;
}

@media (max-width: 767px) {
  .line-br br {
    display: none;
  }
}
.line-br p {
  margin: 0;
  padding: 0;
  display: block;
}
@media (max-width: 767px) {
  .line-br p {
    display: inline;
  }
}

.line-brmb br {
  display: none;
}
@media (max-width: 767px) {
  .line-brmb br {
    display: block;
  }
}

.join-team {
  position: relative;
  margin: 89px 0;
  background-color: #000;
  height: 598px;
}
.join-team .join-team-dtl {
  position: absolute;
  left: 24.3%;
  transform: translateY(-50%);
  top: 50%;
}
.join-team img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  height: 100%;
  transition: all 0.2s ease;
}
.join-team .join-team-copy {
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.join-team a:hover img {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.join-team a:hover .btn-b1 {
  color: #3e7ca2;
}
@media (max-width: 767px) {
  .join-team {
    margin: 52px 0;
    height: auto;
  }
  .join-team .join-team-dtl {
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .join-team .join-team-copy {
    width: calc(100% - 40px);
    max-width: 450px;
  }
}

.parts-c-ttl {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .parts-c-ttl {
    font-size: 27px;
    line-height: 1.2;
  }
}

.parts-c-subttl {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 34px 0;
}
@media (max-width: 767px) {
  .parts-c-subttl {
    font-size: 10px;
    line-height: 1;
  }
}

.contact-banner {
  position: relative;
  border-radius: 10px;
  color: #fff;
  height: 304px;
  background-color: #000;
  overflow: hidden;
}
.contact-banner a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/img/contact-bg.png) no-repeat center/cover;
}
.contact-banner a:hover {
  opacity: 0.8;
}
.contact-banner .contact-right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.contact-banner .contact-text br {
  display: none;
}
.contact-banner .btn-a2r {
  margin-top: 0;
}
.contact-banner .parts-c-subttl {
  margin-bottom: 0;
}
@media (min-width: 1001px) {
  .contact-banner .contact-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
  }
}
@media (max-width: 1000px) {
  .contact-banner {
    height: auto;
  }
  .contact-banner a {
    padding: 60px 30px;
  }
  .contact-banner .contact-banner-inner,
  .contact-banner .contact-right {
    display: block;
    text-align: center;
  }
  .contact-banner .contact-left {
    margin-bottom: 35px;
  }
  .contact-banner .btn-a2r {
    margin: 45px auto 0 auto;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    background-image: url(assets/img/contact-bg-mb.png);
    border-radius: 6px;
  }
  .contact-banner .contact-text br {
    display: block;
  }
}

@media (max-width: 767px) {
  .pctb-show {
    display: none !important;
  }
}

.mb-show {
  display: none !important;
}
@media (max-width: 767px) {
  .mb-show {
    display: block !important;
  }
}

.text-link-a {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .text-link-a {
    font-size: 12px;
  }
}

.text-link-a:after {
  content: "";
  background-image: url(assets/img/arrow-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 14px;
  height: 15px;
  transition: background-color 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .text-link-a:after {
    width: 12px;
    height: 13px;
  }
}

.related-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 33px;
  text-align: center;
}
.related-pages ul li {
  background-color: #333;
  width: calc((100% - 66px) / 3);
  aspect-ratio: 418/198;
  max-width: 430px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.related-pages ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.related-pages ul li a .rp-subttk {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  opacity: 0.7;
}
.related-pages ul li a .text-link-a {
  position: absolute;
  right: 20px;
  bottom: 15px;
  line-height: 1;
}
.related-pages ul li:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
@media (max-width: 1000px) {
  .related-pages ul {
    flex-direction: column;
    gap: 0;
  }
  .related-pages ul li {
    width: 100%;
    border-radius: 6px;
    aspect-ratio: 351/157;
  }
  .related-pages ul li:not(li:last-child) {
    margin-bottom: 22px;
  }
  .related-pages ul li a {
    font-size: 22px;
  }
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  top: auto !important;
  bottom: 0;
  position: fixed !important;
  z-index: 99999;
}

@media (max-width: 767px) {
  .right-mb {
    text-align: right;
  }
}

.icon-bg:before {
  content: "";
  background-image: url(assets/img/bg-icon.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 510px;
  position: absolute;
  aspect-ratio: 10/7.76;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 1000px) {
  .icon-bg:before {
    width: 60vw;
  }
}

.pg-philosophy .icon-bg:before {
  max-width: 396px;
}

p {
  margin: 0;
}

/* hero
--------------------------------------------------------- */
.top-page {
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-container {
    max-height: 600px;
  }
}

/* philosophy
--------------------------------------------------------- */
.philosophy-promise-list .wrap-med {
  max-width: 1170px;
}

.philosophy-promise-list {
  overflow: hidden;
}
@media (max-width: 767px) {
  .philosophy-promise-list {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .philosophy-promise .grey-box-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* service
--------------------------------------------------------- */
.svc-raw .svc-raw-right ul,
.svc-raw-right img {
  margin: 25px 0;
}

#service-contents img {
  margin: 25px 0;
}

@media (max-width: 767px) {
  .single-service .ta-center,
  .single-service #service-feature h3 {
    text-align: left;
  }
}

#achievement-data .wrap-sml {
  padding: 0 20px;
}

.cardwrap-a .card a {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.cardwrap-a .card a:hover .card-img {
  opacity: 0.8;
}
.cardwrap-a .card .card-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  flex-basis: 39%;
}
.cardwrap-a .card .card-text {
  flex-basis: 61%;
  position: relative;
}
.cardwrap-a .card:nth-child(odd), .cardwrap-a .card:nth-child(odd) a {
  flex-direction: row-reverse;
}
.cardwrap-a .card:nth-child(even), .cardwrap-a .card:nth-child(even) a {
  flex-direction: row;
}
.cardwrap-a .card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .cardwrap-a .card {
    display: block;
  }
  .cardwrap-a .card-img,
  .cardwrap-a .card-text {
    flex-basis: auto;
    width: 100%;
  }
}
.cardwrap-a .card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.cardwrap-a .card:last-child {
  margin-bottom: 0;
}
.cardwrap-a .card .ttl-c {
  color: #3e7ca2;
  margin-bottom: 25px;
}
.cardwrap-a .card .card-text {
  padding: 67px 70px;
  background-color: #fff;
}
.cardwrap-a .card .card-img {
  object-fit: cover;
}
.cardwrap-a .card .card-img img {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cardwrap-a .card .btn-b2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .cardwrap-a .card {
    border-radius: 6px;
  }
  .cardwrap-a .card .card-text {
    padding: 29px 18px 78px 18px;
  }
  .cardwrap-a .card .btn-b2 {
    right: 14px;
    bottom: 14px;
  }
  .cardwrap-a .card a {
    flex-direction: column !important;
  }
}

.cardwrap-b {
  width: 100%;
  overflow: hidden;
}
.cardwrap-b .card a {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.cardwrap-b .card a:hover .card-img {
  opacity: 0.8;
}
.cardwrap-b .card .card-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  flex-basis: calc((100% - 80px) / 2);
}
.cardwrap-b .card .card-text {
  flex-basis: calc((100% - 80px) / 2);
  position: relative;
}
.cardwrap-b .card:nth-child(odd), .cardwrap-b .card:nth-child(odd) a {
  flex-direction: row;
}
.cardwrap-b .card:nth-child(even), .cardwrap-b .card:nth-child(even) a {
  flex-direction: row-reverse;
}
.cardwrap-b .card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .cardwrap-b .card {
    display: block;
  }
  .cardwrap-b .card-img,
  .cardwrap-b .card-text {
    flex-basis: auto;
    width: 100%;
  }
}
.cardwrap-b .card {
  display: block;
  padding: 78px 118px;
  position: relative;
}
.cardwrap-b .card:nth-child(even) .wrap {
  flex-direction: row-reverse;
}
.cardwrap-b .card .wrap {
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .cardwrap-b .card .wrap {
    display: block;
  }
}
.cardwrap-b .card:nth-child(odd)::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - (100% - 1320px) / 2);
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background: #E6E6E6;
  right: 0;
  top: 0;
}
@media (max-width: 1370px) {
  .cardwrap-b .card:nth-child(odd)::after {
    width: calc(100% - 12px);
    left: 12px;
    right: auto;
  }
}
@media (max-width: 1260px) {
  .cardwrap-b .card:nth-child(odd)::after {
    left: 12px;
  }
}
.cardwrap-b .card .card-img img {
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .cardwrap-b .card {
    padding: 78px 1%;
  }
}
@media (max-width: 767px) {
  .cardwrap-b .card {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .cardwrap-b .card .card-img {
    padding: 0 9px;
  }
  .cardwrap-b .card:nth-child(odd)::after {
    border-radius: 6px 0px 0px 6px;
  }
}
.cardwrap-b .nameset-a {
  margin: 0 0 32px 0;
}
@media (max-width: 767px) {
  .cardwrap-b .card-img {
    margin: 0 0 25px 0;
  }
  .cardwrap-b .nameset-a {
    margin-bottom: 25px;
  }
  .cardwrap-b .nameset-a span {
    margin: 0;
  }
}

.cardwrap-c {
  width: 100%;
}
.cardwrap-c .card a {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.cardwrap-c .card a:hover .card-img {
  opacity: 0.8;
}
.cardwrap-c .card .card-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  flex-basis: calc((100% - 80px) / 2);
}
.cardwrap-c .card .card-text {
  flex-basis: calc((100% - 80px) / 2);
  position: relative;
}
.cardwrap-c .card:nth-child(odd), .cardwrap-c .card:nth-child(odd) a {
  flex-direction: row-reverse;
}
.cardwrap-c .card:nth-child(even), .cardwrap-c .card:nth-child(even) a {
  flex-direction: row;
}
.cardwrap-c .card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .cardwrap-c .card {
    display: block;
  }
  .cardwrap-c .card-img,
  .cardwrap-c .card-text {
    flex-basis: auto;
    width: 100%;
  }
}
.cardwrap-c .card {
  display: flex;
  gap: 80px;
  position: relative;
  margin: 0 0 130px 0;
}
.cardwrap-c .card:last-child {
  margin: 0;
}
.cardwrap-c .card .card-text-bg {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(46px, 11vw, 132px);
  position: absolute;
  right: 0;
  color: #fff;
  width: 100%;
  line-height: 1;
  text-align: right;
  z-index: 1;
  bottom: -64px;
  right: -60px;
  white-space: nowrap;
}
.cardwrap-c .card .card-text {
  z-index: 2;
}
.cardwrap-c .card .card:nth-child(even) {
  left: -60px;
  right: auto;
}
.cardwrap-c .card:nth-child(2n) .card-text-bg {
  text-align: left;
  right: auto;
  left: -60px;
}
.cardwrap-c .ttl-a {
  margin-top: 0;
  margin-bottom: 30px;
  color: #3e7ca2;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .cardwrap-c .card-text-bg {
    right: 0;
  }
  .cardwrap-c .card {
    gap: 40px;
  }
  .cardwrap-c .card > div {
    width: calc((100% - 40px) / 2);
  }
  .cardwrap-c .ttl-a {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cardwrap-c .card {
    margin: 0 0 35px 0;
    display: block;
  }
  .cardwrap-c .card > div {
    width: 100%;
  }
  .cardwrap-c .card:last-child {
    margin: 0;
  }
  .cardwrap-c .card .card-text-bg {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto !important;
    margin: -76px 0 30px -10px;
    z-index: 1;
    text-align: left;
  }
  .cardwrap-c .card-img {
    margin: 0 0 31px 0;
  }
  .cardwrap-c .ttl-a {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.boardwrap-a {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.boardwrap-a .board {
  text-align: left;
  width: calc((100% - 70px) / 2);
}
.boardwrap-a .board .board-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.boardwrap-a .board .board-footer {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .boardwrap-a .board {
    width: 100%;
  }
  .boardwrap-a .board .board-footer {
    display: block;
  }
  .boardwrap-a .board .board-footer .btn-c3 {
    margin-top: 5px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .boardwrap-a {
    display: block;
  }
}
.boardwrap-a .board a {
  display: block;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #C5C5C5;
  color: inherit;
  text-decoration: none;
}
.boardwrap-a .board a:hover .board-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.boardwrap-a .board .board-img {
  margin-bottom: 40px;
  border-radius: 10px;
}
.boardwrap-a .board .ttl-c {
  color: #3e7ca2;
}
@media (max-width: 767px) {
  .boardwrap-a .board {
    border-bottom: none;
    padding: 0 0 35px 0;
  }
  .boardwrap-a .board:last-child {
    border-bottom: solid 1px #C5C5C5;
    padding-bottom: 0;
  }
  .boardwrap-a .board .board-img {
    margin-bottom: 31px;
    border-radius: 6px;
  }
  .boardwrap-a .board a {
    border: none;
    padding: 0;
  }
}

.btn-a1 {
  width: 232px;
  margin: 50px auto 0;
  border-radius: 2px;
}
.btn-a1 a {
  position: relative;
  line-height: 56px;
  text-align: center;
  background-color: #3e7ca2;
  color: #fff;
  display: block;
  padding-right: 38px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
}
.btn-a1 a:hover {
  background-color: #2e6a8e;
  color: rgba(255, 255, 255, 0.7);
}
.btn-a1 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 56px;
  background: #2e6a8e url("assets/img/arrow-circle.svg") no-repeat center;
  background-size: 16px auto;
  border-radius: 0 2px 2px 0;
  transition: background-color 0.3s;
}
.btn-a1 a:hover::after {
  background-color: #3e7ca2;
}
@media (max-width: 767px) {
  .btn-a1 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-a1 {
    margin-top: 36px;
  }
}

.btn-a2 {
  width: 200px;
  margin: 50px auto 0;
  border-radius: 2px;
}
.btn-a2 a {
  position: relative;
  line-height: 56px;
  text-align: center;
  background-color: #0071be;
  color: #fff;
  display: block;
  padding-right: 38px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
}
.btn-a2 a:hover {
  background-color: #0063a6;
  color: rgba(255, 255, 255, 0.7);
}
.btn-a2 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 56px;
  background: #0063a6 url("assets/img/arrow-circle.svg") no-repeat center;
  background-size: 16px auto;
  border-radius: 0 2px 2px 0;
  transition: background-color 0.3s;
}
.btn-a2 a:hover::after {
  background-color: #0071be;
}
@media (max-width: 767px) {
  .btn-a2 a {
    font-size: 16px;
  }
}

.btn-a2r {
  width: 200px;
  position: relative;
  line-height: 56px;
  text-align: center;
  background-color: #0071be;
  color: #fff;
  display: block;
  padding-right: 38px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}
.btn-a2r::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 56px;
  background: #0063a6 url("assets/img/icon-mail.svg") no-repeat center;
  background-size: 16px auto;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .btn-a2r {
    font-size: 16px;
  }
}

a:hover .btn-a2r {
  background-color: #0063a6;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-a2r::after {
  background-color: #0071be;
}

.btn-b1 {
  display: flex;
  font-size: 15px;
  position: relative;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  color: #3e7ca2;
  display: block;
  width: 143px;
  padding-right: 30px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}
.btn-b1 a {
  display: block;
  width: calc(100% + 30px);
  padding-right: 30px;
  color: inherit;
  text-decoration: none;
}
.btn-b1:hover {
  background-color: #E8EFF4;
  color: rgba(62, 124, 162, 0.7);
}
.btn-b1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle-bl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  background-color: #E8EFF4;
  width: 30px;
  height: 42px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-b1:hover::after {
  background-color: #fff;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

.btn-b2 {
  display: flex;
  font-size: 15px;
  position: relative;
  line-height: 42px;
  text-align: center;
  background-color: #E6E6E6;
  color: #3e7ca2;
  display: block;
  width: 143px;
  padding-right: 30px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}
.btn-b2 a {
  display: block;
  width: calc(100% + 30px);
  padding-right: 30px;
  color: inherit;
  text-decoration: none;
}
.btn-b2:hover {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
.btn-b2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  background-color: #3e7ca2;
  width: 30px;
  height: 42px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-b2:hover::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

.btn-b3 {
  display: flex;
  font-size: 15px;
  position: relative;
  line-height: 42px;
  text-align: center;
  background-color: #3e7ca2;
  color: #fff;
  display: block;
  width: 143px;
  padding-right: 30px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}
.btn-b3 a {
  display: block;
  width: calc(100% + 30px);
  padding-right: 30px;
  color: inherit;
  text-decoration: none;
}
.btn-b3:hover {
  background-color: #2e6a8e;
  color: rgba(255, 255, 255, 0.7);
}
.btn-b3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  background-color: #2e6a8e;
  width: 30px;
  height: 42px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-b3:hover::after {
  background-color: #3e7ca2;
  background-image: url("assets/img/arrow-circle.svg");
}

.btn-c1 {
  display: flex;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
  color: #3e7ca2;
  display: block;
  width: 106px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn-c1 a {
  display: block;
  width: calc(100% + 24px);
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.btn-c1:hover {
  background-color: #E8EFF4;
  color: rgba(62, 124, 162, 0.7);
}
.btn-c1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle-bl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #E8EFF4;
  width: 24px;
  height: 26px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-c1:hover::after {
  background-color: #fff;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

a:hover .btn-b1,
a:hover .btn-c1 {
  background-color: #E8EFF4;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-b1::after,
a:hover .btn-c1::after {
  background-color: #fff;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

.btn-c2 {
  display: flex;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  text-align: center;
  background-color: #E6E6E6;
  color: #3e7ca2;
  display: block;
  width: 106px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn-c2 a {
  display: block;
  width: calc(100% + 24px);
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.btn-c2:hover {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
.btn-c2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #3e7ca2;
  width: 24px;
  height: 26px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-c2:hover::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

a:hover .btn-b2,
a:hover .btn-c2 {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-b2::after,
a:hover .btn-c2::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/arrow-circle-bl.svg");
}

.btn-c3 {
  display: flex;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  text-align: center;
  background-color: #3e7ca2;
  color: #fff;
  display: block;
  width: 106px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn-c3 a {
  display: block;
  width: calc(100% + 24px);
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.btn-c3:hover {
  background-color: #2e6a8e;
  color: rgba(255, 255, 255, 0.7);
}
.btn-c3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #2e6a8e;
  width: 24px;
  height: 26px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-c3:hover::after {
  background-color: #3e7ca2;
  background-image: url("assets/img/arrow-circle.svg");
}

a:hover .btn-b3,
a:hover .btn-c3 {
  background-color: #2e6a8e;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-b3::after,
a:hover .btn-c3::after {
  background-color: #3e7ca2;
  background-image: url("assets/img/arrow-circle.svg");
}

.btn-c4 {
  display: flex;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  text-align: center;
  background-color: #E6E6E6;
  color: #3e7ca2;
  display: block;
  width: 84px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn-c4 a {
  display: block;
  width: calc(100% + 24px);
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.btn-c4:hover {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
.btn-c4::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/close-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #3e7ca2;
  width: 24px;
  height: 26px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-c4:hover::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/close-circle-bl.svg");
}

a:hover .btn-c4 {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-c4::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/close-circle-bl.svg");
}

.btn-c5 {
  display: flex;
  font-size: 12px;
  position: relative;
  line-height: 26px;
  text-align: center;
  background-color: #E6E6E6;
  color: #3e7ca2;
  display: block;
  width: 106px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}
.btn-c5 a {
  display: block;
  width: calc(100% + 24px);
  padding-right: 24px;
  color: inherit;
  text-decoration: none;
}
.btn-c5:hover {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
.btn-c5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/plus-circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #3e7ca2;
  width: 24px;
  height: 26px;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.btn-c5:hover::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/plus-circle-bl.svg");
}

a:hover .btn-c5 {
  background-color: #3e7ca2;
  color: rgba(255, 255, 255, 0.7);
}
a:hover .btn-c5::after {
  background-color: #E6E6E6;
  background-image: url("assets/img/plus-circle-bl.svg");
}

.btn-d1 {
  display: flex;
}
.btn-d1 a {
  font-size: 13px;
  position: relative;
  line-height: 32px;
  text-align: center;
  background-color: #0071be;
  color: #fff;
  display: block;
  width: 136px;
  padding-right: 24px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  border-radius: 2px;
}
.btn-d1 a:hover {
  background-color: #0063a6;
  color: rgba(255, 255, 255, 0.7);
}
.btn-d1 a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-color: #0063a6;
  width: 32px;
  height: 32px;
  transition: background-color 0.3s;
  border-radius: 2px;
}
.btn-d1 a:hover::after {
  background-color: #0071be;
  background-image: url("assets/img/icon-mail.svg");
}

.other-btn-a1 {
  margin-top: 89px;
}
@media (max-width: 767px) {
  .other-btn-a1 {
    margin-top: 50px;
  }
}

/* =========================================================
components
========================================================= */
/*　board
--------------------------------------------------------- */
.recruit .boardwrap-a .board {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .recruit .grey-area-right,
  .recruit .grey-area-left {
    padding-bottom: 53px;
  }
  .recruit .row {
    padding-bottom: 53px;
  }
  .recruit .text-wrap {
    margin-bottom: 31px;
  }
}
.boardwrap-b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.boardwrap-b .board {
  text-align: left;
  width: calc((100% - 32px) / 2);
}
.boardwrap-b .board .board-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.boardwrap-b .board .board-footer {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .boardwrap-b .board {
    width: 100%;
  }
  .boardwrap-b .board .board-footer {
    display: block;
  }
  .boardwrap-b .board .board-footer .btn-c3 {
    margin-top: 5px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .boardwrap-b {
    display: block;
  }
}
.boardwrap-b p {
  margin: 0;
  padding: 0;
}
.boardwrap-b .board {
  padding: 12px;
  padding-bottom: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.boardwrap-b .board a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.boardwrap-b .board .board-img {
  margin-bottom: 33px;
}
.boardwrap-b .board a:hover .board-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.boardwrap-b .board .board-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 18px;
}
.boardwrap-b .board .ttl-c {
  color: #3e7ca2;
}
.boardwrap-b .board .ttl-c,
.boardwrap-b .board .ttl-c-bl {
  margin-bottom: 10px;
}
.boardwrap-b .board .btn-c2 {
  flex-direction: row-reverse;
  margin: 25px 0 0 auto;
}
@media (max-width: 767px) {
  .boardwrap-b {
    border-radius: 6px;
    display: flex;
  }
  .boardwrap-b .board .board-content {
    margin-left: 6px;
  }
}

.boardwrap-b-3 .board {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media (max-width: 1000px) {
  .boardwrap-b-3 .board {
    width: calc(50% - 16px);
  }
}
@media (max-width: 500px) {
  .boardwrap-b-3 .board {
    width: 100%;
  }
}

.boardwrap-c {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.boardwrap-c .board {
  text-align: left;
  width: calc((100% - 33px) / 2);
}
.boardwrap-c .board .board-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.boardwrap-c .board .board-footer {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .boardwrap-c .board {
    width: 100%;
  }
  .boardwrap-c .board .board-footer {
    display: block;
  }
  .boardwrap-c .board .board-footer .btn-c3 {
    margin-top: 5px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .boardwrap-c {
    display: block;
  }
}
.boardwrap-c .board {
  width: calc(33.3333333333% - 22px);
  height: fit-content;
  position: relative;
}
.boardwrap-c .board a {
  text-decoration: none;
  color: #fff;
}
.boardwrap-c .board .board-img {
  transition: all 0.2s ease;
}
.boardwrap-c .board a:hover .board-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.boardwrap-c .board .board-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.boardwrap-c .board .text-link-a {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.boardwrap-c .board:first-child {
  margin-top: 80px;
}
.boardwrap-c .board:nth-child(2) {
  margin-top: 40px;
}
.boardwrap-c .board .board-img img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .boardwrap-c {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .boardwrap-c .board {
    width: 100%;
  }
  .boardwrap-c .board:first-child {
    margin-top: 0;
  }
  .boardwrap-c .board:nth-child(2) {
    margin-top: 0;
  }
  .boardwrap-c .board .board-img,
  .boardwrap-c .board img {
    height: 100% !important;
    aspect-ratio: 351/157;
    object-fit: cover;
    border-radius: 6px;
  }
}

/* card
--------------------------------------------------------- */
.cardwrap-c {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.cardwrap-c .card a {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.cardwrap-c .card a:hover .card-img {
  opacity: 0.8;
}
.cardwrap-c .card .card-img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  flex-basis: calc(50% - 40px);
}
.cardwrap-c .card .card-text {
  flex-basis: calc(50% - 40px);
  position: relative;
}
.cardwrap-c .card:nth-child(odd), .cardwrap-c .card:nth-child(odd) a {
  flex-direction: row;
}
.cardwrap-c .card:nth-child(even), .cardwrap-c .card:nth-child(even) a {
  flex-direction: row-reverse;
}
.cardwrap-c .card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .cardwrap-c .card {
    display: block;
  }
  .cardwrap-c .card-img,
  .cardwrap-c .card-text {
    flex-basis: auto;
    width: 100%;
  }
}
.cardwrap-c .card {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.cardwrap-c .card:nth-child(even) .wrap {
  flex-direction: row-reverse;
}
.cardwrap-c .card .wrap {
  display: flex;
  gap: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cardwrap-c .card .wrap {
    display: block;
    padding: 0;
  }
}
.cardwrap-c .card img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cardwrap-c {
    gap: 29px;
  }
  .cardwrap-c .card-img {
    margin: 0 0 25px 0;
  }
}

/* table
--------------------------------------------------------- */
.tablewrap-a p {
  margin: 0;
}

.tablewrap-a .ttl-c-bl {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .tablewrap-a .ttl-c-bl {
    margin-bottom: 39px;
  }
}

.tablewrap-a .table-wh {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  padding-top: 78px;
  position: relative;
}
.tablewrap-a .table-wh p {
  margin: 0;
}
.tablewrap-a .table-wh .ttl-c-bl {
  margin-bottom: 71px;
}
.tablewrap-a .table-wh .ttl-d span {
  font-size: 13px;
}
.tablewrap-a .table-wh .table-title {
  margin-bottom: 25px;
}
.tablewrap-a .table-wh .table-text {
  margin-bottom: 25px;
}
.tablewrap-a .table-wh::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 91.8819188192%;
  height: 2px;
  background-color: #3e7ca2;
}
.tablewrap-a .table-wh:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .tablewrap-a .table-wh {
    border-radius: 6px;
    padding: 40px 18px 30px;
    margin-bottom: 0;
  }
  .tablewrap-a .table-wh .ttl-c-bl {
    margin-bottom: 39px;
  }
  .tablewrap-a .table-wh .table-text {
    margin-bottom: 0;
  }
  .tablewrap-a .table-wh .cp-table > div {
    padding-bottom: 0;
  }
  .tablewrap-a .table-wh .cp-table > div > div {
    padding: 0 0 23px;
  }
}

.tablewrap-a .table-wh.table-2 {
  background-color: #f4f8fa;
}
.tablewrap-a .table-wh.table-2 .ttl-c-bl,
.tablewrap-a .table-wh.table-2 .ttl-d {
  color: #3e7ca2;
}
.tablewrap-a .table-wh.table-2::after {
  background-color: #3e7ca2;
}

.tablewrap-a .table-wh.table-3 {
  background-color: #f4f8fa;
}
.tablewrap-a .table-wh.table-3 .ttl-c-bl,
.tablewrap-a .table-wh.table-3 .ttl-d {
  color: #3f9da3;
}
.tablewrap-a .table-wh.table-3::after {
  background-color: #3f9da3;
}
.tablewrap-a .table-wh.table-3 .cp-table > div::before {
  background-color: #3f9da3;
}

/* anchornav
--------------------------------------------------------- */
.anchornav-a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 26px 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 calc((100% - 1320px) / 2);
  max-width: none;
}
@media (max-width: 1370px) {
  .anchornav-a {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .anchornav-a {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 0;
  }
}
.anchornav-a li {
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 767px) {
  .anchornav-a li {
    width: 50%;
  }
}
.anchornav-a li a {
  color: #333;
  text-decoration: none;
  padding: 18px 30px 43px;
  display: block;
  line-height: 1;
}
.anchornav-a li a::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: calc(50% - 9px);
  background-image: url("assets/img/arrow-circle-bl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: background-color 0.3s;
}
.anchornav-a li a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .anchornav-a li a {
    font-size: 13px;
    padding: 10px 30px 30px;
    line-height: 1.4;
  }
  .anchornav-a li a::after {
    bottom: 7px;
  }
}
@media (max-width: 767px) {
  .anchornav-a li::after, .anchornav-a li::before {
    height: 100%;
  }
}

.anchornav-b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  padding-bottom: 89px;
}
.anchornav-b li {
  position: relative;
  background-color: #fff;
  padding-right: 47px;
  width: calc(50% - 16px);
  height: 73px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .anchornav-b li {
    width: 100%;
    height: auto;
  }
}
.anchornav-b li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
.anchornav-b li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f3f3f3;
  width: 47px;
  height: 100%;
  transition: background-color 0.3s;
}
.anchornav-b li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("assets/img/arrow-circle-bl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  transform: rotate(90deg);
  width: 47px;
  height: 100%;
}
.anchornav-b li a:hover {
  background-color: #f3f3f3;
  color: rgba(51, 51, 51, 0.6784313725);
}
.anchornav-b li a:hover::before {
  background-color: #fff;
}

/* table-nav
--------------------------------------------------------- */
.tablenav-a {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 30px;
  padding-bottom: 10px;
  display: flex;
  gap: 28px;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
  margin-bottom: 48px;
  scrollbar-width: none;
  position: relative;
}
.tablenav-a::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1174px) {
  .tablenav-a {
    padding-left: calc((100vw - 1144px) / 2);
  }
}
.tablenav-a li {
  color: #fff;
  min-width: none;
  width: calc(25% - 21px);
  padding: 19px 47px 19px 10px;
  text-align: center;
  background-color: #969696;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.tablenav-a li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 47px;
  height: 100%;
  background: #808080 url(assets/img/arrow-circle-under.svg) no-repeat center;
  background-size: 16px auto;
  transition: background-color 0.3s;
  border-radius: 0 2px 2px 0;
}
.tablenav-a li:hover {
  background-color: #808080;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.tablenav-a li:hover::after {
  background: #969696 url(assets/img/arrow-circle-under.svg) no-repeat center;
  background-size: 16px auto;
  transition: all 0.2s ease;
}
.tablenav-a li.is-active {
  background-color: #3e7ca2;
  padding-right: 10px;
}
.tablenav-a li.is-active::after {
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 23px;
  height: 15px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #3e7ca2;
}
@media (max-width: 767px) {
  .tablenav-a {
    gap: 12px;
    flex-wrap: wrap;
  }
  .tablenav-a li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 12px);
    padding-right: 35px;
    line-height: 18px;
  }
  .tablenav-a li::after {
    width: 32px;
  }
  .tablenav-a li.is-active::after {
    content: none;
  }
}

.tablenav-tablewrap .table {
  display: none;
}
.tablenav-tablewrap .table.is-active {
  display: block;
}
@media (max-width: 767px) {
  .tablenav-tablewrap .table .ttl-d {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
  }
}

/* list
--------------------------------------------------------- */
.listwrap-a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listwrap-a li {
  border-top: 1px solid #c5c5c5;
  padding: 37px 10px 47px 10px;
  width: 100%;
}
.listwrap-a li:nth-child(2n) {
  background-color: #e6e6e6;
}
.listwrap-a li:nth-child(2n+1) {
  background-color: #f3f3f3;
}
.listwrap-a li:last-child {
  border-bottom: 1px solid #c5c5c5;
}
.listwrap-a li .ttl-d {
  padding-bottom: 19px;
}
.listwrap-a li p {
  margin: 0;
  padding: 0;
}
.listwrap-a li .faq {
  max-width: 762px;
  margin: auto;
}

.listwrap-b {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.listwrap-b li {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  width: calc(33.3333333333% - 22px);
  height: 126px;
  min-height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 10px 60px;
}
.listwrap-b li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 24px;
  height: 24px;
  background-image: url("assets/img/check-bl.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .listwrap-b {
    gap: 12px;
  }
  .listwrap-b li {
    border-radius: 6px;
    padding: 10px 35px;
    width: calc(50% - 6px);
    height: 91px;
  }
  .listwrap-b li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 12px;
    height: 12px;
    background-image: url("assets/img/check-bl.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
    transform: translateY(-50%);
  }
  .listwrap-b li .ttl-d {
    font-size: 13px;
  }
}

/* nameset
--------------------------------------------------------- */
.nameset-c {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.nameset-c span {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  .nameset-c {
    font-size: 18px;
  }
  .nameset-c span {
    font-size: 11px;
    margin: 0 0 3px 0;
  }
}

.nameset-d {
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
}
.nameset-d span {
  font-size: 14px;
  line-height: 27px;
  display: block;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  .nameset-d {
    font-size: 22px;
    line-height: 1;
  }
  .nameset-d span {
    font-size: 11px;
    margin: 0 0 3px 0;
  }
}

/* pgttl
--------------------------------------------------------- */
.pgttl-a-noimg .pgttl-a {
  background-color: transparent;
  height: 420px;
}
.pgttl-a-noimg .pgttl-a .pgttl-text {
  color: #3e7ca2;
}
.pgttl-a-noimg .pgttl-a .pgttl-text span {
  color: #e6e6e6;
  z-index: -1;
}
@media (max-width: 767px) {
  .pgttl-a-noimg .pgttl-a {
    height: 220px;
  }
}

.page-template-page-ma .header-shadow,
.page-template-page-recruit-interview .header-shadow,
.single-interview .header-shadow {
  display: none;
}

.page-template-page-ma .hbgmenu span,
.page-template-page-recruit-interview .hbgmenu span,
.single-interview .hbgmenu span {
  background: rgb(51, 51, 51);
}

.page-template-page-ma .hbgmenu-label,
.page-template-page-recruit-interview .hbgmenu-label,
.single-interview .hbgmenu-label {
  color: rgb(51, 51, 51);
}

.page-template-page-ma header,
.page-template-page-recruit-interview header,
.single-interview header {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.page-template-page-ma #menu-main-nav li a,
.page-template-page-recruit-interview #menu-main-nav li a,
.single-interview #menu-main-nav li a {
  color: #333;
}
.page-template-page-ma .logo-wrap .logo-light,
.page-template-page-recruit-interview .logo-wrap .logo-light,
.single-interview .logo-wrap .logo-light {
  display: none;
}
.page-template-page-ma .logo-wrap .logo-dark,
.page-template-page-recruit-interview .logo-wrap .logo-dark,
.single-interview .logo-wrap .logo-dark {
  display: block !important;
}

.page-template-page-ma header:not(.fixed header),
.page-template-page-recruit-interview header:not(.fixed header),
.single-interview header:not(.fixed header) {
  position: relative;
}

@media (min-width: 1250px) {
  .page-template-page-ma header .menu-item-has-children::before,
  .page-template-page-recruit-interview header .menu-item-has-children::before,
  .single-interview header .menu-item-has-children::before {
    background: url(/wp-content/uploads/2025/06/icon-menu-arrow-bk.png) no-repeat center/contain;
  }
}

/* category
--------------------------------------------------------- */
.parts-d-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 767px) {
  .parts-d-ttl {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

.parts-d-subttl {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .parts-d-subttl {
    font-size: 10px;
    line-height: 1;
  }
}

/* recruit-cta
--------------------------------------------------------- */
.recruit-cta-wrap {
  display: flex;
  margin-bottom: -50px;
}
.recruit-cta-wrap a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: 60px;
}
.recruit-cta-wrap a:hover img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.recruit-cta-wrap img {
  border-radius: 10px;
}
.recruit-cta-wrap .recruit-cta-left {
  width: 50%;
  background-color: #2e6a8e;
}
.recruit-cta-wrap .recruit-cta-right {
  width: 50%;
  background-color: #0063a6;
}
.recruit-cta-wrap .recruit-cta-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.recruit-cta-wrap .parts-c-ttl {
  line-height: normal;
  margin: 0;
}
.recruit-cta-wrap .parts-c-subttl {
  margin: 0;
}
.recruit-cta-wrap .btn-b1 {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 1000px) {
  .recruit-cta-wrap a {
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .recruit-cta-wrap {
    flex-direction: column;
  }
  .recruit-cta-wrap a {
    margin: 25px 12px;
  }
  .recruit-cta-wrap img {
    border-radius: 6px;
  }
  .recruit-cta-wrap .recruit-cta-left,
  .recruit-cta-wrap .recruit-cta-right {
    width: 100%;
  }
  .recruit-cta-wrap .recruit-cta-content {
    left: 30px;
  }
  .recruit-cta-wrap .parts-c-ttl {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .recruit-cta-wrap .btn-b1 {
    font-size: 12px;
    width: 106px;
    line-height: 26px;
  }
  .recruit-cta-wrap .btn-b1::after {
    height: 26px;
  }
}

/*　カテゴリー
--------------------------------------------------------- */
/* =========================================================
パーツ
========================================================= */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.reverse {
  flex-direction: row-reverse;
}

.line-a {
  border-top: solid 1px #c5c5c5;
  position: relative;
  padding: 18px 0;
}
.line-a::before {
  content: "";
  height: 1px;
  width: 230px;
  background-color: #3e7ca2;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .line-a::before {
    width: 66px;
  }
}

.line-b {
  position: relative;
}
.line-b::after {
  content: "";
  width: 1px;
  height: 76px;
  background: linear-gradient(#3e7ca2 50%, #c5c5c5 50%);
  position: absolute;
  left: 0;
  top: calc(50% - 38px);
}
@media (max-width: 767px) {
  .line-b::after {
    height: 65px;
    top: calc(50% - 32.5px);
  }
}
.line-b:last-child::before {
  content: "";
  width: 1px;
  height: 76px;
  background: linear-gradient(#3e7ca2 50%, #c5c5c5 50%);
  position: absolute;
  right: 0;
  top: calc(50% - 38px);
}
@media (max-width: 767px) {
  .line-b:last-child::before {
    height: 65px;
    top: calc(50% - 32.5px);
  }
}
@media (max-width: 767px) {
  .line-b:nth-child(2n)::before {
    content: "";
    width: 1px;
    background: linear-gradient(#3e7ca2 50%, #c5c5c5 50%);
    position: absolute;
    right: 0;
    height: 65px;
    top: calc(50% - 32.5px);
  }
}

.hdg-b-wh {
  color: #fff;
  background-image: url(assets/img/hdg-2-bg-tr.svg);
}
.hdg-b-wh span {
  color: rgba(255, 255, 255, 0.4392156863);
}

.btn-a1 {
  min-width: fit-content;
}
.btn-a1 a {
  padding: 0 68px 0 30px;
}
@media (max-width: 767px) {
  .btn-a1 a {
    padding: 0 50px 0 20px;
  }
}

.btn-b1-center {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.img-full-wrap .img-full {
  height: 540px;
}
.img-full-wrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .img-full-wrap .img-full {
    height: 305px;
    width: 100%;
    overflow: hidden;
  }
  .img-full-wrap .img-full img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.label-a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  background-color: #3d7da3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 0;
  padding: 1px 10px;
}
@media (max-width: 767px) {
  .label-a {
    border-radius: 6px 0 0 0;
  }
}

.label-a-post {
  left: 60px;
}
@media (max-width: 1370px) {
  .label-a-post {
    left: 12px;
  }
}

.note-a {
  margin-top: 21px;
}

.ttl-f {
  font-size: 56px;
  line-height: 88px;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 4px;
}
@media (max-width: 767px) {
  .ttl-f {
    font-size: 32px;
    line-height: 52px;
    text-decoration-thickness: 2px;
  }
}

/* =========================================================
interview - flexible content
========================================================= */
.flexible-content > div {
  margin-bottom: 68px;
}
.flexible-content .content-column {
  gap: 26px 80px;
  flex-wrap: wrap;
}
.flexible-content .content-column img,
.flexible-content .content-column .content {
  width: calc(50% - 40px);
}
.flexible-content .content-column img {
  height: auto;
  object-fit: contain;
  object-position: top;
}
.flexible-content .content-center {
  margin-left: auto;
  margin-right: auto;
}
.flexible-content .crosstalk-content1 .tag {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  border-top: solid 1px #c5c5c5;
  position: relative;
  padding-top: 23px;
}
.flexible-content .crosstalk-content1 .tag::before {
  content: "";
  height: 1px;
  width: 230px;
  background-color: #3e7ca2;
  position: absolute;
  left: 0;
  top: 0;
}
.flexible-content .crosstalk-content1 .ttl-d {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  margin-top: 31px;
}
.flexible-content .crosstalk-content2 {
  max-width: 880px;
}
.flexible-content .talk-table td {
  vertical-align: baseline;
  padding-bottom: 45px;
}
.flexible-content .talk-table tr:last-child td {
  padding-bottom: 0;
}
.flexible-content .talk-table .name {
  white-space: nowrap;
}
.flexible-content .ttl-c-bl {
  margin-bottom: 31px;
}
.flexible-content a {
  color: #3D7DA3;
}
@media (max-width: 767px) {
  .flexible-content .wrap-med,
  .flexible-content .wrap-sml {
    padding: 0 18px;
  }
  .flexible-content .content-column {
    flex-direction: column-reverse;
  }
  .flexible-content .content-column img,
  .flexible-content .content-column .content {
    width: 100%;
  }
  .flexible-content .reverse {
    flex-direction: column-reverse;
  }
  .flexible-content .ttl-c-bl {
    margin-bottom: 22px;
  }
  .flexible-content > div {
    margin-bottom: 60px;
  }
  .flexible-content .content-fullimg img {
    min-height: auto;
    object-fit: cover;
  }
  .flexible-content .talk-table td {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
  .flexible-content .talk-table .name {
    padding-bottom: 0;
  }
}

/* =========================================================

========================================================= */
/* common
--------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 60px;
}

/* recruit top
--------------------------------------------------------- */
.recruit-kv-slider .slick-slide {
  margin-right: -366.28px;
}
.recruit-kv-slider img {
  width: 1092px;
  height: 772px;
  clip-path: polygon(0 0, 66% 0, 100% 100%, 34% 100%);
  object-fit: cover;
}
@media (max-width: 767px) {
  .recruit-kv-slider .slick-slide {
    margin-right: -156.5px;
  }
  .recruit-kv-slider img {
    width: 475px;
    height: 500px;
  }
}
@media (max-width: 414px) {
  .recruit-kv-slider img {
    height: 400px;
  }
}

.recruit-top-kv .recruit-kv-copy-pc svg {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1274px;
}
.recruit-top-kv .recruit-kv-copy-mb svg {
  display: none;
}
@media (max-width: 767px) {
  .recruit-top-kv .recruit-kv-copy-pc svg {
    display: none;
  }
  .recruit-top-kv .recruit-kv-copy-mb svg {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 12px;
    width: calc(100vw - 24px);
    height: auto;
  }
}

@media (min-width: 767px) {
  .recruit-top-about .hdg-b {
    margin-bottom: 0;
  }
}

/* faq
--------------------------------------------------------- */
.faq-q,
.faq-a {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .faq-q,
  .faq-a {
    font-size: 20px;
    padding-right: 11px;
  }
}

@media (max-width: 767px) {
  .recruit-faq .accordion-header,
  .recruit-top-faq .accordion-header {
    cursor: pointer;
    padding-right: 38px;
    position: relative;
    padding-bottom: 0 !important;
  }
  .recruit-faq .accordion-header::after,
  .recruit-top-faq .accordion-header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 18px;
    height: 18px;
    background-image: url("assets/img/plus-circle-bl.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    transform: translateY(-50%);
  }
  .recruit-faq .accordion-header.is-open::after,
  .recruit-top-faq .accordion-header.is-open::after {
    background-image: url("assets/img/minus-circle-bl.svg");
  }
  .recruit-faq .accordion-content,
  .recruit-top-faq .accordion-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    padding-top: 19px;
  }
  .recruit-faq .listwrap-a li,
  .recruit-top-faq .listwrap-a li {
    padding-top: 28px;
    padding-bottom: 13px;
  }
}

/* recruit-top
--------------------------------------------------------- */
@media (max-width: 767px) {
  .recruit-top .recruit-top-about .row {
    padding-top: 85px !important;
  }
}
.recruit-top .recruit-top-message {
  background-color: #000;
  position: relative;
}
.recruit-top .recruit-top-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 147px;
  background: url("assets/img/text-bg-from-ags-fas.png") no-repeat bottom/contain;
  z-index: 1;
  pointer-events: none;
}
.recruit-top .recruit-top-message a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
  height: 580px;
}
.recruit-top .recruit-top-message a .absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}
.recruit-top .recruit-top-message a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.recruit-top .recruit-top-message a:hover img {
  transition: all 0.2s ease;
  opacity: 0.7;
}
.recruit-top .recruit-top-message .btn-b1 {
  height: fit-content;
}
.recruit-top .recruit-top-message a:hover .btn-b1 {
  color: #3e7ca2;
}
@media (max-width: 767px) {
  .recruit-top .recruit-top-message::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: url("assets/img/text-bg-from-ags-fas-mb.png") no-repeat center/contain;
    width: 279px;
    max-width: 90%;
  }
  .recruit-top .recruit-top-message .img-wrap > .flex {
    flex-direction: column;
  }
  .recruit-top .recruit-top-message a {
    height: 302px;
  }
  .recruit-top .recruit-top-message .hdg-b-wh {
    margin-bottom: 26px;
  }
}
.recruit-top .recruit-top-crosstalk a {
  transition: all 0.2s ease;
}
.recruit-top .recruit-top-crosstalk a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
.recruit-top .recruit-top-crosstalk a img {
  border-radius: 6px;
}
.recruit-top .recruit-top-env .boardwrap-a .board {
  border: none;
}
@media (max-width: 767px) {
  .recruit-top .recruit-top-env .text-wrap {
    text-align: left;
  }
}
.recruit-top .listwrap-a li:nth-child(2n) {
  background-color: #f3f3f3;
}
.recruit-top .listwrap-a li:nth-child(2n+1) {
  background-color: #e6e6e6;
}
@media (max-width: 767px) {
  .recruit-top .recruit-top-message .wrap {
    flex-direction: column;
  }
  .recruit-top .recruit-top-about .wrap {
    padding: 0 12px;
  }
}

.other-btn-a1-mt {
  padding-top: 50px;
}

.recruit-top-interview .board .btn-c2,
.recruit-interview .board .btn-c2,
.recruit-interview-post-other .board .btn-c2 {
  margin-top: 5px;
}

/* message
--------------------------------------------------------- */
.recruit-message-maincopy p {
  margin: 0;
}
@media (max-width: 767px) {
  .recruit-message-maincopy .ttl-b-bl {
    text-align: left;
  }
}

/* aboutus
--------------------------------------------------------- */
.recruit-about .boardwrap-b .board {
  padding: 60px;
  padding-bottom: 40px;
  justify-content: space-between;
  position: relative;
}
.recruit-about .boardwrap-b .board .ttl-c-bl {
  margin-bottom: 20px;
}
.recruit-about .boardwrap-b .board .board-img {
  margin: 0;
  width: 141px;
  height: 141px;
}
.recruit-about .boardwrap-b .board .board-img img {
  object-fit: cover;
}
.recruit-about .boardwrap-b .board .board-people {
  margin-top: 40px;
  z-index: 1;
}
.recruit-about .boardwrap-b .board .board-people-content {
  align-items: center;
  gap: 25px;
  z-index: 1;
}
.recruit-about .boardwrap-b .board .ttl-e {
  margin-bottom: 28px;
}
.recruit-about .boardwrap-b .board .btn-c2 {
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 1;
}
.recruit-about .boardwrap-b .board .bg-text {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 160px;
  font-family: "Montserrat", sans-serif;
  color: #e8eff4;
  line-height: 115px;
  z-index: 0;
}
@media (max-width: 767px) {
  .recruit-about .boardwrap-b .board {
    padding: 45px 18px 57px;
  }
  .recruit-about .boardwrap-b .board .board-img {
    margin-left: 10px;
    width: 87px;
    height: 87px;
  }
  .recruit-about .boardwrap-b .board .ttl-e {
    margin-bottom: 26px;
  }
  .recruit-about .boardwrap-b .board .btn-c2 {
    bottom: 14px;
    right: 14px;
  }
  .recruit-about .boardwrap-b .board .bg-text {
    color: transparent;
  }
}

/* careerpath
--------------------------------------------------------- */
.recruit-career .anchornav-a li {
  width: 50%;
}

@media (max-width: 767px) {
  .recruit-career-system .wrap-sml {
    padding: 0;
  }
  .recruit-career-system .img-wrap {
    max-width: 300px;
    margin: auto;
    padding: 20px 30px 0;
  }
}
.recruit-career-system .tablewrap-a .table-1 {
  margin-top: 0;
}
.recruit-career-system .tablewrap-a .table-1::after {
  background-color: transparent;
}

/* post
--------------------------------------------------------- */
.post-profile .grey-area-right {
  padding: 42px 0 31px;
}

.post-mv {
  color: #fff;
  overflow: hidden;
}
.post-mv .cat-wrap {
  margin-top: 39px;
  margin-left: 60px;
}
.post-mv .cp-name {
  position: relative;
  top: 0;
  margin: 0;
}
.post-mv .ttl-f {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 60px;
  background-image: url(assets/img/hdg-2-bg-bl.svg);
  background-repeat: no-repeat;
  background-size: 290px auto;
  background-position: top 30% center;
  z-index: 1;
}
.post-mv .nameset-d {
  position: absolute;
  right: 53px;
  bottom: 47px;
  text-align: right;
  z-index: 1;
}
.post-mv .bg-text {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  line-height: 1;
  display: block;
  font-size: clamp(60px, 10vw, 162px);
  font-weight: 400;
  text-align: center;
  background: linear-gradient(180deg, #003a5d 0%, rgba(0, 58, 93, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  z-index: 0;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
  .post-mv .cat-wrap {
    margin-top: 15px;
    margin-left: 12px;
  }
  .post-mv .ttl-f {
    background-size: 200px auto;
    background-position: top 90% center;
    padding: 30px;
  }
  .post-mv .ttl-f,
  .post-mv .nameset-d {
    position: relative;
    top: 0;
    transform: none;
    right: 0;
  }
  .post-mv .nameset-d {
    text-align: left;
    left: 0;
    right: auto;
    margin: 15px 0 32px 30px;
  }
  .post-mv .bg-text {
    font-size: clamp(89px, 20vw, 162px);
  }
  .post-content .white-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}
/* interview
--------------------------------------------------------- */
.interview-post-mv {
  background-color: #3d7da3;
}
.interview-post-mv .interview-post-mv-content,
.interview-post-mv img {
  width: 50%;
}
.interview-post-mv img {
  object-fit: cover;
  object-position: center;
  min-height: 540px;
  height: auto;
}
@media (max-width: 767px) {
  .interview-post-mv .flex {
    flex-direction: column;
  }
  .interview-post-mv .interview-post-mv-content,
  .interview-post-mv img {
    width: 100%;
  }
  .interview-post-mv img {
    height: auto;
    min-height: auto;
  }
}

/* cross talk
--------------------------------------------------------- */
.crosstalk-lead .row {
  padding: 78px 0 68px;
}
@media (max-width: 767px) {
  .crosstalk-lead .row {
    padding: 46px 0 35px;
  }
}

.crosstalk-post-mv .relative {
  min-height: 600px;
  padding-top: 74px;
}
.crosstalk-post-mv .ttl-f {
  width: 60%;
  background-image: url(assets/img/hdg-2-bg-tr.svg);
}
.crosstalk-post-mv .bg-text {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  font-size: clamp(80px, 20vw, 162px);
}
.crosstalk-post-mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 900px) {
  .crosstalk-post-mv .ttl-f {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100px;
    padding-bottom: 0;
    background-position: top 30% center;
  }
}

/* requirements
--------------------------------------------------------- */
/* system
--------------------------------------------------------- */
@media (max-width: 767px) {
  .recruit-system-education .wrap-med {
    padding: 0 30px;
  }
}
