html,
body {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", "MS UI Gothic", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.5vw;
  }
}

main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
  }
}

section {
  position: relative;
  z-index: 5;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  color: #040404;
  transition: color 0.3s ease-in-out;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.6rem;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.w-1100 {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .w-1100 {
    max-width: 110rem;
  }
}
@media screen and (max-width: 768px) {
  .w-1100 {
    max-width: 100%;
  }
}

.w-1440 {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1900px) {
  .w-1440 {
    max-width: 144rem;
  }
}
@media screen and (max-width: 768px) {
  .w-1440 {
    max-width: 100%;
  }
}

#footer {
  background: url(../img/main-bg-blue.png) center/cover no-repeat fixed;
}

#t_fv {
  position: relative;
  padding-bottom: 175px;
}
@media screen and (max-width: 1900px) {
  #t_fv {
    padding-bottom: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv {
    padding-bottom: 0;
  }
}
#t_fv .main-slider {
  position: relative;
  height: 100lvh;
  overflow: hidden;
}
#t_fv .main-slider .slide {
  width: 100%;
  height: 100lvh;
}
#t_fv .main-slider .slide img, #t_fv .main-slider .slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: transform 10s linear;
}
#t_fv .main-slider .slide img.active, #t_fv .main-slider .slide picture.active {
  transform: scale(1);
}
#t_fv h1 {
  position: fixed;
  top: calc(50vh - 1em);
  left: 62px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1900px) {
  #t_fv h1 {
    left: 6.2rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv h1 {
    display: none;
  }
}
#t_fv h1.is-scrolling {
  opacity: 0 !important;
}
#t_fv h1 span {
  font-size: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 0px 0px 40px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  #t_fv h1 span {
    padding: 0.9rem 0 0 4rem;
    font-size: 5.6rem;
  }
}
#t_fv h1 span.teal {
  background: linear-gradient(90deg, rgba(78, 163, 146, 0.8) 0%, rgba(0, 131, 178, 0.8) 51.44%, rgba(78, 163, 146, 0.8) 100%);
}
#t_fv h1 span.blue {
  background: linear-gradient(90deg, rgba(0, 143, 233, 0.8) 0%, rgba(0, 180, 177, 0.8) 50.48%, rgba(0, 143, 233, 0.8) 100%);
}
#t_fv .news-box {
  padding: 48px 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 143, 233, 0.75);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: translateY(70px);
  z-index: 3;
}
#t_fv .news-box.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    width: 100%;
    margin-top: -9.5rem;
    padding: 4.8rem 2.4rem;
  }
}
#t_fv .news-box .w-1100 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 100%;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 {
    gap: 2.4rem;
  }
}
#t_fv .news-box .w-1100 .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 0 70px 0 24px;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content {
    gap: 2.4rem;
    padding: 0 7rem 0 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #t_fv .news-box .w-1100 .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content {
    width: 100%;
    padding: 0;
  }
}
#t_fv .news-box .w-1100 .content h2 {
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  padding: 27px 20px;
  background: url("../img/news-ttl_bg.png") no-repeat center center;
  background-size: 100% 100%;
  color: #0069d4;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content h2 {
    padding: 2.7rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #t_fv .news-box .w-1100 .content h2 {
    writing-mode: horizontal-tb;
    background: url("../img/news-ttl_bg-sp.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 1rem 2.5rem;
    letter-spacing: 0;
  }
}
#t_fv .news-box .w-1100 .content .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1251px;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content .news-list {
    gap: 2.4rem;
    max-width: 125.1rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content .news-list {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
#t_fv .news-box .w-1100 .content .news-list .news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 70px 24px 40px;
  gap: 16px;
  color: #fff;
  background: #0069D4;
  border-width: 0px 0px 2px 2px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 0px 16px 0px 0px;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item {
    padding: 2.4rem 7rem 2.4rem 4rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item {
    padding: 2rem 2.4rem 1.6rem;
    gap: 0.6rem;
  }
}
#t_fv .news-box .w-1100 .content .news-list .news-item h4 {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item h4 {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item h4 {
    width: 88%;
    margin-top: 0;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-size: 1.8rem;
  }
}
#t_fv .news-box .w-1100 .content .news-list .news-item p {
  font-size: 24px;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item p {
    font-size: 1.6rem;
  }
}
#t_fv .news-box .w-1100 .content .news-list .news-item::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 20px;
  height: 30px;
  background: url(../img/icon_right.svg) center/contain no-repeat;
}
@media screen and (max-width: 1900px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item::after {
    right: 3rem;
    bottom: 3rem;
    width: 2rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .news-box .w-1100 .content .news-list .news-item::after {
    right: 2.4rem;
    bottom: 1.8rem;
  }
}

.btn {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 3px solid #0069d4;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 1900px) {
  .btn {
    width: 15rem;
    height: 15rem;
    border: 0.3rem solid #0069d4;
    gap: 0.4rem;
  }
}
.btn .f-16 {
  color: #0069d4;
  transition: color 0.3s ease;
}
.btn .arw svg {
  width: 65px;
  height: 19px;
  transition: stroke 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .btn .arw svg {
    width: 6.5rem;
    height: 1.9rem;
  }
}
.btn:hover {
  background-color: #0069d4;
}
.btn:hover .f-16 {
  color: #fff;
}
.btn:hover svg path {
  stroke: #fff;
}

.t_summary {
  padding: 135px 2.4rem 100px;
}
@media screen and (max-width: 1900px) {
  .t_summary {
    padding: 13.5rem 2.4rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_summary {
    padding: 8rem 2.4rem;
  }
}
.t_summary .w-1440 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .t_summary .w-1440 {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_summary .w-1440 {
    gap: 4rem;
  }
}
.t_summary .w-1440 .map {
  position: relative;
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 1900px) {
  .t_summary .w-1440 .map {
    height: 43rem;
  }
}
@media screen and (max-width: 768px) {
  .t_summary .w-1440 .map {
    height: 29.8rem;
  }
}
.t_summary .w-1440 .map img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  transform: translate(-50%, -50%) scale(0.8);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  z-index: -100;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.t_summary .w-1440 .map.fixed img {
  position: fixed;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.t_summary .w-1440 .map.opacity img {
  opacity: 0.2;
}
.t_summary .w-1440 .map.hide {
  opacity: 0;
}
.t_summary .w-1440 .logo {
  width: 124px;
}
@media screen and (max-width: 1900px) {
  .t_summary .w-1440 .logo {
    width: 12.4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_summary .w-1440 .logo {
    width: 8.2rem;
  }
}
.t_summary .w-1440 h3.f-40 {
  text-align: center;
  line-height: 2.8;
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .t_summary .w-1440 h3.f-40 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_summary .w-1440 h3.f-40 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_summary .w-1440 h3.f-40 {
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
  }
}
.t_summary .w-1440 .img {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .t_summary .w-1440 .img {
    height: 20rem;
  }
}

.t_service {
  padding: 80px 24px;
}
@media screen and (max-width: 1900px) {
  .t_service {
    padding: 8rem 2.4rem;
  }
}
.t_service .w-1440 {
  padding: 104px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 {
    padding: 10.4rem 0;
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .w-1440 {
    padding: 4.8rem 0;
    gap: 4rem;
  }
}
.t_service .w-1440 .icon {
  position: relative;
  width: 100%;
  height: 113px;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .icon {
    height: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .w-1440 .icon {
    height: 7.2em;
  }
}
.t_service .w-1440 .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: inherit;
  transform: translate(-50%, -50%) scale(0.8);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  z-index: -100;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.t_service .w-1440 .icon.fixed img {
  position: fixed;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.t_service .w-1440 .icon.opacity img {
  opacity: 0.5;
}
.t_service .w-1440 .icon.hide img {
  opacity: 0;
}
.t_service .w-1440 .ttl-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .ttl-div {
    gap: 4rem;
  }
}
.t_service .w-1440 .ttl-div .sec-ttl {
  color: #0069d4;
  font-size: 72px;
  padding: 24px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #0069d4;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .ttl-div .sec-ttl {
    font-size: 7.2rem;
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_service .w-1440 .ttl-div .sec-ttl {
    font-size: 2.8rem;
  }
}
.t_service .w-1440 .ttl-div .desc {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .t_service .w-1440 .ttl-div .desc {
    font-size: 2rem;
  }
}
.t_service .w-1440 .service-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .service-list {
    gap: 7.2rem;
  }
}
.t_service .w-1440 .service-list .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .t_service .w-1440 .service-list .service-item {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.t_service .w-1440 .service-list .service-item .img {
  width: 940px;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .service-list .service-item .img {
    width: 94rem;
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .t_service .w-1440 .service-list .service-item .img {
    width: 35.2rem;
    height: 20rem;
  }
}
.t_service .w-1440 .service-list .service-item .text {
  width: calc(100% - 940px);
  padding-left: 48px;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .service-list .service-item .text {
    width: calc(100% - 94rem);
    padding-left: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_service .w-1440 .service-list .service-item .text {
    width: 100%;
    padding-left: 0;
  }
}
.t_service .w-1440 .service-list .service-item .text .f-20 {
  margin-top: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .t_service .w-1440 .service-list .service-item .text .f-20 {
    margin-top: 2.4rem;
  }
}

.t_works {
  background-color: rgba(0, 143, 233, 0.75);
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  .t_works {
    padding: 16rem 0;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t_works {
    padding: 4.8rem 0;
    gap: 4rem;
  }
}
.t_works h2 {
  font-size: 72px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .t_works h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 768px) {
  .t_works h2 {
    font-size: 2.8rem;
  }
}
.t_works .works-list {
  overflow: hidden;
  width: 100%;
}
.t_works .works-list .wrapper .works-item {
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
}
.t_works .works-list .wrapper .works-item .img {
  aspect-ratio: 1/1;
  background: #eee;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #FFFFFF;
  overflow: hidden;
}
.t_works .works-list .wrapper .works-item .img img {
  transition: transform 0.5s;
}
.t_works .works-list .wrapper .works-item .cat {
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 1900px) {
  .t_works .works-list .wrapper .works-item .cat {
    top: 0.8rem;
    left: 0.8rem;
    padding: 0.4rem;
  }
}
.t_works .works-list .wrapper .works-item .text {
  padding: 4px;
  margin: auto;
  margin-top: 8px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_works .works-list .wrapper .works-item .text {
    margin-top: 0.8rem;
  }
}
.t_works .works-list .wrapper .works-item .text .date,
.t_works .works-list .wrapper .works-item .text .item-ttl {
  display: inline-block;
  padding: 0 4px;
  background-color: #0069d4;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .t_works .works-list .wrapper .works-item .text .date,
  .t_works .works-list .wrapper .works-item .text .item-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .t_works .works-list .wrapper .works-item .text .date,
  .t_works .works-list .wrapper .works-item .text .item-ttl {
    font-size: 1.6rem;
  }
}
.t_works .works-list .wrapper .works-item:hover {
  opacity: 0.7;
}
.t_works .works-list .wrapper .works-item:hover .img img {
  transform: scale(1.08) !important;
}
.t_works .works-list .wrapper .slick-slide {
  padding: 0 44px;
}
@media screen and (max-width: 1900px) {
  .t_works .works-list .wrapper .slick-slide {
    padding: 0 4.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_works .works-list .wrapper .slick-slide {
    padding: 0 1.2rem;
  }
}
.t_works .works-list .wrapper .slick-list {
  width: 100% !important;
}
.t_works .works-list .wrapper .slick-track {
  width: -moz-fit-content;
  width: fit-content;
}

.h_slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.h_slider .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.h_slider .wrapper .img-div {
  display: flex;
  align-items: center;
  justify-content: center;
/*   animation: h_slide 25s linear infinite; */
	animation: h_slide 60s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.h_slider .wrapper .img-div img {
  width: 1200px;
}
@media screen and (max-width: 1900px) {
  .h_slider .wrapper .img-div img {
    width: 120rem;
  }
}
@media screen and (max-width: 1024px) {
  .h_slider .wrapper .img-div img {
    width: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .h_slider .wrapper .img-div img {
    width: 32.5rem;
  }
}

.t_sustain {
  padding: 96px 0;
  background-color: rgba(0, 143, 233, 0.75);
}
@media screen and (max-width: 1900px) {
  .t_sustain {
    padding: 9.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_sustain {
    padding: 9.6rem 2.4rem;
  }
}
.t_sustain .w-1440 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .t_sustain .w-1440 {
    gap: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_sustain .w-1440 {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_sustain .w-1440 {
    gap: 4rem;
    padding: 0;
  }
}
.t_sustain .w-1440 .icon {
  width: 180px;
}
@media screen and (max-width: 1900px) {
  .t_sustain .w-1440 .icon {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_sustain .w-1440 .icon {
    width: 14.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_sustain .w-1440 .sec-ttl {
    text-align: center;
  }
}
.t_sustain .w-1440 .sec-ttl span {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 4px;
  background-color: #0069d4;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .t_sustain .w-1440 .sec-ttl span {
    display: block;
  }
}
.t_sustain .w-1440 .desc {
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .t_sustain .w-1440 .desc {
    font-size: 2rem;
  }
}
.t_sustain .w-1440 .link {
  position: relative;
}
.t_sustain .w-1440 .link .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  gap: 16px;
  background-color: rgba(219, 236, 246, 0.9019607843);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .t_sustain .w-1440 .link .text {
    padding: 2.4rem 0;
    gap: 1.6rem;
  }
}
.t_sustain .w-1440 .link .text .f-24 {
  color: #0069d4;
}
.t_sustain .w-1440 .link .img {
  overflow: hidden;
  display: block;
  border-top-right-radius: 80px;
}
@media screen and (max-width: 1900px) {
  .t_sustain .w-1440 .link .img {
    border-top-right-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_sustain .w-1440 .link .img {
    border-top-right-radius: 4rem;
  }
}
.t_sustain .w-1440 .link:hover .img img {
  transform: scale(1.1);
}
.t_sustain .w-1440 .link:hover .text {
  background-color: #fff;
}

.t_recruit {
  padding-top: 180px;
}
@media screen and (max-width: 1900px) {
  .t_recruit {
    padding-top: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit {
    padding-top: 4.8rem;
  }
}
.t_recruit .ttl-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  animation: blur 1.5s linear forwards;
  animation-delay: 0.5s;
}
@media screen and (max-width: 1900px) {
  .t_recruit .ttl-div {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_recruit .ttl-div {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .ttl-div {
    gap: 2.4rem;
  }
}
.t_recruit .ttl-div .en {
  color: #0069d4;
  font-size: 40px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .ttl-div .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .ttl-div .en {
    font-size: 2.4rem;
  }
}
.t_recruit .ttl-div .sec-ttl {
  font-size: 78px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #0069d4;
}
@media screen and (max-width: 1900px) {
  .t_recruit .ttl-div .sec-ttl {
    font-size: 7.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_recruit .ttl-div .sec-ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .ttl-div .sec-ttl {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
.t_recruit .ttl-div .sec-ttl .before svg,
.t_recruit .ttl-div .sec-ttl .after svg {
  width: 72px;
  height: 48px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .ttl-div .sec-ttl .before svg,
  .t_recruit .ttl-div .sec-ttl .after svg {
    width: 7.2rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .ttl-div .sec-ttl .before svg,
  .t_recruit .ttl-div .sec-ttl .after svg {
    width: 2.6rem;
    height: 1.4rem;
  }
}
.t_recruit .ttl-div .sec-ttl .before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
}
.t_recruit .ttl-div .sec-ttl .after {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 50%);
}
.t_recruit .desc {
  margin-top: 100px;
  padding: 0 24px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1900px) {
  .t_recruit .desc {
    margin-top: 10rem;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .desc {
    margin-top: 4rem;
    font-size: 2rem;
    text-align: left;
  }
}
.t_recruit .accordion {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 200px;
  position: relative;
  height: 900px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .accordion {
    margin-top: 8rem;
    padding-right: 20rem;
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion {
    padding-right: 0;
    height: 35rem;
  }
}
.t_recruit .accordion .accordion-item {
  width: 175px;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .t_recruit .accordion .accordion-item {
    width: 17.5rem;
  }
}
.t_recruit .accordion .accordion-item:first-child {
  border-top-right-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_recruit .accordion .accordion-item:first-child {
    border-top-right-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item:first-child {
    border-top-right-radius: 4rem;
  }
}
.t_recruit .accordion .accordion-item.is_open {
  width: 1262px;
  width: 73.37%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item.is_open {
    width: 80%;
  }
}
.t_recruit .accordion .accordion-item.is_open .img::before {
  background-color: unset !important;
}
.t_recruit .accordion .accordion-item.is_open .img img {
  filter: blur(0);
}
.t_recruit .accordion .accordion-item.is_open .text {
  visibility: visible;
  opacity: 1;
}
.t_recruit .accordion .accordion-item[data-target="1"] .img::before {
  background-color: rgba(115, 100, 184, 0.7529411765);
}
.t_recruit .accordion .accordion-item[data-target="2"] .img::before {
  background-color: rgba(78, 163, 146, 0.7529411765);
}
.t_recruit .accordion .accordion-item[data-target="3"] .img::before {
  background-color: rgba(255, 141, 84, 0.7529411765);
}
.t_recruit .accordion .accordion-item[data-target="4"] .img::before {
  background-color: rgba(0, 105, 212, 0.7529411765);
}
.t_recruit .accordion .accordion-item .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item .img {
    width: 32rem;
  }
}
.t_recruit .accordion .accordion-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(6px);
  transition: filter 0.3s;
}
.t_recruit .accordion .accordion-item .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.t_recruit .accordion .accordion-item .text {
  padding: 16px 88px 16px 40px;
  background-color: #0069d4;
  color: #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  position: absolute;
  right: 0;
  z-index: 10;
  bottom: 70px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_recruit .accordion .accordion-item .text {
    padding: 1.6rem 8.8rem 1.6rem 4rem;
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    gap: 5.6rem;
    bottom: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item .text {
    bottom: 0;
    gap: 1.6rem;
    width: 100%;
    padding: 1.2rem 0;
    border-radius: 0;
  }
}
.t_recruit .accordion .accordion-item .text .f-48 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item .text .f-48 {
    font-size: 2.4rem;
  }
}
.t_recruit .accordion .accordion-item .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(78deg, #0069D4, #24BDFF);
  opacity: 0;
  transition: opacity 0.3s;
}
.t_recruit .accordion .accordion-item .text::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icon_next.svg) center/contain no-repeat;
}
@media screen and (max-width: 1900px) {
  .t_recruit .accordion .accordion-item .text::after {
    width: 4.8rem;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .t_recruit .accordion .accordion-item .text::after {
    width: 2.7rem;
    height: 2.7rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3126_12988)%22%3E%3Cpath%20d%3D%22M13.5784%2018.9818L18.9853%2013.5749L13.5784%208.16797%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M8.17163%2013.5781H18.9854%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M13.5785%2026.236C20.5709%2026.236%2026.2394%2020.5675%2026.2394%2013.575C26.2394%206.58257%2020.5709%200.914062%2013.5785%200.914062C6.58599%200.914062%200.91748%206.58257%200.91748%2013.575C0.91748%2020.5675%206.58599%2026.236%2013.5785%2026.236Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_3126_12988%22%3E%3Crect%20width%3D%2227.1569%22%20height%3D%2227.1569%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  }
}
.t_recruit .accordion .accordion-item:hover .text::before {
  opacity: 1;
}
.t_recruit .recruit-btn {
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .t_recruit .recruit-btn {
    margin-top: 8rem;
  }
}

.t_vr {
  padding: 200px 0;
}
@media screen and (max-width: 1900px) {
  .t_vr {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .t_vr {
    padding: 12rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_vr {
    padding: 8rem 2.4rem;
  }
}
.t_vr .w-1440 .sec-ttl {
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid #0069d4;
  color: #0069d4;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .sec-ttl {
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .sec-ttl {
    padding: 0.8rem 0;
  }
}
.t_vr .w-1440 .desc {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .desc {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .desc {
    font-size: 2rem;
    text-align: left;
    line-height: 1.6;
  }
}
.t_vr .w-1440 .mega-view {
  position: relative;
  transition: box-shadow 0.3s;
  border-top-right-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .mega-view {
    border-top-right-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .mega-view {
    border-top-right-radius: 4rem;
  }
}
.t_vr .w-1440 .mega-view .bg {
  overflow: hidden;
  display: block;
  transition: transform 0.3s ease;
}
.t_vr .w-1440 .mega-view .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5019607843));
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.t_vr .w-1440 .mega-view .en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .mega-view .en {
    top: 18rem;
    gap: 1.6rem;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .mega-view .en {
    font-size: 3.6rem;
    top: 3rem;
    gap: 0.8rem;
  }
}
.t_vr .w-1440 .mega-view .en img {
  width: 48px;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .mega-view .en img {
    width: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .mega-view .en img {
    width: 2.2rem;
  }
}
.t_vr .w-1440 .mega-view .icon {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
}
@media screen and (max-width: 1900px) {
  .t_vr .w-1440 .mega-view .icon {
    bottom: 15rem;
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .mega-view .icon {
    width: 6rem;
    bottom: 1.6rem;
  }
}
.t_vr .w-1440 .mega-view:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .t_vr .w-1440 .mega-view:hover {
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.25);
  }
}
.t_vr .w-1440 .mega-view:hover .bg::before {
  opacity: 1;
}

.t_company {
  padding: 136px 0 80px;
  background: url(../img/main-bg-blue.png) center/cover no-repeat fixed;
  border-top-right-radius: 80px;
}
.t_company _::-webkit-full-page-media, .t_company _:future, :root .t_company {
  background: url(../img/main-bg-blue.png) top/100% repeat;
}
@media screen and (max-width: 1900px) {
  .t_company {
    padding: 13.6rem 0 8rem;
    border-top-right-radius: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .t_company {
    padding: 12rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company {
    padding: 4rem 2.4rem;
    border-top-right-radius: 4rem;
  }
}
.t_company .w-1440 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .t_company .w-1440 {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .w-1440 {
    gap: 4rem;
  }
}
.t_company .w-1440 .ttl-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1900px) {
  .t_company .w-1440 .ttl-div {
    gap: 2.4rem;
  }
}
.t_company .w-1440 .ttl-div .f-28 {
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t_company .w-1440 .ttl-div .f-28 {
    font-size: 20px;
    font-size: clamp(20px, 2rem, 2rem);
  }
}
.t_company .w-1440 .ttl-div h2 {
  width: 830px;
}
@media screen and (max-width: 1900px) {
  .t_company .w-1440 .ttl-div h2 {
    width: 83rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .w-1440 .ttl-div h2 {
    width: 100%;
  }
}
.t_company .w-1440 .desc {
  width: 800px;
  margin: auto;
  line-height: 1.6;
}
@media screen and (max-width: 1900px) {
  .t_company .w-1440 .desc {
    width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t_company .w-1440 .desc {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2;
  }
}

.cta {
  background: url(../img/main-bg-blue.png) center/cover no-repeat fixed;
}
.cta _::-webkit-full-page-media, .cta _:future, :root .cta {
  background-attachment: initial;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 2.4rem;
  }
}
.cta .w-1440 {
  padding: 130px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 {
    padding: 13rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 {
    padding: 2.4rem;
    border: 1px solid #fff;
  }
}
.cta .w-1440 .phone-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .phone-div {
    gap: 0.8rem;
  }
}
.cta .w-1440 .phone-div h4 {
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .phone-div h4 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .phone-div h4 {
    font-size: 2.4rem;
  }
}
.cta .w-1440 .phone-div h5 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .phone-div h5 {
    font-size: 2rem;
  }
}
.cta .w-1440 .phone-div .link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .phone-div .link {
    gap: 0.8rem;
  }
}
.cta .w-1440 .phone-div .link .icon svg {
  width: 54px;
  height: 51px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .phone-div .link .icon svg {
    width: 5.4rem;
    height: 5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .phone-div .link .icon svg {
    width: 3rem;
    height: 3rem;
  }
}
.cta .w-1440 .phone-div .link .en {
  font-size: 88px;
  color: #fff;
  line-height: 1.2;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .phone-div .link .en {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .phone-div .link .en {
    font-size: 4rem;
  }
}
.cta .w-1440 .phone-div .link:hover .icon svg {
  transform: scale(1.1);
}
.cta .w-1440 .phone-div .link:hover .en {
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .mail-div {
    width: 100%;
  }
}
.cta .w-1440 .mail-div a.contact {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 42px 56px;
  gap: 16px;
  background: rgba(0, 105, 212, 0.5882352941);
  background: linear-gradient(78deg, rgba(0, 105, 212, 0.5882352941), rgba(0, 105, 212, 0.5882352941));
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 0px 40px 0px 0px;
  transition: background 0.3s;
  z-index: 2;
  overflow: hidden;
}
.cta .w-1440 .mail-div a.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(78deg, #0069D4, #24BDFF);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .mail-div a.contact {
    padding: 4.2rem 5.6rem;
    gap: 1.6rem;
    border-radius: 0 4rem 0 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .mail-div a.contact {
    padding: 2.4rem;
  }
}
.cta .w-1440 .mail-div a.contact .f-32 {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .mail-div a.contact .f-32 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .mail-div a.contact .f-32 {
    font-size: 1.6rem;
  }
}
.cta .w-1440 .mail-div a.contact .arw {
  width: 48px;
}
@media screen and (max-width: 1900px) {
  .cta .w-1440 .mail-div a.contact .arw {
    width: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .cta .w-1440 .mail-div a.contact .arw {
    width: 3.4rem;
  }
}
.cta .w-1440 .mail-div a.contact:hover::before {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */