@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
html {
  scroll-padding-top: 60px;
}

body {
  margin: 0 auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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;
  }
}
p, .txt {
  font-size: clamp(16px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  p, .txt {
    font-size: 16px;
    line-height: 1.7em;
  }
}

.txt_small {
  font-weight: 400;
  font-size: clamp(13px, 1.2vw, 40px);
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .txt_small {
    font-size: 14px;
    line-height: 1.8em;
  }
}

.section_ttl {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(28px, 3.5vw, 60px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 5%;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
}

#loading-screen {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading-screen .loading {
  position: absolute;
  top: 50%;
  left: 50%;
}

#display-on {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

#container {
  margin: 0 auto;
  width: 100%;
}

#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#contents #first-view {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #first-view {
    margin-bottom: 20%;
  }
}
#contents #first-view .first-view-inner {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}
#contents #first-view .first-view-inner .img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
#contents #first-view .first-view-inner .img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
#contents #first-view .first-view-inner .img-wrap img {
  width: 100%;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .img-wrap {
    display: none;
  }
}
#contents #first-view .first-view-inner .img-wrap-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .img-wrap-sp {
    display: block;
    overflow: hidden;
    position: relative;
  }
  #contents #first-view .first-view-inner .img-wrap-sp::before {
    animation: img-wrap-sp 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
  #contents #first-view .first-view-inner .img-wrap-sp img {
    width: 100%;
  }
  @keyframes img-wrap-sp {
    100% {
      transform: translateX(100%);
    }
  }
}
#contents #first-view .first-view-inner .logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 15%;
  z-index: 3;
}
#contents #first-view .first-view-inner .logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .logo {
    width: 30%;
  }
}
#contents #first-view .first-view-inner .catch_copy {
  position: absolute;
  top: 35%;
  left: 15%;
  width: 20%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .catch_copy {
    width: 35%;
  }
}
#contents #first-view .first-view-inner .catch_copy img {
  width: 100%;
}
#contents #first-view .first-view-inner .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  width: 5%;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out 1.5s forwards;
}
@media screen and (max-width: 767px) {
  #contents #first-view .first-view-inner .icon {
    width: 10%;
  }
}
#contents #first-view .first-view-inner .icon img {
  width: 100%;
}
@keyframes fadeInUp {
  from {
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
#contents #product {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #product {
    margin-bottom: 20%;
  }
}
#contents #product .product_ttl {
  margin: 0 auto;
  margin-bottom: 3%;
  width: 20%;
}
@media screen and (max-width: 767px) {
  #contents #product .product_ttl {
    width: 30%;
  }
}
#contents #product .product_ttl img {
  width: 100%;
}
#contents #product .main_catch {
  text-align: center;
  font-size: clamp(16px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  #contents #product .main_catch {
    font-size: 16px;
    line-height: 1.7em;
  }
}
#contents #subject .bg {
  background-image: url("../img/subject_01.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 55% auto;
}
@media screen and (max-width: 767px) {
  #contents #subject .bg {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #contents #subject .bg_transparent {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
#contents #subject .bg_transparent .column01 {
  padding: 5% 0 15% 0;
  margin-right: 5%;
  display: flex;
  justify-content: end;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #subject .bg_transparent .column01 {
    margin: 0;
    padding: 5%;
    display: block;
  }
}
#contents #subject .bg_transparent .column01 .txt_area {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #contents #subject .bg_transparent .column01 .txt_area {
    width: 100%;
  }
}
#contents #subject-sub {
  margin: 0 15%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub {
    margin: 0 5%;
    margin-top: -5%;
    margin-bottom: 20%;
  }
}
#contents #subject-sub .column02 {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub .column02 {
    display: block;
  }
}
#contents #subject-sub .column02 .txt_area {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub .column02 .txt_area {
    width: 100%;
    margin-top: 15%;
    margin-bottom: 10%;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #contents #subject-sub .column02 .txt_area {
    margin-bottom: 0;
  }
}
#contents #subject-sub .column02 .txt_area p {
  margin-bottom: 20%;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub .column02 .txt_area p {
    margin-bottom: 15%;
  }
}
#contents #subject-sub .column02 .txt_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub .column02 .txt_area img {
    margin-bottom: 10%;
  }
}
#contents #subject-sub .column02 .visual_area {
  width: 50%;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  #contents #subject-sub .column02 .visual_area {
    width: 70%;
    margin: 0 auto;
  }
}
#contents #subject-sub .column02 .visual_area img {
  width: 100%;
}
#contents #subject-sub .column02 .visual_area .note {
  margin-top: 2%;
  font-size: clamp(13px, 0.9vw, 25px);
  text-align: center;
}
#contents #solution {
  margin: 0 10%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #solution {
    margin: 0 5%;
    margin-bottom: 20%;
  }
}
#contents #solution .solution_column {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column {
    display: block;
  }
}
#contents #solution .solution_column .left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column .left {
    width: 100%;
    margin-bottom: 8%;
  }
}
#contents #solution .solution_column .left .visual_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #solution .solution_column .left .visual_area img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column .left .visual_area img {
    width: 70%;
  }
}
#contents #solution .solution_column .right {
  margin-left: 10%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column .right {
    margin-left: 0;
    margin-bottom: 10%;
    width: 100%;
  }
}
#contents #solution .solution_column .right p {
  margin-bottom: 5%;
}
#contents #solution .solution_column .right .link_btn {
  display: block;
  background-color: #64aa44;
  color: #fff;
  border-radius: 10px;
  padding: 3%;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column .right .link_btn {
    border-radius: 5px;
    padding: 5% 1%;
  }
}
#contents #solution .solution_column .right .link_btn .link_btn_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents #solution .solution_column .right .link_btn .link_btn_inner .link_txt {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #contents #solution .solution_column .right .link_btn .link_btn_inner .link_txt {
    font-size: 14px;
  }
}
#contents #solution .solution_column .right .link_btn .link_btn_inner .arrow {
  width: 5%;
  height: 100%;
  margin-left: 2%;
  transition: transform 0.3s ease;
}
#contents #solution .solution_column .right .link_btn .link_btn_inner .arrow img {
  display: block;
  width: 100%;
  height: auto;
}
#contents #solution .solution_column .right .link_btn:hover .arrow {
  transform: translateX(10px);
}
#contents #technology .bg {
  position: relative;
}
#contents #technology .bg .bg_img {
  width: 115%;
  margin-top: -10%;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  #contents #technology .bg .bg_img {
    margin-top: -35%;
    margin-left: -80%;
    width: 400%;
  }
}
#contents #technology .bg .column03 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 10%;
}
#contents #technology .bg .column03 .ttl {
  width: 100%;
}
#contents #technology .bg .column03 .column_unit {
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #technology .bg .column03 .column_unit {
    display: block;
  }
}
#contents #technology .bg .column03 .column_unit .txt_area {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #contents #technology .bg .column03 .column_unit .txt_area {
    width: 100%;
    margin-bottom: 10%;
  }
}
#contents #technology .bg .column03 .column_unit .visual_area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents #technology .bg .column03 .column_unit .visual_area {
    width: 100%;
  }
}
#contents #technology .bg .column03 .column_unit .visual_area img {
  width: 100%;
  border-radius: 20px;
}
#contents #strengths {
  margin-bottom: 10%;
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: url("../img/technology_01_2.webp");
  background-position: left 0 top 65%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #contents #strengths {
    margin-bottom: 20%;
    padding-top: 15%;
    padding-bottom: 15%;
    background-position: center;
  }
}
#contents #strengths .main_txt {
  margin: 0 5%;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  #contents #strengths .main_txt {
    text-align: left;
    margin-bottom: 10%;
  }
}
#contents #strengths .ttl {
  font-size: clamp(20px, 2.1vw, 35px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 5%;
}
#contents #strengths .naigai-column-unit {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  margin: 0 5%;
}
@media screen and (max-width: 767px) {
  #contents #strengths .naigai-column-unit {
    display: block;
  }
}
#contents #strengths .naigai-column-unit .naigai-column {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #contents #strengths .naigai-column-unit .naigai-column {
    width: 100%;
  }
}
#contents #strengths .naigai-column-unit .naigai-column .number_wrap {
  background-color: rgb(223, 223, 223);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}
