@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #1C1C1C;
}

.blue {
  color: #0069B5;
}

.l-blue {
  color: #0069B5;
}

.gray {
  color: #F8F8F8;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1C1C1C;
  font-feature-settings: "halt";
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "halt";
}

html {
  font-size: 62.5%;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #1C1C1C;
  letter-spacing: 0.06em;
  font-feature-settings: "halt";
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
  }
}

/* Noto Serif JP
--------------------------------------------------*/
.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans JP
--------------------------------------------------*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* Noto Sans
--------------------------------------------------*/
.sans_en {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* Sorts Mill Goudy
--------------------------------------------------*/
.mill {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* sec_FV
--------------------------------------------------*/
#top__kv {
  width: 100%;
  height: 620px;
}
@media screen and (min-width: 769px) {
  #top__kv {
    height: 100vh;
    min-height: 500px;
  }
}
#top__kv::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 94px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  #top__kv::before {
    bottom: 140px;
  }
}
#top__kv::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 5.128vw;
  width: 1px;
  height: 100%;
  background-color: white;
  opacity: 0.4;
}
@media screen and (min-width: 769px) {
  #top__kv::after {
    left: 7.142vw;
  }
}
#top__kv .swiper-slide {
  position: relative;
}
#top__kv .kv_catch_wrap {
  position: absolute;
  z-index: 10;
  bottom: 85px;
  left: calc(5.128vw - 7px);
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #top__kv .kv_catch_wrap {
    bottom: 124px;
    left: calc(7.071vw - 15px);
  }
}
#top__kv .kv_catch_wrap.move .kv_catch {
  -webkit-animation: fade_In 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fade_In 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#top__kv .kv_catch {
  font-size: clamp(4rem, 10.769vw, 4.2rem);
  line-height: 140%;
  color: white;
  text-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  #top__kv .kv_catch {
    font-size: 8rem;
  }
}
#top__kv .catch_second {
  bottom: 90px;
  left: 5.128vw;
}
@media screen and (min-width: 769px) {
  #top__kv .catch_second {
    bottom: 130px;
    left: 7.071vw;
  }
}
#top__kv .catch_second .kv_catch {
  font-size: clamp(2.8rem, 7.692vw, 3rem);
}
@media screen and (min-width: 769px) {
  #top__kv .catch_second .kv_catch {
    font-size: clamp(6.4rem, 4.857vw, 6.8rem);
  }
}
#top__kv .kv_sub_catch_wrap {
  position: absolute;
  z-index: 10;
  bottom: 53px;
  left: 5.128vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #top__kv .kv_sub_catch_wrap {
    bottom: 69px;
    left: 7.071vw;
  }
}
#top__kv .kv_sub_catch_wrap.move .kv_sub_catch {
  -webkit-animation: fade_In 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fade_In 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#top__kv .kv_sub_catch {
  font-size: 1.2rem;
  color: white;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) {
  #top__kv .kv_sub_catch {
    font-size: 1.6rem;
  }
}
#top__kv .swiper_kv {
  width: 100%;
  height: 100%;
}
#top__kv .swiper-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top__kv .swiper-slide-active .swiper-img,
#top__kv .swiper-slide-duplicate-active .swiper-img,
#top__kv .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}
#top__kv .progress-circle-wrapper {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 769px) {
  #top__kv .progress-circle-wrapper {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}
#top__kv svg {
  display: block;
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 769px) {
  #top__kv svg {
    width: 40px;
    height: 40px;
  }
}
#top__kv circle.background {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1;
}
#top__kv circle.progress {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 175.84;
  stroke-dashoffset: 175.84;
  transform: rotate(-90deg);
  transform-origin: center;
}
#top__kv .circle_inner {
  position: absolute;
  top: 50%;
  left: calc(50% + 4.5px);
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #top__kv .circle_inner {
    font-size: 1.4rem;
  }
}
#top__kv .circle_inner::before {
  content: "0";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #top__kv .circle_inner::before {
    font-size: 1.4rem;
  }
}

/* sec_代表メッセージ
--------------------------------------------------*/
#top__message {
  padding: 87px 0 60px;
}
@media screen and (min-width: 769px) {
  #top__message {
    padding: 124px 0 80px;
  }
}
#top__message .en_dec {
  z-index: -1;
  font-size: clamp(3.8rem, 11.282vw, 4.4rem);
  top: -67px;
  right: calc(-5.128vw - 19px);
}
@media screen and (min-width: 769px) {
  #top__message .en_dec {
    font-size: clamp(5.6rem, 5.857vw, 8.2rem);
    top: -44px;
    right: calc(-7.142vw - 20px);
  }
}
@media screen and (min-width: 1000px) {
  #top__message .en_dec {
    font-size: clamp(7rem, 5.857vw, 8.2rem);
    right: calc(-15.714vw - 25px);
  }
}
@media screen and (min-width: 1400px) {
  #top__message .en_dec {
    right: -245px;
  }
}
@media screen and (min-width: 769px) {
  #top__message .message_flex_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#top__message .message_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #top__message .message_ttl {
    font-size: clamp(2.6rem, 2.142vw, 3rem);
    margin-top: 40px;
  }
}
#top__message .message_img {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #top__message .message_img {
    margin-top: 0;
    width: 25.714vw;
    margin-left: 1.428vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__message .message_img {
    width: 360px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  #top__message .message_txt_wrap {
    margin-top: 25px;
    width: calc(100% - 25.714vw - 7.142vw - 1.214vw);
  }
}
@media screen and (min-width: 1400px) {
  #top__message .message_txt_wrap {
    width: calc(100% - 360px - 100px - 17px);
  }
}
#top__message .message_txt {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #top__message .message_txt {
    margin-bottom: 50px;
  }
}

