@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000F08;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}

.en {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

/* 404
--------------------------------------------------*/
.wrap_404 {
  padding: 160px 0 100px;
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .wrap_404 {
    padding: 120px 0 60px;
  }
}
.wrap_404 .wrap_title {
  margin-bottom: 32px;
}
.wrap_404 .wrap_title .en {
  color: #2F5BFF;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .wrap_404 .wrap_title .en {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.wrap_404 .wrap_title h2 {
  color: #2F5BFF;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .wrap_404 .wrap_title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 449px) {
  .wrap_404 .wrap_title h2 {
    font-size: 6.8vw;
  }
}
.wrap_404 .text {
  text-align: center;
  margin-bottom: 32px;
}
.wrap_404 .btn {
  margin-inline: auto;
}

/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

/* 自動で改行
--------------------------------------------------*/
span.br_word {
  display: inline-block;
}

/* 共通パーツ：下層KV
--------------------------------------------------*/
#page_kv {
  background: #edf3fd;
  padding: 160px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #page_kv {
    padding: 120px 0 35px;
  }
}
#page_kv .wrap_page_kv {
  position: relative;
  z-index: 1;
}
#page_kv .wrap_page_kv::before {
  content: "";
  position: absolute;
  width: min(45vw, 620px);
  aspect-ratio: 1/1;
  left: clamp(-70px, -5vw, -30px);
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/logo_bg.svg) no-repeat center/contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page_kv .wrap_page_kv::before {
    width: min(45vw, 320px);
    min-width: 280px;
    left: clamp(-40px, -6vw, -20px);
  }
}
#page_kv .wrap_page_kv .ja {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2F5BFF;
  margin-bottom: 14px;
}
#page_kv .wrap_page_kv .ttl {
  color: #2F5BFF;
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: 1;
}
#page_kv .wrap_page_kv .breadcrumbs {
  margin-top: clamp(30px, 4vw, 50px);
}
#page_kv .wrap_page_kv .breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding-left: 14px;
}
#page_kv .wrap_page_kv .breadcrumb_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #2F5BFF;
  transform: translateY(-50%) rotate(45deg);
}
#page_kv .wrap_page_kv .breadcrumb_list li {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
#page_kv .wrap_page_kv .breadcrumb_list li + li::before {
  content: "/";
  margin: 0 8px 0 0;
  color: #000F08;
}
#page_kv .wrap_page_kv .breadcrumb_list .txt {
  font-size: 1.2rem;
  color: #000F08;
}
#page_kv .wrap_page_kv .breadcrumb_list .link_txt {
  transition: color 0.3s ease;
}
#page_kv .wrap_page_kv .breadcrumb_list .link_txt:hover {
  color: #2F5BFF;
}

/* 共通パーツ：関連情報
--------------------------------------------------*/
#related_info {
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  #related_info {
    padding: 60px 0;
  }
}
#related_info .wrap_related_info .sec_ttl {
  margin-bottom: 50px;
}
#related_info .wrap_related_info .sec_ttl .en {
  font-size: clamp(3rem, 3.4vw, 4rem);
  color: #2F5BFF;
}
#related_info .wrap_related_info .sec_ttl h2 {
  font-size: 1.6rem;
  margin-top: 8px;
  color: #2F5BFF;
}
@media screen and (max-width: 768px) {
  #related_info .wrap_related_info .sec_ttl {
    margin-bottom: 30px;
  }
}
#related_info .wrap_related_info .card_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #related_info .wrap_related_info .card_grid {
    grid-template-columns: 1fr;
  }
}
#related_info .wrap_related_info .card {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: opacity 0.3s ease-in-out;
}
#related_info .wrap_related_info .card:hover {
  opacity: 0.6;
}
#related_info .wrap_related_info .card:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #related_info .wrap_related_info .card {
    border-radius: 5px;
    padding: 10px;
    gap: 14px;
  }
}
#related_info .wrap_related_info .card .lead {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  flex: 1;
}
#related_info .wrap_related_info .card .thumb {
  width: 108px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  flex: 0 0 auto;
  display: block;
}
#related_info .wrap_related_info .card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #related_info .wrap_related_info .card .thumb {
    border-radius: 5px;
    width: 84px;
    height: 56px;
  }
}
#related_info .wrap_related_info .card .card_ttl {
  font-size: clamp(1.8rem, 1.7vw, 2.2rem);
  font-weight: 500;
  color: #000F08;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#related_info .wrap_related_info .card .arrow_wrap {
  width: 50px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
#related_info .wrap_related_info .card .arrow_wrap .arrow {
  width: 20px;
  height: 13px;
}

/* 共通パーツ：Contact
--------------------------------------------------*/
#contact {
  background: #EDF3FD;
  border-radius: 15px;
  width: calc(100% - 60px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #contact {
    width: calc(100% - 20px);
  }
}
#contact .contact_inner {
  padding: 100px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, clamp(440px, 44vw, 484px));
  gap: clamp(30px, 3.8vw, 60px);
  align-items: center;
}
@media screen and (max-width: 999px) {
  #contact .contact_inner {
    padding: 60px 0;
    grid-template-columns: 1fr;
  }
}
#contact .left .sec_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .left .sec_ttl {
    margin-bottom: 30px;
  }
}
#contact .left .sec_ttl .en {
  color: #2F5BFF;
  font-style: normal;
  font-size: clamp(5rem, 7vw, 8rem);
  line-height: 0.95;
}
#contact .left .sec_ttl h2 {
  margin-top: 8px;
  color: #2F5BFF;
  font-size: 1.6rem;
  font-weight: 500;
}
#contact .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
#contact .tag_list li {
  background: #fff;
  border-radius: 2px;
  padding: 2px 10px;
  color: #2F5BFF;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #contact .tag_list li {
    font-size: 1.2rem;
    white-space: normal;
  }
}
#contact .etc {
  color: #2F5BFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #contact .etc {
    font-size: 1.2rem;
  }
}
#contact .contact_txt {
  color: #2F5BFF;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 40px;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #contact .contact_txt {
    margin-top: 30px;
  }
}
#contact .right {
  display: grid;
  gap: clamp(30px, 3.8vw, 38px);
}
#contact .contact_form_btn {
  min-height: 120px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px clamp(20px, 2.6vw, 40px);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  position: relative;
  overflow: visible;
  isolation: isolate;
}
#contact .contact_form_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #2F5BFF;
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.3s ease-in-out;
}
#contact .contact_form_btn:hover::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #contact .contact_form_btn {
    min-height: 90px;
    font-size: 1.6rem;
  }
}
#contact .contact_form_btn_lead {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
#contact .contact_form_btn_lead svg {
  flex-shrink: 0;
}
#contact .arrow {
  width: 20px;
  height: 13px;
}
#contact .contact_tel_box {
  border-top: solid 1px #2F5BFF;
  border-bottom: solid 1px #2F5BFF;
  min-height: 108px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px 0;
  color: #2F5BFF;
}
@media screen and (max-width: 768px) {
  #contact .contact_tel_box {
    padding: 14px 0;
  }
}
#contact .contact_tel_box .label {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #2F5BFF;
}
#contact .contact_tel_box .tel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
#contact .contact_tel_box .tel a {
  font-size: clamp(2.8rem, 3.4vw, 3.4rem);
  font-weight: 600;
  color: #2F5BFF;
}
@media screen and (min-width: 769px) {
  #contact .contact_tel_box .tel a {
    pointer-events: none;
  }
}
#contact .contact_tel_box .time {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2F5BFF;
}
@media screen and (max-width: 768px) {
  #contact .contact_tel_box .time {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.menu_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.menu_overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, visibility 0s;
}

/* ヘッダー
--------------------------------------------------*/
#site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(8px);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, backdrop-filter 0.35s ease;
}
#site_header.is-header-hidden {
  transform: translate3d(0, -100%, 0);
  will-change: transform;
}
#site_header .header_inner {
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#site_header .logo {
  width: clamp(132px, 12.6vw, 176px);
  flex-shrink: 0;
  line-height: 1;
}
#site_header .hamburger {
  --hamburger-w: 30px;
  --hamburger-h: 1px;
  --hamburger-gap: 5px;
  --hamburger-mid: 27px;
  display: none;
  position: relative;
  box-sizing: border-box;
  width: 55px;
  height: 55px;
  border: 0;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  cursor: pointer;
  z-index: 1002;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
#site_header .hamburger span {
  position: absolute;
  left: 50%;
  width: var(--hamburger-w);
  height: var(--hamburger-h);
  margin-left: calc(-0.5 * var(--hamburger-w));
  background: #fff;
  border-radius: 10px;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
#site_header .hamburger span:nth-child(1) {
  top: 21px;
}
#site_header .hamburger span:nth-child(2) {
  top: var(--hamburger-mid);
}
#site_header .hamburger span:nth-child(3) {
  top: calc(var(--hamburger-mid) + var(--hamburger-h) + var(--hamburger-gap));
}
#site_header .hamburger:focus-visible {
  outline: 2px solid #2F5BFF;
  outline-offset: 2px;
}
#site_header .hamburger:hover {
  filter: brightness(1.04);
}
#site_header .hamburger.is-open span:nth-child(1) {
  top: var(--hamburger-mid);
  transform: rotate(25deg);
}
#site_header .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
#site_header .hamburger.is-open span:nth-child(3) {
  top: var(--hamburger-mid);
  transform: rotate(-25deg);
}
#site_header .header_nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}
#site_header .nav_list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 26px);
}
#site_header .nav_list > li {
  position: relative;
}
#site_header .nav_list > li > a {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  transition: color 0.2s ease;
}
@media screen and (min-width: 1000px) {
  #site_header .nav_list > li {
    display: flex;
    align-items: center;
    min-height: 75px;
  }
  #site_header .nav_list > li > a:hover,
  #site_header .nav_list > li > a:focus-visible,
  #site_header .nav_list > li.is-current > a {
    color: #2F5BFF;
  }
}
#site_header .header_recruit_btn {
  height: 40px;
  min-width: 104px;
  padding: 0 16px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 500;
  background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  white-space: nowrap;
  position: relative;
  overflow: visible;
  isolation: isolate;
  margin-left: auto;
  flex-shrink: 0;
}
#site_header .header_recruit_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #2F5BFF;
  opacity: 0;
  z-index: -1;
  border-radius: inherit;
  transition: opacity 0.3s ease-in-out;
}
#site_header .header_recruit_btn:hover::before {
  opacity: 1;
}
#site_header .header_recruit_btn .c-external-link-anim {
  width: clamp(16px, 1.6vw, 20px);
  height: clamp(16px, 1.6vw, 20px);
  line-height: 0;
}
#site_header .header_recruit_btn .c-external-link-anim svg {
  display: block;
  width: 100%;
  height: 100%;
}
#site_header .header_nav_tier1 {
  text-decoration: none;
  color: inherit;
}
#site_header .header_nav_mob {
  display: none;
}
@media screen and (min-width: 1000px) {
  #site_header .header_nav_tier1 {
    display: inline;
  }
  #site_header .header_nav_diamond,
  #site_header .header_nav_chev {
    display: none !important;
  }
  #site_header .nav_sublist {
    display: none;
  }
  #site_header .nav_list > li.nav_item--sp_only {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #site_header.is-menu-open {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
    will-change: auto;
  }
  #site_header .header_inner {
    min-height: 65px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 5px;
    position: relative;
    z-index: 2;
  }
  #site_header .logo,
  #site_header .hamburger {
    position: relative;
    z-index: 3;
  }
  #site_header .hamburger {
    display: block;
  }
  #site_header .header_nav {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100dvh - 65px);
    max-height: calc(100dvh - 65px);
    min-height: 0;
    margin: 0;
    background: #fff;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding: 50px 20px 80px;
    touch-action: pan-y;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0s linear 0.45s;
  }
  #site_header .header_nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.4s ease, visibility 0s;
  }
}
@media screen and (max-width: 999px) and (prefers-reduced-motion: reduce) {
  #site_header .header_nav {
    transform: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
}
@media screen and (max-width: 999px) and (min-width: 519px) {
  #site_header .header_nav {
    left: auto;
    width: 450px;
    max-width: 100%;
  }
}
@media screen and (max-width: 999px) {
  #site_header .header_recruit_btn {
    display: none;
  }
  #site_header .nav_item--contact_desktop {
    display: none;
  }
  #site_header .header_nav_mob {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
    width: 100%;
  }
  #site_header .nav_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
  }
  #site_header .nav_item {
    list-style: none;
    width: 100%;
  }
  #site_header .header_nav_diamond {
    display: block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: #1A82C3;
    transform: rotate(45deg);
  }
  #site_header .header_nav_tier1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #site_header .header_nav_label {
    min-width: 0;
  }
  #site_header .header_nav_chev.arrow_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    line-height: 0;
  }
  #site_header .nav_sublist {
    list-style: none;
    margin: 10px 0 0;
    padding: 0 29px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #site_header .header_nav_tier2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #D9D9D9;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    font-feature-settings: "palt" 1;
  }
  #site_header .header_nav_subicon {
    flex-shrink: 0;
    line-height: 0;
  }
  #site_header .header_nav_recruit {
    display: grid;
    grid-template-columns: minmax(120px, 40%) 1fr;
    align-items: stretch;
    gap: 8px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
    position: relative;
  }
  #site_header .header_nav_recruit::before {
    content: "";
    position: absolute;
    background: url(../img/common/logo_bg.svg) no-repeat center center/contain;
    width: 140px;
    height: 147px;
    bottom: -8px;
    right: -24px;
    z-index: 0;
    opacity: 0.3;
  }
  #site_header .header_nav_recruit_media {
    margin: 8px;
    border-radius: 2px;
    overflow: hidden;
  }
  #site_header .header_nav_recruit_media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #site_header .header_nav_recruit_copy {
    position: relative;
    z-index: 1;
    padding: 16px 12px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }
  #site_header .header_nav_recruit_en {
    font-size: clamp(3rem, 8vw, 4.2rem);
    color: #fff;
  }
  #site_header .header_nav_recruit_ja {
    font-weight: 500;
    color: #fff;
  }
  #site_header .header_nav_recruit_ico {
    position: absolute;
    right: 16px;
    bottom: 16px;
    line-height: 0;
    z-index: 3;
  }
  #site_header .header_nav_recruit_ico svg {
    width: 16px;
    height: 16px;
  }
  #site_header .header_nav_contact {
    background: #EDF3FD;
    border-radius: 15px;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  #site_header .header_nav_contact_ttl {
    margin-bottom: 30px;
  }
  #site_header .header_nav_contact_en {
    font-family: "Google Sans", system-ui, sans-serif;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1;
    color: #2F5BFF;
    margin: 0 0 8px;
  }
  #site_header .header_nav_contact_ja {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2F5BFF;
    margin: 0;
  }
  #site_header .header_nav_contact_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 90px;
    padding: 16px 20px;
    border-radius: 5px;
    background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
  }
  #site_header .header_nav_contact_form_ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
  }
  #site_header .header_nav_contact_form_ic svg {
    display: block;
    width: 25px;
    height: 20px;
  }
  #site_header .header_nav_contact_form_tx {
    flex: 1;
    min-width: 0;
  }
  #site_header .header_nav_contact_form_ar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
  }
  #site_header .header_nav_contact_form_ar img {
    display: block;
    width: 20px;
    height: 13px;
  }
  #site_header .header_nav_contact_tel {
    margin-top: 30px;
    min-height: 108px;
    padding: 14px 0;
    border-top: solid 1px #2F5BFF;
    border-bottom: solid 1px #2F5BFF;
    display: grid;
    place-items: center;
    text-align: center;
  }
  #site_header .header_nav_contact_tel_lead {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #2F5BFF;
    margin: 0 0 5px;
  }
  #site_header .header_nav_contact_tel_num {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Google Sans", system-ui, sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 5px;
  }
  #site_header .header_nav_contact_tel_num a {
    font-size: 2.8rem;
    font-weight: 600;
    color: #2F5BFF;
  }
  #site_header .header_nav_contact_tel_time {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    color: #2F5BFF;
    margin: 5px 0 0;
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* フッター
--------------------------------------------------*/
#site_footer {
  position: relative;
  background: #13418F;
  color: #fff;
  padding: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #site_footer {
    padding: 40px 0 20px;
  }
}
#site_footer a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#site_footer a:hover {
  opacity: 0.6;
}
#site_footer .footer_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(32px, 4vw, 60px) clamp(40px, 4vw, 60px);
}
@media screen and (min-width: 1000px) {
  #site_footer .footer_main {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  #site_footer .footer_main {
    flex-direction: column;
  }
}
#site_footer .footer_company {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  #site_footer .footer_company {
    gap: 15px;
  }
}
#site_footer .footer_logo {
  line-height: 0;
  width: 197px;
  max-width: 100%;
}
#site_footer .footer_logo a {
  display: inline-block;
  line-height: 0;
}
#site_footer .footer_logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#site_footer .footer_name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
#site_footer .footer_contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#site_footer .footer_contact .footer_tel, #site_footer .footer_contact .footer_fax {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
#site_footer .footer_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: clamp(20px, 2vw, 60px);
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 1200px) {
  #site_footer .footer_nav {
    gap: 60px;
  }
}
@media screen and (max-width: 999px) {
  #site_footer .footer_nav {
    display: none;
  }
}
#site_footer .footer_nav .nav_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  flex-shrink: 0;
}
#site_footer .footer_nav .nav_tight {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#site_footer .footer_mark {
  display: block;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #1A82C3;
  transform: rotate(45deg);
}
#site_footer .footer_nav_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 30px;
  vertical-align: top;
}
#site_footer .footer_recruit_label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#site_footer .icon_external {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #fff;
}
#site_footer .footer_sub_list {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: 400;
}
#site_footer .footer_sub_list a {
  display: block;
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: 400;
}
#site_footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 24px;
  margin-top: clamp(30px, 5vw, 50px);
}
@media screen and (max-width: 999px) {
  #site_footer .footer_bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#site_footer .footer_bottom .copy {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
#site_footer .policy_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}
@media screen and (max-width: 768px) {
  #site_footer .policy_list {
    justify-content: flex-start;
  }
}
#site_footer .policy_list a {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  #site_footer .policy_list a {
    font-size: 1.2rem;
  }
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none !important;
  }
}

