@charset "UTF-8";
@font-face {
  font-family: KozGoPr6N-Bold;
  src: url("../fonts/KozGoPr6N-Bold.otf");
}
@font-face {
  font-family: KozGoPr6N-Medium;
  src: url("../fonts/KozGoPr6N-Medium.otf");
}
@font-face {
  font-family: KozGoPr6N-Regular;
  src: url("../fonts/KozGoPr6N-Regular.otf");
}
@font-face {
  font-family: Acumin;
  src: url("../fonts/Acumin-Pro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: noto-black;
  src: url("../fonts/NotoSansJP-Black.woff2");
}
@font-face {
  font-family: noto-bold;
  src: url("../fonts/NotoSansJP-Bold.woff2");
}
@font-face {
  font-family: noto-regular;
  src: url("../fonts/NotoSansJP-Regular.woff2");
}
/* ===== add: orientation/height mixins ===== */
/* ===== add: orientation/height mixins ===== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 10000;
}
#header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
  z-index: 0;
  padding-right: 14px;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper {
    padding-right: 14rem;
  }
}
@media screen and (max-width: 768px) {
  #header .header-wrapper {
    padding-right: 11rem;
  }
}
#header .header-wrapper .h_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 91px;
  height: 61px;
  border-radius: 0 0 8px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-wrapper .h_logo img {
  width: 64px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_logo img {
    width: 64rem;
  }
}
#header .header-wrapper .h_logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#header .header-wrapper .h_logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_logo {
    width: 91rem;
    height: 61rem;
    border-radius: 0 0 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  #header .header-wrapper .h_logo {
    width: 110rem;
    height: 73rem;
  }
  #header .header-wrapper .h_logo img {
    width: 77rem;
  }
}
#header .header-wrapper .h_menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 14px;
  top: 15px;
  gap: 3px;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
#header .header-wrapper .h_menu.is-visible {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_menu {
    right: 14rem;
    top: 15rem;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #header .header-wrapper .h_menu {
    right: 11rem;
    top: 8rem;
  }
}
#header .header-wrapper .h_menu .item {
  width: 81px;
  height: 81px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_menu .item {
    width: 81rem;
    height: 81rem;
    border-radius: 8rem;
  }
}
#header .header-wrapper .h_menu .item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-wrapper .h_menu .item.news svg {
  width: 44px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_menu .item.news svg {
    width: 44rem;
  }
}
#header .header-wrapper .h_menu .item.news:hover {
  background-color: #0db9d6;
}
#header .header-wrapper .h_menu .item.news:hover svg path {
  fill: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-wrapper .h_menu .item.contact {
  background-color: #0db9d6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-wrapper .h_menu .item.contact svg {
  width: 72px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  #header .header-wrapper .h_menu .item.contact svg {
    width: 72rem;
  }
}
#header .header-wrapper .h_menu .item.contact:hover {
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .header-wrapper .h_menu .item.contact:hover svg path {
  fill: #0db9d6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#header.header-scrolled {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

.mobile-nav-toggle {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 5rem;
  background: black;
  border-radius: 0.95rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1001;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .mobile-nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-nav-toggle-content {
  margin-top: 0.5rem;
}
.mobile-nav-toggle .toggle-text-menu {
  color: white;
  font-size: 0.9rem;
}
.mobile-nav-toggle .toggle-text-close {
  color: white;
  font-size: 0.9rem;
  display: none;
}
.mobile-nav-toggle .toggle-icon {
  position: relative;
  display: block;
  width: 2.7rem;
  height: 1.2rem;
  margin: 0;
}
.mobile-nav-toggle .toggle-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.27rem;
  background: #FFFFFF;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-nav-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
.mobile-nav-toggle .toggle-icon span:nth-child(2) {
  bottom: 0;
  width: 1.6rem;
}
.mobile-nav-toggle.toggle-active .toggle-text-menu {
  display: none;
}
.mobile-nav-toggle.toggle-active .toggle-text-close {
  display: block;
}
.mobile-nav-toggle.toggle-active .toggle-icon {
  margin-bottom: 1rem;
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(1) {
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
          transform: translateY(0.5rem) rotate(-45deg);
}
.mobile-nav-toggle.toggle-active .toggle-icon span:nth-child(2) {
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
          transform: translateY(-0.5rem) rotate(45deg);
  width: 2.7rem;
}

#mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 998;
  top: -100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 16.7rem 0 8rem 0;
}
#mobile-nav .container {
  height: 100%;
  position: relative;
}
#mobile-nav .container .mobile-nav-menu {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10rem;
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu {
    gap: 5rem 0;
  }
}
@media only screen and (max-width: 640px) {
  #mobile-nav .container .mobile-nav-menu-item {
    width: 100%;
  }
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl {
  font-size: 1.6rem;
  font-family: AvenirNext-Bold;
  font-weight: bold;
  color: black;
  margin-top: 0;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-en {
  margin-bottom: 0.5rem;
}
#mobile-nav .container .mobile-nav-menu-item ul .menu-ttl-jp {
  font-family: KozGoPr6N-Bold;
  font-size: 1.2rem;
}
#mobile-nav .container .mobile-nav-menu-item ul li {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
  margin-top: 2rem;
}
#mobile-nav .container .mobile-bottom-menu {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3rem;
  border-bottom: 0.75px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mobile-nav .container .mobile-bottom-menu li a span {
  font-family: KozGoPr6N-Bold;
  font-size: 1rem;
  color: #ACADAD;
}
#mobile-nav .container .mobile-bottom-menu .footer-submenu-border {
  width: 1px;
  height: 1.5rem;
  background: #ACADAD;
  margin: 0 2rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#mobile-nav .container .mobile-nav-sdg {
  padding: 2.5rem 0 3.7rem 0;
}
#mobile-nav .container .block_img_01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 43rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#mobile-nav .container .block_img_01 img {
  width: 100%;
}
#mobile-nav .container .block_img_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#mobile-nav .container .block_img_02 img {
  width: 100%;
}

.mobile-nav-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Mobile Nav body classes */
@media only screen and (max-width: 640px) {
  body.mobile-nav-active {
    overflow: hidden;
  }
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

/* ===== add: orientation/height mixins ===== */
html {
  background-color: #1c35e8;
}

html,
body {
  overflow-x: clip;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .container {
    max-width: 1200rem;
  }
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

.c-blue {
  color: #0db9d6;
}

.c-white {
  color: #fff;
}

.acu {
  font-family: "Acumin", sans-serif;
}

main#main,
article {
  position: relative;
  overflow-y: visible;
}

.tab-button {
  border-radius: 999px;
  border: 1px solid #fff;
  color: #fff;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .tab-button {
    height: 50rem;
  }
}
.tab-button p {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .tab-button p {
    font-size: 16rem;
  }
}
.tab-button:hover {
  border: none;
  background-color: #fff;
  color: #1c35e8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-button:hover svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-button:hover svg path {
  fill: #1c35e8;
}
.tab-button svg {
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .tab-button svg {
    right: 13rem;
  }
}
.tab-button svg path {
  fill: #fff;
}
.tab-button.active {
  border: none;
  background-color: #fff;
  color: #1c35e8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-button.active:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-button.active:hover svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.tab-button.active:hover svg path {
  fill: #fff;
}
.tab-button.active svg path {
  fill: #1c35e8;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content.active .table-item {
  margin-bottom: 23px;
}
.tab-content.active .table-item .item {
  color: #fff;
  line-height: 38px;
  font-size: 18px;
  display: grid;
  grid-template-columns: 122px auto;
  gap: 167px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
}
.tab-content.active .table-item .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1900px) {
  .tab-content.active .table-item .item {
    gap: 167rem;
    font-size: 18rem;
    line-height: 38rem;
    grid-template-columns: 122rem auto;
    padding-bottom: 25rem;
    margin-bottom: 23rem;
  }
}
.tab-content.active .table-item .item .ttl {
  padding-left: 32px;
}
@media screen and (max-width: 1900px) {
  .tab-content.active .table-item .item .ttl {
    padding-left: 32rem;
  }
}
.tab-content.active .table-item .item .detail {
  padding-right: 32px;
}
@media screen and (max-width: 1900px) {
  .tab-content.active .table-item .item .detail {
    padding-right: 32rem;
  }
}

.linkbtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .linkbtn {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .linkbtn {
    font-size: 26rem;
  }
}
.linkbtn .btn-txt {
  width: 100%;
  text-align: center;
}
.linkbtn:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.linkbtn:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.linkbtn svg {
  width: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .linkbtn svg {
    width: 15rem;
  }
}
.linkbtn svg path {
  fill: #00c5e5;
}
.linkbtn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
}

.top-section_header {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.top-section_header .top-section_header-title {
  margin-bottom: 15px;
}
.top-section_header .top-section_header-title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .top-section_header .top-section_header-title {
    margin-bottom: 15rem;
  }
}
.top-section_header .top-section_header-hdg img {
  width: 100%;
  height: auto;
}
.top-section_header .top-section_header-detail {
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1900px) {
  .top-section_header .top-section_header-detail {
    font-size: 21rem;
    line-height: 36rem;
  }
}

.bg_grad {
  position: relative;
  z-index: 10;
}
.bg_grad::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(13, 185, 214)), to(rgb(28, 53, 232)));
  background-image: linear-gradient(to top, rgb(13, 185, 214), rgb(28, 53, 232));
}

.scroll-scene {
  position: relative;
  overflow: visible;
  height: 650vh;
}
@media screen and (max-width: 1900px) {
  .scroll-scene {
    height: clamp(5184px, 5184px + (100vw - 1025px) * 2.413, 7344px);
  }
}
@media screen and (max-width: 1024px) {
  .scroll-scene {
    height: clamp(4500px, 4500px + (100vw - 769px) * 3.529, 5400px);
  }
}
@media screen and (max-width: 768px) {
  .scroll-scene {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 200rem;
  }
}

.c-wrap {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: url(../img/kv_bg.webp) no-repeat center/cover;
}
.c-wrap .c-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.c-wrap .color-overlay {
  position: absolute;
  inset: 0;
  background-color: #1c35e8;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.c-wrap #bgCanvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
}

.mv-wrapper {
  position: relative;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv-wrapper {
    width: 100%;
  }
}
.mv-wrapper .mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-wrapper .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow: hidden;
}
.mv-wrapper .mv .mv-txt {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-wrapper .mv .mv-txt .mv-fg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.mv-wrapper .mv .mv-txt .mv-fg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1900px) {
  .mv-wrapper .mv .mv-txt .mv-fg {
    width: 1300rem;
    height: 800rem;
  }
  .mv-wrapper .mv .mv-txt .mv-fg img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mv-wrapper .mv .mv-txt .mv-fg {
    width: 100%;
    height: 100%;
  }
  .mv-wrapper .mv .mv-txt .mv-fg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 667px) and (max-height: 375px) and (orientation: landscape) {
  .mv-wrapper .mv .mv-txt .mv-fg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 767px) and (max-width: 1299px) {
  .mv-wrapper .mv .mv-txt .mv-fg.pc-only[data-pc-variant=crop] {
    display: block;
  }
}
@media (min-width: 1300px) {
  .mv-wrapper .mv .mv-txt .mv-fg.pc-only[data-pc-variant=full] {
    display: block;
  }
}

.photo-area {
  position: relative;
  height: 140vh;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
}
.photo-area .top-bg_img {
  position: fixed;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-area .top-bg_img__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .photo-area .top-bg_img__inner {
    height: 50%;
  }
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner {
    height: 90%;
  }
}
.photo-area .top-bg_img__inner .item {
  position: absolute;
}
.photo-area .top-bg_img__inner .item img {
  width: 100%;
  height: auto;
}
.photo-area .top-bg_img__inner .item--1 {
  top: 0;
  right: 31.308vw;
  z-index: 10;
  width: 28.154vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--1 {
    right: 0;
    width: 51.875vw;
  }
}
.photo-area .top-bg_img__inner .item--2 {
  bottom: 4.308vw;
  right: 17.231vw;
  z-index: 10;
  width: 24.538vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--2 {
    right: 0;
    width: 55.313vw;
    bottom: 28.125vw;
  }
}
.photo-area .top-bg_img__inner .item--3 {
  bottom: 0;
  right: 25.462vw;
  width: 24.538vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--3 {
    right: 0;
    width: 49.688vw;
  }
}
.photo-area .top-bg_img__inner .item--4 {
  bottom: 0;
  left: 18.154vw;
  z-index: 5;
  width: 31.769vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--4 {
    left: 0;
    width: 78.75vw;
  }
}
.photo-area .top-bg_img__inner .item--5 {
  top: 12.769vw;
  right: 11.462vw;
  z-index: 8;
  width: 44.231vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--5 {
    right: auto;
    left: 0;
    top: 53.125vw;
    width: 58.594vw;
  }
}
.photo-area .top-bg_img__inner .item--6 {
  top: 0;
  left: 0;
  z-index: 4;
  width: 45.231vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--6 {
    width: 68.438vw;
  }
}
.photo-area .top-bg_img__inner .item--7 {
  left: 0;
  bottom: 8.538vw;
  z-index: 2;
  width: 47.154vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--7 {
    width: 48.594vw;
    left: 0;
    bottom: 45.313vw;
  }
}
.photo-area .top-bg_img__inner .item--8 {
  right: 0;
  bottom: 11.077vw;
  width: 34.538vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--8 {
    width: 70vw;
    bottom: 62.5vw;
  }
}
.photo-area .top-bg_img__inner .item--9 {
  top: 0;
  right: 3.846vw;
  width: 27.462vw;
}
@media screen and (max-width: 768px) {
  .photo-area .top-bg_img__inner .item--9 {
    width: 65.625vw;
    right: 0;
    top: 29.219vw;
  }
}