/* sec_サービス
--------------------------------------------------*/
#top__services {
  padding: 60px 0;
  background-color: #F8F8F8;
}
@media screen and (min-width: 769px) {
  #top__services {
    padding: 80px 0;
    margin: 0 1.428vw;
    background-color: transparent;
  }
}
@media screen and (min-width: 1400px) {
  #top__services {
    width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #top__services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 2.857vw);
    height: 100%;
    background-color: #F8F8F8;
  }
}
@media screen and (min-width: 1400px) {
  #top__services::before {
    width: 1360px;
  }
}
#top__services .en_dec {
  top: -62px;
  right: -26.02px;
  color: white;
  font-size: 6.7rem;
}
@media screen and (min-width: 769px) {
  #top__services .en_dec {
    top: -86px;
    left: auto;
    right: calc(-7.142vw - 4px);
    font-size: 13.2rem;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .en_dec {
    right: -98px;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_txt_wrap {
    width: calc(100% - 33vw - 5.714vw);
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_txt_wrap {
    width: calc(100% - 462px - 80px);
  }
}
#top__services .services_ttl {
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
  font-size: clamp(1.9rem, 5.641vw, 2.2rem);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #top__services .services_ttl {
    margin-top: 40px;
    font-size: clamp(2rem, 1.785vw, 2.5rem);
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_ttl {
    font-size: 2.6rem;
  }
}
#top__services .services_ttl .word, #top__services .services_ttl .txt_block {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.9rem, 5.641vw, 2.2rem);
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  #top__services .services_ttl .word, #top__services .services_ttl .txt_block {
    font-size: clamp(2rem, 1.785vw, 2.5rem);
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_ttl .word, #top__services .services_ttl .txt_block {
    font-size: 2.6rem;
  }
}
#top__services .services_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  #top__services .services_image {
    width: 33vw;
    margin-right: 2.857vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image {
    width: 462px;
    margin-right: 40px;
  }
}
#top__services .services_image.pc-view {
  display: none;
}
@media screen and (min-width: 1000px) {
  #top__services .services_image.pc-view {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image.sp-view {
    display: none;
  }
}
#top__services .services_image_li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46.875vw;
  height: 46.875vw;
  border-radius: 50%;
}
@media screen and (min-width: 370px) {
  #top__services .services_image_li {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li {
    width: 17.57vw;
    height: 17.57vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image_li {
    width: 245px;
    height: 245px;
  }
}
#top__services .services_image_li::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 46.875vw;
  height: 46.875vw;
  border-radius: 50%;
  outline: 1px solid rgb(164, 204, 232);
  outline-offset: -1px;
  pointer-events: none;
}
@media screen and (min-width: 370px) {
  #top__services .services_image_li::before {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li::before {
    width: 17.571vw;
    height: 17.571vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image_li::before {
    width: 246px;
    height: 246px;
  }
}
#top__services .services_image_li::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 46.875vw;
  height: 46.875vw;
  border-radius: 50%;
  background-color: #F8FBFD;
  box-shadow: inset 0px 0px 50px 0px rgba(2, 70, 172, 0.8);
  pointer-events: none;
  opacity: 0.7;
}
@media screen and (min-width: 370px) {
  #top__services .services_image_li::after {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li::after {
    width: 17.571vw;
    height: 17.571vw;
    box-shadow: inset 0px 0px 5.714vw 0px rgba(2, 70, 172, 0.8);
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image_li::after {
    width: 246px;
    height: 246px;
    box-shadow: inset 0px 0px 80px 0px rgba(2, 70, 172, 0.8);
  }
}
#top__services .services_image_li:first-child {
  margin: 0 12.794vw;
}
@media screen and (min-width: 370px) {
  #top__services .services_image_li:first-child {
    margin: 0 21.794vw;
  }
}
@media screen and (min-width: 769px) {
  #top__services .services_image_li:first-child {
    margin: 0 25.794vw;
  }
}
@media screen and (min-width: 700px) {
  #top__services .services_image_li:first-child {
    margin: 0 25.794vw;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li:first-child {
    margin: 0;
  }
}
#top__services .services_image_li:nth-child(2) {
  margin-top: -45px;
  margin-right: -10px;
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li:nth-child(2) {
    margin-top: -4.857vw;
    margin-right: -1.071vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image_li:nth-child(2) {
    margin-top: -68px;
    margin-right: -15px;
  }
}
#top__services .services_image_li:last-child {
  margin-top: -45px;
  margin-left: -10px;
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_li:last-child {
    margin-top: -4.857vw;
    margin-left: -1.071vw;
  }
}
@media screen and (min-width: 1400px) {
  #top__services .services_image_li:last-child {
    margin-top: -68px;
    margin-left: -15px;
  }
}
#top__services .services_image_txt {
  position: relative;
  z-index: 12;
  text-align: center;
  display: inline-block;
  font-size: clamp(1.4rem, 4.054vw, 1.5rem);
  color: #0069B5;
  font-weight: 700;
}
@media screen and (min-width: 370px) {
  #top__services .services_image_txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  #top__services .services_image_txt {
    font-size: clamp(1.6rem, 1.428vw, 2rem);
  }
}
#top__services .services_txt {
  margin: 20px 0 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  #top__services .services_txt {
    margin: 26px 0 46px;
  }
}

/* sec_お知らせ
--------------------------------------------------*/
#top__news {
  padding: 70px 0;
}
@media screen and (min-width: 769px) {
  #top__news {
    padding: 83px 0 100px;
  }
}
#top__news .en_dec {
  top: -25px;
  left: 22px;
  font-size: 4.7rem;
}
@media screen and (min-width: 769px) {
  #top__news .en_dec {
    left: 0;
    font-size: 8.2rem;
  }
}
@media screen and (min-width: 769px) {
  #top__news .news_flex_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #top__news .news_txt_wrap {
    margin-top: 5px;
    width: calc(163px + 13.071vw);
  }
}
@media screen and (min-width: 1400px) {
  #top__news .news_txt_wrap {
    width: 346px;
  }
}
#top__news .main_btn {
  margin-top: 40px;
  margin-left: auto;
  width: 163px;
}
@media screen and (min-width: 769px) {
  #top__news .main_btn {
    margin-left: 0;
  }
}
#top__news .main_btn .btn_arrow {
  background-color: white;
}
#top__news .main_btn .btn_arrow::before, #top__news .main_btn .btn_arrow::after {
  background-color: #0069B5;
}
@media screen and (min-width: 769px) {
  #top__news .news_list {
    width: calc(100% - (163px + 13.071vw));
  }
}
@media screen and (min-width: 1400px) {
  #top__news .news_list {
    width: calc(100% - 346px);
  }
}
/*# sourceMappingURL=top.css.map */