.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  .lg-view {
    display: none !important;
  }
}

.lg-none {
  display: block;
}
@media screen and (max-width: 999px) {
  .lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  br.tab {
    display: none;
  }
}
br.xxl-view {
  display: block;
}
@media screen and (max-width: 1399px) {
  br.xxl-view {
    display: none;
  }
}
br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.xl-view {
  display: block;
}
@media screen and (min-width: 1200px) {
  br.xl-view {
    display: none;
  }
}
br.xl-none {
  display: none;
}
@media screen and (min-width: 1200px) {
  br.xl-none {
    display: block;
  }
}
br.lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  br.lg-view {
    display: none;
  }
}
br.lg-none {
  display: none;
}
@media screen and (min-width: 1000px) {
  br.lg-none {
    display: block;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}
br.sp-none {
  display: none;
}
@media screen and (min-width: 769px) {
  br.sp-none {
    display: block;
  }
}
br.sm-view {
  display: none;
}
@media screen and (max-width: 449px) {
  br.sm-view {
    display: block;
  }
}

span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.x50 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 50%;
}

.x60 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 60%;
}

.x66 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 66.66%;
}

.x70 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 70%;
}

.x75 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 75%;
}

.x80 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 80%;
}

.x90 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 90%;
}

.x40 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 40%;
}

