:root {
  --designW: 1280;
  --scrollbarW: 0;
}

/**
* Home
*/
@keyframes blueArea {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 64.8%);
  }
  100% {
    clip-path: polygon(23.4% 0, 47.2% 0, 7.5% 100%, 0 100%, 0 58.9%);
  }
}
@keyframes blueArea_sp {
  0% {
    clip-path: polygon(0% 0%, 77.7% 0, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0% 21.7%, 77.7% 0, 100% 0%, 100% 14.6%, 0 42.6%);
  }
}
@keyframes translateAndScaleDown {
  0% {
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px)) scale(1.33333333);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.33333333);
  }
  51% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.33333333);
  }
  100% {
    top: 17.3%;
    left: 5.5%;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes translateAndScaleDown_sp {
  0% {
    opacity: 0;
    top: calc(50% - 51px);
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px)) scale(1.33333333);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.33333333);
  }
  51% {
    top: calc(50% - 51px);
    left: 50%;
    transform: translate(-50%, -50%) scale(1.33333333);
  }
  100% {
    top: calc(17.3% - 51px);
    left: 5.5%;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
body {
  font-feature-settings: "palt";
}
body:has(.fv_slider .splide__slide.fv_item__headerWh.is-active) .ly_header {
  pointer-events: auto;
}
body:has(.fv_slider .splide__slide.fv_item__headerWh.is-active) .ly_header:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body:has(.fv_slider .splide__slide.fv_item__headerWh.is-active) .ly_header:before {
    opacity: 0;
  }
}

html.is_init .fv {
  visibility: visible !important;
}
html.is_init .fv * {
  visibility: visible !important;
}

html.is_animationReady:not(.is_finished) .firstSlide_ttl {
  transform: translate(-50%, -50%) scale(1.33333333);
}
@media not all and (max-width: 767px), print {
  html.is_animationReady:not(.is_finished) .firstSlide_ttl {
    top: 50%;
    left: 50%;
    animation: translateAndScaleDown 3s forwards;
  }
}
@media screen and (max-width: 767px) {
  html.is_animationReady:not(.is_finished) .firstSlide_ttl {
    top: calc(50% - 51px);
    left: 50%;
    animation: translateAndScaleDown_sp 3s forwards;
  }
}
html.is_animationReady:not(.is_finished) .firstSlide_blue {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 64.8%);
  animation: blueArea 1.5s 1.5s forwards;
}
@media screen and (max-width: 767px) {
  html.is_animationReady:not(.is_finished) .firstSlide_blue {
    clip-path: polygon(0% 0%, 77.7% 0, 100% 0%, 100% 100%, 0 100%);
    animation: blueArea_sp 1.5s 1.5s forwards;
  }
}
html.is_animationReady:not(.is_finished) .firstSlide_thumb {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s 2s forwards;
}
html.is_animationReady:not(.is_finished) .firstSlide_inner {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s 2.5s forwards;
}
html.is_animationReady:not(.is_finished) .ly_header {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s 2.5s forwards;
}
html.is_animationReady:not(.is_finished) .fv_scrollDown {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1s 2.5s forwards;
}

.ly_wrapper {
  padding-top: 0 !important;
}

.ly_footer {
  border-top: none;
}

.fv {
  position: relative;
  visibility: hidden !important;
}
.fv * {
  visibility: hidden !important;
}
.fv_slider {
  visibility: visible;
}
.fv_slider .splide__slide {
  width: 100%;
}
.fv_slider .splide__slide > a {
  display: block;
}
@media screen and (max-width: 767px) {
  .fv_item {
    padding-top: 51px;
  }
}
.fv_article {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv_article {
    height: calc(100svh - 51px);
  }
}
.fv_article .firstSlide {
  position: absolute;
  inset: 0;
}
.fv_article .firstSlide_background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.fv_article .firstSlide_blue {
  position: absolute;
  inset: 0;
  background-color: #005ca2;
  clip-path: polygon(23.4% 0, 47.2% 0, 7.5% 100%, 0 100%, 0 58.9%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_blue {
    clip-path: polygon(0% 21.7%, 77.7% 0, 100% 0%, 100% 14.6%, 0 42.6%);
  }
}
.fv_article .firstSlide_ttl {
  position: absolute;
  top: 17.3%;
  left: 5.5%;
  transform: translate(0, 0) scale(1);
  color: #fff;
  white-space: nowrap;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-size: 4.5vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_ttl {
    top: calc(17.3% - 51px);
    left: 5.5%;
    font-size: 9.2vw;
  }
}
.fv_article .firstSlide_ttl__back {
  color: #005ca2;
}
.fv_article .firstSlide_head {
  position: absolute;
  top: 49%;
  right: 10%;
  transform: translateY(-50%);
  width: 19.5%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_head {
    top: 50.5%;
    right: 5%;
    width: 33%;
  }
}
.fv_article .firstSlide_inner {
  display: grid;
  justify-items: flex-end;
  gap: 18.3%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_inner {
    display: block;
  }
}
.fv_article .firstSlide_copy img {
  width: 100%;
}
.fv_article .firstSlide_btn {
  position: relative;
  width: 10.2em;
  padding: 0.4em 1.4em 0.4em 0.4em;
  border-radius: 6px;
  text-align: center;
  background-color: #005bac;
  color: #fff;
  font-size: 1.40625vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_btn {
    position: absolute;
    top: 336%;
    right: 0;
    width: 108%;
    padding: 0.5em 1.4em 0.4em 0.4em;
    border-radius: 4px;
    font-size: 4.4vw;
  }
}
.fv_article .firstSlide_btn .el_linkIcon {
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
  width: 7%;
  background-color: #fff;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .fv_article .firstSlide_btn .el_linkIcon {
    right: 0.8em;
    width: 0.8em;
  }
}
.fv_thumb {
  width: 100%;
}
.fv_thumb img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv_thumb img {
    height: calc(100svh - 51px);
  }
}
.fv_navigation {
  position: absolute;
  bottom: 4.2%;
  right: 3%;
}
@media screen and (max-width: 767px) {
  .fv_navigation {
    bottom: 3%;
    right: 5.5%;
  }
}
.fv_navigation .splide__pagination {
  position: static;
  transform: skew(-30deg);
  gap: 3px;
  padding: 1px;
  background-color: #fff;
}
.fv_navigation .splide__pagination li {
  font-size: 0;
}
.fv_navigation .splide__pagination__page {
  width: 4.9vw;
  height: auto;
  aspect-ratio: 108/14;
  border-radius: 0;
  margin: 0;
  background-color: #cecece;
}
@media screen and (max-width: 767px) {
  .fv_navigation .splide__pagination__page {
    width: 13.6vw;
  }
}
.fv_navigation .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #005ca2;
}
.fv_scrollDown {
  position: absolute;
  bottom: 4.2%;
  left: 3.5%;
  z-index: 10;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 1.171875vw;
  font-weight: 700;
  writing-mode: vertical-rl;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .fv_scrollDown {
    bottom: 1.8%;
    left: 4%;
    color: #005bac;
    font-size: 3vw;
  }
}
.fv_scrollDown a {
  position: relative;
  display: block;
  transform: rotate(180deg);
  padding-top: 1.5em;
}
.fv_scrollDown a .el_icon_arw {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 1.5em;
  height: auto;
  aspect-ratio: 1;
}

.infoTtl {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .infoTtl {
    margin-top: 28px;
  }
}
.infoTtl_inner {
  display: flex;
  justify-content: center;
}
.infoTtl_txt {
  display: flex;
  align-items: center;
  padding: 0.4em 1em;
  border-radius: 100px;
  background-color: #f2f2f2;
  color: #7c7c7c;
  font-size: 1.25vw;
}
.infoTtl_txt:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .infoTtl_txt {
    border-radius: 20px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4615384615;
  }
}
.infoTtl_txt:before {
  content: "";
  display: inline-block;
  width: 1.375em;
  height: auto;
  aspect-ratio: 1;
  vertical-align: -0.14em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/home/img/icon_info.png);
}
@media screen and (max-width: 767px) {
  .infoTtl_txt:before {
    margin-right: 1em;
    width: 20px;
  }
}

.news {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 32px;
  }
}
.news_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .news_ttl {
    margin-bottom: 16px;
  }
}
.news_ttl .main {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.96875vw;
}
@media screen and (max-width: 767px) {
  .news_ttl .main {
    margin-bottom: 7px;
    font-size: 2.4rem;
  }
}
.news_ttl .main:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 2px;
  background-color: currentColor;
}
.news_ttl .sub {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .news_ttl .sub {
    font-size: 1.2rem;
  }
}
.news_tabs {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .news_tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .news_tabs {
    display: flex;
  }
}
.news_tab {
  display: block;
  padding: 0.8em;
  text-align: center;
  border-bottom: 1px solid #000;
  transition: color 0.3s ease-in-out;
  font-size: 1.3vw;
}
@media not all and (max-width: 767px), print {
  .news_tab:hover {
    color: #005bac;
  }
}
@media screen and (max-width: 767px) {
  .news_tab {
    flex-grow: 1;
    padding: 3px 0;
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.news_tab.is_active {
  position: relative;
  color: #005bac;
  font-weight: 700;
}
.news_tab.is_active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #005bac;
  transition: left 0.3s ease-in-out;
}
.news_panels {
  margin-top: 40px;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .news_panels {
    margin-top: 10px;
  }
}
.news_panels .splide__list {
  align-items: flex-start;
}
.news_panel {
  width: 100%;
}
@media not all and (max-width: 767px), print {
  html:not(.is_tablet) .news_panel {
    display: none;
  }
  html:not(.is_tablet) .news_panel.is_active {
    display: block;
  }
}
.news_list {
  display: grid;
}
@media not all and (max-width: 767px), print {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 6%;
  }
}
@media screen and (max-width: 1024px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_item__isError, .news_item__noArticle {
  grid-column: span 3;
}
.news_btn {
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .news_btn {
    max-width: 13.28125vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .news_btn {
    width: 170px;
    margin-top: 20px;
  }
}

.topics {
  position: relative;
  margin-top: 80px;
  padding-block: 100px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topics {
    margin-top: 50px;
    padding-block: 40px;
  }
}
.topics:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 13%;
  background-color: #005bac;
}
.topics:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: auto;
  padding-bottom: 52%;
  background-color: #005bac;
  clip-path: ellipse();
}
.topics_inner {
  position: relative;
  z-index: 1;
}
.topics_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topics_ttl {
    margin-bottom: 36px;
  }
}
.topics_ttl .main {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.96875vw;
}
@media screen and (max-width: 767px) {
  .topics_ttl .main {
    margin-bottom: 7px;
    font-size: 2.4rem;
  }
}
.topics_ttl .main:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 2px;
  background-color: currentColor;
}
.topics_ttl .sub {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .topics_ttl .sub {
    font-size: 1.2rem;
  }
}
.topics_units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 3%;
}
@media screen and (max-width: 767px) {
  .topics_units {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.topics_btn {
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .topics_btn {
    max-width: 13.28125vw;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topics_btn {
    width: 170px;
    margin-top: 30px;
  }
}
.topics_btn .el_button > button {
  border-color: #fff;
  background-color: #fff;
  color: #005bac;
}
@media not all and (max-width: 767px), print {
  .topics_btn .el_button > button:hover {
    background-color: #005bac;
    color: #fff;
  }
  .topics_btn .el_button > button:hover .el_linkIcon {
    background-color: #fff;
    color: #005bac;
  }
}
.topics_btn .el_button > button .el_linkIcon {
  transform: translateY(-50%) rotate(90deg);
  background-color: #005bac;
  color: #fff;
}
.topics_btn .el_button > button.is_active .el_linkIcon {
  transform: translateY(-50%) rotate(-90deg);
}

@media not all and (max-width: 767px), print {
  .btnList {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .btnList {
    margin-top: 43px;
  }
}
@media not all and (max-width: 767px), print {
  .btnList_in {
    display: flex;
    -moz-column-gap: 9.6%;
    column-gap: 9.6%;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.btnList_item {
  position: relative;
  width: 100%;
}
@media not all and (max-width: 767px), print {
  .btnList_item {
    aspect-ratio: 453/268;
  }
}
@media screen and (max-width: 767px) {
  .btnList_item + .btnList_item {
    margin-top: 27px;
  }
}
@media not all and (max-width: 767px), print {
  .btnList_item:first-child .btnList_cont::before {
    background-image: url(/home/img/btnList_img_01.jpg);
  }
}
@media screen and (max-width: 767px) {
  .btnList_item:first-child .btnList_cont::before {
    aspect-ratio: 148/90;
    background-image: url(/home/img/btnList_img_01_sp.jpg);
  }
}
@media not all and (max-width: 767px), print {
  .btnList_item:nth-child(2) .btnList_cont::before {
    background-image: url(/home/img/btnList_img_02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .btnList_item:nth-child(2) .btnList_cont::before {
    aspect-ratio: 148/90;
    background-image: url(/home/img/btnList_img_02_sp.jpg);
  }
}
.btnList_cont {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .btnList_cont {
    border-radius: 10px;
    height: 100%;
  }
  .btnList_cont:hover::before {
    transform: scale(1.1);
  }
  .btnList_cont:hover .btnList_foot {
    background-color: #e8f4fc;
  }
  .btnList_cont:hover .btnList_ttl {
    color: #005bac;
  }
  .btnList_cont:hover .btnList_arw {
    background-color: #005bac;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .btnList_cont {
    display: flex;
    border-radius: 5px;
  }
}
.btnList_cont::before {
  content: "";
  display: block;
  background-size: cover;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .btnList_cont::before {
    aspect-ratio: 453/268;
  }
}
@media screen and (max-width: 767px) {
  .btnList_cont::before {
    aspect-ratio: 148/90;
  }
}
.btnList_foot {
  display: flex;
  align-items: center;
  background-color: #005bac;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .btnList_foot {
    z-index: 2;
    position: absolute;
    bottom: -1px;
    left: 0;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    padding-block: 1.1061946903%;
    padding-left: 4.4247787611%;
    padding-right: 2.8761061947%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .btnList_foot {
    flex-direction: column;
    flex-shrink: 0;
    width: 55.8208955224%;
    justify-content: center;
    padding: 5px;
  }
}
.btnList_ttl {
  display: flex;
  align-items: center;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btnList_ttl {
    flex-direction: column;
    justify-content: center;
  }
}
@media not all and (max-width: 767px), print {
  .btnList_ttl:has(.btnList_jpTtl) .btnList_enTtl {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .btnList_ttl:has(.btnList_jpTtl) .btnList_enTtl {
    margin-bottom: 10px;
  }
}
.btnList_enTtl {
  font-weight: bold;
}
@media not all and (max-width: 767px), print {
  .btnList_enTtl {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .btnList_enTtl {
    position: relative;
    font-size: 24px;
  }
  .btnList_enTtl::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
  }
}
.btnList_jpTtl {
  letter-spacing: 0;
}
@media not all and (max-width: 767px), print {
  .btnList_jpTtl {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  .btnList_jpTtl {
    font-size: 12px;
  }
}
.btnList_arw {
  background-color: #fff;
  width: 1.8vw;
  color: #005bac;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .btnList_arw {
    display: none;
  }
}

@media not all and (max-width: 767px), print {
  .iresg {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .iresg {
    margin-top: 43px;
  }
}
.iresg_unit {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .iresg_unit + .iresg_unit {
    margin-top: 10.547vw;
  }
}
@media screen and (max-width: 767px) {
  .iresg_unit + .iresg_unit {
    margin-top: 35px;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(odd) .iresg_inner {
    margin-left: auto;
    border-radius: 10px 0 0 10px;
  }
}
.iresg_unit:nth-child(odd) .iresg_inner:after {
  right: 0;
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(odd) .iresg_enTtl::before, .iresg_unit:nth-child(odd) .iresg_enTtl::after {
    left: 8%;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(odd) .iresg_img {
    top: 10%;
    right: 0;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(even) .iresg_inner {
    margin-right: auto;
    border-radius: 0 10px 10px 0;
  }
}
.iresg_unit:nth-child(even) .iresg_inner:after {
  left: 0;
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(even) .iresg_contIn {
    flex-direction: row-reverse;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(even) .iresg_enTtl::before, .iresg_unit:nth-child(even) .iresg_enTtl::after {
    right: 8%;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_unit:nth-child(even) .iresg_img {
    bottom: 10%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .iresg_unit .ly_dynamic {
    padding-inline: 0;
  }
}
.iresg_inner {
  display: block;
}
.iresg_inner::after {
  content: "";
  position: absolute;
  top: 0;
  width: max(40px, calc((100% - max(1080px, 84.375%) + 80px) / 2));
  height: 100%;
  background-color: #e8f4fc;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .iresg_inner::after {
    content: none;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_inner {
    width: 89.5%;
    background-color: #e8f4fc;
    transition: background-color 0.3s ease-in-out;
  }
  .iresg_inner:hover {
    background-color: #005bac;
  }
  .iresg_inner:hover::after {
    background-color: #005bac;
  }
  .iresg_inner:hover .iresg_enTtl, .iresg_inner:hover .iresg_jpTtl, .iresg_inner:hover .iresg_txt {
    color: #fff;
  }
  .iresg_inner:hover .iresg_arw {
    background-color: #fff;
  }
  .iresg_inner:hover .iresg_arw::before, .iresg_inner:hover .iresg_arw::after {
    background-color: #005bac;
  }
  .iresg_inner:hover .iresg_enTtl::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .iresg_inner:hover .iresg_img > img {
    transform: scale(1.1);
  }
}
.iresg_contIn {
  display: flex;
}
@media not all and (max-width: 767px), print {
  .iresg_contIn {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .iresg_contIn {
    flex-direction: column-reverse;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_txtBox {
    width: 46.70391061%;
    padding-block: 5%;
  }
}
@media screen and (max-width: 767px) {
  .iresg_txtBox {
    position: relative;
    width: 80%;
    padding-block: 20px;
    border-radius: 5px 0 0 5px;
    margin-top: -32px;
    margin-left: auto;
    background-color: #e8f4fc;
    z-index: 1;
  }
}
.iresg_enTtl {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  color: #005bac;
  font-weight: bold;
}
@media not all and (max-width: 767px), print {
  .iresg_enTtl {
    padding-inline: 8%;
    font-size: 2.1875vw;
    transition: color 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .iresg_enTtl {
    padding-inline: 20px;
    font-size: 2.4rem;
  }
}
.iresg_enTtl::before, .iresg_enTtl::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
}
@media not all and (max-width: 767px), print {
  .iresg_enTtl::before, .iresg_enTtl::after {
    bottom: -0.1em;
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .iresg_enTtl::before, .iresg_enTtl::after {
    bottom: -10px;
    width: calc(100% - 20px);
  }
}
.iresg_enTtl::before {
  background-color: #005bac;
}
.iresg_enTtl::after {
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .iresg_arw {
    width: 2.028vw;
  }
}
@media screen and (max-width: 767px) {
  .iresg_arw {
    width: 27px;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_desc {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 767px) {
  .iresg_desc {
    padding-inline: 20px;
  }
}
.iresg_jpTtl {
  color: #005bac;
  font-weight: 600;
}
@media not all and (max-width: 767px), print {
  .iresg_jpTtl {
    margin-top: 1.25em;
    font-size: 1.25vw;
    letter-spacing: -0.07em;
    transition: color 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .iresg_jpTtl {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
@media not all and (max-width: 767px), print {
  .iresg_txt {
    margin-top: 2.25em;
    font-size: 1.25vw;
    letter-spacing: -0.08em;
    line-height: 1.5625;
    transition: color 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .iresg_txt {
    margin-top: 6px;
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
}
.iresg_img {
  flex-shrink: 0;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .iresg_img {
    position: absolute;
    width: 53.29608939%;
    height: 110%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .iresg_img {
    position: relative;
    width: 80%;
    border-radius: 0 7px 7px 0;
    z-index: 0;
  }
}
.iresg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

@media not all and (max-width: 767px), print {
  .recruit {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 43px;
  }
}
.recruit_in {
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .recruit_in {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.recruit_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .recruit_cont {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_cont {
    border-radius: 5px;
  }
}
.recruit_mainLink {
  display: block;
  position: relative;
  width: 100%;
}
@media not all and (max-width: 767px), print {
  .recruit_mainLink {
    aspect-ratio: 1000/362;
  }
  .recruit_mainLink:hover::before {
    transform: scale(1.1);
  }
}
.recruit_mainLink::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .recruit_mainLink::before {
    background-image: url(/home/img/recruit_bg_01.jpg);
  }
}
@media screen and (max-width: 767px) {
  .recruit_mainLink::before {
    background-image: url(/home/img/recruit_bg_01_sp.jpg);
  }
}
.recruit_mainLink::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 91, 172, 0.6);
}
.recruit_txtBox {
  z-index: 3;
  position: relative;
  text-align: center;
}
@media not all and (max-width: 767px), print {
  .recruit_txtBox {
    padding-top: 3.8%;
  }
}
@media screen and (max-width: 767px) {
  .recruit_txtBox {
    padding-top: 7.4666666667vw;
    padding-bottom: 7.4666666667vw;
  }
}
.recruit_enTtl {
  position: relative;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .recruit_enTtl {
    position: relative;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_enTtl {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
.recruit_enTtl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #fff;
  transform: translateX(-50%);
}
@media not all and (max-width: 767px), print {
  .recruit_enTtl::after {
    width: min(39px, 3.046875vw);
    height: min(3px, 0.234375vw);
  }
}
@media screen and (max-width: 767px) {
  .recruit_enTtl::after {
    width: 28px;
    height: 4px;
  }
}
@media not all and (max-width: 767px), print {
  .recruit_jpTtl {
    margin-top: 1.5%;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit_jpTtl {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
@media not all and (max-width: 767px), print {
  .recruit_txt {
    margin-top: 3%;
    font-size: 1.25vw;
    letter-spacing: -0.055em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .recruit_txt {
    margin-top: 26px;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.4615384615;
  }
}
@media not all and (max-width: 767px), print {
  .recruit_list {
    z-index: 4;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 27.0718232044%;
  }
}
.recruit_btn {
  background-color: #005bac;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}
@media not all and (max-width: 767px), print {
  .recruit_btn {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #fff;
    padding: 8px;
    width: calc((100% - 2px) / 3);
    height: 100%;
    font-size: 1.5625vw;
  }
  .recruit_btn:last-child {
    border-right: 0;
  }
  .recruit_btn:hover {
    background-color: #4c8cbd;
  }
}
@media screen and (max-width: 767px) {
  .recruit_btn {
    display: block;
    border-top: 1px solid #fff;
    padding-block: 11px;
    padding-inline: 8px;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
@media not all and (max-width: 767px), print {
  .recruit_btn > span {
    font-size: 1.25vw;
  }
}

.relative {
  padding-block: 60px 50px;
  margin-top: 10.547vw;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .relative {
    padding-block: 20px 30px;
    margin-top: 45px;
  }
}
.relative_ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .relative_ttl {
    margin-bottom: 12px;
  }
}
.relative_ttl .main {
  position: relative;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 2.96875vw;
}
@media screen and (max-width: 767px) {
  .relative_ttl .main {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.relative_ttl .main:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1em;
  height: 2px;
  background-color: currentColor;
}
.relative_ttl .sub {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .relative_ttl .sub {
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.relative_slider {
  padding-inline: 8.5%;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .relative_slider {
    padding-inline: 25px;
  }
}
.relative_slider.is-active .splide__list {
  gap: 0;
}
.relative_slider.is-active .relative_arrows {
  display: block;
}
.relative_slider .splide__list {
  display: flex !important;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .relative_slider .splide__list {
    gap: 5%;
  }
}
.relative_arrows {
  display: none;
}
.relative_arrows .splide__arrow {
  top: 0;
  width: 1.953125vw;
  height: auto;
  aspect-ratio: 1;
  margin-top: 5.85%;
  background-color: #005bac;
  color: #fff;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
}
.relative_arrows .splide__arrow:before, .relative_arrows .splide__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30%;
  transform-origin: right center;
  width: 50%;
  height: 1px;
  background-color: currentColor;
  transition: background-color 0.3s ease-in-out;
}
.relative_arrows .splide__arrow:before {
  transform: translateY(-50%) rotate(40deg);
}
.relative_arrows .splide__arrow:after {
  transform: translateY(-50%) rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .relative_arrows .splide__arrow {
    width: 15px;
    margin-top: 10.5%;
  }
}
.relative_arrows .splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.relative_arrows .splide__arrow--next {
  right: 0;
}
.relative_navigation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .relative_navigation {
    margin-top: 10px;
  }
}
.relative_navigation .splide__pagination {
  position: static;
  transform: skew(-30deg);
  gap: 3px;
  padding: 1px;
  background-color: #fff;
}
.relative_navigation .splide__pagination li {
  font-size: 0;
}
.relative_navigation .splide__pagination__page {
  width: 4.6875vw;
  height: auto;
  aspect-ratio: 108/14;
  border-radius: 0;
  margin: 0;
  background-color: #cecece;
}
@media screen and (max-width: 767px) {
  .relative_navigation .splide__pagination__page {
    width: 38px;
  }
}
.relative_navigation .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #005ca2;
}
@media not all and (max-width: 767px), print {
  .relative_item {
    width: 28.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .relative_item {
    width: 47.5%;
  }
}
@media not all and (max-width: 767px), print {
  .relative_item a:hover .relative_thumb img {
    transform: scale(1.1);
  }
  .relative_item a:hover .relative_txt {
    color: #005bac;
  }
}
.relative_item a[target=_blank] .relative_txt, .relative_item a[href*=".pdf"] .relative_txt {
  position: relative;
}
.relative_item a[target=_blank] .relative_txt:after, .relative_item a[href*=".pdf"] .relative_txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/common/img/icon_blank.png);
}
@media screen and (max-width: 767px) {
  .relative_item a[target=_blank] .relative_txt:after, .relative_item a[href*=".pdf"] .relative_txt:after {
    width: 10px;
  }
}
.relative_thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.relative_thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #c3c3c3;
  z-index: 1;
}
.relative_thumb img {
  position: relative;
  width: 100%;
  aspect-ratio: 240/117;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  z-index: 0;
}
.relative_txt {
  padding-inline: 20px;
  margin-top: 8px;
  text-align: center;
  transition: color 0.3s ease-in-out;
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .relative_txt {
    margin-top: 2px;
    font-size: 1.3rem;
    font-weight: 400;
  }
}