#contents #strengths .naigai-column-unit .naigai-column .number_wrap .number {
  width: 15%;
  margin-top: -40%;
}
#contents #strengths .naigai-column-unit .naigai-column .number_wrap .number img {
  width: 100%;
}
#contents #strengths .naigai-column-unit .naigai-column .ttl_wrap {
  background-color: rgb(223, 223, 223);
  margin-top: -50%;
}
#contents #strengths .naigai-column-unit .naigai-column .ttl_wrap .ttl {
  text-align: center;
  font-size: clamp(20px, 1.8vw, 35px);
  font-weight: 600;
}
#contents #strengths .naigai-column-unit .naigai-column .ttl_wrap .icon {
  padding: 10% 20% 10% 20%;
  margin: 0 auto;
}
#contents #strengths .naigai-column-unit .naigai-column .ttl_wrap .icon img {
  width: 100%;
}
#contents #strengths .naigai-column-unit .naigai-column .detail {
  background: linear-gradient(to bottom, rgb(223, 223, 223) 0%, rgb(255, 255, 255) 100%);
  padding: 0 10% 10% 10%;
  height: 13em;
}
@media screen and (max-width: 767px) {
  #contents #strengths .naigai-column-unit .naigai-column .detail {
    margin-bottom: 10%;
  }
}
#contents #strengths .nagai-fadeUp01 .fadeUp {
  animation-duration: 0.5s !important;
}
#contents #strengths .nagai-fadeUp02 .fadeUp {
  animation-duration: 0.75s !important;
}
#contents #strengths .nagai-fadeUp03 .fadeUp {
  animation-duration: 1s !important;
}
#contents #initiative {
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #initiative {
    margin-bottom: 15%;
  }
}
#contents #initiative .main_column {
  margin: 0 5%;
  margin-top: -5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: start;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #initiative .main_column {
    margin-top: 0;
    display: block;
    margin-bottom: 10%;
  }
}
#contents #initiative .main_column .left {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .main_column .left {
    width: 50%;
    margin-right: 0;
  }
}
#contents #initiative .main_column .left img {
  width: 100%;
}
#contents #initiative .main_column .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .main_column .right {
    width: 100%;
    margin-top: -75%;
  }
}
#contents #initiative .main_column .right .img_area {
  display: flex;
  justify-content: end;
  align-items: center;
}
#contents #initiative .main_column .right .img_area img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .main_column .right .img_area img {
    width: 45%;
  }
}
#contents #initiative .main_column .right .ttl {
  font-size: clamp(20px, 2.1vw, 35px);
  font-weight: 600;
  margin-top: -15%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .main_column .right .ttl {
    margin-top: 35%;
    text-align: center;
  }
}
#contents #initiative .sub_column01, #contents #initiative .sub_column02 {
  margin: 0 15%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01, #contents #initiative .sub_column02 {
    margin: 0 5%;
  }
}
#contents #initiative .sub_column01 .ttl, #contents #initiative .sub_column02 .ttl {
  font-size: clamp(20px, 2.1vw, 35px);
  font-weight: 600;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .ttl, #contents #initiative .sub_column02 .ttl {
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
  }
}
#contents #initiative .sub_column01 .column_wrap, #contents #initiative .sub_column02 .column_wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 3%;
}
#contents #initiative .sub_column01 .column_wrap .left, #contents #initiative .sub_column02 .column_wrap .left {
  width: 50%;
  margin-right: 5%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .column_wrap .left, #contents #initiative .sub_column02 .column_wrap .left {
    width: 100%;
    justify-content: center;
    margin-bottom: 5%;
    margin-right: 0;
  }
}
#contents #initiative .sub_column01 .column_wrap .left img, #contents #initiative .sub_column02 .column_wrap .left img {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .column_wrap .left img, #contents #initiative .sub_column02 .column_wrap .left img {
    padding: 5%;
  }
}
#contents #initiative .sub_column01 .column_wrap .right, #contents #initiative .sub_column02 .column_wrap .right {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .column_wrap .right, #contents #initiative .sub_column02 .column_wrap .right {
    width: 100%;
    justify-content: center;
    margin-bottom: 5%;
  }
}
#contents #initiative .sub_column01 .column_wrap .right img, #contents #initiative .sub_column02 .column_wrap .right img {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .column_wrap .right img, #contents #initiative .sub_column02 .column_wrap .right img {
    padding: 5%;
  }
}
#contents #initiative .sub_column01 .sub_column_visual_area, #contents #initiative .sub_column02 .sub_column_visual_area {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .sub_column_visual_area, #contents #initiative .sub_column02 .sub_column_visual_area {
    display: block;
  }
}
#contents #initiative .sub_column01 .sub_column_visual_area .sub_column_visual, #contents #initiative .sub_column02 .sub_column_visual_area .sub_column_visual {
  width: 32%;
}
#contents #initiative .sub_column01 .sub_column_visual_area .sub_column_visual:nth-child(2), #contents #initiative .sub_column02 .sub_column_visual_area .sub_column_visual:nth-child(2) {
  margin: 0 2%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .sub_column_visual_area .sub_column_visual:nth-child(2), #contents #initiative .sub_column02 .sub_column_visual_area .sub_column_visual:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .sub_column_visual_area .sub_column_visual, #contents #initiative .sub_column02 .sub_column_visual_area .sub_column_visual {
    width: 100%;
  }
}
#contents #initiative .sub_column01 .sub_column_visual_area .sub_column_visual img, #contents #initiative .sub_column02 .sub_column_visual_area .sub_column_visual img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .sub_column_visual_area, #contents #initiative .sub_column02 .sub_column_visual_area {
    overflow: hidden;
  }
  #contents #initiative .sub_column01 .swiper-container, #contents #initiative .sub_column02 .swiper-container {
    width: 100%;
    padding-bottom: 20px;
  }
  #contents #initiative .sub_column01 .swiper-slide, #contents #initiative .sub_column02 .swiper-slide {
    width: 80%;
    margin-right: 10px;
    text-align: center;
  }
  #contents #initiative .sub_column01 .swiper-slide img, #contents #initiative .sub_column02 .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column01 .column_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #contents #initiative .sub_column02 .column_wrap {
    display: block;
  }
}
#contents #circulation {
  margin: 0 20%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  #contents #circulation {
    margin: 0 5%;
    margin-bottom: 20%;
  }
}
#contents #circulation .circle {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
#contents #circulation .circle img {
  width: 100%;
}
#contents #circulation .circle .circle02, #contents #circulation .circle .circle03, #contents #circulation .circle .circle04, #contents #circulation .circle .circle05, #contents #circulation .circle .circle06, #contents #circulation .circle .circle07, #contents #circulation .circle .circle-map {
  position: absolute;
  left: 0;
  top: 0;
}
#contents #circulation .circle .circle02 img, #contents #circulation .circle .circle03 img, #contents #circulation .circle .circle04 img, #contents #circulation .circle .circle05 img, #contents #circulation .circle .circle06 img, #contents #circulation .circle .circle07 img, #contents #circulation .circle .circle-map img {
  width: 100%;
}
#contents #circulation .circle .circle02 {
  z-index: 2;
}
#contents #circulation .circle .circle03 {
  z-index: 3;
}
#contents #circulation .circle .circle04 {
  z-index: 4;
}
#contents #circulation .circle .circle05 {
  z-index: 5;
}
#contents #circulation .circle .circle06 {
  z-index: 6;
}
#contents #circulation .circle .circle07 {
  z-index: 7;
}
#contents #circulation .circle .circle-map {
  z-index: 8;
}
#contents #circulation .circle .circle02, #contents #circulation .circle .circle03, #contents #circulation .circle .circle04, #contents #circulation .circle .circle05, #contents #circulation .circle .circle06, #contents #circulation .circle .circle07, #contents #circulation .circle .circle-map {
  opacity: 0;
  transition: opacity 0.5s;
}
#contents #circulation .circle.show .circle-map {
  opacity: 1;
  transition-delay: 0s;
}
#contents #circulation .circle.show .circle02 {
  opacity: 1;
  transition-delay: 0s;
}
#contents #circulation .circle.show .circle03 {
  opacity: 1;
  transition-delay: 0.5s;
}
#contents #circulation .circle.show .circle04 {
  opacity: 1;
  transition-delay: 1s;
}
#contents #circulation .circle.show .circle05 {
  opacity: 1;
  transition-delay: 1.5s;
}
#contents #circulation .circle.show .circle06 {
  opacity: 1;
  transition-delay: 2s;
}
#contents #circulation .circle.show .circle07 {
  opacity: 1;
  transition-delay: 2.5s;
}
#contents #circulation .click {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  font-size: clamp(10px, 0.9vw, 25px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #circulation .click {
    margin-top: 5%;
  }
}
#contents #circulation .note {
  display: flex;
  justify-content: end;
  margin-top: 2%;
  font-size: clamp(10px, 0.9vw, 25px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #contents #circulation .note {
    margin-top: 5%;
  }
}
#contents #contact {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #contents #contact {
    margin-bottom: 5%;
  }
}
#contents #contact .section_ttl {
  margin-bottom: 3%;
}
#contents #contact .contact_txt {
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  #contents #contact .contact_txt {
    margin-bottom: 5%;
  }
}
#contents #contact .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #contact .btn_area .btn {
  margin: 0 auto;
  padding: 1% 10%;
  background-color: #023886;
  border-radius: 10px;
  font-size: clamp(20px, 2.1vw, 35px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contents #contact .btn_area .btn {
    padding: 3% 10%;
    width: 90%;
  }
}
#contents #footer .footer_visual img {
  width: 100%;
}
#contents #footer .copyright {
  font-size: clamp(10px, 0.9vw, 25px);
  text-align: center;
  margin-bottom: 1%;
}
@media screen and (max-width: 767px) {
  #contents #footer .copyright {
    margin-bottom: 3%;
  }
}
#contents .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#contents .modal.hidden {
  display: none;
}
#contents .modal:not(.hidden) {
  display: flex;
}
#contents .modal .modal-wrapper {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents .modal .modal-wrapper {
    width: 90%;
  }
}
#contents .modal .modal-wrapper .modal-close {
  position: absolute;
  top: 0;
  right: -7%;
  font-size: 3.5em;
  font-weight: 100;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: white;
}
@media screen and (max-width: 767px) {
  #contents .modal .modal-wrapper .modal-close {
    top: -15%;
    right: 0;
    font-size: 2em;
  }
}
#contents .modal .modal-wrapper .modal-inner {
  background: white;
  padding: 2% 1% 1% 1%;
  max-height: 90vh;
  overflow: auto;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-wrapper .swiper-slide {
  padding: 1% 2%;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-wrapper .swiper-slide .modal_ttl {
  text-align: center;
  font-size: clamp(20px, 2.1vw, 35px);
  font-weight: 500;
  padding-bottom: 2%;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-wrapper .swiper-slide .modal_visual {
  padding-bottom: 2%;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-wrapper .swiper-slide .modal_visual img {
  width: 100%;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-wrapper .swiper-slide .modal_txt {
  text-align: center;
  line-height: 1.5;
}
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-button-next,
#contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-button-prev {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-button-next,
  #contents .modal .modal-wrapper .modal-inner .swiper.modal-swiper .swiper-button-prev {
    --swiper-navigation-size: 25px !important;
  }
}/*# sourceMappingURL=style.css.map */