.x120 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 120%;
}

.x130 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 130%;
}

.x140 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 140%;
}

.x150 {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 150%;
}

.mb0 {
  margin-bottom: 0;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

.w90p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w90p {
    width: 90%;
  }
}

.w1000 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1000 {
    width: 90%;
  }
}

.w1100 {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1100 {
    width: 90%;
  }
}

.w1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1200 {
    width: 90%;
  }
}

.w1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .w1400 {
    width: 90%;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 共通パーツ
--------------------------------------------------*/
/* 固定ヘッダー分のアンカー位置調整（全ページ共通） */
html {
  scroll-padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 75px;
  }
}

/* 共通セクション見出し */
.c-section-ttl .en {
  font-style: normal;
  font-size: clamp(4rem, 6vw, 7rem);
  color: #2F5BFF;
}
.c-section-ttl h2 {
  color: #2F5BFF;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}

/* ニュース一覧リスト（TOP / アーカイブ共通） */
.news_list li {
  border-bottom: solid 1px #D9D9D9;
}
.news_list a {
  display: grid;
  grid-template-columns: 112px 1fr 90px;
  align-items: center;
  gap: clamp(14px, 2.8vw, 40px);
  padding: 25px 0 25px 20px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .news_list a {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 6px;
    padding: 20px 10px;
  }
}
.news_list a:hover {
  opacity: 0.6;
}
.news_list a:hover .txt {
  color: #2F5BFF;
}
.news_list time {
  color: #99a9b0;
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .news_list time {
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 1;
  }
}
.news_list .txt {
  color: #000F08;
  font-size: 1.6rem;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .news_list .txt {
    font-size: 1.5rem;
    grid-column: 1;
    grid-row: 2;
  }
}
.news_list .arrow_wrap {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: solid 1px #edf1f5;
}
@media screen and (max-width: 768px) {
  .news_list .arrow_wrap {
    grid-column: 2;
    grid-row: 1/-1;
    align-self: stretch;
    height: auto;
    min-height: 2.4rem;
    padding-left: 20px;
  }
}
.news_list .arrow_wrap .arrow {
  width: 20px;
  height: 14px;
}

/* 大型グラデCTA（228×54）
   矢印・外部リンクアイコンは中身のマークアップだけ差し替え */
.c-btn-grad-lg {
  width: 100%;
  max-width: 228px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  background: linear-gradient(49deg, #3FC8FF 0%, #4FB6FF 20%, #5C8BFF 40%, #5E6AF0 60%, #3F56D8 80%, #214EC7 100%);
  position: relative;
  overflow: visible;
  isolation: isolate;
}
.c-btn-grad-lg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #2F5BFF;
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.3s ease-in-out;
}
.c-btn-grad-lg:hover::before {
  opacity: 1;
}

.arrow {
  width: 15px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  --arrow-base-transform: translateX(0);
  will-change: transform, opacity;
}

a:hover .arrow,
a:focus-visible .arrow,
button:hover .arrow,
button:focus-visible .arrow,
a:hover .c-external-link-anim,
a:focus-visible .c-external-link-anim,
button:hover .c-external-link-anim,
button:focus-visible .c-external-link-anim {
  animation: common-arrow-pass 0.45s ease-in-out;
}

.c-external-link-anim {
  display: inline-flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  --arrow-base-transform: translateX(0);
  will-change: transform, opacity;
}

@keyframes common-arrow-pass {
  0% {
    transform: var(--arrow-base-transform) translateX(0);
    opacity: 1;
  }
  45% {
    transform: var(--arrow-base-transform) translateX(10px);
    opacity: 0;
  }
  46% {
    transform: var(--arrow-base-transform) translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: var(--arrow-base-transform) translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */