@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;
}

.anim-clipr-1,
.anim-clipr-2,
.anim-clipr-3 {
  clip-path: inset(0% 0% 0% 100%);
}

.anim-clipl-1,
.anim-clipl-2,
.anim-clipl-3 {
  clip-path: inset(0% 100% 0% 0%);
}

.anim-fadeup-1,
.anim-fadeup-2 {
  opacity: 0;
  transform: translateY(20px);
}

.anim-fadedown-1,
.anim-fadedown-2 {
  opacity: 0;
  transform: translateY(-20px);
}

.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;
  }
}

.pgttl-a {
  width: 100%;
  height: 540px;
  font-size: 54px;
  font-weight: 500;
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.pgttl-a span {
  display: block;
  z-index: -1;
  width: 100%;
  top: -10%;
  position: absolute;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 200;
  font-size: 200px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  top: 50%;
  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%);
}
@media (max-width: 767px) {
  .pgttl-a {
    font-size: 32px;
    line-height: 40px;
  }
  .pgttl-a span {
    font-size: 60px;
    margin-top: 17px;
  }
}
.pgttl-a .pgttl-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .pgttl-a {
    height: 380px;
  }
}

.single-service .pgttl-a .pgttl-text {
  top: 55%;
}

.pgttl-a .pgttl-text.with-tag {
  top: 55%;
}

.pgttl-b {
  font-size: 54px;
  font-weight: 500;
  color: #3e7ca2;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 311px;
  background-color: transparent;
}
.pgttl-b span {
  display: block;
  z-index: -1;
  width: 100%;
  top: -10%;
  position: absolute;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 200;
  font-size: 200px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  top: 50%;
  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%);
}
@media (max-width: 767px) {
  .pgttl-b {
    font-size: 32px;
    line-height: 40px;
  }
  .pgttl-b span {
    font-size: 60px;
    margin-top: 17px;
  }
}
.pgttl-b .pgttl-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.pgttl-b span {
  color: #E6E6E6;
}
@media (max-width: 767px) {
  .pgttl-b {
    height: 163px;
  }
}

.cp-name {
  width: 103px;
  line-height: 34px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 23%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .cp-name {
    top: 28%;
  }
}

.ttl-a {
  font-size: 43px;
  line-height: 62px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ttl-a {
    font-size: 22px;
    line-height: 40px;
  }
}

.ttl-b, .ttl-b-bl {
  color: #3e7ca2;
  font-size: 36px;
  line-height: 52px;
  margin: 0 0 50px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ttl-b, .ttl-b-bl {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}

.ttl-b-bl {
  color: #3e7ca2;
}

.ttl-c, .ttl-c-bl {
  font-size: 26px;
  line-height: 40px;
  margin: 0 0 35px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ttl-c, .ttl-c-bl {
    margin: 0 0 22px 0;
    font-size: 22px;
    line-height: 32px;
  }
}

.ttl-c-bl {
  color: #3e7ca2;
}

.ttl-d {
  font-size: 20px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .ttl-d {
    font-size: 18px;
    line-height: 26px;
  }
}

.ttl-e {
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ttl-e {
    font-size: 13px;
    line-height: 20px;
  }
}

.hdg-a {
  font-size: 36px;
}
@media (max-width: 767px) {
  .hdg-a {
    font-size: 32px;
  }
}

.hdg-b {
  text-align: center;
  padding-top: 36px;
  font-size: 36px;
  margin: 0 0 45px 0;
  font-weight: 500;
  line-height: 1.44;
  color: #3e7ca2;
  background-image: url(assets/img/hdg-2-bg.svg);
  background-repeat: no-repeat;
  background-size: 147px auto;
  background-position: top center;
}
.hdg-b span {
  font-family: "Montserrat", sans-serif;
  color: #888888;
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  .hdg-b {
    margin-bottom: 32px;
    padding-top: 18px;
    font-size: 27px;
    background-size: 84px auto;
  }
  .hdg-b span {
    font-size: 10px;
  }
}

#service-contents h3,
.hdg-c {
  color: #3e7ca2;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 2.08px;
  border-left: solid 2px #3e7ca2;
  padding: 10px 0 10px 23px;
  position: relative;
  margin: 68px 0 30px 0;
  text-align: left;
}
#service-contents h3::after,
.hdg-c::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  background-color: #C5C5C5;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  #service-contents h3,
  .hdg-c {
    font-size: 22px;
    margin: 47px 0 35px 0;
  }
}

@media (max-width: 767px) {
  #service-contents h3 {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
}

#service-contents h3:nth-of-type(1) {
  margin-top: 0;
}

#service-feature h3 {
  font-weight: 500;
  color: #3e7ca2;
  font-size: 26px;
  margin: 73px 0 36px 0;
  text-align: center;
  line-height: 1.53;
}
@media (max-width: 767px) {
  #service-feature h3 {
    margin: 31px 0 27px 0;
    font-size: 22px;
  }
}

#service-contents h4 {
  color: #3e7ca2;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  padding: 9px 0 9px 23px;
  border-left: solid 2px #C5C5C5;
  margin: 51px 0 33px 0;
  text-align: left;
}
@media (max-width: 767px) {
  #service-contents h4 {
    font-size: 16px;
    padding: 5px 0 5px 15px;
    margin: 35px 0 27px 0;
  }
}

.ttl-1 {
  line-height: 1.5;
}
.ttl-1 span {
  display: inline;
  color: #3e7ca2;
  text-align: center;
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 500;
  letter-spacing: 4.32px;
  border-bottom: solid 4px #3e7ca2;
}
.ttl-1 br {
  display: none;
}
@media (max-width: 767px) {
  .ttl-1 br {
    display: block;
  }
  .ttl-1 span {
    border-width: 2px;
  }
}

.pg-philosophy .ttl-1 {
  margin: 30px 0 0 0;
}
.pg-philosophy .ttl-1 span {
  line-height: 1.8;
  font-size: clamp(25px, 3vw, 30px);
}
@media (max-width: 767px) {
  .pg-philosophy .ttl-1 span {
    display: inline-block;
  }
}

.ttl-2 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .ttl-2 {
    font-size: 19px;
    margin: 0 0 34px 0;
  }
}

.nameset-a {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}
.nameset-a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  display: block;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .nameset-a {
    font-size: 25px;
  }
  .nameset-a span {
    font-size: 12px;
    margin: 0 0 12px 0;
  }
}

.nameset-b {
  font-size: 26px;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}
.nameset-b span {
  display: block;
  color: #3e7ca2;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .nameset-b {
    font-size: 22px;
  }
  .nameset-b span {
    font-size: 11px;
    font-weight: 500;
  }
}

.ttl-dotted {
  background-color: #3e7ca2;
  color: #fff;
  font-size: 30px;
  padding: 25px 0 15px 25px;
  border-radius: 3px;
  margin: 0 0 35px 0;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: relative;
}
.ttl-dotted span:not(span.nodot) {
  display: inline-block;
  position: relative;
}
.ttl-dotted span:not(span.nodot)::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  top: -10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.ttl-dotted span.nodot {
  display: inline-block;
}
.ttl-dotted::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #3e7ca2 transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .ttl-dotted {
    font-size: 21px;
    padding: 23px 0 10px 21px;
  }
}

.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;
  }
}

.logo-list {
  width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.logo-list img {
  width: calc((100% - 80px) / 5);
  border-radius: 6px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .logo-list {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .logo-list {
    justify-content: flex-start;
  }
  .logo-list img {
    width: calc((100% - 12px) / 2);
    border-radius: 4px;
  }
}

.logo-note {
  width: 1110px;
  padding-right: 20px;
  text-align: right;
  margin: 15px auto 0 auto;
  color: #333;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .logo-note {
    width: 100%;
  }
}

.cat-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 13px;
  gap: 4px;
}
.cat-list ul li {
  line-height: 26px;
  color: #333;
  background-color: #fff;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
header a:not(.btn-d1 a):hover {
  opacity: 0.7;
}
@media (max-width: 1250px) {
  header {
    display: block;
  }
}
@media (max-width: 767px) {
  header {
    padding: 16px 12px;
  }
}

.header-shadow {
  position: absolute;
  width: 100%;
  height: 165px;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.fixed header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.fixed header .menu li a {
  color: #3e7ca2;
}
.fixed header .logo-wrap .logo-light {
  display: none;
}
.fixed header .logo-wrap .logo-dark {
  display: block !important;
}
@media (min-width: 1250px) {
  .fixed header li.current-menu-item a::after,
  .fixed header li.current-menu-parent a::after {
    background-color: rgb(62, 124, 162) !important;
    bottom: -19px;
  }
}

body.nav-open {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1250px) {
  .fixed.nav-open header {
    background-color: #e6e6e6 !important;
  }
}

@media (max-width: 1250px) {
  .nav-open header {
    background-color: #e6e6e6 !important;
    display: block;
    overflow: scroll;
    height: 100vh;
  }
}

.logo-wrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  position: relative;
  z-index: 10;
  width: auto;
}
@media (max-width: 1250px) {
  .logo-wrap a {
    justify-content: flex-start;
  }
}
.logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-ags {
  width: 81px;
}
@media (max-width: 767px) {
  .logo-ags {
    width: 56px;
  }
}

@media (max-width: 767px) {
  .logo-fas {
    width: 54px;
  }
}

.logo-ags-fas {
  width: 66px;
}

.logo-dark {
  display: none !important;
}

.nav-open .logo-dark {
  display: block !important;
}

.nav-open .logo-light {
  display: none !important;
}

@media (max-width: 1250px) {
  header .btn-d1 {
    display: none;
  }
}

@media (max-width: 1250px) {
  .main-menu {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .main-menu {
    padding: 20px 0;
  }
  .main-menu .btn-a2 {
    margin-top: 20px;
  }
}

#menu-main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1250px) {
  #menu-main-nav {
    display: block;
  }
}
#menu-main-nav li {
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  #menu-main-nav li {
    border-bottom: 1px solid #c5c5c5;
  }
  #menu-main-nav li:last-child {
    border-bottom: none;
  }
}
#menu-main-nav li a {
  color: inherit;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 0 0 5px 0;
  position: relative;
}
@media (max-width: 1250px) {
  #menu-main-nav li a {
    color: #333;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  #menu-main-nav li a {
    padding: 9px 20px;
  }
}
@media (min-width: 1250px) {
  #menu-main-nav li.current-menu-item a, #menu-main-nav li.current-menu-parent a {
    position: relative;
  }
  #menu-main-nav li.current-menu-item a::after, #menu-main-nav li.current-menu-parent a::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 2px;
    opacity: 1 !important;
    background-color: #ffffff;
    transition: opacity 0.3s ease;
  }
}

@media (min-width: 1250px) {
  .sub-menu li.current-menu-item a::after,
  .sub-menu li.current-menu-parent a::after {
    content: none !important;
  }
}

@media (max-width: 1250px) {
  .nav-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 16px;
    border-radius: 50%;
    border: 1px solid #3e7ca2;
    z-index: -1;
  }
  .nav-icon::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #3e7ca2;
    border-right: 1px solid #3e7ca2;
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 4px;
  }
}

@media (min-width: 1250px) {
  header .menu-item-has-children {
    position: relative;
    padding-right: 20px;
  }
  header .menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-70%);
    width: 14px;
    height: 8px;
    background: url(/wp-content/uploads/2025/06/icon-menu-arrow.png) no-repeat center/contain;
  }
}

@media (min-width: 1250px) {
  .fixed header .menu-item-has-children::before,
  .post-type-archive-service header .menu-item-has-children::before {
    background: url(/wp-content/uploads/2025/06/icon-menu-arrow-bk.png) no-repeat center/contain;
  }
}

.menu-item-has-children .nav-icon {
  z-index: 1;
}
@media (max-width: 1250px) {
  .menu-item-has-children .nav-icon::before, .menu-item-has-children .nav-icon::after {
    content: "";
    position: absolute;
    background-color: #3e7ca2;
    margin: auto;
    transition: all 0.3s ease;
  }
  .menu-item-has-children .nav-icon::before {
    width: 8px;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-top: none;
  }
  .menu-item-has-children .nav-icon::after {
    width: 1px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1250px) {
  .menu-item-has-children.menu-item-open .nav-icon::after {
    opacity: 0;
    transform: rotate(90deg);
  }
}

header #menu-main-nav ul.sub-menu {
  display: none;
}
@media (max-width: 1250px) {
  header #menu-main-nav ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 24px 0;
  }
  header #menu-main-nav ul.sub-menu li {
    border-bottom: none;
    margin: 0 0 18px 0;
  }
  header #menu-main-nav ul.sub-menu li:last-child {
    margin: 0;
  }
  header #menu-main-nav ul.sub-menu a {
    padding: 0 40px;
    font-size: 13px;
    color: #666;
  }
}
@media (max-width: 767px) {
  header #menu-main-nav ul.sub-menu {
    padding: 5px 0;
  }
  header #menu-main-nav ul.sub-menu li {
    margin-bottom: 9px;
  }
}

nav .btn-a2 {
  display: none;
}
@media (max-width: 1250px) {
  nav .btn-a2 {
    margin: 36px auto 0 auto;
    display: block;
  }
}

.hbgmenu-wrapper {
  display: none;
  position: absolute;
  right: 15px;
  top: 11px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  width: 40px;
  z-index: 10;
}
.hbgmenu-wrapper .hbgmenu {
  position: relative;
  width: 30px;
  height: 11px;
}
.hbgmenu-wrapper .hbgmenu span {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  transition: all 0.3s ease;
}
.hbgmenu-wrapper .hbgmenu span:nth-child(1) {
  top: 0;
}
.hbgmenu-wrapper .hbgmenu span:nth-child(2) {
  top: 5px;
}
.hbgmenu-wrapper .hbgmenu span:nth-child(3) {
  bottom: 0;
}
.hbgmenu-wrapper .hbgmenu-label {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1250px) {
  .hbgmenu-wrapper {
    display: flex;
  }
}

@media (max-width: 767px) {
  header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 72px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .nav-open header::after {
    content: none !important;
  }
}

@media (max-width: 767px) {
  .fixed header::after,
  .post-type-archive-service header::after,
  .page-template-page-ma header::after,
  .page-template-page-recruit-interview header::after,
  .single-interview header::after {
    background: rgb(238, 238, 238);
  }
}

.nav-open .hbgmenu span {
  background-color: #000;
}
.nav-open .hbgmenu span:nth-child(1) {
  transform: rotate(25deg);
  top: 5px;
}
.nav-open .hbgmenu span:nth-child(2) {
  opacity: 0;
}
.nav-open .hbgmenu span:nth-child(3) {
  transform: rotate(-25deg);
  bottom: 5px;
}
.nav-open .hbgmenu-wrapper .hbgmenu-label {
  color: #000;
}

.post-type-archive-service .header-shadow {
  display: none;
}

.post-type-archive-service .hbgmenu span,
.fixed .hbgmenu-wrapper .hbgmenu span {
  background: rgb(51, 51, 51);
}

.post-type-archive-service .hbgmenu-label,
.fixed .hbgmenu-label {
  color: rgb(51, 51, 51);
}

.fixed header,
.post-type-archive-service header {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}
.fixed #menu-main-nav li a,
.post-type-archive-service #menu-main-nav li a {
  color: #333;
}
.fixed .logo-wrap .logo-light,
.post-type-archive-service .logo-wrap .logo-light {
  display: none;
}
.fixed .logo-wrap .logo-dark,
.post-type-archive-service .logo-wrap .logo-dark {
  display: block !important;
}

.post-type-archive-service header:not(.fixed header) {
  position: relative;
}

.post-type-archive-service #menu-main-nav li > a::after {
  background-color: rgb(62, 124, 162);
}

@media (min-width: 1251px) {
  #menu-main-nav li {
    position: relative;
  }
  /* underbar */
  #menu-main-nav li > a {
    position: relative;
    display: block;
  }
  #menu-main-nav li > a::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .fixed #menu-main-nav li > a::after {
    background-color: rgb(62, 124, 162);
  }
  #menu-main-nav li:hover > a::after {
    opacity: 1;
  }
  /* sub-menu */
  #menu-main-nav .sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    width: max-content;
    min-width: 310px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 32px;
    padding-left: 160px;
  }
  #menu-main-nav .sub-menu::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  #menu-main-nav .sub-menu li {
    position: relative;
    padding-left: 16px;
  }
  #menu-main-nav .sub-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: rgb(197, 197, 197);
  }
  #menu-main-nav .sub-menu li a::after {
    content: none;
  }
  #menu-main-nav .sub-menu li.submenu-title {
    position: absolute;
    left: 25px;
    top: 30px;
  }
  #menu-main-nav .sub-menu li.submenu-title::after {
    content: none;
  }
  #menu-main-nav .sub-menu li.submenu-title a {
    pointer-events: none;
    font-weight: 500;
    font-size: 20px;
  }
  /* .show-submenu で表示 */
  #menu-main-nav li.show-submenu > .sub-menu {
    display: grid;
  }
  #menu-main-nav .sub-menu li {
    list-style: none;
  }
  #menu-main-nav .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    color: #000000;
  }
}
@media (max-width: 1250px) {
  .submenu-title {
    display: none;
  }
}
footer {
  margin-top: 150px;
  color: #fff;
  line-height: 1.5;
}
footer a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer {
    margin-top: 77px;
  }
}

.ft-top {
  background-color: #222;
}
@media (max-width: 1220px) {
  .ft-top {
    padding: 0 12px;
  }
}

.ft-wrap {
  max-width: 1212px;
  margin: 0 auto;
}

.footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444;
}
@media (max-width: 1220px) {
  .footer-menu-wrap {
    padding: 18px;
  }
}
@media (max-width: 900px) {
  .footer-menu-wrap {
    gap: 10px;
    flex-wrap: wrap;
    padding: 59px 18px 36px 18px;
  }
}

.footer-column {
  padding: 68px 40px 97px;
  border-right: 1px solid #444;
}
.footer-column:last-child {
  border-right: none;
}
.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-column li {
  margin-bottom: 10px;
}
.footer-column li:last-child {
  margin-bottom: 0;
}
.footer-column li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 48px;
}
.footer-column li ul.sub-menu li {
  margin-bottom: 6px;
}
.footer-column li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.footer-column li ul.sub-menu li a {
  color: #969696;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1220px) {
  .footer-column {
    flex: 1;
    padding: 0 20px;
  }
  .footer-column ul.sub-menu li a {
    font-size: 10px;
  }
}
@media (max-width: 900px) {
  .footer-column {
    flex: unset;
    width: 100%;
    border-right: none;
    padding: 0;
  }
  .footer-column li {
    margin-bottom: 0;
  }
  .footer-column li ul.sub-menu li {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .ftcol-1 ul.menu,
  .ftcol-3 ul.menu,
  .ft-wrap ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .ftcol-1 ul.menu li,
  .ftcol-3 ul.menu li,
  .ft-wrap ul.sub-menu li {
    width: calc((100% - 20px) / 2);
  }
  .ft-wrap ul.sub-menu {
    gap: 5px 20px;
  }
  .ftcol-3 {
    margin-top: 11px;
  }
}
@media (min-width: 1221px) {
  .ftcol-1 {
    width: 14.6%;
    padding-left: 0;
  }
  .ftcol-2 {
    width: 42.7%;
  }
  .ftcol-3 {
    width: 18.9%;
  }
  .ftcol-4 {
    width: 23.8%;
    padding-right: 0;
  }
}
.footer-groups {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
}
@media (max-width: 1220px) {
  .footer-groups {
    padding: 35px 18px;
    display: block;
  }
}

.ftgr-logo {
  width: 128px;
}
.ftgr-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1220px) {
  .ftgr-logo {
    margin: 0 auto 30px;
  }
}

.ftgr-companies ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 910px;
  flex-wrap: wrap;
}
.ftgr-companies ul li {
  flex-basis: 25%;
}
.ftgr-companies ul li a {
  color: inherit;
  text-decoration: none;
  color: #969696;
  font-size: 11px;
  font-weight: 500;
}
@media (max-width: 1220px) {
  .ftgr-companies ul {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ftgr-companies ul {
    display: block;
    text-align: center;
  }
  .ftgr-companies ul li {
    margin-bottom: 10px;
  }
  .ftgr-companies ul li a {
    font-size: 10px;
  }
}

.ft-btm {
  padding: 20px 0;
  color: #888;
  font-size: 12px;
}
.ft-btm .ft-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .ft-btm .ft-wrap {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .ft-btm {
    padding: 35px 0;
  }
}

.ft-btm-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.ft-btm-menu ul li a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ft-btm-menu ul {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .ft-btm-cr {
    margin-top: 30px;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  color: #888;
  font-size: 14px;
  align-items: center;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumbs .current-item {
  color: #333;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .breadcrumbs a {
    font-size: 11px !important;
  }
}

.bc-divd::after {
  content: "";
  width: 6px;
  height: 11px;
  display: block;
  background-image: url(assets/img/bc-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

#menu-footer-menu-2 .sub-menu,
#menu-footer-menu-4 .sub-menu {
  column-count: 2;
  column-gap: 22px;
}
@media (max-width: 767px) {
  #menu-footer-menu-2 .sub-menu,
  #menu-footer-menu-4 .sub-menu {
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  #menu-footer-menu-2 .sub-menu li a,
  #menu-footer-menu-4 .sub-menu li a {
    font-size: 10px;
  }
}
.tile-wrap .tile {
  margin-bottom: 70px;
}
.tile-wrap .tile .tile-title {
  padding: 140px 30px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tile-wrap .tile .tile-text {
  padding: 46px 49px 0 49px;
  max-width: 838px;
  margin: -30px auto 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  .tile-wrap .tile {
    margin-bottom: 40px;
  }
  .tile-wrap .tile .tile-title {
    padding: 90px 28px;
  }
  .tile-wrap .tile .tile-title br {
    display: none;
  }
  .tile-wrap .tile .tile-text {
    padding: 25px 18px 0 25px;
    border-radius: 6px 6px 0 0;
  }
}

.svc-raw-wrap .svc-raw {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  background: #FFF;
  padding: 74px 0 90px 0;
  margin: 0;
  margin-top: 50px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.svc-raw-wrap .svc-raw:first-child {
  margin: 0;
}
.svc-raw-wrap .svc-raw a {
  color: inherit;
  text-decoration: none;
}
.svc-raw-wrap .svc-raw a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.svc-raw-wrap .svc-raw a:hover img {
  opacity: 0.8;
}
.svc-raw-wrap .svc-raw .wrap-med {
  display: flex;
  justify-content: space-between;
}
.svc-raw-wrap .svc-raw::before {
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  left: 3%;
  top: 0;
  width: 94%;
  height: 2px;
  background-color: #3e7ca2;
}
@media (max-width: 767px) {
  .svc-raw-wrap .svc-raw {
    border-radius: 6px;
    padding: 26px 0 80px 0;
    margin-top: 22px;
  }
  .svc-raw-wrap .svc-raw .wrap-med {
    display: block;
  }
}

.svc-dtl-wrap .svc-dtl {
  display: flex;
  margin: 0 0 15px 0;
  font-size: 16px;
}
.svc-dtl-wrap .svc-dtl p {
  margin: 0;
  padding: 0;
}
.svc-dtl-wrap .svc-dtl span {
  width: 86px;
  text-align: center;
  height: 26px;
  flex-shrink: 0;
  color: #3e7ca2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  border-radius: 13px;
  background: #F4F8FA;
  margin-right: 13px;
}
.svc-dtl-wrap .svc-dtl:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .svc-dtl-wrap .svc-dtl {
    font-size: 13px;
    margin: 0 0 8px 0;
  }
  .svc-dtl-wrap .svc-dtl span {
    font-size: 13px;
    border-radius: 8px;
  }
}

.svc-raw-left {
  width: 33.5%;
}
.svc-raw-left img {
  margin: 70px 0 0 0;
}
.svc-raw-left .srw-ttl {
  color: #3e7ca2;
}
@media (max-width: 767px) {
  .svc-raw-left {
    width: 100%;
  }
  .svc-raw-left img {
    margin: 25px 0;
  }
}

.svc-raw-right {
  width: 60.8%;
}
.svc-raw-right .btn-b2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .svc-raw-right {
    width: 100%;
    margin-top: 26px;
  }
}

.svc-raw-right strong {
  font-weight: 400;
  color: #3e7ca2;
}

#service-contents ul,
.svc-raw-right ul {
  margin: 25px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#service-contents ul li,
.svc-raw-right ul li {
  border-radius: 2px;
  background: #E8EFF4;
  padding: 10px 0;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: 400;
  padding: 7px 10px 7px 58px;
  color: #333;
}
#service-contents ul li::before,
.svc-raw-right ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(assets/img/svc-list-tick.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
#service-contents ul li:last-child,
.svc-raw-right ul li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  #service-contents ul,
  .svc-raw-right ul {
    margin: 20px 0;
  }
  #service-contents ul li,
  .svc-raw-right ul li {
    margin: 0 0 8px 0;
    font-size: 13px;
    padding: 7px 10px 7px 29px;
  }
  #service-contents ul li::before,
  .svc-raw-right ul li::before {
    left: 10px;
    width: 12px;
    height: 12px;
  }
}

.white-box {
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .white-box {
    padding-top: 47px;
    padding-bottom: 47px;
    border-radius: 6px;
  }
}

.single-service img {
  width: 100%;
  height: auto;
  display: block;
}

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

.sect-big-btm {
  margin-btm: 54px;
}

.single-service p {
  margin: 5px 0 25px;
}

#achievement-data .white-box {
  padding-top: 20px;
  text-align: center;
}

.acv-tbl-hd {
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: #3e7ca2;
  color: #fff;
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.08px;
  padding: 10px;
}
@media (max-width: 767px) {
  .acv-tbl-hd {
    font-size: 22px;
  }
}

.acv-tbl-subhd {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.6px;
  margin: 43px 0 38px 0;
}
@media (max-width: 767px) {
  .acv-tbl-subhd {
    font-size: 18px;
  }
}

.acv-tbl-wrap {
  position: relative;
}
.acv-tbl-wrap::before, .acv-tbl-wrap::after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 1;
}
.acv-tbl-wrap::before {
  left: 438px;
}
.acv-tbl-wrap::after {
  left: 522px;
}
@media (max-width: 1000px) {
  .acv-tbl-wrap::before {
    left: 60%;
  }
  .acv-tbl-wrap::after {
    left: 71%;
  }
}
@media (max-width: 767px) {
  .acv-tbl-wrap::before {
    left: 237px;
  }
  .acv-tbl-wrap::after {
    left: 284px;
  }
}
@media (max-width: 480px) {
  .acv-tbl-wrap {
    width: calc(100% + 20px);
    overflow-x: scroll;
  }
}

table.acv-tbl {
  width: 100%;
  border-collapse: collapse;
  background-color: #F3F3F3;
  line-height: 1.1;
  font-size: 13px;
}
table.acv-tbl td {
  padding: 10px 40px;
  border-bottom: solid 1px #C5C5C5;
  text-align: left;
}
table.acv-tbl thead th {
  letter-spacing: 1.6px;
  font-size: 16px;
  border-top: solid 2px #3e7ca2;
  border-bottom: solid 1px #888;
  color: #3e7ca2;
  font-weight: 500;
  padding: 34px 0;
  text-align: center;
  background-color: #F3F3F3;
}
table.acv-tbl thead th:nth-child(even) {
  background-color: #E6E6E6;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
table.acv-tbl tbody td:nth-child(1) {
  width: 438px;
}
table.acv-tbl tbody td:nth-child(2) {
  width: 84px;
  padding: 10px;
  text-align: center;
  background-color: #E6E6E6;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
table.acv-tbl tbody td:nth-child(3) {
  flex: 1;
  text-align: right;
}
table.acv-tbl tfoot td {
  background-color: #E6E6E6;
}
table.acv-tbl tfoot td:nth-child(2) {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 10px;
}
table.acv-tbl tfoot td:nth-child(3) {
  text-align: right;
}
@media (max-width: 1000px) {
  table.acv-tbl thead th {
    font-size: 13px;
  }
  table.acv-tbl td {
    padding: 10px;
  }
  table.acv-tbl tbody td:nth-child(1) {
    width: 60%;
  }
  table.acv-tbl tbody td:nth-child(2) {
    width: 11%;
  }
}
@media (max-width: 767px) {
  table.acv-tbl tbody td:nth-child(1) {
    width: 237px;
  }
  table.acv-tbl tbody td:nth-child(2) {
    width: 47px;
  }
}
@media (max-width: 480px) {
  table.acv-tbl {
    width: 430px;
  }
}

.mr-card-wrap {
  flex-wrap: wrap;
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .mr-card-wrap {
    display: block;
  }
  .mr-card-wrap > div {
    margin-bottom: 22px;
  }
  .mr-card-wrap > div:last-child {
    margin-bottom: 0;
  }
}

.mr-card {
  background-color: #fff;
  width: calc((100% - 32px) / 2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.mr-card a {
  color: inherit;
  text-decoration: none;
  display: flex;
  height: 100%;
  min-height: 310px;
  font-size: 13px;
}
.mr-card a > div {
  width: 50%;
}
.mr-card .btn-c2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.mr-card .nameset-b {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .mr-card {
    width: 100%;
  }
  .mr-card a {
    display: block;
  }
  .mr-card a > div {
    width: 100%;
  }
  .mr-card .btn-c2 {
    right: 14px;
    bottom: 14px;
  }
  .mr-card .nameset-b {
    margin-bottom: 25px;
  }
}

.mrcard-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .mrcard-img {
    width: 100%;
    aspect-ratio: 10/6.5;
  }
}

.mr-card a:hover .mrcard-img {
  opacity: 0.8;
}

.mrcard-text {
  padding: 69px 30px 71px 30px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mrcard-text .nameset-b {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mrcard-text {
    padding: 26px 18px 74px 18px;
  }
}

.mr-name-card-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 767px) {
  .mr-name-card-wrap {
    display: block;
  }
  .mr-name-card-wrap > div {
    margin-bottom: 22px;
  }
  .mr-name-card-wrap > div:last-child {
    margin-bottom: 0;
  }
}

.mr-name-card {
  width: calc((100% - 32px) / 2);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.mr-name-card a {
  padding: 42px 30px 72px 30px;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.mr-name-card .btn-c2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 767px) {
  .mr-name-card {
    width: 100%;
    border-radius: 6px;
  }
  .mr-name-card a {
    padding: 30px 18px 70px 18px;
  }
  .mr-name-card .btn-c2 {
    right: 14px;
    bottom: 14px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 59, 71, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.modal.show {
  display: flex;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal.show {
  display: flex;
}

.modal-inner {
  display: flex;
  min-height: 670px;
  max-height: 90%;
  overflow-y: scroll;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  max-width: 1084px;
  width: 90%;
  padding: 30px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 80px 44px 88px 60px;
  justify-content: space-between;
  line-height: 1.8;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-inner .btn-c4 {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-inner .modal-left {
  width: 30.6%;
}
.modal-inner .modal-right {
  width: 60.2%;
}
.modal-inner .modal-right .btn-c4 {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .modal-inner {
    border-radius: 6px;
    padding: 65px 18px 52px 18px;
    display: block;
    min-height: 494px;
    max-height: 80%;
  }
  .modal-inner .btn-c4 {
    position: absolute;
    right: 14px;
    top: 14px;
  }
  .modal-inner .modal-left,
  .modal-inner .modal-right {
    width: 100%;
  }
  .modal-inner .modal-right .btn-c4 {
    display: block;
    margin: 45px auto 0 auto;
  }
  .modal-inner .nameset-b {
    display: none;
  }
}

.modal-inner::-webkit-scrollbar {
  display: none;
}

.modal-raws > div {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border-top: solid 1px #C5C5C5;
  padding: 20px 20px 50px 20px;
  position: relative;
}
.modal-raws > div:last-child {
  padding: 20px 20px 0 20px;
}
.modal-raws > div::before {
  position: absolute;
  content: "";
  display: block;
  width: 230px;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #3e7ca2;
}
.modal-raws > div .ttl-e {
  color: #3e7ca2;
  margin: 0 0 15px 0;
}
@media (max-width: 1100px) {
  .modal-raws > div:last-child {
    padding: 20px 20px 60px 20px;
  }
}
@media (max-width: 767px) {
  .modal-raws > div {
    padding: 14px 10px 36px 10px;
    font-size: 13px;
  }
  .modal-raws > div:last-child {
    padding: 14px 10px 0 10px;
  }
}

.modal-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .modal-img {
    max-width: 200px;
    margin: 0 auto 35px auto;
  }
}

.mbr-cases ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mbr-cases ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.4em;
}
.mbr-cases ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.4em;
  height: 0.4em;
  background-color: #3E7CA2;
  border-radius: 50%;
}

.cp-table > div {
  display: flex;
  border-top: solid 1px #C5C5C5;
  position: relative;
  padding: 25px 0;
}
.cp-table > div > div {
  padding: 0 22px;
}
.cp-table > div > div:first-child {
  width: 230px;
  flex-shrink: 0;
}
.cp-table > div::before {
  content: "";
  height: 1px;
  width: 230px;
  background-color: #3e7ca2;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .cp-table > div {
    padding: 10px 0 28px 0;
    display: block;
  }
  .cp-table > div > div {
    padding: 0 0 0 22px;
  }
  .cp-table > div:last-child {
    padding: 14px 0 0 0;
  }
  .cp-table > div .ttl-e {
    color: #3e7ca2;
    margin-bottom: 15px;
  }
  .cp-table > div:first-child {
    width: 100%;
  }
  .cp-table > div::before {
    width: 66px;
  }
}

.cp-list span {
  display: inline-block;
  width: 130px;
}

.line-sect-wrap {
  margin-top: 84px;
}
.line-sect-wrap .line-sect {
  position: relative;
  margin: 0 0 68px 0;
  border-top: solid 1px #C5C5C5;
  padding: 20px 0 0 0;
}
.line-sect-wrap .line-sect::before {
  content: "";
  height: 1px;
  width: 230px;
  background-color: #3e7ca2;
  position: absolute;
  left: 0;
  top: 0;
}
.line-sect-wrap .line-sect:last-child {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .line-sect-wrap {
    margin-top: 46px;
  }
  .line-sect-wrap .line-sect {
    padding-top: 14px;
  }
  .line-sect-wrap .line-sect::before {
    width: 66px;
  }
  .line-sect-wrap .line-sect .wrap-sml, .line-sect-wrap .line-sect .wrap-med {
    padding: 0;
    text-align: left;
  }
}

.vid-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 35px auto 0 auto;
}

.vid-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.spr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  text-align: center;
  margin: 40px 0 0 0;
}
.spr-list > div {
  position: relative;
  background-color: #fff;
  padding: 34px 32px 50px 32px;
  border-radius: 10px;
  border: solid 12px #fff;
  background-image: url(assets/img/spirit-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  font-size: 14px;
  width: calc((100% - 32px) / 2);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.spr-list .ttl-c {
  color: #3e7ca2;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .spr-list > div {
    width: 100%;
    padding: 28px 16px;
    border-radius: 6px;
  }
  .spr-list .ttl-c {
    margin-bottom: 25px;
  }
}

.spr-letter {
  width: 76px;
  height: auto;
  margin: 0 auto 30px auto;
}
@media (max-width: 767px) {
  .spr-letter {
    margin-bottom: 25px;
  }
}

.spr-sub {
  font-size: 16px;
  font-weight: 500;
  color: #3e7ca2;
  font-family: "Montserrat", sans-serif;
  border-radius: 12px;
  background: #D2E3EE;
  line-height: 24px;
  margin: 0 0 40px 0;
  display: inline-block;
  padding: 0 10px;
}
.spr-sub span {
  position: relative;
  z-index: 1;
}
.spr-sub::after {
  content: "";
  height: 1px;
  width: calc(100% - 64px);
  background-color: #D2E3EE;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  /* top: 0; */
  /* bottom: 0; */
  margin: auto;
  top: 167px;
}
@media (max-width: 767px) {
  .spr-sub {
    margin-bottom: 30px;
  }
  .spr-sub::after {
    top: 157px;
  }
}
