@charset "UTF-8";
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://use.typekit.net/ork2ikn.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
}

html {
  font-size: 10px;
}

html.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

@media (max-width: 1500px) {
  html {
    font-size: 0.67vw;
  }
}

@media (max-width: 1060px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #282828;
  background-color: #FAFAFA;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: .06em;
  font-weight: 400;
  position: relative;
}

@media (max-width: 1060px) {
  body {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.pc {
  display: block;
}

@media (max-width: 1060px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 1060px) {
  .sp {
    display: block !important;
  }
}

a {
  text-decoration: none;
  transition: all .4s ease;
  color: #282828;
}

.palt {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

.wrap_box {
  overflow: hidden;
  position: relative;
}

/*ヘッダー*/
.header {
  width: 100%;
  height: 84px;
  position: fixed;
  top: 0;
  z-index: 997;
  background-color: #FAFAFA;
  transition: all 0.3s ease;
}

@media (max-width: 1060px) {
  .header {
    height: 64px;
  }
}

.header.is-shrink {
  height: 60px;
}

@media (max-width: 1060px) {
  .header.is-shrink {
    height: 50px;
  }
}

.header.is-shrink .logo {
  transform-origin: left center;
  transform: scale(0.95);
}

.header .inner {
  width: 100%;
  height: 100%;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.header .logo a {
  margin-right: 14px;
}

@media (max-width: 1060px) {
  .header .logo a {
    margin-right: 10px;
  }
}

.header .logo .site_logo {
  width: 100%;
  max-width: 230px;
}

@media (max-width: 1060px) {
  .header .logo .site_logo {
    max-width: 180px;
  }
}

.header .logo .site_txt {
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1060px) {
  .header .logo .site_txt {
    font-size: 1.0rem;
  }
}

.header .header_menu-button {
  width: 50px;
  height: 20px;
  position: relative;
  z-index: 998;
  cursor: pointer;
  transition: all .4s ease;
}

.header .header_menu-button:hover {
  height: 28px;
}

.header .header_menu-button span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #1A3D6B;
  position: absolute;
  transition: all .4s ease;
}

.header .header_menu-button span:nth-child(1) {
  top: 0;
}

.header .header_menu-button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header .header_menu-button span:nth-child(3) {
  bottom: 0;
}

.header .header_menu-button.is-active span {
  background-color: #fff;
}

.header .header_menu-button.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}

.header .header_menu-button.is-active span:nth-child(2) {
  opacity: 0;
}

.header .header_menu-button.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-25deg);
}

.header .menuBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/common/header_menuBox_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-80px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.header .menuBox--active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.header .menuBox--active .inner_box {
  opacity: 1 !important;
  transform: scale(1) !important;
  transition-delay: 0.5s !important;
}

.header .menuBox.is-closing {
  opacity: 0;
  transform: translateY(-80px);
}

.header .menuBox.is-closing .inner_box {
  opacity: 0 !important;
  transform: scale(0.98) !important;
  transition-delay: 0s !important;
}

.header .menuBox.is-hidden {
  pointer-events: none;
  visibility: hidden;
}

.header .menuBox.is-hidden {
  opacity: 0;
  transform: translateY(-80px);
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 1060px) {
  .header .menuBox {
    padding-top: 60px;
  }
}

.header .menuBox .inner_box {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s;
}

@media (max-width: 1060px) {
  .header .menuBox .inner_box {
    width: 100%;
  }
}

.header .menuBox .link_group:first-child {
  margin-bottom: 72px;
}

@media (max-width: 1060px) {
  .header .menuBox .link_group:first-child {
    margin-bottom: 30px;
  }
}

.header .menuBox .main_nav_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 48px;
}

@media (max-width: 1060px) {
  .header .menuBox .main_nav_list {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px 20px;
  }
}

@media (max-width: 1060px) {
  .header .menuBox .main_nav_list_item {
    width: 100%;
  }
  .header .menuBox .main_nav_list_item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.header .menuBox .main_nav_list_item a {
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .header .menuBox .main_nav_list_item a {
    padding: 0 5% 12px;
  }
}

.header .menuBox .main_nav_list_item a:hover .en_txt {
  text-shadow: 5px 5px 0 #1A3D6B;
}

.header .menuBox .main_nav_list_item a .arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #B0C1D3;
  line-height: 1;
  position: relative;
  margin-right: 10px;
  width: 0.3em;
  height: 0.3em;
  transform: translateX(-25%) rotate(45deg);
}

.header .menuBox .main_nav_list_item a .arrow-right::before, .header .menuBox .main_nav_list_item a .arrow-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.header .menuBox .main_nav_list_item a .arrow-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.03em;
}

.header .menuBox .main_nav_list_item a .arrow-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.03em;
}

.header .menuBox .main_nav_list_item a .en_txt {
  font-size: 4.6rem;
  font-weight: 500;
  font-family: quiche-sans, sans-serif;
  letter-spacing: 0.03em;
  font-style: italic;
  display: flex;
  align-items: center;
  transition: all .3s ease;
}

@media (max-width: 1060px) {
  .header .menuBox .main_nav_list_item a .en_txt {
    font-size: 3.0rem;
  }
}

.header .menuBox .main_nav_list_item a .ja_txt {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 1.64em;
}

@media (max-width: 1060px) {
  .header .menuBox .main_nav_list_item a .ja_txt {
    font-size: 1.3rem;
  }
}

.header .menuBox .link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.header .menuBox .link_list:not(:last-child) {
  margin-bottom: 20px;
}

.header .menuBox .link_list_item {
  width: calc(100% / 3 - 15px);
}

.header .menuBox .link_list_item a {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  padding: 18px 3%;
  color: #1A3D6B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header .menuBox .link_list_item a::after {
  content: "";
  width: 7.5px;
  height: 12px;
  background-image: url(../img/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  transition: all .4s ease;
}

.header .menuBox .link_list_item a:hover {
  opacity: 0.9;
}

.header .menuBox .link_list_item a:hover::after {
  right: 9%;
}

.header .menuBox .link_list_item.graduate_link a {
  background-image: url(../img/common/entry_footer_blue.jpg);
}

.header .menuBox .link_list_item.other_link a {
  background-image: url(../img/common/entry_footer_purple.jpg);
}

.header .menuBox .link_list_item.career_link a {
  background-image: url(../img/common/entry_footer_yellow.jpg);
}

.header .menuBox .other_link_group {
  margin-top: 40px;
}

@media (max-width: 1060px) {
  .header .menuBox .other_link_group {
    margin-top: 20px;
    padding: 0 5%;
    margin-bottom: 100px;
  }
}

.header .menuBox .other_link_group .other_link_list {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 1060px) {
  .header .menuBox .other_link_group .other_link_list {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
  }
}

.header .menuBox .other_link_group .other_link_list_item a {
  color: #fff;
  font-size: 1.2rem;
}

/*右サイド固定メニュー*/
.fixed_navBox {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 11;
}

.fixed_navBox:has(.is-visible) {
  z-index: 11;
}

@media (max-width: 1060px) {
  .fixed_navBox {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 10;
  }
  .fixed_navBox.is-visible {
    transform: translateX(0%);
    z-index: 995;
  }
}

.fixed_navBox .fixed_list_close {
  display: none;
}

@media (max-width: 1060px) {
  .fixed_navBox .fixed_list_close {
    display: block;
    text-align: right;
    padding: 0 1em;
  }
  .fixed_navBox .fixed_list_close .close_btn {
    border: none;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgba(40, 40, 40, 0.4);
    border-radius: 50%;
    padding: 0;
    appearance: none;
  }
  .fixed_navBox .fixed_list_close .close_btn::before, .fixed_navBox .fixed_list_close .close_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background-color: #fff;
    transform-origin: center;
  }
  .fixed_navBox .fixed_list_close .close_btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .fixed_navBox .fixed_list_close .close_btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.fixed_navBox .fixed_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.fixed_navBox .fixed_list_item a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 14px 2px 20px;
  min-height: 50px;
  min-width: 153px;
}

@media (max-width: 1060px) {
  .fixed_navBox .fixed_list_item a {
    font-size: 1.0rem;
    min-height: 44px;
    min-width: 100%;
    width: 142px;
    line-height: 1.3;
    padding: 2px 5px 2px 15px;
  }
}

.fixed_navBox .fixed_list_item a:hover {
  transform: translateX(10px);
}

.fixed_navBox .fixed_list_item.graduate_link a {
  background-color: #0F50B4;
}

.fixed_navBox .fixed_list_item.other_link a {
  background-color: #755CC7;
}

.fixed_navBox .fixed_list_item.career_link a {
  background-color: #F08C5A;
}

.fixed_navBox .sp_switchBtn {
  display: none;
}

@media (max-width: 1060px) {
  .fixed_navBox .sp_switchBtn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(0);
    opacity: 1;
    z-index: 9998;
  }
  .fixed_navBox .sp_switchBtn.is-hidden {
    transform: translateX(100%);
    opacity: 0;
  }
  .fixed_navBox .sp_switchBtn_item {
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 30px 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    width: 142px;
    font-size: 1.0rem;
    min-height: 44px;
    padding: 2px 5px 2px 15px;
    background-color: #0F50B4;
  }
}

/*フッター*/
.footer {
  background-color: #1A3D6B;
  padding: 80px 0 30px;
}

@media (max-width: 1060px) {
  .footer {
    padding: 40px 0 20px;
  }
}

.footer .inner {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
}

.footer .footer_ttl {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 1060px) {
  .footer .footer_ttl {
    margin-bottom: 32px;
  }
}

.footer .footer_ttl .en_txt {
  font-size: 11.0rem;
  font-weight: 600;
  font-family: quiche-sans, sans-serif;
  letter-spacing: 0.03em;
  font-style: italic;
  line-height: 1;
  margin-bottom: 3px;
}

@media (max-width: 1060px) {
  .footer .footer_ttl .en_txt {
    font-size: 4.6rem;
    margin-bottom: 10px;
  }
}

.footer .footer_ttl .ja_txt {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1060px) {
  .footer .footer_ttl .ja_txt {
    font-size: 1.9rem;
    text-align: center;
    line-height: 1.4;
  }
}

.footer .footer_linkBox {
  margin-bottom: 60px;
}

.footer .footer_linkBox .linkBox_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 33px;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list {
    flex-direction: column;
  }
}

.footer .footer_linkBox .linkBox_list:not(:last-child) {
  margin-bottom: 24px;
}

.footer .footer_linkBox .linkBox_list_item {
  width: calc(100% / 3 - 24px);
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item {
    width: 100%;
  }
}

.footer .footer_linkBox .linkBox_list_item:hover {
  transform: translateY(-5px);
}

.footer .footer_linkBox .linkBox_list_item:hover .sub_txt .icon {
  transform: translateX(10px);
}

.footer .footer_linkBox .linkBox_list_item a {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 30px 25px;
  height: 100%;
  box-shadow: 0 0 10px rgba(15, 80, 180, 0.3);
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item a {
    padding: 22px 6.2% 22px;
  }
}

.footer .footer_linkBox .linkBox_list_item a .label_ttl {
  color: #0F50B4;
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 15px;
  transition: all .4s ease;
}

.footer .footer_linkBox .linkBox_list_item a .label_ttl .main {
  font-size: 6.0rem;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item a .label_ttl .main {
    font-size: 5.0rem;
  }
}

.footer .footer_linkBox .linkBox_list_item a .label_ttl .small {
  font-size: 3.0rem;
  margin-left: 10px;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item a .label_ttl .small {
    font-size: 2.6rem;
  }
}

.footer .footer_linkBox .linkBox_list_item a .sub_txt {
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.6rem;
  min-height: 3em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item a .sub_txt {
    font-size: 1.4rem;
    align-items: flex-end;
  }
}

.footer .footer_linkBox .linkBox_list_item a .sub_txt .icon {
  height: 100%;
  display: flex;
  align-items: flex-end;
  transition: all .4s ease;
}

.footer .footer_linkBox .linkBox_list_item a .sub_txt .arrow {
  width: 100%;
  max-width: 59px;
  margin-bottom: 3px;
}

@media (max-width: 1060px) {
  .footer .footer_linkBox .linkBox_list_item a .sub_txt .arrow {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}

.footer .footer_linkBox .linkBox_list_item.graduate_link a {
  background-image: url(../img/common/entry_footer_blue.jpg);
}

.footer .footer_linkBox .linkBox_list_item.other_link a {
  background-image: url(../img/common/entry_footer_purple.jpg);
}

.footer .footer_linkBox .linkBox_list_item.career_link a {
  background-image: url(../img/common/entry_footer_yellow.jpg);
}

.footer .other_link_group {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto 40px;
}

.footer .other_link_group .other_link_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 1060px) {
  .footer .other_link_group .other_link_list {
    flex-direction: column;
    gap: 5px;
  }
}

.footer .other_link_group .other_link_list a {
  color: #fff;
  font-size: 1.2rem;
}

.footer .other_link_group .other_link_list a:hover {
  opacity: 0.7;
}

.footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 1060px) {
  .footer .copyright {
    font-size: 1.0rem;
  }
}

/*ページトップ*/
.pageTop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  background-color: #B0C1D3;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .pageTop {
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 5%;
  }
}

.pageTop:hover {
  opacity: 0.8;
}

.pageTop img {
  width: 100%;
  max-width: 7px;
}

/*下層メニュー*/
.lower-page {
  position: relative;
  transition: all .3s ease;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_wrap {
    position: relative;
  }
}

.lower-page .lower_layer_nav_wrap .lower_layer_nav_btn {
  display: none;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_wrap .lower_layer_nav_btn {
    display: block;
    position: fixed;
    right: 3%;
    z-index: 990;
  }
  .lower-page .lower_layer_nav_wrap .lower_layer_nav_btn .nav_btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    aspect-ratio: 1 / 1;
    background-color: rgba(176, 193, 211, 0.7);
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
  }
  .lower-page .lower_layer_nav_wrap .lower_layer_nav_btn .nav_btn span {
    color: #1A3D6B;
    font-size: 1.0rem;
    font-weight: 700;
    position: relative;
    display: block;
    line-height: 1;
    padding: 6px 0;
  }
  .lower-page .lower_layer_nav_wrap .lower_layer_nav_btn .nav_btn span::before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #1A3D6B;
    top: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .lower-page .lower_layer_nav_wrap .lower_layer_nav_btn .nav_btn span::after {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #1A3D6B;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

.lower-page .lower_layer_nav {
  width: 100%;
  position: fixed;
  background-color: #d9e4fa;
  padding: 12px 5%;
  z-index: 20;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav {
    position: fixed;
    top: auto;
    right: -100%;
    width: 80vw;
    height: 100vh;
    transition: right 0.4s ease;
    z-index: 989;
    padding-top: 80px;
  }
  .lower-page .lower_layer_nav.is-active {
    right: 0;
  }
}

.lower-page .lower_layer_nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.lower-page .lower_layer_nav_list_item {
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_list_item {
    width: 100%;
    padding-left: 10px;
  }
}

.lower-page .lower_layer_nav_list_item:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #fff;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_list_item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.lower-page .lower_layer_nav_list_item a {
  color: #1A3D6B;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding: 0 3px;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_list_item a {
    font-size: 1.4rem;
  }
}

.lower-page .lower_layer_nav_list_item a:hover::after {
  width: 100%;
}

.lower-page .lower_layer_nav_list_item a::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .lower-page .lower_layer_nav_list_item a::after {
    content: none;
  }
}

/*パンくず*/
.breadcrumb {
  position: absolute;
  left: 3%;
  top: 16px;
}

.breadcrumb.individual {
  top: 70px;
}

@media (max-width: 1060px) {
  .breadcrumb.individual {
    top: 16px;
  }
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1060px) {
  .breadcrumb-list {
    gap: 10px;
  }
}

.breadcrumb-list_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 1060px) {
  .breadcrumb-list_item {
    gap: 10px;
  }
}

.breadcrumb-list_item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: relative;
  transform: rotate(45deg);
  display: block;
  opacity: 0.6;
}

@media (max-width: 1060px) {
  .breadcrumb-list_item:not(:last-child)::after {
    width: 6px;
    height: 6px;
  }
}

.breadcrumb-list_item a:hover {
  opacity: 0.7;
}

.breadcrumb-list_item .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 1060px) {
  .breadcrumb-list_item .text {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

/*下層 メイングラデーション*/
.lower-page {
  position: relative;
  margin-top: 84px;
}

@media (max-width: 1060px) {
  .lower-page {
    margin-top: 64px;
  }
}

body.is-shrink .lower-page {
  margin-top: 60px;
}

@media (max-width: 1060px) {
  body.is-shrink .lower-page {
    margin-top: 50px;
  }
}

.lower-page .main_contents .main_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lower-page .main_contents .main_bg img {
  width: 100%;
}

/*下層 ページタイトル*/
.lower-page .page-ttl {
  padding: 142px 7% calc(142px - 47.16px);
}

@media (max-width: 1060px) {
  .lower-page .page-ttl {
    padding: 100px 5% 80px;
  }
}

.lower-page .page-ttl.column {
  padding: 180px 7% 100px;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.column {
    padding: 100px 5% 50px;
  }
}

.lower-page .page-ttl.column .ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.column .ttl {
    gap: 7px;
  }
}

.lower-page .page-ttl.column .ttl .group_name {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 2.88px;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.column .ttl .group_name {
    font-size: 1.8rem;
  }
}

.lower-page .page-ttl.column .ttl .main_ttl {
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.column .ttl .main_ttl {
    font-size: 3.6rem;
  }
}

.lower-page .page-ttl.single {
  padding: 142px 7% 156px;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.single {
    padding: 90px 7% 80px;
  }
}

.lower-page .page-ttl.single .ttl {
  padding-top: 2rem;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.single .ttl {
    padding-top: 1.6rem;
  }
}

.lower-page .page-ttl.single2 {
  padding: 120px 7% 120px;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl.single2 {
    padding: 100px 5% 80px;
  }
}

.lower-page .page-ttl .ttl-mask {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.lower-page .page-ttl .ttl-mask .bg_text {
  font-family: quiche-sans, sans-serif;
  font-size: 16.0rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  letter-spacing: 3.2px;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  width: 110vw;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.2;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl .ttl-mask .bg_text {
    font-size: 9rem;
    top: -10px;
  }
}

.lower-page .page-ttl .ttl {
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUpMasked 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0.2s;
  display: inline-block;
}

@media (max-width: 1060px) {
  .lower-page .page-ttl .ttl {
    font-size: 3.0rem;
  }
}

/*エディタ スタイル調整 共通*/
.edit-area strong {
  font-weight: 700;
}

.edit-area em {
  font-style: italic;
}

.edit-area hr {
  margin: 20px 0;
}

.edit-area p + p {
  margin-top: 1.2rem;
}

.edit-area p a {
  text-decoration: underline;
  color: #0FA3AE;
}

.edit-area p a:hover {
  opacity: 0.7;
}

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

.edit-area h2 {
  font-weight: 700;
  font-size: 120%;
}

.edit-area h3 {
  font-weight: 700;
}

.edit-area ul {
  list-style: disc;
  margin-left: 1em;
  margin-top: 1em;
}

.edit-area ol {
  list-style: decimal;
  margin-left: 1em;
  margin-top: 1em;
}

.edit-area blockquote {
  margin-top: 1em;
  font-style: italic;
  background-color: #fbfbfb;
  padding: 5px 10px;
  border-left: 2px solid;
  display: inline-block;
  font-size: 85%;
}

.edit-area table {
  margin-top: 1em;
}

.edit-area dl {
  margin-top: 0.5em;
}

.edit-area dl dt {
  margin-top: 0 !important;
}

.edit-area dt {
  font-weight: 700;
  color: #0F50B4;
  margin-top: 0.5em;
}

.edit-area dd {
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.edit-area strong {
  font-weight: 700;
}

.edit-area big {
  font-size: 1.2em;
}

.info_item_contents.edit-area strong {
  color: #0F50B4;
}

/*アニメーション*/
@keyframes slideUpMasked {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ani {
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.ani-up {
  transform: translateY(30px);
}

.ani-up.show {
  opacity: 1;
  transform: translateY(0);
}

.ani-left {
  transform: translateX(-30px);
}

.ani-left.show {
  opacity: 1;
  transform: translateX(0);
}

.ani-right {
  transform: translateX(30px);
}

.ani-right.show {
  opacity: 1;
  transform: translateX(0);
}

.ani-zoom {
  transform: scale(0.9);
}

.ani-zoom.show {
  opacity: 1;
  transform: scale(1);
}

.ani-fade.show {
  opacity: 1;
}

.d1 {
  transition-delay: 0.2s;
}

.d2 {
  transition-delay: 0.4s;
}

.d3 {
  transition-delay: 0.6s;
}

.front-page .main_contents {
  position: relative;
  margin-top: 84px;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .front-page .main_contents {
    margin-top: 64px;
  }
}

.front-page .main_contents .main_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.front-page .main_contents .main_bg img {
  width: 100%;
}

.front-page .mv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 84px);
}

@media (max-width: 1060px) {
  .front-page .mv {
    height: calc(100vh - 64px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15%;
  }
}

.front-page .mv .inner {
  width: 81%;
}

@media (max-width: 1060px) {
  .front-page .mv .inner {
    width: 87%;
  }
}

.front-page .mv .svg-mask-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.front-page .mv .svg-mask-wrap svg {
  width: 100%;
  max-width: 1188px;
}

.front-page .mv .svg-mask-wrap svg .icon-1,
.front-page .mv .svg-mask-wrap svg .icon-2,
.front-page .mv .svg-mask-wrap svg .icon-3,
.front-page .mv .svg-mask-wrap svg .icon-4,
.front-page .mv .svg-mask-wrap svg .icon-5 {
  transform-box: fill-box;
  transform-origin: center;
}

.front-page .mv .line-1 .char,
.front-page .mv .line-2 .char {
  opacity: 0;
}

.front-page .mv .main_catchcopy img {
  width: 100%;
  height: 80vh;
}

@media (max-width: 1060px) {
  .front-page .mv .main_catchcopy img {
    height: auto;
  }
}

.front-page .mv .scroll_down {
  position: relative;
  margin-top: 40px;
}

.front-page .mv .scroll_down a {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  font-family: quiche-sans, sans-serif;
  text-decoration: none;
}

.front-page .mv .scroll_down .scroll_bar {
  position: relative;
  height: 97px;
}

.front-page .mv .scroll_down .scroll_bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.front-page .mv .scroll_down .scroll_bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 97px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}

@keyframes circlemove {
  0% {
    bottom: 90px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.front-page .wrap_top {
  position: relative;
}

.front-page .wrap_top .map_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 1060px) {
  .front-page .wrap_top .map_bg {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .front-page .wrap_top .map_bg.is-visible {
    opacity: 1;
    visibility: visible;
  }
}

.front-page .wrap_top .map_bg img {
  position: absolute;
  max-width: 453px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1060px) {
  .front-page .wrap_top .map_bg img {
    max-width: 80%;
    top: 25%;
  }
}

.front-page .sec_group {
  padding-top: 80px;
  margin-bottom: 66px;
  position: relative;
}

@media (max-width: 1060px) {
  .front-page .sec_group {
    padding-top: 40px;
  }
}

.front-page .sec_group .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.front-page .sec_group .illust_box {
  max-width: 1440px;
  width: 98%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.front-page .sec_group .illust_box .sec_group_illust_pe_1 {
  position: absolute;
  top: -10px;
  left: 4%;
}

@media (max-width: 1060px) {
  .front-page .sec_group .illust_box .sec_group_illust_pe_1 {
    max-width: 8%;
    right: 5%;
    left: initial;
  }
}

.front-page .sec_group .illust_box .sec_group_illust_pe_2 {
  position: absolute;
  bottom: 10px;
  right: 1.5%;
}

@media (max-width: 1060px) {
  .front-page .sec_group .illust_box .sec_group_illust_pe_2 {
    display: none;
  }
}

.front-page .sec_group .sec_group_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1A3D6B;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 1060px) {
  .front-page .sec_group .sec_group_ttl {
    font-size: 2.0rem;
    margin-bottom: 50px;
  }
}

.front-page .sec_group .sec_group_ttl::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0F50B4;
  position: relative;
  margin-right: 10px;
}

.front-page .sec_group .group_toggle_btn {
  display: none;
}

@media (max-width: 1060px) {
  .front-page .sec_group .group_toggle_btn {
    margin: 0 auto;
    background: none;
    border: 1px solid #222;
    color: #282828;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    transition: margin-top 0.3s ease;
  }
  .front-page .sec_group .group_toggle_btn.is-open {
    margin-top: 30px;
  }
}

.front-page .sec_group .group_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
}

@media (max-width: 1060px) {
  .front-page .sec_group .group_list {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  .front-page .sec_group .group_list.open {
    height: max-content;
    overflow: visible;
  }
}

.front-page .sec_group .group_list_item {
  width: calc(100% / 5 - 11px);
}

@media (max-width: 1060px) {
  .front-page .sec_group .group_list_item {
    width: calc(100% / 2 - 7px);
  }
}

.front-page .sec_group .group_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 30px;
  line-height: 1.8;
  padding: 9px 10px;
  box-shadow: 0 0 20px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .front-page .sec_group .group_list_item a {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
    padding: 4px 10px;
    min-height: 50px;
  }
}

.front-page .sec_group .group_list_item a:hover {
  background-color: white;
}

.front-page .sec_news .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.front-page .sec_news .sec_ttl {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #B0C1D3;
}

@media (max-width: 1060px) {
  .front-page .sec_news .sec_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.front-page .sec_news .sec_ttl .en_txt {
  font-family: quiche-sans, sans-serif;
  font-size: 5.0rem;
  color: #0F50B4;
  font-style: italic;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .front-page .sec_news .sec_ttl .en_txt {
    font-size: 4.4rem;
  }
}

.front-page .sec_news .sec_ttl .ja_txt {
  font-size: 2.2rem;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .front-page .sec_news .sec_ttl .ja_txt {
    font-size: 2.0rem;
  }
}

.front-page .sec_news .news_block {
  border-radius: 30px;
  padding: 50px 5% 40px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 20px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block {
    border-radius: 20px;
    padding: 34px 6% 34px;
  }
}

.front-page .sec_news .news_block .news_list {
  margin-bottom: 24px;
}

.front-page .sec_news .news_block .news_list_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.front-page .sec_news .news_block .news_list_item:not(:last-child) {
  margin-bottom: 3px;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .front-page .sec_news .news_block .news_list_item:nth-child(n+5) {
    display: none;
  }
}

.front-page .sec_news .news_block .news_list_item .date {
  font-size: 1.5rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 90px;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item .date {
    font-size: 1.3rem;
  }
}

.front-page .sec_news .news_block .news_list_item .label_box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
}

.front-page .sec_news .news_block .news_list_item .news_label {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  width: 80px;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid;
  text-align: center;
}

.front-page .sec_news .news_block .news_list_item .news_label.event {
  color: #A25ED7;
}

.front-page .sec_news .news_block .news_list_item .news_label.default {
  color: #ED738C;
}

.front-page .sec_news .news_block .news_list_item .news_label.others {
  color: #587CA2;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item .news_label {
    font-size: 1.2rem;
    width: 88px;
  }
}

.front-page .sec_news .news_block .news_list_item .corporate_label {
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
  width: 185px;
  line-height: 1.76;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item .corporate_label {
    font-size: 1.3rem;
    width: max-content;
  }
}

.front-page .sec_news .news_block .news_list_item .corporate_label a {
  background-color: #0FA3AE;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.front-page .sec_news .news_block .news_list_item .corporate_label a:hover {
  opacity: 0.8;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item .corporate_label a {
    padding: 0 10px 0.5px;
  }
}

.front-page .sec_news .news_block .news_list_item .text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .news_list_item .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.front-page .sec_news .news_block .news_list_item .text a {
  text-decoration: underline;
}

.front-page .sec_news .news_block .news_list_item .text a:hover {
  opacity: 0.8;
}

.front-page .sec_news .news_block .more_link {
  display: flex;
  justify-content: flex-end;
}

.front-page .sec_news .news_block .more_link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0F50B4;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.front-page .sec_news .news_block .more_link a:hover {
  opacity: 0.8;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .more_link a {
    font-size: 1.4rem;
  }
}

.front-page .sec_news .news_block .more_link a::after {
  content: "＞";
  display: block;
  position: relative;
  color: #808080;
  font-size: 1.3rem;
}

@media (max-width: 1060px) {
  .front-page .sec_news .news_block .more_link a::after {
    font-size: 1.1rem;
  }
}

.front-page .sec_news .news_block .more_link a span {
  border-bottom: 1px solid #0F50B4;
}

.front-page .sec_message {
  position: relative;
  margin-top: 255px;
  margin-bottom: 200px;
}

@media (max-width: 1060px) {
  .front-page .sec_message {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.front-page .sec_message .inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.front-page .sec_message .detail_box {
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.5;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}

@media (max-width: 1060px) {
  .front-page .sec_message .detail_box {
    flex-direction: column-reverse;
    font-size: 1.5rem;
    line-height: 2.2;
    text-align: justify;
  }
}

.front-page .sec_message .detail_box .copy_txt {
  margin-top: -110px;
  padding-right: 7%;
}

@media (max-width: 1060px) {
  .front-page .sec_message .detail_box .copy_txt {
    max-width: 58px;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    margin-right: 2%;
  }
}

.front-page .sec_message .detail_box p:not(:last-child) {
  margin-bottom: 2.8em;
}

@media (max-width: 1060px) {
  .front-page .sec_message .detail_box p:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.front-page .sec_message .message_imgBox {
  margin-left: 5.9%;
}

@media (max-width: 1060px) {
  .front-page .sec_message .message_imgBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 100px;
    position: relative;
  }
}

.front-page .sec_message .message_imgBox .photo_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5vw 0;
}

@media (max-width: 1060px) {
  .front-page .sec_message .message_imgBox .photo_box {
    gap: 11vw 0;
    align-items: flex-end;
    width: 100%;
  }
}

.front-page .sec_message .message_imgBox .photo_box .message_img1 {
  max-width: 283px;
  width: 100%;
  position: relative;
}

@media (max-width: 1060px) {
  .front-page .sec_message .message_imgBox .photo_box .message_img1 {
    max-width: 188px;
    margin-right: 6%;
  }
}

.front-page .sec_message .message_imgBox .photo_box .message_img2 {
  max-width: 214px;
  width: 100%;
  position: relative;
  margin-left: -20%;
}

@media (max-width: 1060px) {
  .front-page .sec_message .message_imgBox .photo_box .message_img2 {
    max-width: 119px;
    margin-left: 0;
    margin-right: 41%;
  }
}

.front-page .sec_message .message_imgBox .photo_box .message_img3 {
  max-width: 260px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1060px) {
  .front-page .sec_message .message_imgBox .photo_box .message_img3 {
    max-width: 160px;
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}

.front-page .sec_message .illust_box .sec_message_illust_pe_3 {
  position: absolute;
  top: 44%;
  right: 4.2%;
  max-width: 88px;
  width: 6%;
}

@media (max-width: 1060px) {
  .front-page .sec_message .illust_box .sec_message_illust_pe_3 {
    max-width: 39px;
    width: 12%;
    top: 46%;
    right: 12.2%;
  }
}

.front-page .sec_message .illust_box .sec_message_illust_pe_4 {
  position: absolute;
  bottom: 18%;
  right: 25%;
  max-width: 124px;
  width: 9%;
}

@media (max-width: 1060px) {
  .front-page .sec_message .illust_box .sec_message_illust_pe_4 {
    max-width: 87px;
    width: 26%;
    bottom: 0%;
    right: 58%;
  }
}

.front-page .sec_about {
  margin-bottom: 130px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .front-page .sec_about {
    margin-bottom: 50px;
  }
}

.front-page .sec_about .inner {
  max-width: 1120px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}

@media (max-width: 1060px) {
  .front-page .sec_about .inner {
    width: 88%;
    padding-top: 30px;
    padding-left: 1.5%;
  }
}

.front-page .sec_about .sec_bg {
  border-radius: 50px 0 0 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 9%;
  z-index: -1;
  background-image: url(../img/common/gradation_bg1.webp);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
}

@media (max-width: 1060px) {
  .front-page .sec_about .sec_bg {
    border-radius: 36px 0 0 0;
    left: -4%;
    background-size: cover;
  }
}

.front-page .sec_about .sec_ttl {
  color: #fff;
  font-weight: 600;
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
  font-family: quiche-sans, sans-serif;
  letter-spacing: 0.03em;
  font-style: italic;
}

@media (max-width: 1060px) {
  .front-page .sec_about .sec_ttl {
    margin-bottom: 30px;
  }
}

.front-page .sec_about .sec_ttl .en_txt {
  font-size: 13.0rem;
}

@media (max-width: 1060px) {
  .front-page .sec_about .sec_ttl .en_txt {
    font-size: 7.0rem;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
  }
}

.front-page .sec_about .sec_ttl .ja_txt {
  font-size: 3.6rem;
}

@media (max-width: 1060px) {
  .front-page .sec_about .sec_ttl .ja_txt {
    font-size: 2.0rem;
  }
}

.front-page .sec_about .items_box {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box {
    flex-direction: column;
  }
}

.front-page .sec_about .items_box .item_img {
  max-width: 506px;
  margin-right: 64px;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_img {
    max-width: 100%;
    margin-right: 0;
  }
}

.front-page .sec_about .items_box .item_img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 14px rgba(15, 80, 180, 0.2);
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_img img {
    border-radius: 12px;
  }
}

.front-page .sec_about .items_box .item_text {
  padding-top: 32px;
  height: 100%;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text {
    padding-top: 24px;
  }
}

.front-page .sec_about .items_box .item_text .detail {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text .detail {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 24px;
  }
}

.front-page .sec_about .items_box .item_text .item_btn {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text .item_btn {
    padding-bottom: 24px;
  }
}

.front-page .sec_about .items_box .item_text .item_btn a {
  display: flex;
  align-items: center;
  height: 80px;
}

.front-page .sec_about .items_box .item_text .item_btn a:hover .link_arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.front-page .sec_about .items_box .item_text .item_btn .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #0F50B4;
  margin-right: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text .item_btn .text {
    font-size: 1.6rem;
  }
}

.front-page .sec_about .items_box .item_text .item_btn .link_arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text .item_btn .link_arrow {
    width: 50px;
    height: 50px;
  }
}

.front-page .sec_about .items_box .item_text .item_btn .link_arrow img {
  width: 100%;
  max-width: 27px;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .front-page .sec_about .items_box .item_text .item_btn .link_arrow img {
    max-width: 16px;
  }
}

.front-page .sec_work {
  position: relative;
  overflow: hidden;
  background-image: url(/img/front-page/work_bg.jpg);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1060px) {
  .front-page .sec_work {
    background-size: 100% 100%;
  }
}

.front-page .sec_work .inner {
  padding: 300px 0 164px;
}

@media (max-width: 1060px) {
  .front-page .sec_work .inner {
    padding: 150px 0 130px;
  }
}

.front-page .sec_work .work_block {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.front-page .sec_work .work_block .wrap {
  display: flex;
  gap: 64px;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .wrap {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.front-page .sec_work .work_block .work_desc {
  padding-top: 15px;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .work_desc {
    padding-top: 0;
  }
}

.front-page .sec_work .work_block .work_desc .sec_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .work_desc .sec_ttl {
    margin-bottom: 20px;
  }
}

.front-page .sec_work .work_block .work_desc .sec_ttl .en_txt {
  font-size: 13.0rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2.6px;
  color: #0F50B4;
  font-family: quiche-sans, sans-serif;
  line-height: 1;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .work_desc .sec_ttl .en_txt {
    font-size: 7.4rem;
    margin-bottom: 12px;
  }
}

.front-page .sec_work .work_block .work_desc .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .work_desc .sec_ttl .ja_txt {
    font-size: 2.6rem;
  }
}

.front-page .sec_work .work_block .work_desc .item_text .detail {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .work_desc .item_text .detail {
    font-size: 1.4rem;
  }
}

.front-page .sec_work .work_block .item_btn {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .item_btn {
    padding-bottom: 0;
    margin-top: 15px;
  }
}

.front-page .sec_work .work_block .item_btn a {
  display: flex;
  align-items: center;
  height: 80px;
}

.front-page .sec_work .work_block .item_btn a:hover .link_arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .item_btn a {
    height: 50px;
  }
}

.front-page .sec_work .work_block .item_btn .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #0F50B4;
  margin-right: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .item_btn .text {
    font-size: 1.6rem;
  }
}

.front-page .sec_work .work_block .item_btn .link_arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .item_btn .link_arrow {
    width: 50px;
    height: 50px;
  }
}

.front-page .sec_work .work_block .item_btn .link_arrow img {
  width: 100%;
  max-width: 27px;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_block .item_btn .link_arrow img {
    max-width: 16px;
  }
}

.front-page .sec_work .work_slide_box {
  margin-left: calc(50% - 50vw);
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_slide_box {
    margin-left: 0;
  }
}

.front-page .sec_work .work_slide_box .work_slide_list .workitem .job_thumbnail {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
}

.front-page .sec_work .work_slide_box .work_slide_list .workitem .job_thumbnail img {
  width: 100%;
}

.front-page .sec_work .work_slide_box .work_slide_list .workitem .job_thumbnail .job_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 6px 1.6rem;
  background-color: #0F50B4;
  border-radius: 10px 0;
}

.front-page .sec_work .work_slide_box .work_slide_list .workitem .job_thumbnail .job_label span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1060px) {
  .front-page .sec_work .work_slide_box .work_slide_list .workitem .job_thumbnail .job_label span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.front-page .sec_work .splide__track {
  padding-top: 30px;
}

.front-page .sec_work .custom-pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}

.front-page .sec_work .custom-pagination {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.front-page .sec_work .custom-pagination li {
  width: 6px;
  height: 6px;
  background: #B0C1D3;
  border-radius: 50%;
  cursor: pointer;
}

.front-page .sec_work .custom-pagination li.is-active {
  background: #0F50B4;
}

.front-page .sec_work .nav-btn {
  background: none;
  border: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
}

.front-page .sec_work .nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #587CA2;
  border-right: 2px solid #587CA2;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .4s ease;
}

.front-page .sec_work .nav-btn:hover::before {
  border-top: 2px solid #0F50B4;
  border-right: 2px solid #0F50B4;
}

.front-page .sec_work .nav-btn--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.front-page .sec_work .nav-btn--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.individual-company .entry_block {
  margin-bottom: 64px;
}

@media (max-width: 1060px) {
  .individual-company .entry_block {
    margin-bottom: 34px;
  }
}

.individual-company .entry_block .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.individual-company .entry_block .entry_block_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1060px) {
  .individual-company .entry_block .entry_block_list {
    gap: 10px;
  }
}

.individual-company .entry_block .entry_block_list_item {
  width: calc(100% / 4 - 15px);
  max-width: 265px;
}

@media (max-width: 1060px) {
  .individual-company .entry_block .entry_block_list_item {
    width: calc(100% / 2 - 10px);
  }
}

.individual-company .entry_block .entry_block_list_item a {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 18px 32px;
  border-radius: 40px;
  background-color: #0F50B4;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .individual-company .entry_block .entry_block_list_item a {
    font-size: 1.0rem;
    height: 56px;
    padding: 10px 20px;
  }
}

.individual-company .entry_block .entry_block_list_item a::after {
  content: "";
  position: absolute;
  right: 22.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5px;
  height: 12px;
  aspect-ratio: 7.50/12.00;
  background-image: url(../img/common/arrow_right_icon2_.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .individual-company .entry_block .entry_block_list_item a::after {
    right: 10.5px;
    height: 8px;
    right: 7.5px;
  }
}

.individual-company .entry_block .entry_block_list_item a:hover {
  transform: translateY(-5px);
}

.individual-company .entry_block .entry_block_list_item a:hover::after {
  right: 19px;
}

.individual-company .entry_block .entry_block_list_item.graduate_link a {
  background-color: #0F50B4;
}

.individual-company .entry_block .entry_block_list_item.other_link a {
  background-color: #755CC7;
}

.individual-company .entry_block .entry_block_list_item.career_link a {
  background-color: #F08C5A;
}

.individual-company .sec_news {
  margin-bottom: 64px;
}

.individual-company .sec_news .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.individual-company .sec_news .sec_ttl {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #B0C1D3;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .sec_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.individual-company .sec_news .sec_ttl .en_txt {
  font-family: quiche-sans, sans-serif;
  font-size: 5.0rem;
  color: #0F50B4;
  font-style: italic;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .sec_ttl .en_txt {
    font-size: 4.4rem;
  }
}

.individual-company .sec_news .sec_ttl .ja_txt {
  font-size: 2.2rem;
  color: #282828;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .sec_ttl .ja_txt {
    font-size: 2.0rem;
  }
}

.individual-company .sec_news .news_block {
  border-radius: 30px;
  padding: 50px 5% 40px;
  background-color: rgba(250, 250, 250, 0.9);
  box-shadow: 0 0 20px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block {
    border-radius: 20px;
    padding: 34px 6% 34px;
  }
}

.individual-company .sec_news .news_block .news_list {
  margin-bottom: 24px;
}

.individual-company .sec_news .news_block .news_list_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.individual-company .sec_news .news_block .news_list_item:not(:last-child) {
  margin-bottom: 3px;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .individual-company .sec_news .news_block .news_list_item:nth-child(n+5) {
    display: none;
  }
}

.individual-company .sec_news .news_block .news_list_item .date {
  font-size: 1.5rem;
  font-weight: 500;
  flex-shrink: 0;
  width: 90px;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item .date {
    font-size: 1.3rem;
  }
}

.individual-company .sec_news .news_block .news_list_item .label_box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.individual-company .sec_news .news_block .news_list_item .corporate_label {
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
  width: 185px;
  line-height: 1.76;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item .corporate_label {
    font-size: 1.3rem;
    width: max-content;
  }
}

.individual-company .sec_news .news_block .news_list_item .corporate_label a {
  background-color: #0FA3AE;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.individual-company .sec_news .news_block .news_list_item .corporate_label a:hover {
  opacity: 0.8;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item .corporate_label a {
    padding: 0 10px 0.5px;
  }
}

.individual-company .sec_news .news_block .news_list_item .news_label {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  width: 80px;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid;
  text-align: center;
}

.individual-company .sec_news .news_block .news_list_item .news_label.event {
  color: #A25ED7;
}

.individual-company .sec_news .news_block .news_list_item .news_label.default {
  color: #ED738C;
}

.individual-company .sec_news .news_block .news_list_item .news_label.others {
  color: #587CA2;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item .news_label {
    font-size: 1.2rem;
    width: 88px;
  }
}

.individual-company .sec_news .news_block .news_list_item .text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .news_list_item .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.individual-company .sec_news .news_block .news_list_item .text a {
  text-decoration: underline;
}

.individual-company .sec_news .news_block .news_list_item .text a:hover {
  opacity: 0.8;
}

.individual-company .sec_news .news_block .more_link {
  display: flex;
  justify-content: flex-end;
}

.individual-company .sec_news .news_block .more_link a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0F50B4;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.individual-company .sec_news .news_block .more_link a:hover {
  opacity: 0.8;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .more_link a {
    font-size: 1.4rem;
  }
}

.individual-company .sec_news .news_block .more_link a::after {
  content: "＞";
  display: block;
  position: relative;
  color: #808080;
  font-size: 1.3rem;
}

@media (max-width: 1060px) {
  .individual-company .sec_news .news_block .more_link a::after {
    font-size: 1.1rem;
  }
}

.individual-company .sec_news .news_block .more_link a span {
  border-bottom: 1px solid #0F50B4;
}

.individual-company .sec_schedule {
  margin-bottom: 64px;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule {
    margin-bottom: 40px;
  }
}

.individual-company .sec_schedule .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.individual-company .sec_schedule .sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 32px;
}

.individual-company .sec_schedule .sec_ttl::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #0F50B4;
  border-radius: 50%;
  position: relative;
  margin-top: 5px;
  flex-shrink: 0;
}

.individual-company .sec_schedule .sec_ttl .ja_txt {
  color: #1A3D6B;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.52px;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .sec_ttl .ja_txt {
    font-size: 1.8rem;
  }
}

.individual-company .sec_schedule .sec_ttl .deco_icon {
  position: relative;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .sec_ttl .deco_icon.-person1 {
    max-width: 34px;
  }
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .sec_ttl .deco_icon.-person2 {
    max-width: 30px;
  }
}

.individual-company .sec_schedule .schedule_block {
  box-shadow: 0 0 20px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block {
    box-shadow: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .individual-company .sec_schedule .schedule_block::-webkit-scrollbar {
    display: none;
    height: 0;
  }
}

.individual-company .sec_schedule .schedule_block .block_wrap {
  border-radius: 10px;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .block_wrap {
    display: inline;
    min-width: 650px;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_header {
  border-radius: 10px 10px 0 0;
  background-color: #1A3D6B;
  padding: 12px 32px;
  position: relative;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_header {
    padding: 10px 16px;
    width: max-content;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_header_list {
  display: flex;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_header_list {
    min-width: 650px;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_header .header_item {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.individual-company .sec_schedule .schedule_block .schedule_header .header_item:not(:first-child) {
  margin-left: 16px;
  padding-left: 10px;
  border-left: 1px solid #949494;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_header .header_item {
    font-size: 1.3rem;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_header .deco_icon {
  position: absolute;
  bottom: 10px;
}

.individual-company .sec_schedule .schedule_block .schedule_header .deco_icon.-person1 {
  right: 100px;
  max-width: 63px;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_header .deco_icon.-person1 {
    right: 32px;
    max-width: 34px;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_header .deco_icon.-person2 {
  right: 32px;
  max-width: 52px;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_header .deco_icon.-person2 {
    right: -8px;
    max-width: 30px;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_body {
  background-color: #FAFAFA;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_body {
    width: max-content;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box {
  display: flex;
  align-items: stretch;
  padding: 20px 32px;
  transition: all .3s ease;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_body .schedule_box {
    padding: 10px 16px;
    min-width: 650px;
  }
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box:not(:last-child) {
  border-bottom: 1px solid #B0C1D3;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box:nth-child(odd) {
  background-color: #FAFAFA;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box:nth-child(even) {
  background: linear-gradient(0deg, rgba(176, 193, 211, 0.1) 0%, rgba(176, 193, 211, 0.1) 100%), #FAFAFA;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box:hover {
  opacity: 0.6;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box:not([aria-disabled="true"]) .item-eventName {
  text-decoration: underline;
  color: #0F50B4;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.individual-company .sec_schedule .schedule_block .schedule_body .schedule_box_item:not(:first-child) {
  margin-left: 16px;
  padding-left: 10px;
  border-left: 1px solid #CADBEC;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .schedule_body .schedule_box_item {
    font-size: 1.3rem;
  }
}

.individual-company .sec_schedule .schedule_block .item-date {
  width: 140px;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .item-date {
    width: 100px;
  }
}

.individual-company .sec_schedule .schedule_block .item-target {
  width: 190px;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .item-target {
    width: 120px;
  }
}

.individual-company .sec_schedule .schedule_block .item-eventName {
  width: 230px;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .item-eventName {
    width: 190px;
  }
}

.individual-company .sec_schedule .schedule_block .item-detail {
  width: auto;
  align-items: flex-start !important;
}

@media (max-width: 1060px) {
  .individual-company .sec_schedule .schedule_block .item-detail {
    width: 250px;
    flex-shrink: 0;
  }
}

.individual-company .sec_feature {
  margin-bottom: 100px;
  padding-top: 120px;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.individual-company .sec_feature .inner {
  max-width: 2000px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .inner {
    width: 100%;
  }
}

.individual-company .sec_feature .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.individual-company .sec_feature .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .sec_ttl .ja_txt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.individual-company .sec_feature .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .sec_ttl .en_txt {
    font-size: 1.6rem;
  }
}

.individual-company .sec_feature .sec_ttl .deco_icon3 {
  position: absolute;
  bottom: 0;
  left: 27%;
  width: 68.598px;
  height: auto;
  aspect-ratio: 68.60/100.00;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .sec_ttl .deco_icon3 {
    display: none;
  }
}

.individual-company .sec_feature .feature_block {
  /*スライドなし*/
}

.individual-company .sec_feature .feature_block .splide {
  max-width: 1400px;
  margin: 0 auto;
}

.individual-company .sec_feature .feature_block .splide__track {
  padding: 64px 0 46px;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .splide__track {
    padding: 50px 0 30px;
  }
}

.individual-company .sec_feature .feature_block .splide__slide .feature_card {
  transform: scale(0.8);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.individual-company .sec_feature .feature_block .splide__slide.is-entering .feature_card,
.individual-company .sec_feature .feature_block .splide__slide.is-custom-active .feature_card {
  transform: scale(1);
  opacity: 1;
}

.individual-company .sec_feature .feature_block .splide__slide.is-leaving .feature_card {
  transform: scale(0.8);
}

.individual-company .sec_feature .feature_block .splide__slide .item_thumbnail {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 480 / 288;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  margin-bottom: 16px;
  transition: all .3s ease;
}

.individual-company .sec_feature .feature_block .splide__slide .item_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individual-company .sec_feature .feature_block .splide__slide .item_contents .item_ttl {
  color: #0F50B4;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 12.8px;
  text-align: center;
  transition: all .3s ease;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .splide__slide .item_contents .item_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.individual-company .sec_feature .feature_block .splide__slide .item_contents .item_text {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  transition: all .3s ease;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .splide__slide .item_contents .item_text {
    font-size: 1.3rem;
  }
}

.individual-company .sec_feature .feature_block .splide__slide .item_contents .item_text img {
  max-width: 80%;
  margin: 0 auto;
}

.individual-company .sec_feature .feature_block .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  position: static;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .splide__pagination {
    margin-top: 15px;
    gap: 15px;
  }
}

.individual-company .sec_feature .feature_block .splide__pagination li button {
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
  border: none;
  transition: background-color 0.4s ease;
  opacity: 1;
  margin: 0;
}

.individual-company .sec_feature .feature_block .splide__pagination li button.is-active {
  background-color: #0F50B4;
}

.individual-company .sec_feature .feature_block .splide__arrows {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.individual-company .sec_feature .feature_block .splide__arrows .splide__arrow {
  transform: none;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 1px solid #0F50B4;
  font-size: 2.5rem;
  font-weight: 400;
  color: #0F50B4;
  opacity: 1;
  line-height: 1;
  transition: all .4s ease;
  aspect-ratio: 1 / 1;
}

.individual-company .sec_feature .feature_block .splide__arrows .splide__arrow:hover {
  background-color: #0F50B4;
  color: #fff;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .splide__arrows .splide__arrow {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
}

.individual-company .sec_feature .feature_block .feature-carousel--static {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 40px 0;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .feature-carousel--static {
    padding-bottom: 0;
  }
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__track {
  padding-bottom: 0;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .feature-carousel--static .splide__track {
    padding: 20px 0 0;
  }
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .feature-carousel--static .splide__list {
    flex-direction: column;
  }
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__slide {
  transition: none;
  width: calc(100% / 2 - 48px);
}

@media (max-width: 1060px) {
  .individual-company .sec_feature .feature_block .feature-carousel--static .splide__slide {
    width: 90%;
  }
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__slide .feature_card {
  transform: scale(1);
  opacity: 1;
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__slide .feature_card .item_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__arrows {
  display: none;
}

.individual-company .sec_feature .feature_block .feature-carousel--static .splide__pagination {
  display: none;
}

.individual-company .article_block {
  padding: 160px 0;
  background: linear-gradient(67deg, rgba(178, 213, 241, 0.6) 10.61%, rgba(188, 229, 249, 0.6) 25.58%, rgba(195, 239, 255, 0.7) 38.18%, rgba(0, 154, 225, 0) 89.39%), #FAFAFA;
}

@media (max-width: 1060px) {
  .individual-company .article_block {
    padding: 60px 0 100px;
  }
}

.individual-company .sec_recommended {
  margin-bottom: 160px;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended {
    margin-bottom: 80px;
  }
}

.individual-company .sec_recommended .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.individual-company .sec_recommended .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
  position: relative;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .sec_ttl {
    margin-bottom: 34px;
  }
}

.individual-company .sec_recommended .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .sec_ttl .ja_txt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.individual-company .sec_recommended .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .sec_ttl .en_txt {
    font-size: 1.6rem;
  }
}

.individual-company .sec_recommended .sec_ttl .deco_icon1 {
  position: absolute;
  bottom: -10px;
  right: 17%;
  width: 157.793px;
  height: auto;
  aspect-ratio: 157.79 / 110.00;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .sec_ttl .deco_icon1 {
    bottom: 80px;
    right: -4%;
    width: 84.793px;
  }
}

.individual-company .sec_recommended .recommended_block .block_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 32px;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .recommended_block .block_list {
    gap: 10px;
  }
}

.individual-company .sec_recommended .recommended_block .block_list_items {
  max-width: calc(100% / 3);
  height: 200px;
  aspect-ratio: 44 / 25;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .recommended_block .block_list_items {
    max-width: calc(100% / 2 - 5px);
    height: 100px;
  }
}

.individual-company .sec_recommended .recommended_block .block_list_items .item {
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .recommended_block .block_list_items .item {
    padding: 10px;
  }
}

.individual-company .sec_recommended .recommended_block .block_list_items .item:hover .item_bg .item_bgimg {
  transform: scale(1.07);
}

.individual-company .sec_recommended .recommended_block .block_list_items .item:hover .item_bg.-default::before {
  opacity: 0;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item:hover .item_bg.-default::after {
  opacity: 1;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg.-default::before, .individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg.-default::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply, normal;
  transition: opacity 0.4s ease;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg.-default::before {
  background-image: linear-gradient(111deg, #89A3CA 3.49%, #8FCDE2 96.51%), url(../img/common/dummy_bg.jpeg);
  opacity: 1;
  z-index: 0;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg.-default::after {
  background-image: linear-gradient(111deg, #8FCDE2 3.49%, #89A3CA 96.51%), url(../img/common/dummy_bg.jpeg);
  opacity: 0;
  z-index: 1;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bg.-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_bgimg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all .4s ease;
}

.individual-company .sec_recommended .recommended_block .block_list_items .item .item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media (max-width: 1060px) {
  .individual-company .sec_recommended .recommended_block .block_list_items .item .item_ttl {
    font-size: 1.3rem;
  }
}

.individual-company .sec_company .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.individual-company .sec_company .sec_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .sec_ttl {
    margin-bottom: 34px;
  }
}

.individual-company .sec_company .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .sec_ttl .ja_txt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.individual-company .sec_company .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .sec_ttl .en_txt {
    font-size: 1.6rem;
  }
}

.individual-company .sec_company .sec_ttl .deco_icon2 {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 70.218px;
  width: auto;
  aspect-ratio: 70.22 / 100.00;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .sec_ttl .deco_icon2 {
    left: 10%;
    height: 70px;
  }
}

.individual-company .sec_company .tab__nav {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}

.individual-company .sec_company .tab__nav-item {
  padding: 10px 20px;
  height: 64px;
  border-radius: 10px 10px 0px 0px;
  background-color: #B0C1D3;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}

.individual-company .sec_company .tab__nav-item.is-active {
  background-color: #0F50B4;
}

.individual-company .sec_company .tab__nav-item:hover {
  cursor: pointer;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__nav-item {
    font-size: 1.3rem;
    height: 46px;
    border-radius: 30px;
    width: 100%;
  }
}

.individual-company .sec_company .tab__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.individual-company .sec_company .tab__content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 1;
}

.individual-company .sec_company .tab__content.is-leaving {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.individual-company .sec_company .tab__content .company__info {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  align-self: stretch;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__content .company__info {
    padding: 20px 15px;
  }
}

.individual-company .sec_company .tab__content .company__info .info_item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 24px 32px;
  width: 100%;
}

.individual-company .sec_company .tab__content .company__info .info_item:not(:last-child) {
  border-bottom: 1px solid #DFE7E8;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__content .company__info .info_item {
    flex-direction: column;
    padding: 16px 8px;
    gap: 15px;
  }
}

.individual-company .sec_company .tab__content .company__info .info_item_ttl {
  width: 212px;
  flex-shrink: 0;
}

.individual-company .sec_company .tab__content .company__info .info_item_ttl span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #0F50B4;
  border-radius: 20px;
  padding: 8px 12px;
  display: inline-block;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__content .company__info .info_item_ttl span {
    font-size: 1.4rem;
  }
}

.individual-company .sec_company .tab__content .company__info .info_item_contents {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__content .company__info .info_item_contents {
    font-size: 1.4rem;
  }
}

.individual-company .sec_company .tab__content .company__info .info_item_contents p + p {
  margin-top: 1em;
}

.individual-company .sec_company .tab__content .company__info .info_item_contents p a {
  text-decoration: underline;
}

.individual-company .sec_company .tab__content .company__info .info_item_contents p a:hover {
  opacity: 0.8;
}

.individual-company .sec_company .tab__content-wrapper {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  transition: height 0.5s ease;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .individual-company .sec_company .tab__content-wrapper {
    border-radius: 10px;
  }
}

.lower-page.news .sec_news {
  margin-bottom: 96px;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news {
    margin-bottom: 100px;
  }
}

.lower-page.news .sec_news .news_block {
  padding: 50px 5% 64px;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block {
    padding: 20px 7% 40px;
  }
}

.lower-page.news .sec_news .news_block .icon {
  position: absolute;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .icon {
    display: none;
  }
}

.lower-page.news .sec_news .news_block .icon.left {
  top: 50px;
  right: 102%;
  width: 104.59px;
  height: auto;
}

.lower-page.news .sec_news .news_block .icon.right {
  bottom: 300px;
  left: 102%;
  width: 100px;
  height: auto;
}

.lower-page.news .sec_news .news_block .news_list {
  margin-bottom: 48px;
}

.lower-page.news .sec_news .news_block .news_list_item {
  display: flex;
  align-items: center;
  padding: 16px 16px 16px 0;
  border-bottom: 1px solid #DFE7E8;
  margin-bottom: 0;
  width: 100%;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .news_list_item {
    align-items: flex-start;
  }
}

.lower-page.news .sec_news .news_block .news_list_item .label_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .news_list_item .label_box {
    flex-direction: row;
    align-items: center;
  }
}

.lower-page.news .sec_news .news_block .news_list_item .label_box .date {
  line-height: 1;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .news_list_item .label_box .date {
    width: auto;
  }
}

.lower-page.news .sec_news .news_block .news_list_item .info_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box .corporate_label {
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
  width: 185px;
  line-height: 1.76;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box .corporate_label {
    font-size: 1.1rem;
    width: max-content;
  }
}

.lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box .corporate_label a {
  background-color: #0FA3AE;
  color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box .corporate_label a:hover {
  opacity: 0.8;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .news_list_item .info_box .cat_box .corporate_label a {
    padding: 0 10px 0.5px;
  }
}

.lower-page.news .sec_news .news_block .news_list_item .text a {
  text-decoration: underline;
}

.lower-page.news .sec_news .news_block .pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower-page.news .sec_news .news_block .pagenation_list {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .pagenation_list {
    gap: 7px;
  }
}

.lower-page.news .sec_news .news_block .pagenation_list li {
  flex-shrink: 0;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_prev {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_prev:hover img {
  transform: translateX(-5px);
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_prev img {
  transition: all .4s ease;
  width: 19.819px;
  height: auto;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_next {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_next:hover img {
  transform: translateX(5px);
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_next img {
  transition: all .4s ease;
  width: 19.819px;
  height: auto;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_page {
  color: #587CA2;
  font-size: 1.8rem;
  border-radius: 50%;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all .4s ease;
  padding-bottom: 2px;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_page:hover {
  background-color: rgba(15, 80, 180, 0.08);
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_block .pagenation_list li .link_page {
    width: 25px;
    font-size: 1.6rem;
  }
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_page.current_page {
  color: #fff;
  border-radius: 50%;
  background-color: #0F50B4;
}

.lower-page.news .sec_news .news_block .pagenation_list li .link_page.dots:hover {
  pointer-events: none;
}

.lower-page.news .sec_news .news_detail .news_info {
  border-bottom: 1px solid #B0C1D3;
  padding-bottom: 26px;
  margin-bottom: 26px;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
  }
}

.lower-page.news .sec_news .news_detail .news_info .info_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_info .info_box {
    margin-bottom: 8px;
  }
}

.lower-page.news .sec_news .news_detail .news_info .info_box .date {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_info .info_box .date {
    font-size: 1.4rem;
  }
}

.lower-page.news .sec_news .news_detail .news_info .info_box .news_label {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  width: 80px;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid;
  text-align: center;
}

.lower-page.news .sec_news .news_detail .news_info .info_box .news_label.event {
  color: #A25ED7;
}

.lower-page.news .sec_news .news_detail .news_info .info_box .news_label.default {
  color: #ED738C;
}

.lower-page.news .sec_news .news_detail .news_info .info_box .news_label.others {
  color: #587CA2;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_info .info_box .news_label {
    font-size: 1.2rem;
    width: 88px;
  }
}

.lower-page.news .sec_news .news_detail .news_info .news_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1A3D6B;
  text-align: left;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_info .news_ttl {
    font-size: 1.6rem;
  }
}

.lower-page.news .sec_news .news_detail .news_content {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_content {
    font-size: 1.3rem;
  }
}

.lower-page.news .sec_news .news_detail .news_content p + p {
  margin-top: 1.2em;
}

.lower-page.news .sec_news .news_detail .news_content strong {
  font-weight: 700;
}

.lower-page.news .sec_news .news_detail .news_content a {
  text-decoration: underline;
}

.lower-page.news .sec_news .news_detail .news_content h3 {
  font-size: 1.7rem;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .news_detail .news_content h3 {
    font-size: 1.4rem;
  }
}

.lower-page.news .sec_news .archive_btnBox {
  margin-top: 50px;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .archive_btnBox {
    margin-top: 20px;
  }
}

.lower-page.news .sec_news .archive_btnBox .item_btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.lower-page.news .sec_news .archive_btnBox .item_btn a {
  display: flex;
  align-items: center;
  height: 60px;
}

.lower-page.news .sec_news .archive_btnBox .item_btn a:hover .link_arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.lower-page.news .sec_news .archive_btnBox .item_btn .text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #0F50B4;
  margin-right: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .archive_btnBox .item_btn .text {
    font-size: 1.6rem;
  }
}

.lower-page.news .sec_news .archive_btnBox .item_btn .link_arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .archive_btnBox .item_btn .link_arrow {
    width: 40px;
    height: 40px;
  }
}

.lower-page.news .sec_news .archive_btnBox .item_btn .link_arrow img {
  width: 100%;
  max-width: 18px;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .lower-page.news .sec_news .archive_btnBox .item_btn .link_arrow img {
    max-width: 14px;
  }
}

.lower-page.news.group .news_block {
  background-color: #fafafa;
}

.lower-page.news.group .wrap {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap {
    flex-direction: column-reverse;
  }
}

.lower-page.news.group .wrap .news_list {
  width: 100%;
}

.lower-page.news.group .wrap .group-list__box {
  border-radius: 20px;
  background-color: #ECF1F2;
  padding: 30px 3%;
  min-width: 270px;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box {
    min-width: 100%;
    border-radius: 8px;
    padding: 15px 6%;
  }
}

.lower-page.news.group .wrap .group-list__box.is-open .list-box__ttl.sp::after {
  transform: rotate(-45deg);
}

.lower-page.news.group .wrap .group-list__box.is-open .list {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: max-height 0.8s ease;
}

.lower-page.news.group .wrap .group-list__box .list-box__ttl {
  color: #0FA3AE;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.lower-page.news.group .wrap .group-list__box .list-box__ttl.sp {
  display: none;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list-box__ttl {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .lower-page.news.group .wrap .group-list__box .list-box__ttl::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #0FA3AE;
    border-right: solid 2px #0FA3AE;
    transform: rotate(135deg);
    margin-top: 2px;
    transition: all .4s ease;
  }
  .lower-page.news.group .wrap .group-list__box .list-box__ttl.pc {
    display: none;
  }
}

.lower-page.news.group .wrap .group-list__box .list-box__ttl::before {
  content: "";
  background-color: #0FA3AE;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list-box__ttl::before {
    content: none;
  }
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease, visibility 0.3s;
  }
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list-item:first-of-type .in_cp_link {
    padding-top: 15px;
  }
}

.lower-page.news.group .wrap .group-list__box .list-item .in_cp_link {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 10px 0;
}

.lower-page.news.group .wrap .group-list__box .list-item .in_cp_link:hover {
  opacity: 0.7;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list-item .in_cp_link {
    padding: 7px 0;
  }
}

.lower-page.news.group .wrap .group-list__box .list-item .in_cp_link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #0FA3AE;
  border-right: solid 1.5px #0FA3AE;
  position: relative;
  transform: rotate(45deg);
  margin-top: 2px;
}

.lower-page.news.group .wrap .group-list__box .list-item .in_cp_link span {
  font-size: 1.5rem;
  color: #282828;
  line-height: 1.3;
}

@media (max-width: 1060px) {
  .lower-page.news.group .wrap .group-list__box .list-item .in_cp_link span {
    font-size: 1.3rem;
  }
}

.lower-page.individual-company.recruit .entry_block {
  margin-bottom: 96px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .entry_block {
    margin-bottom: 34px;
  }
}

.lower-page.individual-company.recruit .main_contents .main_bg {
  height: 18%;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .main_contents .main_bg {
    height: 100%;
  }
}

.lower-page.individual-company.recruit .main_contents .main_bg img {
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .main_contents .main_bg img {
    height: auto;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message {
  margin-bottom: 96px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message {
    margin-bottom: 46px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block {
  padding: 64px 50px;
  border-radius: 30px;
  background: linear-gradient(97deg, #FAFAFA -0.27%, #F7F9FB 62.07%, #D6EBFB 100.27%);
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block {
    flex-direction: column;
    padding: 40px 6%;
    border-radius: 20px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left {
  width: 100%;
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .block_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .block_ttl {
    margin-bottom: 26px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .block_ttl img {
  width: 35.57px;
  height: 31.861px;
  margin-top: 4px;
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .block_ttl .txt {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1A3D6B;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .block_ttl .txt {
    font-size: 2.4rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .message_text {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .message_text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .message_text p + p {
  margin-top: 1em;
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .message_text .continue {
  margin-top: 2em;
  border: 1px solid #ccc;
  padding: 30px 3%;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block .block_left .message_text .continue {
    padding: 20px 7%;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_right {
  max-width: 344px;
  min-width: 344px;
  width: 100%;
  padding-top: 70px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__message .message_block .block_right {
    max-width: 100%;
    padding-top: 0;
    min-width: auto;
  }
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_right figure {
  border-radius: 10px;
  overflow: hidden;
}

.lower-page.individual-company.recruit .sec_recruit__message .message_block .block_right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lower-page.individual-company.recruit .sec_recruit__process {
  padding-top: 80px;
  margin-bottom: 140px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process {
    padding-top: 40px;
    margin-bottom: 46px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 992px;
}

.lower-page.individual-company.recruit .sec_recruit__process .note {
  margin-top: 70px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .note {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .ja_txt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .en_txt {
    font-size: 1.6rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .deco_icon3 {
  position: absolute;
  bottom: 0;
  right: 23%;
  width: 100px;
  height: auto;
  aspect-ratio: 100 / 100.00;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .sec_ttl .deco_icon3 {
    right: 4%;
    width: 60px;
    aspect-ratio: 60 / 100.00;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block {
  margin-top: 64px;
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item {
    flex-direction: column;
    padding-bottom: 46px;
    margin-bottom: 46px;
    gap: 20px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item:not(:last-of-type)::after {
  content: "";
  height: 1px;
  width: calc(100% - 64px - 24px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #D9D9D9;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item:not(:last-of-type)::after {
    content: none;
  }
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item:not(:last-of-type) {
    border-bottom: 1px solid #D9D9D9;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item:not(:last-of-type)::before {
  content: "";
  width: 24px;
  height: 19px;
  background-image: url(/img/common/step_arrow_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 22px;
  bottom: -10px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item:not(:last-of-type)::before {
    left: 50%;
    transform: translateX(-50%);
    background-color: #FAFAFA;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .num_value {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid #0F50B4;
  width: 64px;
  height: 64px;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .num_value {
    width: 54px;
    height: 54px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .num_value p {
  color: #0F50B4;
  font-size: 3.0rem;
  font-weight: 700;
  font-family: quiche-sans, sans-serif;
  line-height: 1;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .num_value p {
    font-size: 2.2rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .step_ttl {
  width: 366px;
  flex-shrink: 0;
  color: #0F50B4;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__num .step_ttl {
    width: 100%;
    font-size: 2.0rem;
    flex-shrink: 1;
    line-height: 1.4;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__text .step_desc {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__text .step_desc {
    font-size: 1.4rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__process .process_block .step-item__text .step_desc p + p {
  margin-top: 1em;
}

.lower-page.individual-company.recruit .sec_recruit__description {
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(67deg, rgba(178, 213, 241, 0.6) 10.61%, rgba(188, 229, 249, 0.6) 25.58%, rgba(195, 239, 255, 0.7) 38.18%, rgba(0, 154, 225, 0) 89.39%), #FAFAFA;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .inner {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.lower-page.individual-company.recruit .sec_recruit__description .note {
  margin-top: 70px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .note {
    font-size: 1.5rem;
    margin-top: 40px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .ja_txt {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .en_txt {
    font-size: 1.6rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .deco_icon3 {
  position: absolute;
  bottom: -10px;
  left: 35%;
  width: 50px;
  height: auto;
  aspect-ratio: 50/100.00;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .sec_ttl .deco_icon3 {
    bottom: 45%;
    left: 7%;
    width: 38px;
    aspect-ratio: 38/100.00;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block {
  margin-top: 80px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block {
    margin-top: 46px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link {
  max-width: 90%;
  margin: 0 auto 48px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link {
    max-width: 100%;
    margin-bottom: 26px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__list {
    gap: 10px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__item {
  width: calc(100% / 3 - 15px);
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 54px;
  border: 1px solid #0F50B4;
  text-align: center;
  color: #0F50B4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 2%;
  transition: all .4s ease;
  cursor: pointer;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__item {
    width: 100%;
    height: 50px;
    font-size: 1.3rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__item.is-active {
  background-color: #0F50B4;
  color: #fff;
  pointer-events: none;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .job-link__item:hover {
  background-color: #0F50B4;
  color: #fff;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 1;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content.is-leaving {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info {
  display: flex;
  padding: 80px 32px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  align-self: stretch;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info {
    padding: 20px 15px 15px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .job_name {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .job_name {
    font-size: 1.8rem;
    margin-bottom: 35px;
    text-align: left;
    gap: 10px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .job_name::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #0FA3AE;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .job_name::before {
    width: 8px;
    height: 8px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 24px 32px;
  width: 100%;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item:not(:last-child) {
  border-bottom: 1px solid #DFE7E8;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item {
    flex-direction: column;
    padding: 16px 8px;
    gap: 15px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_ttl {
  width: 212px;
  flex-shrink: 0;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_ttl span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #0F50B4;
  border-radius: 20px;
  padding: 8px 12px;
  display: inline-block;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_ttl span {
    font-size: 1.4rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents {
    font-size: 1.4rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents p + p {
  margin-top: 1em;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents p a {
  text-decoration: underline;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat {
  margin-top: 24px;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat_list_item {
  width: auto;
  padding: 15px 16px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 54px;
  border: 1px solid #0FA3AE;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat_list_item {
    padding: 10px 20px 10px 20px;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat_list_item span {
  color: #0FA3AE;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content .job__info .info_item_contents .job_cat_list_item span {
    font-size: 1.3rem;
  }
}

.lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content-wrapper {
  position: relative;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  transition: height 0.5s ease;
  overflow: hidden;
}

@media (max-width: 1060px) {
  .lower-page.individual-company.recruit .sec_recruit__description .description_block .tab__content-wrapper {
    border-radius: 10px;
  }
}

.lower-page.other .sec_other .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 150px;
}

@media (max-width: 1060px) {
  .lower-page.other .sec_other .inner {
    margin-bottom: 100px;
  }
}

.lower-page.other .text_area {
  background-color: #fff;
  padding: 50px 5% 64px;
  position: relative;
  border-radius: 30px;
  background-color: rgba(250, 250, 250, 0.9);
  box-shadow: 0 0 20px rgba(164, 178, 192, 0.3);
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.other .text_area {
    padding: 30px 7% 20px;
    border-radius: 20px;
    font-size: 1.3rem;
  }
}

.lower-page.other .text_area .intro_box {
  margin-bottom: 40px;
}

.lower-page.other .text_area .detail .center {
  text-align: center;
}

.lower-page.other .text_area .detail .right {
  text-align: right;
  float: none;
}

.lower-page.other .text_area .detail p {
  margin-bottom: 40px;
}

@media (max-width: 1060px) {
  .lower-page.other .text_area .detail p {
    margin-bottom: 20px;
  }
}

.lower-page.other .text_area .detail ol {
  margin-left: 1.8em;
}

.lower-page.other .text_area .detail ol.num {
  list-style-type: decimal;
}

.lower-page.other .text_area .detail ol.num.inside {
  margin-top: 1.5em;
}

.lower-page.other .text_area .detail ol li {
  margin-bottom: 1.5em;
}

.lower-page.other .text_area .detail a {
  color: #0FA3AE;
  text-decoration: underline;
}

.lower-page.other .text_area .detail a:hover {
  opacity: 0.7;
}

.lower-page.other .text_area .detail h3 {
  color: #0F50B4;
  font-weight: 700;
  font-size: 1.8rem;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .lower-page.other .text_area .detail h3 {
    font-size: 1.5rem;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

.lower-page.other .text_area .gray-box {
  background: #eee;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

@media (max-width: 1060px) {
  .lower-page.other .text_area .gray-box {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

.lower-page.top_recruit .main_bg {
  height: 38%;
}

.lower-page.top_recruit .main_bg img {
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .page-ttl .ttl-mask .ttl {
    padding-top: 0;
  }
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .page-ttl .ttl-mask .ttl .main_ttl {
    font-size: 2.5rem;
  }
}

.lower-page.top_recruit .sec_toprecruit {
  margin-bottom: 140px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit {
    margin-bottom: 100px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box {
    margin-bottom: 60px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 112%;
  transform: translateX(-50%);
  background-image: url(/img/common/step_arrow_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box::after {
    top: 108%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .bg_img {
  border-radius: 0 200px 200px 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 11%;
  z-index: -1;
  background-image: url(/img/common/gradation_bg2.jpg);
  background-size: cover;
  background-position: top;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .bg_img {
    border-radius: 0 20px 20px 0;
    right: 5%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .en_text {
  font-family: quiche-sans, sans-serif;
  color: rgba(255, 255, 255, 0.08);
  font-size: 12.0rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: -20px;
  right: 7rem;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .en_text {
    font-size: 4.5rem;
    bottom: -8px;
    right: 0;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .img_abs {
  position: absolute;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .img_abs.icon1 {
  top: 20%;
  right: 14%;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .img_abs.icon1 {
    width: 35px;
    top: 5%;
    right: 12%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .img_abs.icon2 {
  top: 42%;
  right: 7.3%;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box .img_abs.icon2 {
    width: 36px;
    top: 17%;
    right: 2.3%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner {
  padding: 6.4rem 0;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner {
    padding: 3.4rem 0;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .toprecruit_ttl {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 3.2rem;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .toprecruit_ttl {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail {
  display: flex;
  gap: 24px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail {
    gap: 18px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail .note_box {
  border: 1px solid #FFF;
  border-radius: 10px;
  padding: 10px 20px;
  flex-shrink: 0;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail .note_box {
    border-radius: 6px;
    padding: 10px 8px;
    font-size: 1.5rem;
    writing-mode: vertical-rl;
    letter-spacing: .3em;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail .text {
  font-size: 1.6rem;
  color: #FFF;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .intro_box_inner .detail .text {
    font-size: 1.2rem;
    padding-right: 5%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0 24px;
  padding: 32px 3.1%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item {
    padding: 32px 5%;
    gap: 15px;
    border-radius: 20px;
    flex-direction: column;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  background-image: url(/img/common/step_arrow_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item:not(:last-child)::after {
    bottom: -36px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item.flexWrap {
  flex-wrap: wrap;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .item_wrap {
  display: flex;
  gap: 0 24px;
  width: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .item_wrap {
    gap: 15px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .item_wrap.center {
  align-items: center;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .item_wrap.center {
    align-items: flex-start;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: quiche-sans, sans-serif;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  position: relative;
  padding: 4px;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .num {
    width: 48px;
    height: 48px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  border: 2px solid transparent;
  background: linear-gradient(270deg, #0F50B4 0%, #0FA3AE 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .num_txt {
  font-size: 3.0rem;
  letter-spacing: 0.6px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(270deg, #0F50B4 0%, #0FA3AE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .num_txt {
    font-size: 2.0rem;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail {
    flex-direction: column;
    gap: 15px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail .text {
    font-size: 1.4rem;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail .text .sub_txt {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 2em;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .detail .text .sub_txt {
    font-size: 1.3rem;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon {
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon {
    transform: scale(0.9);
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon img {
  width: 100%;
  position: absolute;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon img {
    position: relative;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon3 {
  width: 110px;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon3 img {
  bottom: -48px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon3 img {
    bottom: initial;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon4 {
  width: 119px;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon4 img {
  bottom: -50px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon4 img {
    bottom: initial;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon5 {
  width: 121px;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon5 img {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow_item .icon.icon5 img {
    bottom: initial;
    transform: none;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block {
  width: 100%;
  padding-left: 7%;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block {
    padding-left: 0;
    margin-top: 10px;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .inner {
  width: 100%;
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .entry_block_list {
  gap: 16px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .entry_block_list {
    gap: 10px;
  }
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .entry_block_list_item {
    width: 100%;
  }
}

.lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .entry_block_list_item a {
  font-size: 1.3rem;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_toprecruit .toprecruit_block .whole_flow .entry_block .entry_block_list_item a {
    font-size: 1.0rem;
  }
}

.lower-page.top_recruit .sec_faq {
  position: relative;
}

.lower-page.top_recruit .sec_faq .icon6 {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.lower-page.top_recruit .sec_faq .icon6 img {
  position: absolute;
  top: -55px;
  left: 10px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .icon6 img {
    width: 80px;
  }
}

.lower-page.top_recruit .sec_faq .bg_color {
  background-color: #E7EEF5;
  border-radius: 60px 0 0 0;
  width: 93%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .bg_color {
    width: 98%;
    border-radius: 20px 0 0 0;
  }
}

.lower-page.top_recruit .sec_faq .inner {
  position: relative;
  padding: 80px 0 100px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .inner {
    padding: 60px 0 100px;
  }
}

.lower-page.top_recruit .sec_faq .sec_faq_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 64px;
  color: #1A3D6B;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .sec_faq_ttl {
    font-size: 2.6rem;
    margin-bottom: 36px;
  }
}

.lower-page.top_recruit .sec_faq .faq_block {
  max-width: 928px;
  width: 90%;
  margin: 0 auto;
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item {
  cursor: pointer;
  transition: all .3s ease;
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item:not(:last-child) {
    margin-bottom: 18px;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item:hover {
  transform: translateY(-5px);
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item:hover .faq_question .faq_icon {
  background-color: #587CA2;
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question {
  background-color: #fff;
  border-radius: 60px;
  padding: 24px 3%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question {
    padding: 18px 5%;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .txt {
  font-size: 2.0rem;
  font-weight: 700;
  color: #587CA2;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 23px;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .txt {
    font-size: 1.5rem;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .txt .q_txt {
  font-family: quiche-sans, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #0F50B4;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .txt .q_txt {
    font-size: 2.2rem;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon {
  position: relative;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  aspect-ratio: 1 / 1;
  background-color: #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all .3s ease;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon {
    width: 22px;
    height: 22px;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::before, .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::before, .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::after {
    width: 12px;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::before {
  transform: rotate(0deg);
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_question .faq_icon::after {
  transform: rotate(90deg);
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_answer {
  font-size: 1.6rem;
  line-height: 1.8;
  overflow: hidden;
  height: 0;
  display: block;
  visibility: hidden;
  box-sizing: content-box;
}

@media (max-width: 1060px) {
  .lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_answer {
    font-size: 1.3rem;
  }
}

.lower-page.top_recruit .sec_faq .faq_block .faq_item .faq_answer a.text-link {
  display: inline-block;
}

.lower-page.top_recruit .faq_item summary {
  list-style: none !important;
  /* Firefox対応 */
}

.lower-page.top_recruit .faq_item summary::-webkit-details-marker {
  display: none !important;
  /* Chrome, Safari対応 */
}

.lower-page.top_recruit .faq_item summary::marker {
  display: none !important;
  /* Firefox対応 */
}

.lower-page.top_recruit details[open] summary .faq_icon {
  background-color: #587CA2 !important;
}

.lower-page.top_recruit details[open] summary .faq_icon::after {
  transform: rotate(0deg) !important;
}

.lower-page.top_recruit details[open] .faq_answer {
  visibility: visible !important;
}

.lower-page.top_about .main_bg {
  height: 13%;
}

.lower-page.top_about .main_bg img {
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_about .page-ttl .ttl-mask .ttl .main_ttl {
    font-size: 2.5rem;
  }
}

.lower-page.top_about .sec_intro {
  margin-bottom: 180px;
  margin-top: 12.0rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro {
    margin-bottom: 100px;
    margin-top: 6rem;
  }
}

.lower-page.top_about .sec_intro .intro_block {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block {
    margin-bottom: 60px;
  }
}

.lower-page.top_about .sec_intro .intro_block .bg_img {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/img/common/gradation_bg2.jpg);
  background-size: cover;
  background-position: top;
}

.lower-page.top_about .sec_intro .intro_block .img_abs {
  position: absolute;
}

.lower-page.top_about .sec_intro .intro_block .img_abs.icon1 {
  bottom: 112%;
  right: 2%;
  max-width: 160px;
  width: 14vw;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block .img_abs.icon1 {
    width: 32vw;
    top: 90%;
    right: 4%;
    bottom: initial;
  }
}

.lower-page.top_about .sec_intro .intro_block .intro_wrap {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 4.8rem 16.0rem 4.8rem 86.4rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block .intro_wrap {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}

.lower-page.top_about .sec_intro .intro_block .intro_wrap figure {
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
  max-width: 800px;
  width: 80.0rem;
  height: auto;
  left: 0;
  bottom: 4.8rem;
  position: absolute;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block .intro_wrap figure {
    position: relative;
    bottom: initial;
    width: 90%;
    border-radius: 0px 15px 15px 0px;
    margin-top: -40px;
    margin-right: auto;
    margin-left: 0;
  }
}

.lower-page.top_about .sec_intro .intro_block .intro_wrap figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block .intro_wrap figure img {
    transform: scale(1.15);
  }
}

.lower-page.top_about .sec_intro .intro_block .intro_wrap .intro_summary {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_intro .intro_block .intro_wrap .intro_summary {
    font-size: 1.4rem;
    padding: 30px 5% 50px;
  }
}

.lower-page.top_about .sec_about_main {
  margin-bottom: 180px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main {
    margin-bottom: 80px;
  }
}

.lower-page.top_about .sec_about_main_block:first-child {
  background: linear-gradient(87deg, rgba(0, 154, 225, 0) 5.54%, rgba(195, 239, 255, 0.7) 63.34%, rgba(188, 229, 249, 0.6) 77.56%, rgba(178, 213, 241, 0.6) 94.46%);
  border-radius: 0 50px 50px 0;
  margin-right: 5vw;
  margin-bottom: 64px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block:first-child {
    border-radius: 0 20px 20px 0;
    margin-bottom: 30px;
  }
}

.lower-page.top_about .sec_about_main_block:last-child {
  background: linear-gradient(85deg, rgba(178, 213, 241, 0.6) 7.14%, rgba(188, 229, 249, 0.6) 23.43%, rgba(195, 239, 255, 0.7) 37.14%, rgba(0, 154, 225, 0) 92.86%);
  border-radius: 50px 0 0 50px;
  margin-left: 5vw;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block:last-child {
    border-radius: 20px 0 0 20px;
  }
}

.lower-page.top_about .sec_about_main_block:last-child .box {
  flex-direction: row-reverse;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block:last-child .box {
    flex-direction: column-reverse;
  }
}

.lower-page.top_about .sec_about_main_block .box {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 20px 8.0rem;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box {
    flex-direction: column-reverse;
    padding: 40px 2.5rem;
    gap: 24px;
  }
}

.lower-page.top_about .sec_about_main_block .box .box_img {
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .box_img {
    width: 100%;
  }
}

.lower-page.top_about .sec_about_main_block .box .box_img.box_img1 {
  max-width: 460px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .box_img.box_img1 {
    max-width: 100%;
  }
}

.lower-page.top_about .sec_about_main_block .box .box_img.box_img2 {
  max-width: 520px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .box_img.box_img2 {
    max-width: 100%;
  }
}

.lower-page.top_about .sec_about_main_block .box .box_img img {
  width: 100%;
}

.lower-page.top_about .sec_about_main_block .box .box_text .ttl {
  margin-bottom: 25px;
}

.lower-page.top_about .sec_about_main_block .box .box_text .ttl span {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.8;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .02em .4em;
  background-color: #0F50B4;
  color: #fff;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .box_text .ttl span {
    font-size: 2.2rem;
  }
}

.lower-page.top_about .sec_about_main_block .box .box_text .detail {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .box_text .detail {
    font-size: 1.4rem;
  }
}

.lower-page.top_about .sec_about_main_block .box .img_abs {
  position: absolute;
}

.lower-page.top_about .sec_about_main_block .box .img_abs.icon3 {
  top: -5%;
  right: 41%;
  max-width: 208px;
  width: 14vw;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_main_block .box .img_abs.icon3 {
    width: 32vw;
    top: -8%;
    right: 4%;
  }
}

.lower-page.top_about .sec_about_business {
  padding-bottom: 180px;
  background: linear-gradient(180deg, #FAFAFA 77.4%, #C8EFEE 100%);
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business {
    padding-bottom: 80px;
  }
}

.lower-page.top_about .sec_about_business .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

.lower-page.top_about .sec_about_business .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 64px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .sec_ttl {
    margin-bottom: 32px;
  }
}

.lower-page.top_about .sec_about_business .sec_ttl .ja_txt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #1A3D6B;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .sec_ttl .ja_txt {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}

.lower-page.top_about .sec_about_business .sec_ttl .en_txt {
  color: #587CA2;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .sec_ttl .en_txt {
    font-size: 1.5rem;
  }
}

.lower-page.top_about .sec_about_business .sec_ttl .deco_icon3 {
  position: absolute;
  bottom: 0;
  left: 22%;
  width: 44px;
  height: auto;
  aspect-ratio: 44 / 103;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .sec_ttl .deco_icon3 {
    display: none;
  }
}

.lower-page.top_about .sec_about_business .business_block {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block {
    flex-direction: column;
    gap: 30px;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item {
  border-radius: 20px;
  width: calc(100% / 2 - 32px);
  max-width: 528px;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  background-color: #fff;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap {
    border-radius: 10px;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #1A3D6B;
  border-radius: 20px 0px;
  padding: 3px 2.1rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .label {
    border-radius: 10px 0;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .label span {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .label span {
    font-size: 1.5rem;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .thumbnail {
  width: 100%;
  aspect-ratio: 528 / 310;
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -40px;
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .text {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .text {
    padding: 1.3rem 1.8rem;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .text p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .text p {
    font-size: 1.4rem;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 3.2rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list {
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 3.2rem 3.2rem;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list .outside_icon_link {
  max-width: 340px;
  height: 63px;
  width: 100%;
  border-radius: 54px;
  background-color: #fff;
  border: 1px solid #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F50B4;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list .outside_icon_link {
    font-size: 1.3rem;
    height: 50px;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list .outside_icon_link .outside_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  width: 16px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list .outside_icon_link .outside_icon {
    width: 13px;
  }
}

.lower-page.top_about .sec_about_business .business_block .block_item .wrap .link_btn_list .outside_icon_link:hover {
  transform: scale(0.95);
  background-color: rgba(15, 163, 174, 0.1);
}

.lower-page.top_about .sec_eco .eco_intro {
  position: relative;
}

.lower-page.top_about .sec_eco .eco_intro .img_abs {
  position: absolute;
}

.lower-page.top_about .sec_eco .eco_intro .img_abs.icon4 {
  bottom: 100%;
  right: 10%;
  max-width: 155px;
  width: 12vw;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .img_abs.icon4 {
    width: 19vw;
    right: 6%;
  }
}

.lower-page.top_about .sec_eco .eco_intro .intro_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lower-page.top_about .sec_eco .eco_intro .intro_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url(/img/top_about/top_about_sec_eco_intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
  background-color: lightgray;
  transform: translateX(-8%);
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .intro_bg::before {
    transform: translateX(0);
    background-position: top;
    background-size: contain;
  }
}

.lower-page.top_about .sec_eco .eco_intro .intro_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 24.52%, rgba(118, 224, 205, 0.48) 38.46%, #01949C 53.37%);
  z-index: 1;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .intro_bg::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 13.52%, rgba(118, 224, 205, 0.48) 30.46%, #01949C 40.37%);
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap {
  padding: 8.2rem 10.1rem 12.1rem 10.1rem;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap {
    padding: 15.2rem 2.5rem 9.1rem 2.5rem;
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block {
  max-width: 640px;
  width: 70.0rem;
  margin: 0 0 0 auto;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block {
    width: 100%;
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl {
  margin-bottom: 2.5rem;
  color: #fff;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl {
    margin-bottom: 1.8rem;
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl .ja_ttl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  padding: 2px 1.1rem;
  margin-bottom: 2.1rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl .ja_ttl {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl .en_ttl {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: quiche-sans, sans-serif;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .intro_ttl .en_ttl {
    font-size: 2.6rem;
  }
}

.lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .detail {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  color: #fff;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_eco .eco_intro .wrap .eco_intro_block .detail {
    font-size: 1.24rem;
    line-height: 1.8;
  }
}

.lower-page.top_about .sec_ecoitem {
  background: linear-gradient(180deg, rgba(15, 163, 174, 0.1) 26.16%, rgba(15, 163, 174, 0.3) 100%);
}

.lower-page.top_about .sec_ecoitem .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 130px;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .inner {
    padding-bottom: 80px;
  }
}

.lower-page.top_about .sec_ecoitem .img_abs {
  position: absolute;
}

.lower-page.top_about .sec_ecoitem .img_abs.icon5 {
  bottom: 0;
  right: 104%;
  max-width: 75px;
  width: 6vw;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .img_abs.icon5 {
    display: none;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list {
  transform: translateY(-5.3rem);
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
  padding: 4.9rem;
  max-width: 1060px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box {
    flex-direction: column;
    border-radius: 12px;
    padding: 2.5rem;
    gap: 20px;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box:not(:last-child) {
  margin-bottom: 4.9rem;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box:not(:last-child) {
    margin-bottom: 3.0rem;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
  flex-direction: row-reverse;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box:nth-child(even) {
    flex-direction: column;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_thumbnail {
  border-radius: 20px;
  overflow: hidden;
  width: 448px;
  height: auto;
  aspect-ratio: 448 / 280;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_thumbnail {
    width: 100%;
    border-radius: 10px;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_detail .item_ttl {
  color: #0FA3AE;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #DFE7E8;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_detail .item_ttl {
    font-size: 1.8rem;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
}

.lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_detail .item_text {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 1060px) {
  .lower-page.top_about .sec_ecoitem .ecoitem_list_box .ecoitem_detail .item_text {
    font-size: 1.4rem;
  }
}

.lower-page.top_job .main_bg {
  height: 24%;
}

@media (max-width: 1060px) {
  .lower-page.top_job .main_bg {
    height: 13%;
  }
}

.lower-page.top_job .main_bg img {
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_job .page-ttl .ttl-mask .ttl .main_ttl {
    font-size: 2.5rem;
  }
}

.lower-page.top_job .sec_intro {
  margin-bottom: 180px;
  margin-top: 12.0rem;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro {
    margin-bottom: 100px;
    margin-top: 6rem;
  }
}

.lower-page.top_job .sec_intro .intro_block {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block {
    margin-bottom: 60px;
  }
}

.lower-page.top_job .sec_intro .intro_block .bg_img {
  overflow: hidden;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(/img/common/gradation_bg2.jpg);
  background-size: cover;
  background-position: top;
}

.lower-page.top_job .sec_intro .intro_block .img_abs {
  position: absolute;
}

.lower-page.top_job .sec_intro .intro_block .img_abs.icon1 {
  bottom: 106%;
  right: 2%;
  max-width: 135.176px;
  width: 11vw;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block .img_abs.icon1 {
    width: 32vw;
    top: 90%;
    right: 4%;
    bottom: initial;
  }
}

.lower-page.top_job .sec_intro .intro_block .intro_wrap {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 4.8rem 16.0rem 4.8rem 86.4rem;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block .intro_wrap {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
}

.lower-page.top_job .sec_intro .intro_block .intro_wrap figure {
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
  max-width: 800px;
  width: 80.0rem;
  height: auto;
  left: 0;
  bottom: 4.8rem;
  position: absolute;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block .intro_wrap figure {
    position: relative;
    bottom: initial;
    width: 90%;
    border-radius: 0px 15px 15px 0px;
    margin-top: -40px;
    margin-right: auto;
    margin-left: 0;
  }
}

.lower-page.top_job .sec_intro .intro_block .intro_wrap figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block .intro_wrap figure img {
    transform: scale(1.15);
  }
}

.lower-page.top_job .sec_intro .intro_block .intro_wrap .intro_summary {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  position: relative;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_intro .intro_block .intro_wrap .intro_summary {
    font-size: 1.4rem;
    padding: 30px 5% 50px;
  }
}

.lower-page.top_job .sec_job {
  padding-bottom: 180px;
  background: linear-gradient(180deg, #FAFAFA 77.4%, #C8EFEE 100%);
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job {
    padding-bottom: 100px;
  }
}

.lower-page.top_job .sec_job .job_block {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 100px 5rem;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}

.lower-page.top_job .sec_job .job_block .job_item {
  width: calc(100% / 3 - 3.4rem);
  max-width: 340px;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block .job_item {
    width: 90%;
    max-width: 100%;
  }
}

.lower-page.top_job .sec_job .job_block .job_item:hover {
  cursor: pointer;
}

.lower-page.top_job .sec_job .job_block .job_item:hover .job_thumbnail img {
  transform: scale(1.04);
}

.lower-page.top_job .sec_job .job_block .job_item:hover .job_info .job_cat_list_item {
  transform: scale(0.94);
  background-color: rgba(15, 163, 174, 0.1);
}

.lower-page.top_job .sec_job .job_block .job_item:hover .job_info .job_cat_list_item .arrow {
  right: 2.5rem;
}

.lower-page.top_job .sec_job .job_block .job_item .job_thumbnail {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  box-shadow: 0px 0px 14px 0px rgba(15, 80, 180, 0.2);
}

.lower-page.top_job .sec_job .job_block .job_item .job_thumbnail img {
  width: 100%;
  transition: all .4s ease;
}

.lower-page.top_job .sec_job .job_block .job_item .job_thumbnail .job_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 6px 1.6rem;
  background-color: #0F50B4;
  border-radius: 10px 0;
}

.lower-page.top_job .sec_job .job_block .job_item .job_thumbnail .job_label span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block .job_item .job_thumbnail .job_label span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.lower-page.top_job .sec_job .job_block .job_item .job_info .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block .job_item .job_info .text {
    font-size: 1.4rem;
  }
}

.lower-page.top_job .sec_job .job_block .job_item .job_info .job_cat_list_item {
  border-radius: 54px;
  border: 1px solid #0F50B4;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 96%;
  height: 63px;
  margin: 0 auto;
  position: relative;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block .job_item .job_info .job_cat_list_item {
    height: 55px;
  }
}

.lower-page.top_job .sec_job .job_block .job_item .job_info .job_cat_list_item span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0F50B4;
}

@media (max-width: 1060px) {
  .lower-page.top_job .sec_job .job_block .job_item .job_info .job_cat_list_item span {
    font-size: 1.3rem;
  }
}

.lower-page.top_job .sec_job .job_block .job_item .job_info .job_cat_list_item .arrow {
  position: absolute;
  top: 50%;
  right: 2.0rem;
  transform: translateY(-50%);
  width: 29px;
  transition: all .4s ease;
}

.sec_jobmodal#jobModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  padding: 80px 0;
}

.sec_jobmodal#jobModal.is-active {
  opacity: 1;
  visibility: visible;
}

.sec_jobmodal .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(40, 40, 40, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all .4s ease;
  z-index: 5;
}

@media (max-width: 1060px) {
  .sec_jobmodal .close_btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.sec_jobmodal .close_btn:hover {
  background-color: rgba(40, 40, 40, 0.3);
}

.sec_jobmodal .close_btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.sec_jobmodal .close_btn span::before, .sec_jobmodal .close_btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}

@media (max-width: 1060px) {
  .sec_jobmodal .close_btn span::before, .sec_jobmodal .close_btn span::after {
    width: 18px;
  }
}

.sec_jobmodal .close_btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sec_jobmodal .close_btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sec_jobmodal .jobmodal_body {
  display: none;
  position: relative;
  max-width: 1080px;
  width: 96%;
  margin: 0 auto;
  padding: 64px 4.8rem;
  border-radius: 20px;
  background: linear-gradient(97deg, #FAFAFA -0.27%, #F7F9FB 62.07%, #D6EBFB 100.27%);
  transform: translateY(40px);
  transition: all 0.4s ease;
  opacity: 0;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body {
    padding: 42px 2.0rem;
  }
}

.sec_jobmodal .jobmodal_body.is-show {
  opacity: 1;
  transform: translateY(0);
}

.sec_jobmodal .jobmodal_body .jobmodal_head {
  margin-bottom: 32px;
  padding-bottom: 7.5%;
  position: relative;
}

@media (max-width: 1300px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head {
    padding-bottom: 10%;
  }
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head {
    padding-bottom: 0;
  }
}

.sec_jobmodal .jobmodal_body .jobmodal_head .job_img {
  position: absolute;
  top: 20px;
  right: 30px;
  max-width: 286px;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  z-index: 4;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head .job_img {
    position: relative;
    top: initial;
    right: initial;
    border-radius: 16px;
    margin: 0 auto 30px;
  }
}

.sec_jobmodal .jobmodal_body .jobmodal_head .job_img img {
  width: 100%;
  border-radius: 20px;
}

.sec_jobmodal .jobmodal_body .jobmodal_head .heading {
  position: relative;
  overflow: hidden;
  padding: 28px 4.8rem;
  margin-bottom: 32px;
  border-radius: 68px;
  z-index: 3;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head .heading {
    padding: 20px 1.5rem;
    border-radius: 20px;
  }
}

.sec_jobmodal .jobmodal_body .jobmodal_head .heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 1440px;
  background: url(/img/common/bg_img2.webp) lightgray no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(-90deg) translateY(-35%);
  transform-origin: top right;
  z-index: -1;
}

.sec_jobmodal .jobmodal_body .jobmodal_head .heading .job_name {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
  color: #fff;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head .heading .job_name {
    font-size: 2.0rem;
  }
}

.sec_jobmodal .jobmodal_body .jobmodal_head .heading .sub_text {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  max-width: calc(100% - 300px);
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .jobmodal_head .heading .sub_text {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.sec_jobmodal .jobmodal_body .job_about {
  max-width: 580px;
  width: 100%;
}

.sec_jobmodal .jobmodal_body .job_wrap .job_box {
  width: calc(100% / 2);
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_wrap .job_box {
    width: 100%;
  }
}

.sec_jobmodal .jobmodal_body .job_box:not(.job_about) {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(164, 178, 192, 0.3);
  padding: 30px 2.8rem;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_box:not(.job_about) {
    border-radius: 6px;
  }
}

.sec_jobmodal .jobmodal_body .job_box .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
  color: #1A3D6B;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_box .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}

.sec_jobmodal .jobmodal_body .job_box .ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0FA3AE;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_box .ttl::before {
    width: 4px;
    height: 4px;
  }
}

.sec_jobmodal .jobmodal_body .job_box .text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_box .text {
    font-size: 1.3rem;
  }
}

.sec_jobmodal .jobmodal_body .job_box .text dl:not(:last-child) {
  margin-bottom: 25px;
}

.sec_jobmodal .jobmodal_body .job_box .text dl dt {
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_box .text dl dt {
    font-size: 1.4rem;
    margin-bottom: 5px;
    line-height: 1.6;
  }
}

.sec_jobmodal .jobmodal_body .job_wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_wrap {
    flex-direction: column;
  }
}

.sec_jobmodal .jobmodal_body .job_cp {
  margin-top: 32px;
}

.sec_jobmodal .jobmodal_body .job_cp .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #1A3D6B;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_cp .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.sec_jobmodal .jobmodal_body .job_cp .ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0FA3AE;
  flex-shrink: 0;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_cp .ttl::before {
    width: 4px;
    height: 4px;
  }
}

.sec_jobmodal .jobmodal_body .job_cp .job_cp_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 25px;
}

.sec_jobmodal .jobmodal_body .job_cp .job_cp_list_item {
  max-width: 220px;
  width: calc(100% / 4 - 8px);
  height: 42px;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_cp .job_cp_list_item {
    width: 100%;
    max-width: 100%;
  }
}

.sec_jobmodal .jobmodal_body .job_cp .job_cp_list_item a {
  background-color: #0FA3AE;
  border-radius: 30px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0FA3AE;
  height: 100%;
  width: 100%;
}

@media (max-width: 1060px) {
  .sec_jobmodal .jobmodal_body .job_cp .job_cp_list_item a {
    font-size: 1.3rem;
  }
}

.sec_jobmodal .movie_box {
  margin: 30px auto -4.24rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 1060px) {
  .sec_jobmodal .movie_box {
    margin: 15px auto 50px;
  }
}

.sec_jobmodal .movie_box .movie_link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F50B4;
  background-color: #fff;
  border: 1px solid #0F50B4;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.7rem 2rem;
  max-width: 360px;
  width: 100%;
  border-radius: 35px;
  position: relative;
  transition: all .4s ease;
}

@media (max-width: 1060px) {
  .sec_jobmodal .movie_box .movie_link_btn {
    padding: 1.25rem;
    font-size: 1.4rem;
    width: 90%;
  }
}

.sec_jobmodal .movie_box .movie_link_btn .outside_icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

@media (max-width: 1060px) {
  .sec_jobmodal .movie_box .movie_link_btn .outside_icon {
    width: 12px;
    height: 12px;
  }
}

.sec_jobmodal .movie_box .movie_link_btn:hover {
  background-color: rgba(15, 163, 174, 0.1);
  transform: scale(0.94);
}
/*# sourceMappingURL=style.css.map */