.t_catch {
  position: relative;
  z-index: 10;
}
.t_catch .container {
  max-width: none;
  padding-left: 6.23vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_catch .container {
    padding-left: 4.688vw;
  }
}
.t_catch .container .top-lead_text {
  margin-bottom: 68px;
}
.t_catch .container .top-lead_text.slide-clip {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.4s ease-out;
  transition: clip-path 0.4s ease-out;
}
.t_catch .container .top-lead_text.slide-clip.is-visible {
  clip-path: inset(0 0 0 0);
}
.t_catch .container .top-lead_text.is-1 {
  width: 65%;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text.is-1 {
    width: 86.38vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text.is-1 {
    width: 89.844vw;
  }
}
.t_catch .container .top-lead_text.is-2 {
  width: 65%;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text.is-2 {
    width: 79.53vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text.is-2 {
    width: 82.656vw;
  }
}
.t_catch .container .top-lead_text.is-3 {
  width: 65%;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text.is-3 {
    width: 75.3vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text.is-3 {
    width: 87.969vw;
  }
}
.t_catch .container .top-lead_text.is-4 {
  width: 65%;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text.is-4 {
    width: 80.92vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text.is-4 {
    width: 89.531vw;
  }
}
.t_catch .container .top-lead_text.is-5 {
  width: 65%;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text.is-5 {
    width: 55.3vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text.is-5 {
    width: 65.781vw;
  }
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text {
    margin-bottom: 68rem;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text {
    margin-bottom: 56rem;
  }
}
.t_catch .container .top-lead_text:nth-last-child(2) {
  margin-bottom: 285px;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text:nth-last-child(2) {
    margin-bottom: 285rem;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text:nth-last-child(2) {
    margin-bottom: 25.313vw;
  }
}
.t_catch .container .top-lead_text .top-lead_text__inner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_text-obj img {
  width: 100%;
  height: auto;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 {
  position: absolute;
  top: 4.945vw;
  left: 0.573vw;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 {
    top: 6.385vw;
    left: 0.846vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 {
    top: 8.125vw;
    left: 0.938vw;
  }
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1.active img {
  opacity: 1;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1.active::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-animation: slideInText 0.4s cubic-bezier(0.51, 0.32, 0, 0.96);
          animation: slideInText 0.4s cubic-bezier(0.51, 0.32, 0, 0.96);
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 img {
  z-index: 2;
  width: 29.62vw;
  height: auto;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: opacity cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 img {
    width: 38.3vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1 img {
    width: 45.781vw;
  }
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-1::before {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #00c5e5;
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s, -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 {
  position: absolute;
  top: 9.526vw;
  left: 0px;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 {
    top: 12.538vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 {
    top: 103rem;
    left: 2rem;
  }
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2.active img {
  opacity: 1;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2.active::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-animation: slideInText 0.4s cubic-bezier(0.51, 0.32, 0, 0.96);
          animation: slideInText 0.4s cubic-bezier(0.51, 0.32, 0, 0.96);
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2::before {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #00c5e5;
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s, -webkit-transform cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
}
.t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 img {
  width: 23.581vw;
  height: auto;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  transition: opacity cubic-bezier(0.8, 0.02, 0.45, 0.98) 0.35s;
  z-index: 2;
}
@media screen and (max-width: 1900px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 img {
    width: 31.07vw;
  }
}
@media screen and (max-width: 768px) {
  .t_catch .container .top-lead_text .top-lead_text__inner .top-lead_link-obj-2 img {
    width: 37.031vw;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  51% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes slideInText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.t_required {
  z-index: 5;
}
.t_required::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 185, 214)), to(rgb(28, 53, 232)));
  background-image: linear-gradient(to bottom, rgb(13, 185, 214), rgb(28, 53, 232));
}
.t_required .container {
  max-width: none;
  width: 100%;
  padding-top: 212px;
  padding-bottom: 261px;
}
@media screen and (max-width: 1900px) {
  .t_required .container {
    padding-top: 212rem;
    padding-bottom: 261rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container {
    padding-top: 25vw;
    padding-bottom: 35.469vw;
  }
}
.t_required .container .top-section_header {
  top: -174px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .top-section_header {
    top: -174rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .top-section_header {
    top: -16.25vw;
  }
}
.t_required .container .top-section_header .top-section_header-title {
  width: 866px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1900px) {
  .t_required .container .top-section_header .top-section_header-title {
    width: 866rem;
    height: 260rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .top-section_header .top-section_header-title {
    width: 81.719vw;
    height: 24.375vw;
  }
}
.t_required .container .top-section_header .top-section_header-hdg {
  width: 477px;
  height: 45px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .t_required .container .top-section_header .top-section_header-hdg {
    width: 477rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .top-section_header .top-section_header-hdg {
    width: 55.937vw;
    height: 5.313vw;
  }
}
.t_required .container .requiredSwiper {
  padding-bottom: 94px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper {
    padding-bottom: 94rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper {
    padding-bottom: 17.031vw;
  }
}
.t_required .container .requiredSwiper .swiper-element {
  position: relative;
  height: 70px;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-element {
    height: 70rem;
    width: 190rem;
    gap: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-element {
    width: 29.063vw;
    height: 10.938vw;
    gap: 6.25vw;
  }
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev:after,
.t_required .container .requiredSwiper .swiper-element .swiper-rtl .swiper-button-next:after,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next:after,
.t_required .container .requiredSwiper .swiper-element .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next {
  width: 70px;
  height: 70px;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-element .swiper-button-prev,
  .t_required .container .requiredSwiper .swiper-element .swiper-button-next {
    width: 70rem;
    height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-element .swiper-button-prev,
  .t_required .container .requiredSwiper .swiper-element .swiper-button-next {
    width: 10.938vw;
    height: 10.938vw;
  }
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev svg,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next svg {
  width: 100%;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev svg circle,
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev svg path,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next svg circle,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev:hover svg circle,
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev:hover svg path,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next:hover svg circle,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next:hover svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev:hover svg circle,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next:hover svg circle {
  fill: #07d3ff;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev:hover svg path,
.t_required .container .requiredSwiper .swiper-element .swiper-button-next:hover svg path {
  fill: #fff;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-prev {
  left: 0;
}
.t_required .container .requiredSwiper .swiper-element .swiper-button-next {
  right: 0;
}
.t_required .container .requiredSwiper .swiper-slide figure {
  margin-bottom: 62px;
  position: relative;
  height: 425px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide figure {
    margin-bottom: 62rem;
    height: 425rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-slide figure {
    margin-bottom: 5.469vw;
    height: 40.625vw;
  }
}
.t_required .container .requiredSwiper .swiper-slide figure img:first-of-type {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide figure img:first-of-type {
    border-radius: 8rem;
  }
}
.t_required .container .requiredSwiper .swiper-slide figure .abobetext {
  width: auto;
  position: absolute;
  z-index: 10;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
.t_required .container .requiredSwiper .swiper-slide p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide p {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-slide p {
    font-size: 21rem;
    line-height: 36rem;
  }
}
.t_required .container .requiredSwiper .swiper-slide.s01 .abobetext {
  bottom: 22px;
  right: -80px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide.s01 .abobetext {
    bottom: 22rem;
    right: -80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-slide.s01 .abobetext {
    right: -5.625vw;
    bottom: 2.344vw;
    width: 44.531vw;
    height: auto;
  }
}
.t_required .container .requiredSwiper .swiper-slide.s02 .abobetext {
  right: -98px;
  bottom: 29px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide.s02 .abobetext {
    right: -98rem;
    bottom: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-slide.s02 .abobetext {
    width: 47.031vw;
    height: auto;
    right: -3.438vw;
    bottom: 2.188vw;
  }
}
.t_required .container .requiredSwiper .swiper-slide.s03 .abobetext {
  right: -121px;
  bottom: 29px;
}
@media screen and (max-width: 1900px) {
  .t_required .container .requiredSwiper .swiper-slide.s03 .abobetext {
    right: -121rem;
    bottom: 29rem;
  }
}
@media screen and (max-width: 768px) {
  .t_required .container .requiredSwiper .swiper-slide.s03 .abobetext {
    width: 49.531vw;
    height: auto;
    right: -2.812vw;
    bottom: 1.25vw;
  }
}
.t_required .container .requiredSwiper .swiper-element {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.t_story {
  z-index: 5;
}
.t_story::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00c5e5;
  z-index: -1;
}
.t_story .container {
  padding-top: 324px;
  padding-bottom: 237px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t_story .container {
    padding-top: 324rem;
    padding-bottom: 237rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container {
    padding-top: 57.292vw;
    padding-bottom: 42.188vw;
  }
}
.t_story .container .top-section_header {
  top: -172px;
}
@media screen and (max-width: 1900px) {
  .t_story .container .top-section_header {
    top: -172rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .top-section_header {
    top: -16.562vw;
  }
}
.t_story .container .top-section_header .top-section_header-title {
  width: 766px;
  height: 231px;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .t_story .container .top-section_header .top-section_header-title {
    width: 766rem;
    height: 231rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .top-section_header .top-section_header-title {
    width: 70.781vw;
    height: 21.875vw;
    margin-bottom: 30rem;
  }
}
.t_story .container .top-section_header .top-section_header-hdg {
  width: 619px;
  height: 45px;
  margin: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_story .container .top-section_header .top-section_header-hdg {
    width: 619rem;
    height: 45rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .top-section_header .top-section_header-hdg {
    width: 72.5vw;
    height: 5.313vw;
    margin-bottom: 98rem;
  }
}
.t_story .container .top-section_header .top-section_header-detail {
  color: #fff;
}
.t_story .container .t_story_pins .t_story_wrapper {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper {
    height: auto;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .story-ttl,
.t_story .container .t_story_pins .t_story_wrapper .prof,
.t_story .container .t_story_pins .t_story_wrapper .detail {
  position: absolute;
  z-index: 15;
}
.t_story .container .t_story_pins .t_story_wrapper .story-ttl img,
.t_story .container .t_story_pins .t_story_wrapper .prof img,
.t_story .container .t_story_pins .t_story_wrapper .detail img {
  height: auto;
}
.t_story .container .t_story_pins .t_story_wrapper figure {
  position: relative;
  width: 100%;
  height: 48.692vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper figure {
    height: 161.406vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap {
  position: absolute;
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 185, 214)), to(rgb(28, 53, 232)));
  background-image: linear-gradient(to bottom, rgb(13, 185, 214), rgb(28, 53, 232));
  -webkit-filter: opacity(15%);
          filter: opacity(15%);
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap img {
  width: 100%;
  height: auto;
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-1 {
  top: 0;
  right: 8.462vw;
  width: 55.538vw;
  height: 48.692vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-1 {
    width: 100vw;
    height: 65.625vw;
    right: 0;
    top: 9.375vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-2 {
  top: 0;
  left: 0;
  width: 50.308vw;
  height: 29.462vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-2 {
    width: 57.656vw;
    height: 33.75vw;
    top: 75vw;
    z-index: 5;
  }
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-3 {
  right: 0;
  bottom: 0;
  width: 8.462vw;
  height: 39.154vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-3 {
    width: 78.125vw;
    height: 9.375vw;
    bottom: auto;
    top: 0;
  }
}
.t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-4 {
  bottom: 0;
  left: 8.615vw;
  width: 51vw;
  height: 23.692vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper figure .img-wrap.img-4 {
    width: 51.563vw;
    height: 65.625vw;
    right: 0;
    left: auto;
    z-index: 2;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .story-ttl {
  top: 5.769vw;
  left: 5.154vw;
}
.t_story .container .t_story_pins .t_story_wrapper .story-ttl img {
  width: 49.231vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper .story-ttl {
    left: 5.156vw;
    top: 56.094vw;
  }
  .t_story .container .t_story_pins .t_story_wrapper .story-ttl img {
    width: 84.531vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  right: 9.385vw;
  bottom: 9.077vw;
}
@media screen and (max-width: 1900px) {
  .t_story .container .t_story_pins .t_story_wrapper .prof {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper .prof {
    left: 5.156vw;
    right: auto;
    bottom: auto;
    top: 25.156vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .prof .p_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1900px) {
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_right {
    gap: 3rem;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .prof .p_left img,
.t_story .container .t_story_pins .t_story_wrapper .prof .p_right img {
  background-color: #102484;
  padding: 7px 5px;
}
@media screen and (max-width: 1900px) {
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_left img,
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_right img {
    padding: 7rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_left img {
    width: 24.531vw;
  }
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_right img:first-child {
    width: 6.25vw;
  }
  .t_story .container .t_story_pins .t_story_wrapper .prof .p_right img:last-child {
    width: 25.781vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .detail {
  bottom: 3.308vw;
  left: 11vw;
  width: 55.077vw;
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper .detail {
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 78.594vw;
    width: 89.688vw;
  }
}
.t_story .container .t_story_pins .t_story_wrapper .detail p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_story .container .t_story_pins .t_story_wrapper .detail p {
    font-size: 18rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .t_story .container .t_story_pins .t_story_wrapper .detail p {
    font-size: 21rem;
    line-height: 36rem;
  }
}

.t_work {
  z-index: 5;
}
.t_work::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(13, 185, 214)), to(rgb(28, 53, 232)));
  background-image: linear-gradient(to top, rgb(13, 185, 214), rgb(28, 53, 232));
  z-index: -1;
}
.t_work .container {
  max-width: none;
  width: 100%;
  padding-top: 437px;
  padding-bottom: 342px;
}
@media screen and (max-width: 1900px) {
  .t_work .container {
    padding-top: 437rem;
    padding-bottom: 342rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container {
    padding-top: 51.094vw;
    padding-bottom: 35.156vw;
  }
}
.t_work .container .top-section_header {
  top: -171px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .top-section_header {
    top: -171rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .top-section_header {
    top: -16.094vw;
  }
}
.t_work .container .top-section_header .top-section_header-hdg {
  margin-bottom: 56px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .top-section_header .top-section_header-hdg {
    margin-bottom: 56rem;
  }
}
.t_work .container .top-section_header .top-section_header-detail {
  color: #fff;
}
.t_work .container .top-section_header .top-section_header-title {
  width: 906px;
  height: 231px;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .top-section_header .top-section_header-title {
    width: 906rem;
    height: 231rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .top-section_header .top-section_header-title {
    width: 526rem;
    height: 140rem;
    margin-bottom: 30rem;
  }
}
.t_work .container .top-section_header .top-section_header-hdg {
  width: 429px;
  height: 45px;
  margin: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .top-section_header .top-section_header-hdg {
    width: 429rem;
    height: 45rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .top-section_header .top-section_header-hdg {
    width: 322rem;
    height: 34rem;
    margin-bottom: 98rem;
  }
}
.t_work .container .works_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper {
    gap: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper {
    gap: 94rem;
  }
}
.t_work .container .works_item_wrapper .works_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.077vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.125vw;
  }
}
.t_work .container .works_item_wrapper .works_item.column-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.column-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.t_work .container .works_item_wrapper .works_item .img {
  max-width: 46.846vw;
  width: 100%;
  position: relative;
  height: 48.846vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item .img {
    max-width: 100%;
    height: 104.375vw;
  }
}
.t_work .container .works_item_wrapper .works_item .img img {
  height: auto;
  position: absolute;
}
.t_work .container .works_item_wrapper .works_item .img .above {
  position: absolute;
  bottom: 6.308vw;
  height: 8.846vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item .img .above {
    bottom: 7.031vw;
    height: 16.563vw;
  }
}
.t_work .container .works_item_wrapper .works_item .img .above img {
  width: 100%;
  height: auto;
}
.t_work .container .works_item_wrapper .works_item .text {
  max-width: 41.385vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item .text {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item .text {
    max-width: 88.125vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.938vw;
    margin: 0 auto;
  }
}
.t_work .container .works_item_wrapper .works_item .text .title img {
  height: auto;
}
.t_work .container .works_item_wrapper .works_item .text p {
  font-size: 21px;
  line-height: 36px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item .text p {
    font-size: 21rem;
    line-height: 36rem;
  }
}
.t_work .container .works_item_wrapper .works_item.item-1 .text {
  margin-top: 79px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .text {
    margin-top: 79rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .text .title img {
    width: 239rem;
  }
}
.t_work .container .works_item_wrapper .works_item.item-1 .img .img-1 {
  width: 30.154vw;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .img .img-1 {
    width: 64.375vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-1 .img .img-2 {
  width: 38.462vw;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .img .img-2 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-1 .img .img-3 {
  width: 38.462vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .img .img-3 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-1 .img .above {
  left: 3.077vw;
  width: 32.154vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-1 .img .above {
    left: 5.781vw;
    width: 57.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .img {
  margin-top: -266px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img {
    margin-top: -266rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img {
    margin-top: 0;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .img .img-1 {
  width: 30.154vw;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img .img-1 {
    width: 64.375vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .img .img-2 {
  width: 38.462vw;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img .img-2 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .img .img-3 {
  width: 38.462vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img .img-3 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .img .above {
  right: 1.615vw;
  height: 13vw;
  width: 32.308vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .img .above {
    width: 55.469vw;
    right: 2.344vw;
    height: 24.844vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-2 .text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-2 .text .title img {
    width: 246rem;
    height: auto;
  }
}
.t_work .container .works_item_wrapper .works_item.item-3 .text {
  margin-top: 44px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .text {
    margin-top: 44rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .text {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .text .title img {
    width: 101rem;
    height: auto;
  }
}
.t_work .container .works_item_wrapper .works_item.item-3 .img .img-1 {
  width: 30.154vw;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .img .img-1 {
    width: 64.375vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-3 .img .img-2 {
  width: 38.462vw;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .img .img-2 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-3 .img .img-3 {
  width: 38.462vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .img .img-3 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-3 .img .above {
  left: 3.077vw;
  width: 40.846vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-3 .img .above {
    width: 70.156vw;
    left: 5.469vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .img {
  margin-top: -266px;
}
@media screen and (max-width: 1900px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img {
    margin-top: -266rem;
  }
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img {
    margin-top: 0;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .img .img-1 {
  width: 30.154vw;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img .img-1 {
    width: 64.375vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .img .img-2 {
  width: 38.462vw;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img .img-2 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .img .img-3 {
  width: 38.462vw;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img .img-3 {
    width: 82.188vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .img .above {
  width: 30.769vw;
  right: 1.615vw;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .img .above {
    width: 52.812vw;
  }
}
.t_work .container .works_item_wrapper .works_item.item-4 .text {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .t_work .container .works_item_wrapper .works_item.item-4 .text .title img {
    width: 101rem;
    height: auto;
  }
}

.t_recruit {
  z-index: 5;
}
.t_recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c35e8;
  z-index: -1;
}
.t_recruit .container {
  padding-top: 216px;
  padding-bottom: 325px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container {
    padding-top: 216rem;
    padding-bottom: 325rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container {
    padding-top: 172rem;
    padding-bottom: 246rem;
  }
}
.t_recruit .container .top-section_header {
  top: -166px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .top-section_header {
    top: -166rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .top-section_header {
    top: -105rem;
  }
}
.t_recruit .container .top-section_header-title {
  width: 974px;
  height: 231px;
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .top-section_header-title {
    width: 974rem;
    height: 231rem;
    margin-bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .top-section_header-title {
    width: 566rem;
    height: 140rem;
    margin-bottom: 30rem;
  }
}
.t_recruit .container .top-section_header-hdg {
  width: 430px;
  height: 45px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .t_recruit .container .top-section_header-hdg {
    width: 430rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .container .top-section_header-hdg {
    width: 322rem;
    height: 34rem;
  }
}
.t_recruit .tabs {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .t_recruit .tabs {
    max-width: 1080rem;
  }
}
.t_recruit .tabs .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .tabs .tab-buttons {
    margin-bottom: 60rem;
    gap: 20rem;
  }
}
.t_recruit .tabs .tab-buttons .tab-button {
  width: 265px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .tabs .tab-buttons .tab-button {
    width: 265rem;
  }
}

.t_blog {
  z-index: 5;
}
.t_blog::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00c5e5;
  z-index: -1;
}
.t_blog .container {
  padding-top: 233px;
  padding-bottom: 340px;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t_blog .container {
    padding-top: 233rem;
    padding-bottom: 340rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container {
    padding-top: 148rem;
    padding-bottom: 257rem;
  }
}
.t_blog .container .top-section_header {
  top: -178px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .top-section_header {
    top: -178rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .top-section_header {
    top: -16.562vw;
  }
}
.t_blog .container .top-section_header-title {
  width: 884px;
  height: 231px;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .top-section_header-title {
    width: 884rem;
    height: 231rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .top-section_header-title {
    width: 513rem;
    height: 140rem;
    margin-bottom: 30rem;
  }
}
.t_blog .container .top-section_header-hdg {
  width: 523px;
  height: 45px;
  margin: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .top-section_header-hdg {
    width: 523rem;
    height: 45rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .top-section_header-hdg {
    width: 321rem;
    height: 34rem;
    margin-bottom: 98rem;
  }
}
.t_blog .container .news-swiper .swiper-slide .item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_blog .container .news-swiper .swiper-slide .item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_blog .container .news-swiper .swiper-slide .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.t_blog .container .news-swiper .swiper-slide .item .thum {
  position: relative;
  margin-bottom: 9px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .thum {
    margin-bottom: 9rem;
  }
}
.t_blog .container .news-swiper .swiper-slide .item .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_blog .container .news-swiper .swiper-slide .item .item-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element {
    margin-bottom: 3rem;
  }
}
.t_blog .container .news-swiper .swiper-slide .item .item-element .update {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element .update {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element .update {
    font-size: 21rem;
  }
}
.t_blog .container .news-swiper .swiper-slide .item .item-element .cat {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.t_blog .container .news-swiper .swiper-slide .item .item-element .cat::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element .cat::before {
    width: 8rem;
    height: 8rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element .cat {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-element .cat {
    font-size: 21rem;
  }
}
.t_blog .container .news-swiper .swiper-slide .item .item-ttl {
  font-weight: 700;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-ttl {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .news-swiper .swiper-slide .item .item-ttl {
    font-size: 24rem;
  }
}
.t_blog .container .linkbtn {
  max-width: 336px;
  width: 100%;
  margin: 60px auto auto;
  color: #00c5e5;
  height: 65px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .linkbtn {
    margin: 60rem auto auto;
    max-width: 336rem;
    height: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .t_blog .container .linkbtn {
    height: 77rem;
    max-width: 400rem;
  }
}
.t_blog .container .linkbtn:hover {
  background-color: #00c5e5;
  color: #fff;
  border: 1px solid #fff;
}
.t_blog .container .linkbtn:hover svg path {
  fill: #fff;
}
.t_blog .container .linkbtn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .t_blog .container .linkbtn svg {
    right: 21rem;
  }
}
.t_blog .container .linkbtn svg path {
  fill: #00c5e5;
}

.t_qa .container {
  max-width: 1126px;
  padding-top: 238px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container {
    max-width: 1126rem;
    padding-top: 238rem;
    padding-bottom: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container {
    padding-top: 166rem;
    padding-bottom: 80rem;
  }
}
.t_qa .container .top-section_header {
  top: -188px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .top-section_header {
    top: -188rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .top-section_header {
    top: -17.656vw;
  }
}
.t_qa .container .top-section_header-title {
  width: 614px;
  height: 260px;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .top-section_header-title {
    width: 614rem;
    height: 260rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .top-section_header-title {
    width: 360rem;
    height: 156rem;
    margin-bottom: 30rem;
  }
}
.t_qa .container .top-section_header-hdg {
  width: 523px;
  height: 45px;
  margin: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .top-section_header-hdg {
    width: 523rem;
    height: 45rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .top-section_header-hdg {
    width: 392rem;
    height: 34rem;
    margin-bottom: 98rem;
  }
}
.t_qa .container .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .tab-buttons {
    margin-bottom: 64rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .tab-buttons {
    margin-bottom: 48rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20rem;
  }
}
.t_qa .container .tab-buttons .tab-button {
  width: 265px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .tab-buttons .tab-button {
    width: 265rem;
  }
}
.t_qa .container .tab-buttons .tab-button p {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .tab-buttons .tab-button p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .tab-buttons .tab-button {
    max-width: 279rem;
    width: 48%;
  }
  .t_qa .container .tab-buttons .tab-button p {
    font-size: 18rem;
  }
}
.t_qa .container .item {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .t_qa .container .item {
    max-width: 580rem;
    gap: 17rem;
  }
}
.t_qa .container .item .question {
  background-color: #07d3ff;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  padding: 24px 98px 24px 30px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .item .question {
    font-size: 21rem;
    line-height: 32rem;
    padding: 24rem 98rem 24rem 30rem;
    border-radius: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .item .question {
    padding: 29rem 108rem 24rem 30rem;
  }
}
.t_qa .container .item .question::after {
  content: "＋";
  width: 41px;
  height: 41px;
  line-height: 41px;
  background-color: #fff;
  color: #07d3ff;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 31px;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .item .question::after {
    width: 41rem;
    height: 41rem;
    right: 31rem;
    line-height: 41rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .item .question::after {
    right: 15rem;
    width: 55rem;
    height: 55rem;
    line-height: 55rem;
  }
}
.t_qa .container .item .answer {
  font-size: 16px;
  line-height: 32px;
  max-width: 962px;
  width: 100%;
  margin: auto;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .item .answer {
    font-size: 16rem;
    line-height: 32rem;
    max-width: 962rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .item .answer {
    font-size: 21rem;
    line-height: 40rem;
    max-width: 555rem;
  }
}
.t_qa .container .item.active .question::after {
  content: "ー";
}
.t_qa .container .item.active .answer {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  height: auto;
  padding-top: 20px;
  padding-bottom: 21px;
  -webkit-transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
  transition: padding 0.6s ease, opacity 0.6s ease, height 0.6s ease;
}
@media screen and (max-width: 1900px) {
  .t_qa .container .item.active .answer {
    padding-top: 20rem;
    padding-bottom: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .t_qa .container .item.active .answer {
    max-height: 5000rem;
  }
}

.t_map iframe {
  height: 600px;
}
@media screen and (max-width: 1900px) {
  .t_map iframe {
    height: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .t_map iframe {
    height: 295rem;
  }
}
@media screen and (max-width: 768px) {
  .t_map {
    display: none;
  }
}

.t_map_sp {
  display: none;
}
.t_map_sp a {
  width: 100%;
  height: 295rem;
  display: block;
}
.t_map_sp a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .t_map_sp {
    display: block;
  }
}

.t_contact .container {
  max-width: none;
  padding-top: 92px;
  padding-bottom: 27px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t_contact .container {
    padding-top: 92rem;
    padding-bottom: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container {
    padding-top: 87rem;
    padding-bottom: 157rem;
  }
}
.t_contact .container .top-section_header {
  position: relative;
  padding-bottom: 93px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .top-section_header {
    padding-bottom: 93rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .top-section_header {
    border-bottom: none;
  }
}
.t_contact .container .top-section_header-title {
  width: 788px;
  height: 231px;
  margin: auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .top-section_header-title {
    width: 788rem;
    height: 231rem;
    margin-bottom: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .top-section_header-title {
    width: 469rem;
    height: 140rem;
    margin-bottom: 30rem;
  }
}
.t_contact .container .top-section_header-hdg {
  width: 282px;
  height: 45px;
  margin: auto;
  margin-bottom: 42px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .top-section_header-hdg {
    width: 282rem;
    height: 45rem;
    margin-bottom: 42rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .top-section_header-hdg {
    width: 211rem;
    height: 34rem;
    margin-bottom: 98rem;
  }
}
.t_contact .container .grid-item {
  display: grid;
  grid-template-columns: 284px auto;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item {
    grid-template-columns: 284rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}
.t_contact .container .grid-item .form-steps {
  padding-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 74px;
  border-right: 1px solid #f2f2f2;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps {
    padding-top: 56rem;
    gap: 74rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
  }
}
.t_contact .container .grid-item .form-steps .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-left: 53px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps .step-item {
    gap: 13rem;
    margin-left: 53rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps .step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.t_contact .container .grid-item .form-steps .step-item .step {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background-color: #f2f2f2;
  color: #07d3ff;
  font-size: 8px;
  line-height: 7px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps .step-item .step {
    width: 50rem;
    height: 50rem;
    font-size: 8rem;
    line-height: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps .step-item .step {
    font-size: 18rem;
    line-height: 16rem;
    width: 82rem;
    height: 82rem;
  }
}
.t_contact .container .grid-item .form-steps .step-item .step::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 1px;
  height: 74px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps .step-item .step::after {
    height: 74rem;
    width: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps .step-item .step::after {
    width: 150rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
  }
}
.t_contact .container .grid-item .form-steps .step-item.active .step {
  background-color: #07d3ff;
  color: #fff;
}
.t_contact .container .grid-item .form-steps .step-item .detail {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps .step-item .detail {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps .step-item .detail {
    font-size: 18rem;
  }
}
.t_contact .container .grid-item .form-steps .step-item .detail small {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form-steps .step-item .detail small {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form-steps .step-item .detail small {
    font-size: 16rem;
  }
}
.t_contact .container .grid-item .form-steps .step-item:last-child .step::after {
  content: none;
}
.t_contact .container .grid-item .form_items {
  padding-top: 41px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items {
    padding-top: 41rem;
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items {
    max-width: 580rem;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}
.t_contact .container .grid-item .form_items .item {
  display: grid;
  grid-template-columns: 312px auto;
  padding-bottom: 45px;
  padding-left: 48px;
  padding-top: 33px;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item {
    grid-template-columns: 312rem auto;
    padding-bottom: 45rem;
    padding-left: 48rem;
    padding-top: 33rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18rem;
    padding-left: 0;
    padding-bottom: 35rem;
    padding-top: 39rem;
  }
}
.t_contact .container .grid-item .form_items .item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item:first-child {
    padding-top: 39rem;
    border-top: 1px solid #fff;
  }
}
.t_contact .container .grid-item .form_items .item.nogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item.nogrid {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item.nogrid {
    gap: 20rem;
  }
}
.t_contact .container .grid-item .form_items .item.nogrid .wrap {
  display: grid;
  grid-template-columns: 312px auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item.nogrid .wrap {
    grid-template-columns: 312rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item.nogrid .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_contact .container .grid-item .form_items .item .ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 9px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item .ttl {
    font-size: 16rem;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item .ttl {
    font-size: 21rem;
    margin-top: 0;
  }
}
.t_contact .container .grid-item .form_items .item dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-right: 50px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd {
    margin-right: 50rem;
  }
}
.t_contact .container .grid-item .form_items .item dd input {
  height: 40px;
  background-color: #ffffff;
  border: none;
  padding: 10px 14px;
  font-size: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd input {
    width: 100%;
    height: 40rem;
    padding: 10rem 14rem;
    font-size: 16rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd input {
    height: 65rem;
    font-size: 21rem;
    width: 580rem;
  }
}
.t_contact .container .grid-item .form_items .item dd textarea {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  min-height: 200px;
  max-width: 100%;
  width: 100%;
  padding: 10px 14px;
  border: none;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd textarea {
    font-size: 16rem;
    line-height: 34rem;
    min-height: 200rem;
    padding: 10rem 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd textarea {
    width: 580rem;
    font-size: 21rem;
    line-height: 34rem;
  }
}
.t_contact .container .grid-item .form_items .item dd.w290 select,
.t_contact .container .grid-item .form_items .item dd.w290 input {
  background-color: #fff;
  padding: 10px 14px;
  width: 290px;
  height: 40px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd.w290 select,
  .t_contact .container .grid-item .form_items .item dd.w290 input {
    width: 290rem;
    height: 40rem;
    padding: 10rem 14rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd.w290 select,
  .t_contact .container .grid-item .form_items .item dd.w290 input {
    font-size: 21rem;
    width: 580rem;
    height: 56rem;
  }
}
.t_contact .container .grid-item .form_items .item dd.w73 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd.w73 {
    gap: 11rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd.w73 {
    font-size: 21rem;
  }
}
.t_contact .container .grid-item .form_items .item dd.w73 .mwform-zip-field {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd.w73 .mwform-zip-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_contact .container .grid-item .form_items .item dd.w73 .error {
  position: absolute;
  top: 100%;
  left: 0;
}
.t_contact .container .grid-item .form_items .item dd.w73 input {
  width: 73px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd.w73 input {
    width: 73rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd.w73 input {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd.w73.zipcode input {
    width: 172rem;
  }
}
.t_contact .container .grid-item .form_items .item dd .select-wrapper {
  width: 290px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd .select-wrapper {
    width: 290rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .item dd .select-wrapper {
    width: 580rem;
  }
}
.t_contact .container .grid-item .form_items .item dd .select-wrapper::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  right: 8px;
  color: #3e3a39;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd .select-wrapper::after {
    font-size: 10rem;
    right: 8rem;
  }
}
.t_contact .container .grid-item .form_items .item dd .select-wrapper .custom-select {
  appearance: none; /* Chrome, Safari, Edge */
  -webkit-appearance: none; /* iOS Safari */
  -moz-appearance: none; /* Firefox */
}
.t_contact .container .grid-item .form_items .item dd .error {
  font-size: 16px;
  color: #b70000;
  display: block;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .item dd .error {
    font-size: 16rem;
  }
}
.t_contact .container .grid-item .form_items .privacy {
  max-width: 866px;
  width: 100%;
  margin: 33px auto 66px auto;
  background-color: #f2f2f2;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  border-radius: 8px;
}
.t_contact .container .grid-item .form_items .privacy input {
  vertical-align: sub;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .privacy input {
    width: 19rem;
    height: 19rem;
  }
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .privacy {
    max-width: 866rem;
    margin: 33rem auto 66rem auto;
    font-size: 14rem;
    line-height: 50rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .privacy {
    font-size: 16rem;
    max-width: 100%;
    margin-top: 35rem;
    margin-bottom: 54rem;
    line-height: 75rem;
  }
}
.t_contact .container .grid-item .form_items .privacy span,
.t_contact .container .grid-item .form_items .privacy a {
  display: inline-block;
}
.t_contact .container .grid-item .form_items .privacy a {
  text-decoration: underline;
}
.t_contact .container .grid-item .form_items .btns .btn-confirm,
.t_contact .container .grid-item .form_items .btns .btn-submit,
.t_contact .container .grid-item .form_items .btns .btn-back {
  text-align: center;
  position: relative;
  max-width: 336px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .btns .btn-confirm,
  .t_contact .container .grid-item .form_items .btns .btn-submit,
  .t_contact .container .grid-item .form_items .btns .btn-back {
    max-width: 336rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .btns .btn-confirm,
  .t_contact .container .grid-item .form_items .btns .btn-submit,
  .t_contact .container .grid-item .form_items .btns .btn-back {
    max-width: 400rem;
  }
}
.t_contact .container .grid-item .form_items .btns .btn-confirm::after,
.t_contact .container .grid-item .form_items .btns .btn-submit::after,
.t_contact .container .grid-item .form_items .btns .btn-back::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  background: url(../img/arrow.svg) no-repeat center/contain;
  width: 15px;
  height: 12px;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .btns .btn-confirm::after,
  .t_contact .container .grid-item .form_items .btns .btn-submit::after,
  .t_contact .container .grid-item .form_items .btns .btn-back::after {
    right: 21rem;
    width: 15rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .btns .btn-confirm::after,
  .t_contact .container .grid-item .form_items .btns .btn-submit::after,
  .t_contact .container .grid-item .form_items .btns .btn-back::after {
    width: 18rem;
    height: 14rem;
    right: 24rem;
  }
}
.t_contact .container .grid-item .form_items .btns .btn-confirm:hover button,
.t_contact .container .grid-item .form_items .btns .btn-submit:hover button,
.t_contact .container .grid-item .form_items .btns .btn-back:hover button {
  background-color: #07d3ff;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_contact .container .grid-item .form_items .btns .btn-confirm:hover::after,
.t_contact .container .grid-item .form_items .btns .btn-submit:hover::after,
.t_contact .container .grid-item .form_items .btns .btn-back:hover::after {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}
.t_contact .container .grid-item .form_items .btns button {
  cursor: pointer;
  background-color: #fff;
  color: #07d3ff;
  text-align: center;
  width: 100%;
  border-radius: 999px;
  height: 65px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .btns button {
    height: 65rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .btns button {
    font-size: 21rem;
    height: 77rem;
  }
}
.t_contact .container .grid-item .form_items .mw_wp_form_input .btn-submit,
.t_contact .container .grid-item .form_items .mw_wp_form_input .btn-back {
  display: none;
}
.t_contact .container .grid-item .form_items .mw_wp_form_confirm .item {
  font-size: 16px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .mw_wp_form_confirm .item {
    font-size: 16rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .mw_wp_form_confirm .item {
    font-size: 21rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_contact .container .grid-item .form_items .mw_wp_form_confirm .item .select-wrapper::after {
  content: none;
}
.t_contact .container .grid-item .form_items .mw_wp_form_confirm .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t_contact .container .grid-item .form_items .mw_wp_form_confirm .btns .btn-confirm {
  display: none;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .mw_wp_form_confirm .btns {
    gap: 10rem;
  }
}
.t_contact .container .grid-item .form_items .mw_wp_form_complete p {
  font-size: 16px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_contact .container .grid-item .form_items .mw_wp_form_complete p {
    font-size: 16rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t_contact .container .grid-item .form_items .mw_wp_form_complete p {
    font-size: 21rem;
    line-height: 34rem;
  }
}

#noiseCanvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  z-index: 10;
}

.bottom_gradation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  pointer-events: none;
  z-index: 3000;
  height: 282px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(11, 186, 255)), to(rgba(11, 186, 255, 0)));
  background-image: linear-gradient(0deg, rgb(11, 186, 255), rgba(11, 186, 255, 0));
}
@media screen and (max-width: 1900px) {
  .bottom_gradation {
    height: 282rem;
  }
}
@media screen and (max-width: 768px) {
  .bottom_gradation {
    height: 263rem;
  }
}

.kv_scroll {
  position: fixed;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 3200;
  width: 81px;
  height: 81px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}
.kv_scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.kv_scroll img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .kv_scroll {
    bottom: 43rem;
    width: 81rem;
    height: 81rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_scroll {
    width: 84rem;
    height: 84rem;
    bottom: 38rem;
  }
}

.scroll_down {
  position: fixed;
  bottom: 32px;
  left: 68px;
  z-index: 3100;
  -webkit-animation: arrowmove 1.6s ease-in-out infinite;
          animation: arrowmove 1.6s ease-in-out infinite;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: auto;
}
.scroll_down.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1900px) {
  .scroll_down {
    left: 68rem;
    bottom: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down p {
  position: absolute;
  left: 5px;
  bottom: 62px;
  color: #fff;
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1900px) {
  .scroll_down p {
    font-size: 13rem;
    left: 5rem;
    bottom: 62rem;
  }
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -6px;
  width: 1px;
  height: 16px;
  background: #fff;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}
@media screen and (max-width: 1900px) {
  .scroll_down:before {
    width: 1rem;
    height: 16rem;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 1px;
  height: 114px;
  background: #fff;
}
@media screen and (max-width: 1900px) {
  .scroll_down:after {
    height: 114rem;
    width: 1rem;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowmove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ===== add: orientation/height mixins ===== */
.news_intro {
  z-index: 3;
  height: 100vh;
}
.news_intro .container {
  padding: 15.538vw 0 12.308vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news_intro .container {
    padding: 20.625vw 0 20.313vw;
  }
}
.news_intro .container .kv-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .news_intro .container .kv-hgroup {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-hgroup .kv-hgroup-title img {
    width: 419rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-hgroup .kv-hgroup-detail img {
    width: 250rem;
    height: auto;
  }
}
.news_intro .container .kv-bg {
  position: fixed;
  height: 46.154vw;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-bg {
    height: 145.938vw;
  }
}
.news_intro .container .kv-bg .kv-bg-obj {
  position: absolute;
  bottom: 0;
}
.news_intro .container .kv-bg .kv-bg-obj::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(13, 185, 214)), to(rgb(28, 53, 232)));
  background-image: linear-gradient(to bottom, rgb(13, 185, 214), rgb(28, 53, 232));
  -webkit-filter: opacity(15%);
          filter: opacity(15%);
}
.news_intro .container .kv-bg .kv-bg-obj img {
  width: 100%;
  height: auto;
}
.news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--1 {
  width: 12.308vw;
  height: 33.308vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--1 {
    width: 84.375vw;
    height: 12.5vw;
    top: 0;
    right: 0;
    left: auto;
  }
}
.news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--2 {
  width: 75.385vw;
  height: 46.154vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--2 {
    bottom: 8.438vw;
    top: auto;
    width: 100vw;
    height: 125vw;
  }
}
.news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--3 {
  width: 27.923vw;
  height: 17.923vw;
  bottom: 22.077vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--3 {
    bottom: 0;
    width: 56.719vw;
    height: 36.406vw;
    z-index: 4;
  }
}
.news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--4 {
  width: 31.231vw;
  height: 22.077vw;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .news_intro .container .kv-bg .kv-bg-obj.kv-bg-obj--4 {
    width: 63.438vw;
    height: 44.844vw;
    bottom: 0;
    right: auto;
    left: 0;
  }
}

.news_list {
  background-color: #00c5e5;
  z-index: 10;
}
.news_list .container {
  padding-top: 104px;
  padding-bottom: 150px;
  max-width: 1080px;
}
@media screen and (max-width: 1900px) {
  .news_list .container {
    max-width: 1080rem;
    padding-top: 104rem;
    padding-bottom: 150rem;
  }
}
.news_list .container .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1900px) {
  .news_list .container .category-list {
    gap: 12rem;
    margin-bottom: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list .container .category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news_list .container .category-list .cat {
  position: relative;
  border: 1px solid #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 185px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border-radius: 999px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .news_list .container .category-list .cat {
    font-size: 10rem;
    min-width: 185rem;
    line-height: 35rem;
    height: 35rem;
  }
}
.news_list .container .category-list .cat svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 8px;
  height: 6px;
}
.news_list .container .category-list .cat svg path {
  stroke: #fff;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.news_list .container .category-list .cat a {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news_list .container .category-list .cat.active {
  background-color: #fff;
}
.news_list .container .category-list .cat.active a {
  color: #00c5e5;
}
.news_list .container .category-list .cat.active svg path {
  stroke: #00c5e5;
}
.news_list .container .category-list .cat:hover {
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_list .container .category-list .cat:hover a {
  color: #00c5e5;
}
.news_list .container .category-list .cat:hover svg path {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  stroke: #00c5e5;
}
.news_list .container .grid-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 81px 56px;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item {
    gap: 81rem 56rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list .container .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30rem 10rem;
  }
}
.news_list .container .grid-item .item {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news_list .container .grid-item .item .thum {
  width: 100%;
  height: 214px;
  border-radius: 8px;
}
.news_list .container .grid-item .item .thum img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .thum {
    border-radius: 8rem;
    height: 214rem;
  }
  .news_list .container .grid-item .item .thum img {
    border-radius: 8rem;
  }
}
.news_list .container .grid-item .item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news_list .container .grid-item .item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news_list .container .grid-item .item {
    width: 48%;
  }
}
.news_list .container .grid-item .item .thum {
  margin-bottom: 11px;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .thum {
    margin-bottom: 11rem;
  }
}
.news_list .container .grid-item .item .item-ttl {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .item-ttl {
    font-size: 18rem;
    line-height: 32rem;
  }
}
.news_list .container .grid-item .item .item-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .item-element {
    margin-bottom: 10rem;
  }
}
.news_list .container .grid-item .item .item-element .update {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .item-element .update {
    font-size: 18rem;
  }
}
.news_list .container .grid-item .item .item-element .cat {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .item-element .cat {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list .container .grid-item .item .item-element .cat {
    font-size: 18rem;
  }
}
.news_list .container .grid-item .item .item-element .cat::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .item .item-element .cat::before {
    width: 4rem;
    height: 4rem;
    margin-right: 6rem;
  }
}
.news_list .container .grid-item .noarticle {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .news_list .container .grid-item .noarticle {
    font-size: 15rem;
  }
}
.news_list .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-top: 92px;
}
@media screen and (max-width: 1900px) {
  .news_list .pagination {
    margin-top: 92rem;
    gap: 14rem;
  }
}
.news_list .pagination li.current a {
  background-color: #fff;
  color: #00c5e5;
}
.news_list .pagination li a {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .news_list .pagination li a {
    width: 65rem;
    height: 65rem;
    font-size: 18rem;
  }
}

.news_content {
  background-color: #00c5e5;
  z-index: 10;
}
.news_content .container {
  padding-top: 106px;
  padding-bottom: 160px;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1900px) {
  .news_content .container {
    max-width: 1080rem;
    padding-top: 106rem;
    padding-bottom: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container {
    max-width: 580rem;
  }
}
.news_content .container .item-element {
  max-width: 1080px;
  width: 90%;
  max-width: auto auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-element {
    gap: 28rem;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .item-element {
    gap: 32rem;
    margin-bottom: 20rem;
  }
}
.news_content .container .item-element .update {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-element .update {
    font-size: 18rem;
  }
}
.news_content .container .item-element .cat {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
}
.news_content .container .item-element .cat::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-element .cat::before {
    width: 8rem;
    height: 8rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-element .cat {
    font-size: 16rem;
  }
}
.news_content .container .item-ttl {
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ffffff;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-ttl {
    font-size: 21rem;
    line-height: 32rem;
    padding-bottom: 18rem;
    border-bottom-width: 2rem;
    margin-bottom: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .item-ttl {
    font-size: 24rem;
    line-height: 32rem;
    padding-bottom: 26rem;
    margin-bottom: 38rem;
  }
}
.news_content .container .item-ttl::after {
  content: "";
  width: 103px;
  height: 4px;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
  background-color: #1c35e8;
}
@media screen and (max-width: 1900px) {
  .news_content .container .item-ttl::after {
    width: 103rem;
    height: 4rem;
    bottom: -2rem;
  }
}
.news_content .container .news-slider {
  margin-bottom: 60px;
  overflow: visible;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider {
    margin-bottom: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .news-slider {
    margin-bottom: 40rem;
  }
}
.news_content .container .news-slider .swiper-slide {
  width: 735px;
  height: 489px;
  border-radius: 8px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-slide {
    width: 735rem;
    height: 489rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .news-slider .swiper-slide {
    width: 531rem;
    height: 356rem;
  }
}
.news_content .container .news-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-slide img {
    border-radius: 8rem;
  }
}
.news_content .container .news-slider .swiper-button-prev:after,
.news_content .container .news-slider .swiper-rtl .swiper-button-next:after,
.news_content .container .news-slider .swiper-button-next:after,
.news_content .container .news-slider .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.news_content .container .news-slider .swiper-button-prev,
.news_content .container .news-slider .swiper-button-next {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-button-prev,
  .news_content .container .news-slider .swiper-button-next {
    width: 65rem;
    height: 65rem;
  }
}
.news_content .container .news-slider .swiper-button-prev svg,
.news_content .container .news-slider .swiper-button-next svg {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-button-prev svg,
  .news_content .container .news-slider .swiper-button-next svg {
    width: 65rem;
    height: 65rem;
  }
}
.news_content .container .news-slider .swiper-button-prev {
  left: 25px;
}
.news_content .container .news-slider .swiper-button-prev:hover svg .bg {
  fill: #fff;
}
.news_content .container .news-slider .swiper-button-prev:hover svg .arrow {
  stroke: #fff;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-button-prev {
    left: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .news-slider .swiper-button-prev {
    left: 40rem;
  }
}
.news_content .container .news-slider .swiper-button-next {
  right: 25px;
}
.news_content .container .news-slider .swiper-button-next:hover svg .bg {
  fill: #fff;
}
.news_content .container .news-slider .swiper-button-next:hover svg .arrow {
  stroke: #fff;
}
@media screen and (max-width: 1900px) {
  .news_content .container .news-slider .swiper-button-next {
    right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .news-slider .swiper-button-next {
    right: 40rem;
  }
}
.news_content .container .text {
  margin-bottom: 86px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .text {
    margin-bottom: 86rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .text {
    margin-bottom: 70rem;
  }
}
.news_content .container .text p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .news_content .container .text p {
    font-size: 16rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .text p {
    font-size: 21rem;
    line-height: 46rem;
  }
}
.news_content .container .linkbtn {
  background-color: #fff;
  max-width: 336px;
  width: 100%;
  margin: auto;
  color: #00c5e5;
  height: 65px;
}
.news_content .container .linkbtn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 19px;
}
@media screen and (max-width: 1900px) {
  .news_content .container .linkbtn svg {
    right: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .linkbtn svg {
    right: 24rem;
  }
}
@media screen and (max-width: 1900px) {
  .news_content .container .linkbtn {
    max-width: 336rem;
    height: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .linkbtn {
    max-width: 400rem;
    height: 77rem;
  }
}
.news_content .container .linkbtn:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.news_content .container .linkbtn:hover svg path {
  fill: #fff;
}
.news_content .container .p-navigation {
  max-width: 336px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  height: 65px;
  border-radius: 999px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .news_content .container .p-navigation {
    max-width: 336rem;
    height: 65rem;
  }
}
.news_content .container .p-navigation svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 21px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .news_content .container .p-navigation svg {
    right: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .news_content .container .p-navigation svg {
    width: 15rem;
    height: 12rem;
  }
}
.news_content .container .p-navigation a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news_content .container .p-navigation span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .news_content .container .p-navigation span {
    font-size: 18rem;
    line-height: 65rem;
  }
}
.news_content .container .p-navigation:hover {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_content .container .p-navigation:hover span {
  color: #fff;
}
.news_content .container .p-navigation:hover svg {
  right: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_content .container .p-navigation:hover svg path {
  stroke: #fff;
}

.related-news .container {
  max-width: 1080px;
  padding: 112px 0 164px;
}
@media screen and (max-width: 1900px) {
  .related-news .container {
    max-width: 1080rem;
    padding: 112rem 0 164rem;
  }
}
@media screen and (max-width: 768px) {
  .related-news .container {
    max-width: 580rem;
    padding: 114rem 0 120rem;
  }
}
.related-news .container .grid-item {
  display: grid;
  grid-auto-columns: 322px;
  grid-auto-flow: column;
  gap: 57px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item {
    grid-auto-columns: 322rem;
    gap: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .related-news .container .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.related-news .container .grid-item .item {
  position: relative;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width: 768px) {
  .related-news .container .grid-item .item {
    width: 275rem;
  }
}
.related-news .container .grid-item .item:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.related-news .container .grid-item .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.related-news .container .grid-item .item .thum {
  margin-bottom: 11px;
}
.related-news .container .grid-item .item .thum img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item .item .thum {
    margin-bottom: 11rem;
  }
}
.related-news .container .grid-item .item .item-element {
  margin-bottom: 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item .item .item-element {
    margin-bottom: 3rem;
  }
}
.related-news .container .grid-item .item .item-element .update {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item .item .item-element .update {
    font-size: 18rem;
  }
}
.related-news .container .grid-item .item .item-element .cat {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item .item .item-element .cat {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .related-news .container .grid-item .item .item-element .cat {
    font-size: 18rem;
  }
}
.related-news .container .grid-item .item .item-ttl {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 1900px) {
  .related-news .container .grid-item .item .item-ttl {
    font-size: 18rem;
    line-height: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .related-news .container .grid-item .item .item-ttl {
    line-height: 28rem;
  }
}
.related-news .container .grid-item .item .item-ttl::after {
  content: none;
}

/* ===== add: orientation/height mixins ===== */
.p-privacy .container {
  max-width: 900px;
  padding: 120px 0 80px;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container {
    max-width: 900rem;
    padding: 120rem 0 80rem;
  }
}
.p-privacy .container .lead {
  font-family: "Acumin", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .lead {
    font-size: 28rem;
  }
}
.p-privacy .container .sub {
  font-family: "Kozuka Gothic Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .sub {
    font-size: 20rem;
  }
}
.p-privacy .container .privacy-title,
.p-privacy .container .privacy-body {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .privacy-title,
  .p-privacy .container .privacy-body {
    font-size: 18rem;
  }
}
.p-privacy .container .privacy-title {
  margin-bottom: 10px;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .privacy-title {
    margin-bottom: 10rem;
  }
}
.p-privacy .container .privacy_item {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .privacy_item {
    margin-bottom: 20rem;
  }
}
.p-privacy .container .privacy_item_content {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1900px) {
  .p-privacy .container .privacy_item_content {
    font-size: 16rem;
  }
}

/* ===== add: orientation/height mixins ===== */
.back-to-top {
  position: fixed;
  right: 11px;
  bottom: 3%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.back-to-top:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .back-to-top {
    right: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 30rem;
  }
}

footer {
  z-index: 5;
  background-color: #1c35e8;
  position: relative;
}
footer .container {
  padding-top: 92px;
  padding-bottom: 200px;
  max-width: none;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  footer .container {
    padding-top: 92rem;
    padding-bottom: 200rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding-top: 54rem;
    padding-bottom: 180rem;
  }
}
footer .container .f_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  margin-bottom: 34px;
  margin-left: 13px;
  max-width: 488px;
}
@media screen and (max-width: 1900px) {
  footer .container .f_left {
    gap: 22rem;
    margin-left: 13rem;
    margin-bottom: 34rem;
    max-width: 488rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48rem;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 460rem;
    max-width: none;
  }
}
footer .container .f_left a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .container .f_left a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .container .f_left a img {
    width: 268rem;
  }
}
footer .container .f_left .f_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  width: 142px;
  height: 95px;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  footer .container .f_left .f_logo {
    width: 142rem;
    height: 95rem;
    border-radius: 8rem;
  }
}
@media (min-width: 769px) and (max-width: 1299px) {
  footer .container .f_left .f_logo {
    width: 160rem;
    height: 110rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left .f_logo {
    width: 380rem;
    height: 255rem;
  }
}
footer .container .f_left .f_logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .container .f_left .f_logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .container .f_left .f_map {
  position: relative;
  width: 600px;
}
/*@media (min-width: 769px) and (max-width: 1299px) {
  footer .container .f_left .f_map {
    width: 450rem;
  }
}*/
@media screen and (max-width: 1024px) {
  footer .container .f_left .f_map {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left .f_map {
    width: 100%;
  }
}
footer .container .f_left .f_map iframe {
  width: 100%;
  /*height: 35rem;*/
}
/*@media (min-width: 769px) and (max-width: 1299px) {
  footer .container .f_left .f_map iframe {
    height: 200rem;
  }
}*/
@media screen and (max-width: 1024px) {
  footer .container .f_left .f_map iframe {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left .f_map iframe {
    height: 330rem;
  }
}
footer .container .f_left .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1900px) {
  footer .container .f_left .column {
    gap: 32rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left .column {
    gap: 24rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .container .f_left .column .f_text {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .f_left .column .f_text {
    font-size: 18rem;
    line-height: 34rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left .column .f_text {
    font-size: 21rem;
    line-height: 36rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_left > a {
    width: 580rem;
  }
  footer .container .f_left > a img {
    width: 100%;
    height: auto;
  }
}
footer .container .copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 1900px) {
  footer .container .copy {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .copy {
    font-size: 18rem;
  }
}
footer .container .f_catch {
  z-index: 10;
  width: 366px;
  height: 229px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 86px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
@media screen and (max-width: 1900px) {
  footer .container .f_catch {
    width: 366rem;
    height: 229rem;
    right: 86rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_catch {
    width: 451rem;
    height: 282rem;
    left: 0;
    right: 0;
    margin: auto;
    top: unset;
    bottom: 300rem;
  }
}
footer .container .f_catch img {
  width: 366px;
  height: auto;
}
@media screen and (max-width: 1900px) {
  footer .container .f_catch img {
    width: 366rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .f_catch img {
    width: 451rem;
  }
}/*# sourceMappingURL=style.css.map */