@charset "UTF-8";
/*
====================================
ファーストビュー
====================================
*/
#main {
  background-size: contain;
  background-repeat: repeat;
}

main.top {
  opacity: 1;
  transition: opacity 1s ease;
}

main.top.show {
  opacity: 1;
  transition-duration: 3s;
}

.toppage-fv {
  position: relative;
  width: 100%;
  height: 62.0833333vw;
  overflow: hidden;
}
.toppage-fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.toppage-fv__content {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
}
.toppage-fv__content-inner {
  padding-left: 80px;
}
.toppage-fv__content-inner .engcopy {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 900;
  text-shadow: 3px 3px 6px #061E4E;
  letter-spacing: 0.44rem;
}
.toppage-fv__content-inner .jpncopy {
  margin-top: 24px;
  font-size: 3.4rem;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 6px #061E4E;
  letter-spacing: 0.8rem;
  line-height: 1.6;
}
.toppage-fv__content-inner__visual {
  width: 100%;
  height: 100%;
}
.toppage-fv__content-inner__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.toppage-fv .fvSwiper {
  visibility: hidden; /* 初期状態非表示でチラつき防止 */
}
.toppage-fv .fvSwiper.swiper-initialized {
  visibility: visible;
}
.toppage-fv .fvSwiper .swiper-slide {
  opacity: 0;
  transition: opacity 1.2s ease;
}
.toppage-fv .fvSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*
====================================
サービス
====================================
*/
.toppage-service {
  position: relative;
  z-index: 2;
  background-image: url("../img/top/service/back.jpg");
  background-size: contain;
  background-position: top right;
}
.toppage-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0%;
  left: 0;
  width: 100%;
  height: 400px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);
  background-position: center;
}
.toppage-service::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #fff;
  background-position: center;
}
.toppage-service__inner {
  position: relative;
  z-index: 10;
}
.toppage-service__whitearea {
  margin-top: 86px;
  border-radius: 330px 0 0 0;
  background-color: #fff;
  padding: 100px 0;
}
.toppage-service__whitearea .heading-gr {
  padding-left: 32px;
  margin-bottom: 24px;
}
.toppage-service__whitearea .heading-gr .eng {
  font-size: 11rem;
  color: #802B2B;
  font-weight: 100;
}
.toppage-service__whitearea .heading-gr .jpn {
  margin-left: 6px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #802B2B;
}
.toppage-service__whitearea .desc-gr {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.toppage-service__whitearea .desc-gr .desc {
  width: calc(100% - 220px);
}
.toppage-service__whitearea .desc-gr .btn {
  margin-left: 80px;
  margin-right: 80px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px #061E4E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toppage-service__whitearea .desc-gr .btn .icon {
  transform: translateY(2px);
  display: inline-block;
  width: 18.99px;
}
.toppage-service__whitearea .scroll-target .heading-gr, .toppage-service__whitearea .scroll-target .desc-gr {
  opacity: 0;
  transform: translateY(100px);
}
.toppage-service__whitearea .scroll-target.visible .heading-gr {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.toppage-service__whitearea .scroll-target.visible .desc-gr {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
.toppage-service__whitearea .items {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 40px;
}
.toppage-service__whitearea .items ul {
  display: flex;
  justify-content: space-between;
}
.toppage-service__whitearea .items ul li {
  width: 24%;
  opacity: 0;
  transform: translateY(100px);
}
.toppage-service__whitearea .items ul li figure {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 20px;
}
.toppage-service__whitearea .items ul li figure img {
  width: 100%;
  transition-duration: 0.5s;
}
.toppage-service__whitearea .items ul li .sub {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #061E4E;
}
.toppage-service__whitearea .items ul li h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #061E4E;
  text-align: center;
}
.toppage-service__whitearea .items ul li:nth-of-type(1).visible {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.25s;
  transform: translateY(0);
}
.toppage-service__whitearea .items ul li:nth-of-type(2).visible {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 0.7s;
  transform: translateY(0);
}
.toppage-service__whitearea .items ul li:nth-of-type(3).visible {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.15s;
  transform: translateY(0);
}
.toppage-service__whitearea .items ul li:nth-of-type(4).visible {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 1.6s;
  transform: translateY(0);
}
.toppage-service__whitearea .items ul li a:hover figure img {
  width: 100%;
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.toppage-service__navyarea {
  margin-top: 0;
  position: relative;
  border-radius: 0px 0 0 330px;
  background-image: url("../img/top/selling-recoating/back.jpg");
  background-size: cover;
  background-position: center;
  padding: 72px 0 100px;
  overflow: hidden;
}
.toppage-service__navyarea::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #802B2B;
  opacity: 0.8;
}
.toppage-service__navyarea .heading-gr {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  margin-bottom: 24px;
}
.toppage-service__navyarea .heading-gr .eng {
  font-size: 12rem;
  color: #fff;
  font-weight: 100;
}
.toppage-service__navyarea .heading-gr .jpn {
  margin-left: 6px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: white;
}
.toppage-service__navyarea .desc-gr {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.toppage-service__navyarea .desc-gr .desc {
  width: calc(100% - 220px);
  color: #fff;
}
.toppage-service__navyarea .desc-gr .btn {
  margin-left: 80px;
  margin-right: 80px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px #061E4E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toppage-service__navyarea .desc-gr .btn .icon {
  transform: translateY(2px);
  display: inline-block;
  width: 18.99px;
}
.toppage-service__navyarea .scroll-target .heading-gr, .toppage-service__navyarea .scroll-target .desc-gr {
  opacity: 0;
  transform: translateY(100px);
}
.toppage-service__navyarea .scroll-target .longimage {
  opacity: 0;
  transform: translateX(100px);
}
.toppage-service__navyarea .scroll-target.visible .heading-gr {
  opacity: 1;
  transform: translateY(0px);
  transition-duration: 1s;
}
.toppage-service__navyarea .scroll-target.visible .desc-gr {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.5s;
  transition-duration: 1s;
}
.toppage-service__navyarea .scroll-target.visible .longimage {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 1s;
  transition-duration: 0.5s;
}
.toppage-service__navyarea .longimage {
  margin-top: 40px;
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

/*
====================================
新着情報
====================================
*/
.toppage-news {
  padding: 100px 0;
  background-image: url("../img/top/news/back.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.toppage-news__content .tab-content-wrap {
  position: relative;
  margin-top: 56px;
  opacity: 0;
  transform: translateY(50px);
}
.toppage-news__content.visible .tab-content-wrap {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}
.toppage-news__content .tab-menu {
  margin-top: 56px;
  margin-bottom: 28px;
  display: flex;
}
.toppage-news__content .tab-menu a {
  padding: 12px 32px;
  display: inline-block;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border: solid #802B2B 1.5px;
  color: #802B2B;
}
.toppage-news__content .tab-menu a:first-of-type {
  border-right: none;
}
.toppage-news__content .tab-menu a:last-of-type {
  border-radius: 0 0 50px 0;
  border-left: none;
}
.toppage-news__content .tab-menu a.active {
  padding-right: 40px;
  background-color: #802B2B;
  color: #fff;
}
.toppage-news__content .list .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.toppage-news__content .item {
  width: 48.75%;
}
.toppage-news__content .slider {
  padding: 80px 0 0px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: calc(50% + 686px);
}
.toppage-news__content .swiper {
  overflow: initial;
}
.toppage-news__content .swiper-slide {
  margin-top: 0px;
  padding: 16px 0;
}
.toppage-news__content .swiper-arrows-outer {
  position: relative;
}
.toppage-news__content .swiper-arrows {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}
.toppage-news__content .swiper-arrows .swiper-button-prev {
  position: relative;
  width: 148px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  background-color: #061E4E;
}
.toppage-news__content .swiper-arrows .swiper-button-prev::after {
  font-size: 1.4rem;
  color: #fff;
}
.toppage-news__content .swiper-arrows .swiper-button-next {
  margin-left: 32px;
  position: relative;
  width: 148px;
  text-align: center;
  border-radius: 50px;
  background-color: #061E4E;
}
.toppage-news__content .swiper-arrows .swiper-button-next::after {
  font-size: 1.4rem;
  color: #fff;
}
.toppage-news__btn {
  margin-top: 40px;
  text-align: right;
}
.toppage-news__btn a {
  display: inline-block;
}
.toppage-news__btn a .txt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
.toppage-news__btn a .icon {
  position: relative;
  margin-left: 12px;
  display: inline-block;
  right: -8px;
  top: 7px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #B2B2B2;
  z-index: 1;
}
.toppage-news__btn a .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/common/icon-article-arrow.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

.toppage-company {
  background-color: #fff;
}
.toppage-company__radius {
  position: relative;
  border-radius: 0 330px 0 0;
  background-color: #fff;
  padding: 100px 0;
  background-image: url("../img/top/company/back.jpg");
  background-size: cover;
  background-position: center;
  padding: 72px 0 100px;
  overflow: hidden;
}
.toppage-company__radius::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #061E4E;
  opacity: 0.8;
}
.toppage-company__radius .heading-gr {
  position: relative;
  z-index: 2;
  padding-left: 32px;
  margin-bottom: 24px;
}
.toppage-company__radius .desc-gr {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.toppage-company__radius .desc-gr .desc {
  width: 60%;
  color: #fff;
}
.toppage-company__radius .desc-gr .btn {
  margin-left: 80px;
  margin-right: 80px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px #061E4E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toppage-company__radius .desc-gr .btn a {
  display: block;
}
.toppage-company__radius .desc-gr .btn .icon {
  transform: translateY(2px);
  display: inline-block;
  width: 18.99px;
}
.toppage-company__radius .links {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  margin-left: 32px;
  width: 60%;
  border: solid 1px #fff;
  border-radius: 20px;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: center;
}
.toppage-company__radius .links a {
  padding: 8px 8px;
  width: 25%;
  border-bottom: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toppage-company__radius .links a .txt {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.toppage-company__radius .links a .icon {
  position: relative;
  margin-left: 0px;
  margin-right: 8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.toppage-company__radius .links a .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/common/icon-article-arrow.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.toppage-company__radius .items {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 40px;
}
.toppage-company__radius .items ul {
  display: flex;
  justify-content: space-between;
}
.toppage-company__radius .items ul li {
  width: 24%;
}
.toppage-company__radius .items ul li figure {
  width: 100%;
  margin-bottom: 8px;
}
.toppage-company__radius .items ul li figure img {
  width: 100%;
}
.toppage-company__radius .items ul li .sub {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #061E4E;
}
.toppage-company__radius .items ul li h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #061E4E;
  text-align: center;
}
.toppage-company__radius .scroll-target .desc-gr .desc, .toppage-company__radius .scroll-target .links {
  opacity: 0;
  transform: translateY(100px);
}
.toppage-company__radius .scroll-target.visible .desc-gr .desc {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
}
.toppage-company__radius .scroll-target.visible .links {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.toppage-recruit {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 0;
}
.toppage-recruit::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 60%;
  height: 100%;
  background-image: url("../img/top/recruit/back.jpg");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.toppage-recruit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 60%;
  height: 100%;
  background-color: #fff;
  background-size: cover;
  opacity: 0.7;
  background-position: center;
  pointer-events: none;
}
.toppage-recruit__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  /* 上にスライドするアニメーション（2枚分） */
  /* 下にスライドするアニメーション（2枚分） */
}
.toppage-recruit__slider .container {
  position: relative;
  z-index: 3;
  display: flex;
  height: 100%; /* 画像1枚分の高さ */
  overflow: hidden;
}
.toppage-recruit__slider .column {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.toppage-recruit__slider .slide-wrapper {
  display: flex;
  flex-direction: column;
}
.toppage-recruit__slider .left .slide-wrapper {
  animation: slide-up 15s linear infinite;
}
.toppage-recruit__slider .right .slide-wrapper {
  margin-left: 8px;
  animation: slide-down 15s linear infinite;
}
.toppage-recruit__slider .slide-img {
  margin-top: 8px;
  width: 100%;
  height: 100%; /* 画像1枚分の高さ */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.toppage-recruit__content-outer {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
}
.toppage-recruit__content-outer.visible {
  opacity: 1;
  transition-duration: 2s;
}
.toppage-recruit__content-outer .content {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.toppage-recruit__content-outer .content .copy {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  color: #000;
}
.toppage-recruit__content-outer .content .desc {
  font-size: 1.5rem;
}
.toppage-recruit__content-outer .content .btn {
  margin-top: 40px;
}
.toppage-recruit__content-outer .content .btn .icon {
  position: relative;
  margin-left: 12px;
  display: inline-block;
  right: -8px;
  top: 7px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #061E4E;
  z-index: 1;
}
.toppage-recruit__content-outer .content .btn .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/common/icon-article-arrow.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}

.toppage-initiative {
  background-image: linear-gradient(-90deg, #F9FAFC, #E8ECF5);
  padding-bottom: 80px;
}
.toppage-initiative__radius {
  position: relative;
  border-radius: 0 0 0 330px;
  background-color: #fff;
  padding: 100px 0;
  background-color: #802B2B;
  background-size: cover;
  background-position: center;
  padding: 72px 0 140px;
  overflow: hidden;
}
.toppage-initiative__radius .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toppage-initiative__radius .lr .left {
  width: 52.5%;
  padding-left: 40px;
}
.toppage-initiative__radius .lr .left .desc {
  opacity: 0;
  transform: translateY(100px);
  margin-top: 40px;
  width: 100%;
  color: #fff;
}
.toppage-initiative__radius .lr .right {
  width: 47.5%;
}
.toppage-initiative__radius .lr .right .links {
  opacity: 0;
  transform: translateX(100px);
  margin-top: 40px;
  position: relative;
  z-index: 2;
  margin-left: 56px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 72px;
}
.toppage-initiative__radius .lr .right .links a {
  padding: 24px 0;
  width: 100%;
  border-bottom: solid 1px #802B2B;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toppage-initiative__radius .lr .right .links a .txt {
  color: #802B2B;
  font-size: 1.7rem;
  text-align: center;
}
.toppage-initiative__radius .lr .right .links a .icon {
  position: relative;
  margin-left: 0px;
  margin-right: 8px;
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.toppage-initiative__radius .lr .right .links a .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/top/initiative/icon-arrow-white.svg");
  background-size: contain;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.toppage-initiative__radius .items {
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 40px;
}
.toppage-initiative__radius .items ul {
  display: flex;
  justify-content: space-between;
}
.toppage-initiative__radius .items ul li {
  width: 24%;
}
.toppage-initiative__radius .items ul li figure {
  width: 100%;
  margin-bottom: 8px;
}
.toppage-initiative__radius .items ul li figure img {
  width: 100%;
}
.toppage-initiative__radius .items ul li .sub {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #061E4E;
}
.toppage-initiative__radius .items ul li h4 {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #061E4E;
  text-align: center;
}
.toppage-initiative__inner.visible .toppage-initiative__radius .lr .left .desc {
  opacity: 1;
  transition-duration: 1s;
  transform: translateY(0);
}
.toppage-initiative__inner.visible .toppage-initiative__radius .lr .right .links {
  opacity: 1;
  transition-duration: 1s;
  transform: translateX(0);
  transition-delay: 0.5s;
}

.toppage-bottombig {
  height: 33vw;
  width: 100%;
  background-image: url("../img/top/bottombig.jpg");
  background-size: cover;
  background-position: top;
  filter: blur(100px);
}
.toppage-bottombig.visible {
  filter: blur(0px);
  transition-duration: 1s;
}

@media screen and (max-width: 750px) {
  #main {
    background-size: contain;
    background-repeat: repeat;
  }
  main.top {
    opacity: 1;
    transition: opacity 1s ease;
  }
  main.top.show {
    opacity: 1;
    transition-duration: 3s;
  }
  .toppage-fv {
    height: 400px;
  }
  .toppage-fv::after {
    top: 20%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  }
  .toppage-fv__content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .toppage-fv__content-inner {
    padding-left: 12px;
  }
  .toppage-fv__content-inner .engcopy {
    color: #fff;
    font-size: 8.3vw;
    letter-spacing: 0.34rem;
  }
  .toppage-fv__content-inner .jpncopy {
    margin-top: 12px;
    font-size: 1.7rem;
  }
  .toppage-fv__content-inner__visual {
    width: 100%;
    height: 100%;
  }
  .toppage-fv__content-inner__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .toppage-fv__visual {
    height: 100%;
  }
  .toppage-fv__visual .swiper, .toppage-fv__visual .swiper-wrapper, .toppage-fv__visual .swiper-wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /*
  ====================================
  サービス
  ====================================
  */
  .toppage-service {
    position: relative;
    z-index: 2;
    background-image: url("../img/top/service/back-sp.jpg");
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
  }
  .toppage-service::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0%;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);
    background-position: center;
  }
  .toppage-service::after {
    height: 300px;
  }
  .toppage-service__whitearea {
    margin-top: 40px;
    border-radius: 100px 0 0 0;
    padding: 40px 0;
  }
  .toppage-service__whitearea .heading-gr {
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .toppage-service__whitearea .heading-gr .eng {
    font-size: 4rem;
  }
  .toppage-service__whitearea .heading-gr .jpn {
    margin-left: 3px;
    font-size: 1.7rem;
  }
  .toppage-service__whitearea .desc-gr {
    padding-left: 24px;
    display: block;
  }
  .toppage-service__whitearea .desc-gr .desc {
    width: calc(100% - 0px);
  }
  .toppage-service__whitearea .desc-gr .btn {
    display: none;
  }
  .toppage-service__whitearea .scroll-target .heading-gr, .toppage-service__whitearea .scroll-target .desc-gr {
    opacity: 0;
    transform: translateY(40px);
  }
  .toppage-service__whitearea .scroll-target.visible .heading-gr {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
  }
  .toppage-service__whitearea .scroll-target.visible .desc-gr {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
    transition-duration: 1s;
  }
  .toppage-service__whitearea .items {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 24px;
  }
  .toppage-service__whitearea .items ul {
    flex-wrap: wrap;
  }
  .toppage-service__whitearea .items ul li {
    width: 48.75%;
    opacity: 0;
    transform: translateY(40px);
  }
  .toppage-service__whitearea .items ul li figure {
    width: 100%;
    margin-bottom: 8px;
  }
  .toppage-service__whitearea .items ul li figure img {
    width: 100%;
  }
  .toppage-service__whitearea .items ul li .sub {
    font-size: 1.2rem;
  }
  .toppage-service__whitearea .items ul li h4 {
    font-size: 1.4rem;
  }
  .toppage-service__navyarea {
    margin-top: 80px;
    border-radius: 100px 0 0 0;
    padding: 40px 0;
  }
  .toppage-service__navyarea .heading-gr {
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .toppage-service__navyarea .heading-gr .eng {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .toppage-service__navyarea .heading-gr .jpn {
    margin-left: 3px;
    font-size: 1.7rem;
  }
  .toppage-service__navyarea .desc-gr {
    display: block;
    padding-left: 24px;
  }
  .toppage-service__navyarea .desc-gr .desc {
    width: 100%;
    color: #fff;
  }
  .toppage-service__navyarea .desc-gr .btn {
    display: none;
  }
  .toppage-service__navyarea .scroll-target .heading-gr, .toppage-service__navyarea .scroll-target .desc-gr {
    opacity: 0;
    transform: translateY(40px);
  }
  .toppage-service__navyarea .scroll-target .longimage {
    opacity: 0;
    transform: translateX(40px);
  }
  .toppage-service__navyarea .scroll-target.visible .heading-gr {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
  }
  .toppage-service__navyarea .scroll-target.visible .desc-gr {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
    transition-duration: 1s;
  }
  .toppage-service__navyarea .scroll-target.visible .longimage {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 1s;
    transition-duration: 0.5s;
  }
  .toppage-service__navyarea .longimage {
    margin-top: 24px;
    width: 77%;
    border-radius: 15px 0 0 15px;
  }
  /*
  ====================================
  新着情報
  ====================================
  */
  .toppage-news {
    padding: 50px 0;
  }
  .toppage-news__content {
    margin-top: 28px;
  }
  .toppage-news__content .tab-content-wrap {
    margin-top: 28px;
    transform: translateY(32px);
  }
  .toppage-news__content .tab-menu {
    margin-bottom: 14px;
  }
  .toppage-news__content .tab-menu a {
    padding: 8px 16px;
    font-size: 1.3rem;
  }
  .toppage-news__content .tab-menu a.active {
    padding-right: 16px;
  }
  .toppage-news__content .list .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toppage-news__content .item {
    width: 100%;
  }
  .toppage-news__content .slider {
    padding: 40px 0 0px;
    width: calc(100% - 16px);
  }
  .toppage-news__content .swiper-slide {
    padding: 12px 0;
  }
  .toppage-news__content .swiper-arrows {
    left: 0;
    top: -13px;
    justify-content: left;
  }
  .toppage-news__content .swiper-arrows .swiper-button-prev {
    width: 80px;
    height: 24px;
    left: 0;
  }
  .toppage-news__content .swiper-arrows .swiper-button-prev::after {
    right: initial;
    left: 100px;
    font-size: 1.25rem;
    color: #fff;
  }
  .toppage-news__content .swiper-arrows .swiper-button-next {
    margin-left: 16px;
    width: 80px;
    height: 24px;
  }
  .toppage-news__btn {
    margin-top: 24px;
    text-align: center;
  }
  .toppage-news__btn a .txt {
    font-size: 1.5rem;
  }
  .toppage-news__btn a .icon {
    margin-left: 4px;
  }
  .toppage-company__radius {
    margin-top: 80px;
    border-radius: 0 100px 0 0;
    padding: 64px 0;
  }
  .toppage-company__radius .heading-gr {
    padding-left: 16px;
    margin-bottom: 12px;
  }
  .toppage-company__radius .desc-gr {
    display: block;
    padding-left: 16px;
  }
  .toppage-company__radius .desc-gr .desc {
    width: 100%;
  }
  .toppage-company__radius .desc-gr .btn {
    display: none;
  }
  .toppage-company__radius .links {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    justify-content: space-between;
    padding: 24px 24px;
    gap: 8px 0px;
  }
  .toppage-company__radius .links a {
    padding: 12px 0;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .toppage-company__radius .links a .txt {
    font-size: 1.4rem;
  }
  .toppage-company__radius .links a .icon {
    position: relative;
    margin-left: 0px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
  }
  .toppage-company__radius .items {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 40px;
  }
  .toppage-company__radius .items ul {
    display: flex;
    justify-content: space-between;
  }
  .toppage-company__radius .items ul li {
    width: 24%;
  }
  .toppage-company__radius .items ul li figure {
    width: 100%;
    margin-bottom: 8px;
  }
  .toppage-company__radius .items ul li figure img {
    width: 100%;
  }
  .toppage-company__radius .items ul li .sub {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #061E4E;
  }
  .toppage-company__radius .items ul li h4 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: #061E4E;
    text-align: center;
  }
  .toppage-company__radius .scroll-target .desc-gr .desc, .toppage-company__radius .scroll-target .links {
    opacity: 0;
    transform: translateY(40px);
  }
  .toppage-recruit::before {
    background-image: url("../img/top/recruit/back-sp.jpg");
    width: 100%;
  }
  .toppage-recruit::after {
    width: 100%;
  }
  .toppage-recruit__slider {
    position: initial;
    width: 100%;
    height: 100vw;
  }
  .toppage-recruit__content-outer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .toppage-recruit__content-outer .content {
    width: 100%;
  }
  .toppage-recruit__content-outer .content .copy {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .toppage-recruit__content-outer .content .desc {
    font-size: 1.3rem;
  }
  .toppage-recruit__content-outer .content .btn {
    margin-top: 12px;
  }
  .toppage-recruit__content-outer .content .btn .icon {
    margin-left: 8px;
    right: -8px;
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .toppage-recruit__content-outer .content .btn .icon::after {
    width: 10px;
    height: 10px;
  }
  .toppage-initiative {
    padding-bottom: 40px;
  }
  .toppage-initiative__radius {
    border-radius: 0 0 0 100px;
    padding: 40px 0 40px;
  }
  .toppage-initiative__radius .lr {
    display: block;
  }
  .toppage-initiative__radius .lr .left {
    width: 100%;
    padding-left: 0px;
  }
  .toppage-initiative__radius .lr .left .desc {
    margin-top: 24px;
    transform: translateY(40px);
  }
  .toppage-initiative__radius .lr .right {
    width: 100%;
  }
  .toppage-initiative__radius .lr .right .links {
    transform: translateX(40px);
    margin-top: 24px;
    position: relative;
    z-index: 2;
    margin-left: 28px;
    margin-right: 0;
    width: 90%;
    padding: 24px 24px;
  }
  .toppage-initiative__radius .lr .right .links a {
    padding: 12px 0;
  }
  .toppage-initiative__radius .lr .right .links a .txt {
    font-size: 1.4rem;
  }
  .toppage-initiative__radius .lr .right .links a .icon {
    width: 20px;
    height: 20px;
  }
  .toppage-initiative__radius .items {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 40px;
  }
  .toppage-initiative__radius .items ul {
    display: flex;
    justify-content: space-between;
  }
  .toppage-initiative__radius .items ul li {
    width: 24%;
  }
  .toppage-initiative__radius .items ul li figure {
    width: 100%;
    margin-bottom: 8px;
  }
  .toppage-initiative__radius .items ul li figure img {
    width: 100%;
  }
  .toppage-initiative__radius .items ul li .sub {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #061E4E;
  }
  .toppage-initiative__radius .items ul li h4 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: #061E4E;
    text-align: center;
  }
  .toppage-bottombig {
    height: 64vw;
  }
}/*# sourceMappingURL=toppage.css.map */