@charset "UTF-8";
/*
 * Base Group
 */
.lh-tight {
  line-height: 1.2;
}

.lh-normal {
  line-height: 1.5;
}

.lh-loose {
  line-height: 1.8;
}

.ls-tight {
  letter-spacing: -0.04em;
}

.ls-normal {
  letter-spacing: 0em;
}

.ls-loose {
  letter-spacing: 0.04em;
}

@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/shinecraft/assets/fonts/tt-norms-pro/TT_Norms_Pro_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/shinecraft/assets/fonts/tt-norms-pro/TT_Norms_Pro_Normal.woff2") format("woff2");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/shinecraft/assets/fonts/tt-norms-pro/TT_Norms_Pro_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/shinecraft/assets/fonts/tt-norms-pro/TT_Norms_Pro_DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
font size settings
$font-sizes:最小値と最大値を指定
記入例：@include font-size(mapname);
*/
/*
 * Base Group
 */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #1F2830;
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
}

main {
  background-color: #FDFBF8;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited {
  color: #1F2830;
}
a:hover, a:active {
  color: rgb(64.8253164557, 83.6455696203, 100.3746835443);
}

img {
  max-width: 100%;
  height: auto;
}

/*
 * Layout Group
 */
/*
 * Base Group
 */
.ly_header_inner {
  max-width: 1600px;
  margin: 0 auto;
}

.ly_cont {
  background-color: #fff;
}

.ly_contHidden {
  overflow: hidden;
  background-color: #fff;
}

.ly_cont_inner {
  position: relative;
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .ly_cont_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.ly_footer {
  position: relative;
}

.ly_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*
 * Module Group - Block
 */
/*
 * Base Group
 */
.bl_header {
  position: relative;
  background-color: #FDFBF8;
  transition: 0.5s all;
  z-index: 10000;
}
.bl_header.__active {
  background-color: transparent;
}
.bl_header.__active .bl_header_logo_link > img {
  filter: invert(1);
}

.bl_header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 124px;
  padding: 0 4%;
  transition: 0.5s all;
}
@media screen and (max-width: 1024px) {
  .bl_header_inner {
    min-height: 80px;
  }
}
@media screen and (max-width: 896px) {
  .bl_header_inner {
    min-height: 66px;
  }
}

.bl_header_nav {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 78, 161, 0.1) 0%, rgba(204, 204, 204, 0.1) 100%);
  border-radius: 80px;
}
@media screen and (max-width: 896px) {
  .bl_header_nav {
    display: none;
  }
}

.bl_header_nav_list {
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 0 60px;
  min-height: 64px;
}

.bl_header_nav_item.__sub:hover .bl_header_nav_sub {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bl_header_nav_link {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  font-weight: 450;
}

.bl_header_nav_sub {
  position: absolute;
  top: 60px;
  left: 42px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(104.31deg, rgba(31, 40, 48, 0.8) 18.64%, rgba(54, 62, 71, 0.8) 81.22%);
  border-radius: 10px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  padding: 26px 1em 27px;
}
.bl_header_nav_sub:before {
  position: absolute;
  top: -12px;
  left: 32px;
  content: "";
  background-color: #1F2830;
  width: 16px;
  height: 12px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  opacity: 0.8;
}

.bl_header_nav_sub_item:nth-of-type(2) {
  margin-top: 0.5em;
}

.bl_header_nav_sub_link:link, .bl_header_nav_sub_link:visited {
  color: #fff;
}

/*
 * Base Group
 */
.bl_footer {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .bl_footer {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer {
    padding-top: calc(80px * 0.5);
  }
}
.bl_footer {
  padding-bottom: 40px;
}
@media (max-width: 896px) {
  .bl_footer {
    padding-bottom: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer {
    padding-bottom: calc(40px * 0.5);
  }
}

.bl_footer_inner {
  padding: 0 4%;
}

.bl_footer_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bl_footer_logos {
  width: 34.722%;
}
@media screen and (max-width: 896px) {
  .bl_footer_logos {
    width: 100%;
  }
}

.bl_footer_info {
  line-height: 212%;
  margin-top: 20px;
}

.bl_footer_menu {
  width: 65.278%;
}
@media screen and (max-width: 896px) {
  .bl_footer_menu {
    width: 100%;
  }
}

.bl_footer_nav {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 896px) {
  .bl_footer_nav {
    display: none;
  }
}

.bl_footer_nav_link {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  letter-spacing: 0.02em;
}

.bl_footer_consul {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .bl_footer_consul {
    justify-content: flex-start;
  }
}

.bl_footer_copyright {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.75rem, 0.6574074074rem + 0.3086419753vw, 0.875rem);
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 896px) {
  .bl_footer_copyright {
    margin-top: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_footer_copyright {
    margin-top: calc(140px * 0.5);
  }
}

/*
 * Base Group
 */
.bl_media {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_media.bl_media__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  .bl_media {
    flex-wrap: wrap;
  }
}

.bl_media_img {
  width: 48%;
}
@media screen and (max-width: 479px) {
  .bl_media_img {
    width: 100%;
  }
}

.bl_media_body {
  width: 48%;
}
@media screen and (max-width: 479px) {
  .bl_media_body {
    width: 100%;
    padding-top: 4%;
  }
}

.bl_media_ttl {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_media_ttl {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_media_ttl {
    margin-bottom: calc(30px * 0.5);
  }
}

.bl_media_txt {
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .bl_media_txt {
    margin-bottom: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .bl_media_txt {
    margin-bottom: calc(30px * 0.5);
  }
}

/*
 * Base Group
 */
.bl_container {
  position: relative;
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .bl_container {
    padding-right: 4%;
    padding-left: 4%;
  }
}
.bl_container.__small {
  max-width: 936px;
}

/*
 * Base Group
 */
.bl_cta {
  position: relative;
}

.bl_cta_col {
  display: flex;
  flex-wrap: wrap;
}

.bl_cta_main {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding-top: 83px;
  padding-bottom: 83px;
}
.bl_cta_main.__recruit {
  background-image: url(../images/common/recruit_bg@2x.png);
  background-size: cover;
  background-position: center;
}
.bl_cta_main.__contact {
  background: linear-gradient(180deg, rgb(31, 40, 48) 1%, rgb(54, 62, 71) 100%);
}
@media screen and (max-width: 896px) {
  .bl_cta_main {
    width: 100%;
    padding: 63px 8%;
  }
  .bl_cta_main.__recruit {
    border-bottom-right-radius: 0;
  }
  .bl_cta_main.__contact {
    border-top-left-radius: 0;
  }
}

.bl_cta_ttl {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.5rem, 0.9907407407rem + 1.6975308642vw, 2.1875rem);
}

.bl_cta_txt {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  line-height: 200%;
}

.bl_cta_btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

/*
 * Base Group
 */
.bl_mainvisual {
  padding: 0 6%;
}

.bl_mainvisual_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/common/mv_bg@2x.png);
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  width: 100%;
  min-height: 453px;
}
@media screen and (max-width: 896px) {
  .bl_mainvisual_inner {
    min-height: 349px;
  }
}

.bl_mainvisual_ttl {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.bl_mainvisual_ttl .__en {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.875rem, 0.8564814815rem + 3.3950617284vw, 3.25rem);
}
.bl_mainvisual_ttl .__jp {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
  letter-spacing: 0.04em;
}

/*
 * Base Group
 */
.bl_ttl {
  position: relative;
  font-size: clamp(1.375rem, 0.912037037rem + 1.5432098765vw, 2rem);
  padding-left: 1em;
}
.bl_ttl:before {
  content: "";
  position: absolute;
  top: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #004EA1;
  border-radius: 50%;
}
.bl_ttl:after {
  content: "";
  position: absolute;
  top: clamp(0.8125rem, 0.6940789474rem + 0.3947368421vw, 1rem);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  clip-path: circle(20% at 50% 50%);
}
@media screen and (max-width: 479px) {
  .bl_ttl {
    padding-left: 1.25em;
  }
}

/*
 * Base Group
 */
.bl_x-scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.bl_x-scroll > img {
  width: 100%;
}
.bl_x-scroll:before {
  display: none;
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%);
  content: "";
  background-image: url(../images/common/scroll_img@2x.png);
  background-size: cover;
  width: 53px;
  height: 70px;
  z-index: 2;
  animation: scrollHintMove 1.6s ease-in-out infinite;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.bl_x-scroll:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background: #1F2830;
  opacity: 0.8;
  border-radius: 10px;
  width: 139px;
  height: 108px;
  transition: opacity 0.3s ease;
}
.bl_x-scroll.is-scrolled:before, .bl_x-scroll.is-scrolled:after {
  opacity: 0;
  pointer-events: none;
  animation: none;
}
@media screen and (max-width: 896px) {
  .bl_x-scroll {
    padding-top: 20px;
  }
  .bl_x-scroll > img {
    display: block;
    max-width: none;
    width: auto;
    height: auto;
    white-space: normal;
  }
  .bl_x-scroll:before, .bl_x-scroll:after {
    display: block;
  }
}

/* 矢印を右方向にゆったり移動させるアニメーション */
@keyframes scrollHintMove {
  0% {
    transform: translate(-50%, 0) translateX(-12px);
    opacity: 0.7;
  }
  50% {
    transform: translate(-50%, 0) translateX(12px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0) translateX(-12px);
    opacity: 0.7;
  }
}
/*
 * Module Group - Element
 */
/*
 * Base Group
 */
.el_btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, rgb(17, 50, 94) 1%, rgb(6, 38, 80) 100%);
  max-width: 226px;
  width: 100%;
  text-align: center;
  padding: 11px 0.5rem;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1rem, 0.7222222222rem + 0.9259259259vw, 1.375rem);
  font-weight: 450;
  text-decoration: none;
  border-radius: 80px;
  overflow: hidden;
}
.el_btn:after {
  position: relative;
  display: inline-block;
  content: "";
  background-image: url(../images/common/arrow_right@2x.png);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 80px;
}
.el_btn:link, .el_btn:visited {
  color: #fff;
}
.el_btn:hover {
  filter: brightness(1.1) contrast(1.05);
}
.el_btn.__sm {
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  max-width: 166px;
  gap: 23px;
}
.el_btn.__sm:after {
  background-size: 13px 7px;
  width: 33px;
  height: 33px;
}
.el_btn.__wt {
  color: #292B45;
  background: #fff;
}
.el_btn.__wt:after {
  background-color: rgba(70, 85, 101, 0.16);
}
.el_btn.el_btn__w560 {
  max-width: 560px;
}
.el_btn.el_btn__wMax {
  max-width: 100%;
}
.el_btn.el_btn__submit {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background-color: #95654C;
  border: 1px solid #95654C;
  border-radius: 6px;
}
.el_btn.el_btn__submit::after {
  display: none;
}
.el_btn.el_btn__submit:hover {
  color: #95654C;
  background-color: #fff;
}
.el_btn.el_btn__submit:hover:link {
  color: #95654C;
}
.el_btn.el_btn__submit:hover::after {
  display: none;
}

