@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.pc_block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_block {
    display: none !important;
  }
}
.sp_block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_block {
    display: block !important;
  }
}
.sp_block2 {
  display: none !important;
}

@media screen and (max-width: 630px) {
  .sp_block2 {
    display: block !important;
  }
}
.txt {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 1.4rem;
  }
}

.un_top main::before, .un_top main::after {
  display: none;
}

sub {
  font-size: 1.2rem;
  margin-left: 0.2rem;
}

#top-page {
  margin: 0 auto;
  width: auto;
  position: relative;
  z-index: 1;
  background-color: #FFF;
  overflow: hidden;
}
#top-page #first-view {
  position: relative;
  width: 100%;
  height: calc(100svh - 145px);
  display: flex;
  justify-content: start;
  align-items: start;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 1.2vw, 25px);
  font-weight: 600;
  line-height: 1.8em;
}
@media screen and (max-width: 1260px) {
  #top-page #first-view {
    height: calc(100svh - 68px);
  }
}
@media screen and (max-width: 767px) {
  #top-page #first-view {
    height: 550px;
    font-size: 15px;
    line-height: 1.7em;
  }
}
#top-page #first-view .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#top-page #first-view .video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#top-page #first-view .main_catch_unit {
  position: absolute;
  width: 60%;
  bottom: 14svh;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 2s ease;
}
#top-page #first-view .main_catch_unit.is-show {
  opacity: 1;
}
#top-page #first-view .main_catch_unit img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top-page #first-view .main_catch_unit {
    width: 90%;
    bottom: 35px;
  }
}
#top-page #first-view .main_catch_unit .main_lead {
  margin-top: -1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(18px, 1.4vw, 50px);
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: right;
  margin-right: 8rem;
  color: #FFF;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #top-page #first-view .main_catch_unit .main_lead {
    font-weight: bold;
    font-size: clamp(15px, 1.4vw, 50px);
  }
}
@media screen and (max-width: 630px) {
  #top-page #first-view .main_catch_unit .main_lead {
    text-align: left;
    margin-right: 0rem;
  }
}
#top-page #swiper-section {
  width: 110%;
  padding: 3% 0 5% 0.5%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #top-page #swiper-section {
    width: 100%;
    padding: 5% 5% 10% 5%;
  }
}
#top-page #swiper-section a:hover {
  color: inherit;
  opacity: 0.7;
  cursor: pointer;
}
#top-page #swiper-section .swiper-banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top-page #swiper-section .swiper-slide img {
  width: 100%;
  height: auto;
}
#top-page #swiper-section .swiper-slide .lead {
  margin-top: 2%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
#top-page #swiper-section .swiper-slide .caption {
  margin-top: 2%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #top-page #swiper-section .swiper-slide .caption {
    font-size: 1.4rem;
  }
}
#top-page #news-event {
  max-width: 100%;
  margin: 0 15%;
  padding: 5rem 0 10rem 0;
}
@media screen and (max-width: 767px) {
  #top-page #news-event {
    width: auto;
    margin: 0 5%;
    padding: 2rem 0 4rem 0;
  }
}
#top-page #news-event .news_area {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #top-page #news-event .news_area {
    padding-bottom: 5rem;
  }
}
#top-page #news-event .event_area {
  padding-bottom: 0;
}
#top-page #news-event .news_area .ttl_unit, #top-page #news-event .event_area .ttl_unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-page #news-event .news_area .ttl_unit .ttl_news, #top-page #news-event .event_area .ttl_unit .ttl_news {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-page #news-event .news_area .ttl_unit .ttl_news, #top-page #news-event .event_area .ttl_unit .ttl_news {
    font-size: 2.2rem;
  }
}
#top-page #news-event .news_area .ttl_unit .ttl_event, #top-page #news-event .event_area .ttl_unit .ttl_event {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-page #news-event .news_area .ttl_unit .ttl_event, #top-page #news-event .event_area .ttl_unit .ttl_event {
    font-size: 2.2rem;
  }
}
#top-page #news-event .news_area .ttl_unit .link, #top-page #news-event .event_area .ttl_unit .link {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  #top-page #news-event .news_area .ttl_unit .link, #top-page #news-event .event_area .ttl_unit .link {
    padding-left: 5%;
    font-size: 1.4rem;
  }
}
#top-page #news-event .news_area .ttl_unit .link::before, #top-page #news-event .event_area .ttl_unit .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  border-color: #073a75;
}
#top-page #news-event .news_area .event_btn_unit, #top-page #news-event .event_area .event_btn_unit {
  width: 100%;
  display: flex;
  justify-content: center;
}
#top-page #news-event .news_area .event_btn_unit .event_btn, #top-page #news-event .event_area .event_btn_unit .event_btn {
  display: block;
  width: 30%;
  padding: 1% 3%;
  background-color: #023886;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
}
#top-page #news-event .news_area .event_btn_unit .event_btn:hover, #top-page #news-event .event_area .event_btn_unit .event_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #top-page #news-event .news_area .event_btn_unit .event_btn, #top-page #news-event .event_area .event_btn_unit .event_btn {
    padding: 2.5% 3%;
    width: 100%;
    font-size: 1.7rem;
  }
}
#top-page #reason {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #top-page #reason {
    margin-top: 3rem;
  }
}
#top-page #reason .ttl_reason_area {
  margin: 0 15%;
}
@media screen and (max-width: 767px) {
  #top-page #reason .ttl_reason_area {
    margin: 0 5%;
  }
}
#top-page #reason .ttl_reason_area .ttl_reason_en {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top-page #reason .ttl_reason_area .ttl_reason_en {
    font-size: 2.2rem;
  }
}
#top-page #reason .ttl_reason_area .ttl_reason_jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.5rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #top-page #reason .ttl_reason_area .ttl_reason_jp {
    font-size: 2.2rem;
  }
}
#top-page #reason .reason_wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  padding-left: 15%;
}
@media screen and (max-width: 767px) {
  #top-page #reason .reason_wrap {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
#top-page #reason .reason_wrap .txt_area {
  width: 55%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #top-page #reason .reason_wrap .txt_area {
    width: 100%;
    padding: 0 5%;
  }
}
#top-page #reason .reason_wrap .txt_area .btn_reason {
  padding-top: 3rem;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #073a75;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-page #reason .reason_wrap .txt_area .btn_reason {
    font-size: 2rem;
  }
}
#top-page #reason .reason_wrap .txt_area .btn_reason::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background-color: #073a75;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
#top-page #reason .reason_wrap .txt_area .btn_reason:hover {
  opacity: 0.8;
}
#top-page #reason .reason_wrap .txt_area .btn_reason:hover::after {
  transform: scaleX(1);
}
#top-page #reason .reason_wrap .visual_area {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #top-page #reason .reason_wrap .visual_area {
    padding-bottom: 3rem;
    width: 100%;
  }
}
#top-page #reason .reason_wrap .visual_area img {
  width: 100%;
}
#top-page #business {
  padding-top: 10rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #top-page #business {
    padding-top: 6rem;
  }
}
#top-page #business .ttl_business_area {
  margin: 0;
  margin-left: calc(38.25% + 50px);
}
@media screen and (max-width: 767px) {
  #top-page #business .ttl_business_area {
    padding-top: 0;
    margin: 0 5%;
  }
}
#top-page #business .ttl_business_area .ttl_business_en {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top-page #business .ttl_business_area .ttl_business_en {
    font-size: 2.2rem;
  }
}
#top-page #business .ttl_business_area .ttl_business_jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5.5rem;
  font-weight: 400;
  color: #073a75;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #top-page #business .ttl_business_area .ttl_business_jp {
    font-size: 2.2rem;
  }
}
#top-page #business .business_wrap {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  padding-right: 15%;
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap {
    flex-direction: column;
    padding-right: 0;
  }
}
#top-page #business .business_wrap .visual_area {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap .visual_area {
    padding-bottom: 3rem;
    width: 100%;
  }
}
#top-page #business .business_wrap .visual_area img {
  width: 100%;
}
#top-page #business .business_wrap .txt_area {
  width: 55%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap .txt_area {
    width: 100%;
    padding: 0 5%;
  }
}
#top-page #business .business_wrap .txt_area .btn_business_area {
  padding-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap .txt_area .btn_business_area {
    grid-template-columns: repeat(1, 1fr);
  }
}
#top-page #business .business_wrap .txt_area .btn_business_area .btn_business {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  padding: 2rem 0 4rem 2rem;
  background-color: #023886;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap .txt_area .btn_business_area .btn_business {
    font-size: 1.8rem;
    padding: 2rem 0 3rem 2rem;
  }
}
#top-page #business .business_wrap .txt_area .btn_business_area .btn_business .arrow {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  width: 6rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #top-page #business .business_wrap .txt_area .btn_business_area .btn_business .arrow {
    width: 4rem;
  }
}
#top-page #business .business_wrap .txt_area .btn_business_area .btn_business .arrow img {
  width: 100%;
}
#top-page #business .business_wrap .txt_area .btn_business_area .btn_business:hover {
  opacity: 0.9;
}
#top-page #business .business_wrap .txt_area .btn_business_area .btn_business:hover .arrow {
  transform: translateX(1rem);
}
#top-page #product {
  background-color: #e7eaef;
  margin-top: 15rem;
  padding: 6rem 15%;
}
@media screen and (max-width: 767px) {
  #top-page #product {
    margin-top: 6rem;
    padding: 6rem 5%;
  }
}
#top-page #product .ttl_product_area {
  margin: 0 auto;
}
#top-page #product .ttl_product_area .ttl_product_en {
  font-family: "Roboto", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  text-align: center;
  color: #073a75;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #top-page #product .ttl_product_area .ttl_product_en {
    font-size: 2.2rem;
  }
}
#top-page #product .ttl_product_area .ttl_product_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #073a75;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #top-page #product .ttl_product_area .ttl_product_jp {
    padding-bottom: 3rem;
    font-size: 2.2rem;
  }
}
#top-page #product .ttl_product_area .txt_area {
  text-align: center;
}
#top-page #product .ttl_product_area .btn_product_area {
  padding-top: 6rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #top-page #product .ttl_product_area .btn_product_area {
    padding-top: 3rem;
  }
}
#top-page #product .ttl_product_area .btn_product_area .btn_product {
  width: 500px;
  padding: 3rem;
  background-color: #023886;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top-page #product .ttl_product_area .btn_product_area .btn_product {
    padding: 1rem;
    font-size: 1.8rem;
  }
}
#top-page #product .ttl_product_area .btn_product_area .btn_product:hover {
  opacity: 0.9;
}
#top-page #product .category_product_area {
  padding: 6rem 15rem;
}
@media screen and (max-width: 767px) {
  #top-page #product .category_product_area {
    padding: 6rem 0;
  }
}
#top-page #product .category_product_area .category_product_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #073a75;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #top-page #product .category_product_area .category_product_ttl {
    font-size: 2rem;
  }
}
#top-page #product .category_product_area .category_product_unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top-page #product .category_product_area .category_product_unit {
    display: block;
  }
}
#top-page #product .category_product_area .category_product_unit .txt {
  position: relative;
  display: inline-block;
  padding-left: 2.5%;
}
@media screen and (max-width: 767px) {
  #top-page #product .category_product_area .category_product_unit .txt {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 3.5%;
  }
}
#top-page #product .category_product_area .category_product_unit .txt::before {
  content: "";
  position: absolute;
  margin-top: 0.2rem;
  top: 50%;
  left: 0%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid currentColor;
  border-top-color: currentcolor;
  border-right: 2px solid currentColor;
  border-right-color: currentcolor;
  transform: translateY(-50%) rotate(45deg);
  border-color: #073a75;
}
#top-page #product .category_product_area .category_product_unit .txt:hover {
  opacity: 0.8;
}
#top-page #detail {
  margin-top: 10rem;
  padding: 6rem 15%;
}
@media screen and (max-width: 767px) {
  #top-page #detail {
    margin-top: 0;
    padding: 6rem 5%;
  }
}
#top-page #detail .detail_grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  row-gap: 8rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (max-width: 767px) {
  #top-page #detail .detail_grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
#top-page #detail .detail_grid .detail_unit {
  color: #333;
}
#top-page #detail .detail_grid .detail_unit:hover {
  opacity: 0.8;
}
#top-page #detail .detail_grid .detail_unit .visual_detail {
  padding-bottom: 1rem;
}
#top-page #detail .detail_grid .detail_unit .visual_detail img {
  width: 100%;
}
#top-page #detail .detail_grid .detail_unit .ttl_detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #073a75;
  letter-spacing: 0.3em;
  line-height: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #top-page #detail .detail_grid .detail_unit .ttl_detail {
    font-size: 2.2rem;
  }
}
#top-page #detail .detail_grid .detail_unit .txt:hover {
  color: #333;
}
#top-page #recruit {
  margin-top: 10rem;
  background-color: #033390;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  #top-page #recruit {
    margin-top: 0;
  }
}
#top-page #recruit .unit_recruit {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media (max-width: 767px) {
  #top-page #recruit .unit_recruit {
    display: block;
  }
}
#top-page #recruit .unit_recruit .ttl_recruit_area {
  width: 50%;
  padding: 4rem 0 0 15%;
  color: #fff;
}
@media (max-width: 767px) {
  #top-page #recruit .unit_recruit .ttl_recruit_area {
    width: 100%;
    padding: 4rem 5% 0 5%;
  }
}
#top-page #recruit .unit_recruit .ttl_recruit_area .ttl_recruit_en {
  font-family: "Roboto", sans-serif;
  font-size: 4em;
  letter-spacing: 0.3em;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-page #recruit .unit_recruit .ttl_recruit_area .ttl_recruit_en {
    font-size: 2em;
    font-weight: 400;
  }
}
#top-page #recruit .unit_recruit .ttl_recruit_area .ttl_recruit_jp {
  margin: 2rem 0;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #top-page #recruit .unit_recruit .ttl_recruit_area .ttl_recruit_jp {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1400px) {
  #top-page #recruit .unit_recruit .ttl_recruit_area .txt {
    font-size: 1.5rem;
  }
}
#top-page #recruit .unit_recruit .ttl_recruit_area .btn_recruit_area {
  margin-top: 2rem;
}
#top-page #recruit .unit_recruit .ttl_recruit_area .btn_recruit_area .btn_recruit {
  font-size: 1.5em;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #fff;
}
#top-page #recruit .unit_recruit .ttl_recruit_area .btn_recruit_area .btn_recruit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #top-page #recruit .unit_recruit .ttl_recruit_area .btn_recruit_area .btn_recruit {
    font-size: 1.2em;
  }
}
#top-page #recruit .unit_recruit .visual_area {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  #top-page #recruit .unit_recruit .visual_area {
    width: 100%;
    padding: 5% 5% 10% 5%;
  }
}
#top-page #recruit .unit_recruit .visual_area img {
  width: 100%;
}
#top-page #recruit .unit_recruit .visual_area::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#top-page #recruit .unit_recruit .visual_area:hover::after {
  opacity: 0.2;
}/*# sourceMappingURL=top.css.map */