/*
 * Base Group
 */
.el_ttl {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.875rem, 0.7638888889rem + 3.7037037037vw, 3.375rem);
  text-align: center;
}
.el_ttl.__middle {
  font-size: clamp(1.75rem, 1.1018518519rem + 2.1604938272vw, 2.625rem);
}
.el_ttl.__wt {
  color: #fff;
}

/*
 * Pages Group
 * 各種ページの設定
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.index .pa_mv {
  position: relative;
  z-index: auto;
}
.index .pa_mv_container {
  padding: 0 2.777%;
  background-color: #FDFBF8;
}
.index .pa_mv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  z-index: 5;
}
@media screen and (max-width: 479px) {
  .index .pa_mv_inner {
    aspect-ratio: 345/480;
  }
}
.index .pa_mv_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1360/623;
  z-index: -1;
}
.index .pa_mv_movie > img,
.index .pa_mv_movie > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
}
@media screen and (max-width: 479px) {
  .index .pa_mv_movie {
    aspect-ratio: 345/480;
  }
}
.index .pa_mv_body {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1360/623;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 896px) {
  .index .pa_mv_body {
    aspect-ratio: auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 479px) {
  .index .pa_mv_body {
    padding: 0;
    aspect-ratio: 345/480;
  }
}
.index .pa_mv_ttl {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.index .pa_mv_ttl .__en {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.0625rem, 0.6458333333rem + 1.3888888889vw, 1.625rem);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.index .pa_mv_ttl .__jp {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.875rem, 1.0416666667rem + 2.7777777778vw, 3rem);
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
}
.index .pa_mv_scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 80px;
  border: 1px solid #DDDDDD;
  max-width: 216px;
  width: 100%;
  height: 56px;
}
.index .pa_mv_scroll > span {
  color: #fff;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.625rem, 0.4861111111rem + 0.462962963vw, 0.8125rem);
  letter-spacing: 0.05em;
}
.index .pa_mv_news {
  position: absolute;
  bottom: 28px;
  left: 39px;
}
@media screen and (max-width: 896px) {
  .index .pa_mv_news {
    display: none;
  }
}
.index .pa_mv_news_link {
  font-size: clamp(0.625rem, 0.4861111111rem + 0.462962963vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 5px 0;
}
.index .pa_mv_news_link > time {
  font-family: "TT Norms Pro", sans-serif;
  color: #fff;
  opacity: 0.5;
}
.index .pa_mv_news_link > span {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
}
.index .pa_mv_news_link > span:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.index .pa_mv_about {
  position: relative;
  background-color: #FDFBF8;
  z-index: 5;
  padding-top: 97px;
}
@media (max-width: 896px) {
  .index .pa_mv_about {
    padding-top: calc(97px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mv_about {
    padding-top: calc(97px * 0.5);
  }
}
.index .pa_mv_about {
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .index .pa_mv_about {
    padding-bottom: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mv_about {
    padding-bottom: calc(140px * 0.5);
  }
}
.index .pa_mv_about:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../images/index/company_bg@2x.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 594px;
  aspect-ratio: 1440/594;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .index .pa_mv_about:after {
    height: 297px;
  }
}
.index .pa_mv_about_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgb(253, 251, 248) 0%, rgb(253, 251, 248) 75%, rgba(253, 251, 248, 0) 100%);
}
@media screen and (max-width: 1128px) {
  .index .pa_mv_about_inner {
    padding: 0 4%;
  }
}
.index .pa_mv_about_txt {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
  line-height: 224%;
  letter-spacing: 0.05em;
  margin-bottom: 90px;
}
@media (max-width: 896px) {
  .index .pa_mv_about_txt {
    margin-bottom: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_mv_about_txt {
    margin-bottom: calc(90px * 0.5);
  }
}
@media screen and (max-width: 896px) {
  .index .pa_mv_about_txt {
    line-height: 188%;
  }
}
.index .pa_service {
  position: relative;
  background: linear-gradient(180deg, rgb(31, 40, 48) 1%, rgb(54, 62, 71) 100%);
  padding-top: 100px;
}
@media (max-width: 896px) {
  .index .pa_service {
    padding-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_service {
    padding-top: calc(100px * 0.5);
  }
}
.index .pa_service {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .index .pa_service {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_service {
    padding-bottom: calc(120px * 0.5);
  }
}
.index .pa_service_media {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.index .pa_service_media.__border {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 479px) {
  .index .pa_service_media.__border {
    padding-bottom: 50px;
  }
}
.index .pa_service_media.__rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .index .pa_service_media {
    align-items: flex-start;
  }
}
.index .pa_service_media_img {
  width: 40.322%;
}
@media screen and (max-width: 479px) {
  .index .pa_service_media_img {
    width: 100%;
  }
}
.index .pa_service_media_body {
  width: 54.838%;
  color: #F6F6F6;
}
@media screen and (max-width: 479px) {
  .index .pa_service_media_body {
    width: 100%;
    margin-top: 41px;
  }
}
.index .pa_service_ttl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index .pa_service_ttl .__sub {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .index .pa_service_ttl .__sub {
    align-items: flex-start;
    flex-direction: column;
    gap: initial;
  }
}
.index .pa_service_ttl .__en {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.5rem, 0.9907407407rem + 1.6975308642vw, 2.1875rem);
}
.index .pa_service_ttl .__jp {
  font-size: clamp(0.875rem, 0.7361111111rem + 0.462962963vw, 1.0625rem);
}
.index .pa_service_ttl .__main {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.4375rem, 0.974537037rem + 1.5432098765vw, 2.0625rem);
  letter-spacing: 0.02em;
  line-height: 170%;
}
.index .pa_service_txt {
  letter-spacing: 0.02em;
  line-height: 225%;
  margin-top: 20px;
}
.index .pa_service_btn {
  margin-top: 30px;
}
@media screen and (max-width: 479px) {
  .index .pa_service_btn {
    text-align: center;
  }
}
.index .pa_news {
  position: relative;
  padding-top: 85px;
}
@media (max-width: 896px) {
  .index .pa_news {
    padding-top: calc(85px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news {
    padding-top: calc(85px * 0.5);
  }
}
.index .pa_news {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .index .pa_news {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .index .pa_news {
    padding-bottom: calc(100px * 0.5);
  }
}
.index .pa_news_col {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.index .pa_news_ttl {
  width: 29.033%;
}
.index .pa_news_ttl > .el_ttl {
  text-align: left;
}
@media screen and (max-width: 479px) {
  .index .pa_news_ttl {
    width: 100%;
  }
  .index .pa_news_ttl > .el_ttl {
    text-align: center;
  }
}
.index .pa_news_body {
  width: 70.967%;
}
@media screen and (max-width: 479px) {
  .index .pa_news_body {
    width: 100%;
  }
}
.index .pa_news_item {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 479px) {
  .index .pa_news_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.index .pa_news_link {
  display: flex;
  gap: 30px;
}
.index .pa_news_link > time {
  color: #A5A5A5;
}
.index .pa_news_link > span {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 479px) {
  .index .pa_news_link {
    flex-wrap: wrap;
    gap: 8px;
  }
  .index .pa_news_link > time {
    width: 100%;
  }
  .index .pa_news_link > span {
    width: 100%;
  }
}
.index .pa_news_btn {
  text-align: center;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.consulting .pa_midashi {
  position: relative;
}
.consulting .pa_midashi_ttl .__en {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.75rem, 1.0092592593rem + 2.4691358025vw, 2.75rem);
}
.consulting .pa_midashi_ttl .__jp {
  display: block;
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  margin-top: 5px;
}
@media screen and (max-width: 896px) {
  .consulting .pa_midashi_ttl .__jp {
    margin-top: 3px;
  }
}
.consulting .pa_midashi_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
@media (max-width: 896px) {
  .consulting .pa_midashi_txt {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_midashi_txt {
    margin-top: calc(40px * 0.5);
  }
}
.consulting .pa_overview {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .consulting .pa_overview {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_overview {
    padding-top: calc(80px * 0.5);
  }
}
.consulting .pa_overview {
  padding-bottom: 110px;
}
@media (max-width: 896px) {
  .consulting .pa_overview {
    padding-bottom: calc(110px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_overview {
    padding-bottom: calc(110px * 0.5);
  }
}
.consulting .pa_overview_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
}
.consulting .pa_overview_nav {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .consulting .pa_overview_nav {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_overview_nav {
    margin-top: calc(80px * 0.5);
  }
}
.consulting .pa_overview_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.419%;
}
.consulting .pa_overview_list_item {
  width: 31.7206666667%;
}
@media screen and (max-width: 896px) {
  .consulting .pa_overview_list_item {
    width: 48.7905%;
  }
}
@media screen and (max-width: 479px) {
  .consulting .pa_overview_list_item {
    width: 100%;
  }
}
.consulting .pa_overview_list_anker {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 51px 0;
  border: 1px solid #A5A5A5;
  border-radius: 20px;
}
.consulting .pa_overview_list_anker .__en {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.125rem, 0.7083333333rem + 1.3888888889vw, 1.6875rem);
}
.consulting .pa_overview_list_anker .__jp {
  display: block;
  font-size: clamp(0.75rem, 0.6574074074rem + 0.3086419753vw, 0.875rem);
}
.consulting .pa_overview_list_anker:after {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004EA1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 12px;
  height: 10px;
}
@media screen and (max-width: 896px) {
  .consulting .pa_overview_list_anker {
    padding: 22px 0 31px 0;
  }
  .consulting .pa_overview_list_anker:after {
    bottom: 12px;
  }
}
.consulting .pa_pmo {
  position: relative;
}
.consulting .pa_pmo_inner {
  border-bottom: 1px solid #1F2830;
  padding-bottom: 80px;
}
.consulting .pa_pmo_content {
  position: relative;
  padding-top: 60px;
}
.consulting .pa_business {
  position: relative;
  padding-top: 80px;
}
.consulting .pa_business_inner {
  border-bottom: 1px solid #1F2830;
  padding-bottom: 40px;
}
.consulting .pa_business_content {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consulting .pa_business_img {
  width: 38.548%;
}
.consulting .pa_business_img > img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .consulting .pa_business_img {
    width: 100%;
    text-align: center;
  }
  .consulting .pa_business_img > img {
    width: auto;
  }
}
.consulting .pa_business_body {
  width: 50.17%;
}
@media screen and (max-width: 896px) {
  .consulting .pa_business_body {
    width: 100%;
    margin-top: 20px;
  }
}
.consulting .pa_business_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 896px) {
  .consulting .pa_business_list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .consulting .pa_business_list {
    display: flex;
    flex-direction: column;
  }
}
.consulting .pa_business_item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.consulting .pa_business_item:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.consulting .pa_business_item:nth-of-type(3) {
  grid-area: 3/1/4/2;
}
.consulting .pa_business_item:nth-of-type(4) {
  grid-area: 1/2/2/3;
}
.consulting .pa_business_item:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.consulting .pa_business_ttl {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  font-weight: 500;
  line-height: 222%;
  letter-spacing: 0.04em;
  color: #004EA1;
}
.consulting .pa_business_list_detail {
  margin-top: 5px;
}
.consulting .pa_business_list_detail_item {
  position: relative;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  line-height: 187%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.consulting .pa_business_list_detail_item:before {
  content: "・";
  margin-left: -1em;
}
.consulting .pa_dxss {
  position: relative;
  padding-top: 80px;
}
.consulting .pa_dxss_inner {
  border-bottom: 1px solid #1F2830;
  padding-bottom: 80px;
}
.consulting .pa_dxss_content {
  position: relative;
  padding-top: 60px;
}
.consulting .pa_record {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .consulting .pa_record {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_record {
    padding-top: calc(80px * 0.5);
  }
}
.consulting .pa_record_inner {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .consulting .pa_record_inner {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_record_inner {
    padding-bottom: calc(120px * 0.5);
  }
}
.consulting .pa_record_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.consulting .pa_record_ttl .__en {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.462962963vw, 1.0625rem);
  letter-spacing: 0.02em;
  color: #004EA1;
}
.consulting .pa_record_ttl .__jp {
  display: block;
  font-size: clamp(1.5625rem, 0.9606481481rem + 2.0061728395vw, 2.375rem);
  letter-spacing: 0.02em;
}
.consulting .pa_record_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
}
.consulting .pa_record_content {
  position: relative;
  padding-top: 40px;
}
.consulting .pa_record_content_gx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .consulting .pa_record_content_gx {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .consulting .pa_record_content_gx {
    margin-top: calc(60px * 0.5);
  }
}
.consulting .pa_record_content_gx:nth-of-type(3) {
  padding-bottom: 50px;
}
.consulting .pa_record_gx_ttl {
  width: 25%;
  font-size: clamp(1.0625rem, 0.6458333333rem + 1.3888888889vw, 1.625rem);
  letter-spacing: 0.04em;
  color: #004EA1;
}
@media screen and (max-width: 479px) {
  .consulting .pa_record_gx_ttl {
    width: 100%;
  }
}
.consulting .pa_record_gx_body {
  width: 75%;
}
@media screen and (max-width: 479px) {
  .consulting .pa_record_gx_body {
    width: 100%;
    margin-top: 14px;
  }
}
.consulting .pa_record_gx_subttl {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.consulting .pa_record_gx_list {
  margin-top: 20px;
}
.consulting .pa_record_gx_list_item {
  position: relative;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  line-height: 173%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.consulting .pa_record_gx_list_item:before {
  content: "・";
  margin-left: -1em;
}
.consulting .pa_record_content_gx_img {
  position: relative;
}
.consulting .pa_record_after {
  display: flex;
  flex-wrap: wrap;
  background-color: #E4EAEF;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 50px 50px 60px 50px;
  margin-top: 50px;
}
@media screen and (max-width: 896px) {
  .consulting .pa_record_after {
    padding: 46px 25px 43px 25px;
  }
}
.consulting .pa_record_after_ttl {
  width: 25%;
  font-size: clamp(1.0625rem, 0.6458333333rem + 1.3888888889vw, 1.625rem);
  letter-spacing: 0.04em;
  color: #004EA1;
}
@media screen and (max-width: 479px) {
  .consulting .pa_record_after_ttl {
    width: 100%;
  }
}
.consulting .pa_record_after_body {
  width: 75%;
}
@media screen and (max-width: 479px) {
  .consulting .pa_record_after_body {
    width: 100%;
    margin-top: 14px;
  }
}
.consulting .pa_record_after_subttl {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.consulting .pa_record_after_list {
  margin-top: 20px;
}
.consulting .pa_record_after_list_item {
  position: relative;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  line-height: 173%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.consulting .pa_record_after_list_item:before {
  content: "・";
  margin-left: -1em;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.project-referral .pa_overview {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .project-referral .pa_overview {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_overview {
    padding-top: calc(80px * 0.5);
  }
}
.project-referral .pa_overview {
  padding-bottom: 140px;
}
@media (max-width: 896px) {
  .project-referral .pa_overview {
    padding-bottom: calc(140px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_overview {
    padding-bottom: calc(140px * 0.5);
  }
}
.project-referral .pa_overview_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
}
.project-referral .pa_overview_content {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 896px) {
  .project-referral .pa_overview_content {
    margin-top: calc(70px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_overview_content {
    margin-top: calc(70px * 0.5);
  }
}
.project-referral .pa_feature {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .project-referral .pa_feature {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_feature {
    padding-bottom: calc(120px * 0.5);
  }
}
.project-referral .pa_feature_col {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.project-referral .pa_feature_img {
  width: 25.709%;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_feature_img {
    width: 100%;
    text-align: center;
    order: 2;
    margin-top: 40px;
  }
}
.project-referral .pa_feature_body {
  width: 65.602%;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_feature_body {
    width: 100%;
    order: 1;
  }
}
.project-referral .pa_feature_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
  margin-top: 1.666em;
}
.project-referral .pa_feature_content {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_feature_content {
    margin-top: 50px;
  }
}
.project-referral .pa_jisseki {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .project-referral .pa_jisseki {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_jisseki {
    padding-bottom: calc(120px * 0.5);
  }
}
.project-referral .pa_jisseki_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
  margin-top: 1.666em;
}
.project-referral .pa_jisseki_col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_jisseki_col {
    margin-top: 40px;
  }
}
.project-referral .pa_jisseki_content {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-referral .pa_jisseki_content:before, .project-referral .pa_jisseki_content:after {
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #A5A5A5 0 3px, transparent 3px 6px);
  background-size: 100% 6px;
  background-repeat: repeat-y;
}
.project-referral .pa_jisseki_content:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.project-referral .pa_jisseki_content:nth-of-type(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.project-referral .pa_jisseki_content:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_jisseki_content {
    padding: 0 4%;
  }
}
@media screen and (max-width: 479px) {
  .project-referral .pa_jisseki_content {
    width: 100%;
    padding: 50px 4%;
  }
  .project-referral .pa_jisseki_content:before, .project-referral .pa_jisseki_content:after {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, #A5A5A5 0 3px, transparent 3px 6px);
    background-size: 6px 100%;
    background-repeat: repeat-x;
  }
  .project-referral .pa_jisseki_content:nth-of-type(2):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.project-referral .pa_jisseki_ttl {
  font-size: clamp(1rem, 0.7222222222rem + 0.9259259259vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.project-referral .pa_jisseki_img {
  display: block;
}
.project-referral .pa_jisseki_img.__01 {
  margin-top: 40px;
  margin-top: min(3.5460992908vw, 40px);
}
.project-referral .pa_jisseki_img.__02 {
  margin-top: 8px;
  margin-top: min(0.7092198582vw, 8px);
}
.project-referral .pa_jisseki_list {
  margin-top: 40px;
}
@media screen and (max-width: 896px) {
  .project-referral .pa_jisseki_list {
    margin-top: 30px;
  }
}
.project-referral .pa_jisseki_item {
  position: relative;
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  line-height: 185%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.project-referral .pa_jisseki_item:before {
  content: "・";
  margin-left: -1em;
}
.project-referral .pa_policy {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .project-referral .pa_policy {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .project-referral .pa_policy {
    padding-bottom: calc(120px * 0.5);
  }
}
.project-referral .pa_policy_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
  margin-top: 1.666em;
}
.project-referral .pa_policy_ttl {
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
  font-weight: 500;
  line-height: 166%;
  letter-spacing: 0.04em;
  color: #004EA1;
  margin-top: 40px;
}
.project-referral .pa_policy_list {
  margin-top: 20px;
}
.project-referral .pa_policy_item {
  position: relative;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.462962963vw, 1.0625rem);
  line-height: 176%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.project-referral .pa_policy_item:before {
  content: "・";
  margin-left: -1em;
}

/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
/*
 * Base Group
 */
.company .pa_midashi {
  position: relative;
}
.company .pa_midashi.__wt {
  color: #fff;
}
.company .pa_midashi_ttl .__en {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.75rem, 1.0092592593rem + 2.4691358025vw, 2.75rem);
}
.company .pa_midashi_ttl .__jp {
  display: block;
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  margin-top: 5px;
}
.company .pa_midashi_txt {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
.company .pa_member {
  position: relative;
  padding-top: 90px;
}
@media (max-width: 896px) {
  .company .pa_member {
    padding-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_member {
    padding-top: calc(90px * 0.5);
  }
}
.company .pa_member {
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .company .pa_member {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_member {
    padding-bottom: calc(120px * 0.5);
  }
}
.company .pa_member_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .company .pa_member_col {
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .company .pa_member_col.__first {
    margin-top: 30px;
  }
}
.company .pa_member_img {
  width: 23.404%;
}
@media screen and (max-width: 479px) {
  .company .pa_member_img {
    width: 100%;
    text-align: center;
  }
  .company .pa_member_img > img {
    width: 100%;
  }
}
.company .pa_member_body {
  width: 70.468%;
}
@media screen and (max-width: 479px) {
  .company .pa_member_body {
    width: 100%;
    margin-top: 30px;
  }
}
.company .pa_member_name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.company .pa_member_name .__jp {
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
}
.company .pa_member_name .__en {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
}
@media screen and (max-width: 479px) {
  .company .pa_member_name {
    align-items: baseline;
  }
}
.company .pa_member_message {
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  line-height: 194%;
  margin-top: 1em;
}
.company .pa_member_content {
  margin-top: 70px;
  text-align: center;
}
.company .pa_greeting {
  position: relative;
  background-image: url(../images/company/greeting_bg@2x.png);
  background-size: cover;
  padding-top: 90px;
}
@media (max-width: 896px) {
  .company .pa_greeting {
    padding-top: calc(90px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_greeting {
    padding-top: calc(90px * 0.5);
  }
}
.company .pa_greeting {
  padding-bottom: 110px;
}
@media (max-width: 896px) {
  .company .pa_greeting {
    padding-bottom: calc(110px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_greeting {
    padding-bottom: calc(110px * 0.5);
  }
}
.company .pa_greeting {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .company .pa_greeting {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_greeting {
    margin-top: calc(120px * 0.5);
  }
}
.company .pa_greeting_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .company .pa_greeting_col {
    align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .company .pa_greeting_col {
    margin-top: 40px;
  }
}
.company .pa_greeting_img {
  width: 23.404%;
}
@media screen and (max-width: 479px) {
  .company .pa_greeting_img {
    width: 100%;
    text-align: center;
  }
  .company .pa_greeting_img > img {
    width: 100%;
  }
}
.company .pa_greeting_body {
  width: 70.468%;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .company .pa_greeting_body {
    width: 100%;
    margin-top: 30px;
  }
}
.company .pa_greeting_name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.company .pa_greeting_name .__post {
  display: block;
  width: 100%;
}
.company .pa_greeting_name .__jp {
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
}
.company .pa_greeting_name .__en {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
}
@media screen and (max-width: 479px) {
  .company .pa_greeting_name {
    align-items: baseline;
  }
}
.company .pa_greeting_list {
  margin-top: 25px;
}
.company .pa_greeting_item {
  position: relative;
  font-size: clamp(0.875rem, 0.8287037037rem + 0.1543209877vw, 0.9375rem);
  line-height: 207%;
  padding-left: 1em;
}
.company .pa_greeting_item:before {
  content: "・";
  margin-left: -1em;
}
.company .pa_greeting_note {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.462962963vw, 1.0625rem);
  line-height: 171%;
  margin-top: 25px;
}
.company .pa_greeting_note > a {
  color: #fff;
}
.company .pa_profile {
  position: relative;
  padding-top: 110px;
}
@media (max-width: 896px) {
  .company .pa_profile {
    padding-top: calc(110px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_profile {
    padding-top: calc(110px * 0.5);
  }
}
.company .pa_profile {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .company .pa_profile {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_profile {
    padding-bottom: calc(100px * 0.5);
  }
}
.company .pa_profile_dl {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.462962963vw, 1.0625rem);
  margin-top: 50px;
}
@media screen and (max-width: 479px) {
  .company .pa_profile_dl {
    margin-top: 30px;
  }
}
.company .pa_profile_dt {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #1F2830;
  color: #fff;
  border-bottom: 1px solid #D5D5D5;
  width: 19.237%;
}
.company .pa_profile_dt.__last {
  border-bottom: none;
}
.company .pa_profile_dt.__radius {
  border-top-left-radius: 20px;
}
@media screen and (max-width: 479px) {
  .company .pa_profile_dt.__radius {
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 896px) {
  .company .pa_profile_dt {
    width: 25%;
    padding: 12px;
  }
}
@media screen and (max-width: 479px) {
  .company .pa_profile_dt {
    width: 100%;
    color: #444;
    font-weight: 700;
    background-color: #F4F4F4;
    border-bottom: none;
    padding: 25px 20px 0 20px;
  }
}
.company .pa_profile_dd {
  padding: 30px 35px;
  background-color: #F4F4F4;
  width: 80.763%;
  border-bottom: 1px solid #D5D5D5;
}
.company .pa_profile_dd > a {
  text-decoration: underline;
}
.company .pa_profile_dd.__last {
  border-bottom: none;
}
.company .pa_profile_dd.__radius {
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 479px) {
  .company .pa_profile_dd.__radius {
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 896px) {
  .company .pa_profile_dd {
    width: 75%;
  }
}
@media screen and (max-width: 479px) {
  .company .pa_profile_dd {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}
.company .pa_access {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .company .pa_access {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .company .pa_access {
    padding-bottom: calc(120px * 0.5);
  }
}
.company .pa_access_map {
  margin-top: 50px;
}
.company .pa_access_map > iframe {
  filter: grayscale(100%);
}
@media screen and (max-width: 479px) {
  .company .pa_access_map {
    margin-top: 40px;
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
.news .pa_news {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .news .pa_news {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news {
    padding-top: calc(80px * 0.5);
  }
}
.news .pa_news {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .news .pa_news {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_news {
    padding-bottom: calc(100px * 0.5);
  }
}
.news .pa_news_article {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 896px) {
  .news .pa_news_article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news .pa_news_link {
  position: relative;
}
.news .pa_news_link:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url(../images/common/arrow_right@2x.png);
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E4EAEF;
  width: 42px;
  height: 42px;
  border-radius: 80px;
}
@media screen and (max-width: 479px) {
  .news .pa_news_link:after {
    top: auto;
    bottom: -25px;
  }
}
.news .pa_news_content {
  width: 100%;
}
@media screen and (max-width: 479px) {
  .news .pa_news_content {
    padding-bottom: 40px;
  }
}
.news .pa_news_time {
  font-family: "TT Norms Pro", sans-serif;
  color: #A5A5A5;
}
.news .pa_news_ttl {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
  margin-top: 14px;
  padding-right: 17%;
}
@media screen and (max-width: 479px) {
  .news .pa_news_ttl {
    padding-right: 0;
  }
}
.news .pa_news_txt {
  line-height: 194%;
  margin-top: 18px;
  padding-right: 17%;
}
@media screen and (max-width: 479px) {
  .news .pa_news_txt {
    padding-right: 0;
  }
}
.news .pa_news_pagination {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(1.0625rem, 0.6458333333rem + 1.3888888889vw, 1.625rem);
  color: #004EA1;
  margin-top: 40px;
}
.news .pa_news_pagination .__current {
  color: #A5A5A5;
}
.news .pa_single {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .news .pa_single {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single {
    padding-top: calc(80px * 0.5);
  }
}
.news .pa_single {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .news .pa_single {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single {
    padding-bottom: calc(100px * 0.5);
  }
}
.news .pa_single_content {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .news .pa_single_content {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content {
    padding-bottom: calc(100px * 0.5);
  }
}
.news .pa_single_content h2 {
  font-size: clamp(1rem, 0.8148148148rem + 0.6172839506vw, 1.25rem);
  font-weight: 700;
  padding: 9px 0.8em;
  background: #1F2830;
  color: #fff;
  margin-top: 60px;
}
@media (max-width: 896px) {
  .news .pa_single_content h2 {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h2 {
    margin-top: calc(60px * 0.5);
  }
}
.news .pa_single_content h2 {
  margin-bottom: 26px;
}
@media (max-width: 896px) {
  .news .pa_single_content h2 {
    margin-bottom: calc(26px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h2 {
    margin-bottom: calc(26px * 0.5);
  }
}
.news .pa_single_content h3 {
  font-size: clamp(1rem, 0.8148148148rem + 0.6172839506vw, 1.25rem);
  font-weight: 700;
  padding: 6px 0.8em;
  border-left: 8px solid #1F2830;
  margin-top: 50px;
}
@media (max-width: 896px) {
  .news .pa_single_content h3 {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h3 {
    margin-top: calc(50px * 0.5);
  }
}
.news .pa_single_content h3 {
  margin-bottom: 22px;
}
@media (max-width: 896px) {
  .news .pa_single_content h3 {
    margin-bottom: calc(22px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h3 {
    margin-bottom: calc(22px * 0.5);
  }
}
.news .pa_single_content h4 {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px dotted #1F2830;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .news .pa_single_content h4 {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h4 {
    margin-top: calc(30px * 0.5);
  }
}
.news .pa_single_content h4 {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .news .pa_single_content h4 {
    margin-bottom: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h4 {
    margin-bottom: calc(20px * 0.5);
  }
}
.news .pa_single_content h5 {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  font-weight: 500;
  padding: 8px 0;
  color: #1F2830;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .news .pa_single_content h5 {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h5 {
    margin-top: calc(30px * 0.5);
  }
}
.news .pa_single_content h5 {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .news .pa_single_content h5 {
    margin-bottom: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h5 {
    margin-bottom: calc(20px * 0.5);
  }
}
.news .pa_single_content h5 {
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  font-weight: 500;
  padding: 8px 0;
  margin-top: 30px;
}
@media (max-width: 896px) {
  .news .pa_single_content h5 {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h5 {
    margin-top: calc(30px * 0.5);
  }
}
.news .pa_single_content h5 {
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .news .pa_single_content h5 {
    margin-bottom: calc(20px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .news .pa_single_content h5 {
    margin-bottom: calc(20px * 0.5);
  }
}
.news .pa_single_content p {
  line-height: 1.7;
  margin-bottom: 1.25em;
}
.news .pa_single_content a {
  color: #1F2830;
  transition: all 0.3s;
}
.news .pa_single_content a:hover {
  opacity: 0.7;
}
.news .pa_single_content ol {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}
.news .pa_single_content ol > li {
  list-style-type: decimal;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.news .pa_single_content ul {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}
.news .pa_single_content ul > li {
  list-style-type: disc;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.news .pa_single_content strong {
  font-weight: 700;
}
.news .wp-block-table table {
  background: #f5f5f5;
}
.news .wp-block-table table th,
.news .wp-block-table table td {
  border: 1px solid #ccc;
}
.news .pa_single_time {
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  color: #A5A5A5;
}
.news .pa_single_ttl {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.375rem, 0.912037037rem + 1.5432098765vw, 2rem);
  margin-top: 14px;
}
.news .pa_single_post {
  margin-top: 56px;
}
.news .pa_single_txt {
  line-height: 237%;
  margin-top: 1em;
}
.news .pa_single_other {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.news .pa_single_other:after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #DDDDDD;
}
@media screen and (max-width: 479px) {
  .news .pa_single_other {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .news .pa_single_other:after {
    content: none;
  }
}
.news .pa_single_other_link {
  display: flex;
  flex-direction: column;
}
.news .pa_single_prev,
.news .pa_single_next {
  position: relative;
}
.news .pa_single_prev .__en,
.news .pa_single_next .__en {
  font-family: "TT Norms Pro", sans-serif;
  letter-spacing: 0.03em;
  color: #004EA1;
}
.news .pa_single_prev .__ttl,
.news .pa_single_next .__ttl {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  letter-spacing: 0.03em;
  margin-top: 15px;
}
@media screen and (max-width: 479px) {
  .news .pa_single_prev,
  .news .pa_single_next {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .news .pa_single_prev .__ttl,
  .news .pa_single_next .__ttl {
    margin-top: 0;
  }
}
.news .pa_single_next {
  text-align: right;
}
@media screen and (max-width: 479px) {
  .news .pa_single_next {
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
}

/*
 * Base Group
 */
/*
 * Base Group
 */
.recruit .pa_overview {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .recruit .pa_overview {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview {
    padding-top: calc(80px * 0.5);
  }
}
.recruit .pa_overview {
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .recruit .pa_overview {
    padding-bottom: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview {
    padding-bottom: calc(60px * 0.5);
  }
}
.recruit .pa_overview_ttl {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: clamp(1.375rem, 0.912037037rem + 1.5432098765vw, 2rem);
  line-height: 163%;
  letter-spacing: 0.04em;
}
.recruit .pa_overview_content {
  margin-top: 55px;
}
@media (max-width: 896px) {
  .recruit .pa_overview_content {
    margin-top: calc(55px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_overview_content {
    margin-top: calc(55px * 0.5);
  }
}
.recruit .pa_overview_txt {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  line-height: 222%;
  letter-spacing: 0.04em;
  margin-top: 1em;
}
.recruit .pa_recruit {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .recruit .pa_recruit {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_recruit {
    padding-bottom: calc(100px * 0.5);
  }
}
.recruit .pa_detail {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 896px) {
  .recruit .pa_detail {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_detail {
    padding-top: calc(80px * 0.5);
  }
}
.recruit .pa_detail {
  padding-bottom: 60px;
}
@media (max-width: 896px) {
  .recruit .pa_detail {
    padding-bottom: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .recruit .pa_detail {
    padding-bottom: calc(60px * 0.5);
  }
}
.recruit .pa_detail .__nomt {
  margin-top: 0;
}
.recruit .pa_detail .__mt20 {
  margin-top: 20px;
}
.recruit .pa_detail .__mt30 {
  margin-top: 30px;
}
.recruit .pa_detail_ttl {
  font-size: clamp(1.0625rem, 0.7384259259rem + 1.0802469136vw, 1.5rem);
  color: #004EA1;
  line-height: 167%;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
.recruit .pa_detail_txt {
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  line-height: 225%;
  letter-spacing: 0.04em;
  margin-top: 1.25em;
}
.recruit .pa_detail_subttl {
  margin-top: 1em;
}
.recruit .pa_detail_list {
  position: relative;
}
.recruit .pa_detail_item {
  position: relative;
  line-height: 225%;
  letter-spacing: 0.04em;
  padding-left: 1em;
}
.recruit .pa_detail_item:before {
  content: "・";
  margin-left: -1em;
}
.recruit .pa_detail_contact {
  margin-top: 60px;
  text-align: center;
}

/*
 * Base Group
 */
.contact {
  /* Contact Form 7対応バージョン */
}
.contact .pa_form {
  padding-top: 80px;
}
@media (max-width: 896px) {
  .contact .pa_form {
    padding-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form {
    padding-top: calc(80px * 0.5);
  }
}
.contact .pa_form {
  padding-bottom: 100px;
}
@media (max-width: 896px) {
  .contact .pa_form {
    padding-bottom: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .contact .pa_form {
    padding-bottom: calc(100px * 0.5);
  }
}
.contact .pa_form_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DDDDDD;
}
.contact .pa_form_group .wpcf7-form-control-wrap {
  width: 40.315%;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_group .wpcf7-form-control-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .contact .pa_form_group .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 1em;
  }
}
.contact .pa_form_group .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 15px;
  background: #fff;
  margin-bottom: 0;
  box-sizing: border-box;
}
.contact .pa_form_group .wpcf7-form-control-wrap .wpcf7-form-control:focus {
  border-color: #A5A5A5;
  outline: none;
  background: #f3f9ff;
}
.contact .pa_form_group.pa_form_address .pa_form_post {
  width: 40.315%;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_group.pa_form_address .pa_form_post {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .contact .pa_form_group.pa_form_address .pa_form_post {
    width: 100%;
    margin-top: 1em;
  }
}
.contact .pa_form_group.pa_form_address .pa_form_postcode {
  display: flex;
  align-items: center;
}
.contact .pa_form_group.pa_form_address .pa_form_postcode .pa_postcode_label {
  margin-right: 4px;
}
.contact .pa_form_group.pa_form_address .pa_form_postcode .wpcf7-form-control-wrap {
  width: auto;
}
.contact .pa_form_group.pa_form_address .pa_form_postcode .pa_postcode_input {
  width: 88px;
  margin: 0 4px;
}
.contact .pa_form_group.pa_form_address .pa_address_input {
  margin-top: 8px;
  width: 100%;
}
.contact .pa_privacy_note {
  border-top: 1px solid #DDDDDD;
  margin-top: 20px;
  padding-top: 60px;
  text-align: center;
}
.contact .pa_privacy_link {
  color: #004EA1;
  text-decoration: underline;
}
.contact .pa_submit {
  margin-top: 60px;
  text-align: center;
}
.contact .pa_submit .wpcf7-submit.pa_form_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background: linear-gradient(180deg, rgb(17, 50, 94) 1%, rgb(6, 38, 80) 100%);
  max-width: 261px;
  width: 100%;
  text-align: center;
  padding: 11px 0.5rem;
  font-family: "TT Norms Pro", sans-serif;
  font-size: clamp(0.9375rem, 0.7523148148rem + 0.6172839506vw, 1.1875rem);
  font-weight: 500;
  text-decoration: none;
  border-radius: 80px;
  overflow: hidden;
  cursor: pointer;
}
.contact .pa_form_label {
  display: block;
  color: #101010;
  width: 17.021%;
}
@media screen and (max-width: 896px) {
  .contact .pa_form_label {
    width: 30%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 479px) {
  .contact .pa_form_label {
    width: 100%;
    padding: 0;
  }
}
.contact .pa_required {
  color: #FF0000;
  font-size: 14px;
}

/*
 * Base Group
 */
.privacy .pa_privacy {
  position: relative;
  padding-top: 20px;
  padding-bottom: 120px;
}
@media (max-width: 896px) {
  .privacy .pa_privacy {
    padding-bottom: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .privacy .pa_privacy {
    padding-bottom: calc(120px * 0.5);
  }
}
.privacy .pa_privacy_ttl {
  font-size: clamp(0.9375rem, 0.7986111111rem + 0.462962963vw, 1.125rem);
  color: #004EA1;
  font-weight: 500;
  line-height: 188%;
  letter-spacing: 0.03em;
  margin-top: 60px;
}
@media screen and (max-width: 479px) {
  .privacy .pa_privacy_ttl {
    margin-top: 40px;
  }
}
.privacy .pa_privacy_txt {
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  line-height: 213%;
  letter-spacing: 0.03em;
  margin-top: 1.25em;
}
.privacy .pa_privacy_list {
  margin-top: 1.25em;
}
.privacy .pa_privacy_item {
  position: relative;
  font-size: clamp(0.875rem, 0.7824074074rem + 0.3086419753vw, 1rem);
  line-height: 213%;
  letter-spacing: 0.03em;
  padding-left: 1em;
}
.privacy .pa_privacy_item:before {
  content: "・";
  margin-left: -1em;
}

/*
 * Helper Group
 */
/*
 * Base Group
 */
.hp_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .hp_sp {
    display: block;
  }
}

.hp_sp-tab {
  display: none;
}
@media screen and (max-width: 896px) {
  .hp_sp-tab {
    display: block;
  }
}

.hp_sp-pc {
  display: none;
}
@media screen and (max-width: 1128px) {
  .hp_sp-pc {
    display: block;
  }
}

.hp_tab {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .hp_tab {
    display: block;
  }
}

.hp_tab-pc {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 1128px) {
  .hp_tab-pc {
    display: block;
  }
}

.hp_pc {
  display: none;
}
@media screen and (min-width: 897px) and (max-width: 1128px) {
  .hp_pc {
    display: block;
  }
}

.hp_base {
  position: relative;
  max-width: 1128px;
  margin: 0 auto;
}
@media screen and (max-width: 1128px) {
  .hp_base {
    padding-right: 4%;
    padding-left: 4%;
  }
}

.hp_fs2 {
  font-size: clamp(1rem, 0.8148148148rem + 0.6172839506vw, 1.25rem);
}

.hp_tar {
  text-align: right;
}

.hp_tac {
  text-align: center;
}

.hp_tal {
  text-align: left;
}

.hp_fwB {
  font-weight: bold;
}

.hp_mt30 {
  margin-top: 30px;
}
@media (max-width: 896px) {
  .hp_mt30 {
    margin-top: calc(30px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt30 {
    margin-top: calc(30px * 0.5);
  }
}

.hp_mt40 {
  margin-top: 40px;
}
@media (max-width: 896px) {
  .hp_mt40 {
    margin-top: calc(40px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt40 {
    margin-top: calc(40px * 0.5);
  }
}

.hp_mt50 {
  margin-top: 50px;
}
@media (max-width: 896px) {
  .hp_mt50 {
    margin-top: calc(50px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt50 {
    margin-top: calc(50px * 0.5);
  }
}

.hp_mt60 {
  margin-top: 60px;
}
@media (max-width: 896px) {
  .hp_mt60 {
    margin-top: calc(60px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt60 {
    margin-top: calc(60px * 0.5);
  }
}

.hp_mt80 {
  margin-top: 80px;
}
@media (max-width: 896px) {
  .hp_mt80 {
    margin-top: calc(80px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt80 {
    margin-top: calc(80px * 0.5);
  }
}

.hp_mt100 {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .hp_mt100 {
    margin-top: calc(100px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt100 {
    margin-top: calc(100px * 0.5);
  }
}

.hp_mt120 {
  margin-top: 120px;
}
@media (max-width: 896px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.6666666667);
  }
}
@media (max-width: 480px) {
  .hp_mt120 {
    margin-top: calc(120px * 0.5);
  }
}

.hp_space {
  padding-right: 4%;
  padding-left: 4%;
}

.hp_wsnw {
  white-space: nowrap;
}

/*
 * Unique Group
 */
/*
 * program Group
 */
/*
 * Base Group
 */
.js_scroll_active.bl_header {
  background-color: transparent;
  backdrop-filter: blur(30px);
}
.js_scroll_active .bl_header_inner {
  min-height: 80px;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__offWhite {
  padding: 1.089% 6.069%;
}
.js_scroll_active .bl_header_nav_list.bl_header_nav_list__green {
  padding: 1.089% 4.079%;
}
.js_scroll_active .bl_header_nav_link {
  font-size: clamp(0.625rem, 0.5324074074rem + 0.3086419753vw, 0.75rem);
}

/*
 * Original Group
 */
/*
 * Base Group
 */
header .header_menu {
  display: none;
  position: fixed;
  right: 4%;
  top: 12px;
  width: 42px;
  height: 42px;
  background: linear-gradient(90deg, rgba(0, 78, 161, 0.1) 0%, rgba(204, 204, 204, 0.1) 100%);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}
header .header_menu div {
  position: relative;
}
header .header_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #1F2830;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
header .header_menu span:nth-child(1) {
  top: 14px;
}
header .header_menu span:nth-child(2) {
  top: 20px;
}
header .header_menu span:nth-child(3) {
  top: 26px;
}
@media screen and (max-width: 896px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu.open span:nth-child(1) {
  top: 20px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
header .header_menu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .header_menu.open span:nth-child(3) {
  top: 20px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

#spNav {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  background-image: url(../images/common/spnav_bg@2x.png);
  background-size: cover;
  text-align: center;
  z-index: 9999;
  overflow: auto;
}
#spNav .spNav_col {
  display: flex;
  justify-content: center;
  padding: calc(66px + 8%) 8.905%;
}
#spNav .nav {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 50%;
}
#spNav .nav > li {
  text-align: left;
}
#spNav .nav > li a:link, #spNav .nav > li a:visited {
  color: #fff;
}
#spNav .nav > li a .__en {
  display: block;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 22px;
}
#spNav .nav > li a .__jp {
  display: block;
  font-size: 11px;
  letter-spacing: 0.04em;
}
#spNav .nav > li .__sub {
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-left: 1px solid #4B5156;
  padding-left: 15px;
  margin-top: 27px;
}
#spNav .spNav_pp {
  position: absolute;
  right: 8%;
  bottom: 4%;
}
#spNav .spNav_pp > a {
  font-family: "TT Norms Pro", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
}
#spNav .spNav_pp > a:link, #spNav .spNav_pp > a:visited {
  color: #fff;
}

/*
 * Base Group
 */
.dl01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.dl02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.dl03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.dl04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.dl05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dl06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.dl07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dl08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.dl09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.dl1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.dl15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.dl2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.dl25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.dl3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.dl35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.dl4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.dl45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.dl5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.dl55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.dl6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.dl65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.dl7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.dl75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.dl8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.dl85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.dl9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.dl95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
