@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes typo {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  10% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  90% {
    clip-path: inset(0 0% 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes go {
  0% {
    left: 0%;
  }
  10% {
    left: 0%;
  }
  30% {
    left: calc(100% - 12px);
  }
  90% {
    left: calc(100% - 12px);
  }
  100% {
    left: calc(100% - 12px);
  }
}
@keyframes blink {
  0% {
    opacity: 100%;
  }
  40% {
    opacity: 100%;
  }
  60% {
    opacity: 0%;
  }
  100% {
    opacity: 0%;
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #00a99d;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

main#container {
  width: 100%;
  padding: 74px 0 0 0;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main#container::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(180deg, rgba(35, 25, 20, 0.2) 0%, white 100%);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main#container a.anchor {
  padding-top: 80px;
  margin-top: -80px;
  display: block;
}
main#container #visual {
  width: 100%;
  min-width: 1212px;
  position: relative;
  overflow: hidden;
}
main#container #visual:not(:last-child) {
  margin-bottom: 160px;
}
main#container #visual .text {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
  z-index: 10;
}
main#container #visual .text h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  bottom: 48px;
  left: calc(50% - (100vw - 80px) / 2);
}
main#container #visual .text h2 > span {
  background-image: url(../images/catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: calc(100vw - 80px);
  height: calc((100vw - 80px) * 0.237624);
}
main#container #visual .mainphoto {
  width: 100%;
  height: auto;
  position: relative;
}
main#container #visual .mainphoto::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #384691;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  transition: all 0.5s ease-in 0.5s;
  opacity: 1;
}
main#container #visual .mainphoto .swiper-slide {
  width: 100%;
  position: relative;
}
main#container #visual .mainphoto .swiper-slide.swiper-slide-active p {
  animation-name: typo;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
main#container #visual .mainphoto .swiper-slide.swiper-slide-active p span {
  animation-name: go;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
main#container #visual .mainphoto .swiper-slide.swiper-slide-active > div > div {
  transform: scale(1.2);
}
main#container #visual .mainphoto .swiper-slide p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  background-color: #FFF;
  padding: 10px;
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 10;
  clip-path: inset(0 100% 0 0);
}
main#container #visual .mainphoto .swiper-slide p span {
  width: 2px;
  height: calc(100% - 8px);
  position: absolute;
  top: 4px;
}
main#container #visual .mainphoto .swiper-slide p span::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
main#container #visual .mainphoto .swiper-slide > div {
  width: 100%;
}
main#container #visual .mainphoto .swiper-slide > div > div {
  width: 100%;
  min-height: calc(100vh - 74px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 5s ease-in;
}
main#container #visual .mainphoto .swiper-slide > div > div.v1 {
  background-image: url(../images/visual1.jpg);
}
main#container #visual .mainphoto .swiper-slide > div > div.v2 {
  background-image: url(../images/visual2.jpg);
}
main#container #visual .mainphoto .swiper-slide > div > div.v3 {
  background-image: url(../images/visual3.jpg);
}
main#container #visual .mainphoto .swiper-pagination {
  width: 125px;
  position: absolute;
  top: 36px;
  left: 80px;
  z-index: 15;
}
main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  background-color: #FFF;
  margin: 0px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet-active::before {
  background-color: #000;
  animation: slide-progress 2s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
main#container #visual .number {
  width: 100%;
  height: calc(100vh - 74px);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
main#container #visual .number .swiper-pagination {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: inline;
  position: absolute;
  top: 40px;
  left: 20px;
}
main#container #visual.on .text h2 > span {
  clip-path: inset(0% 0% 0% 0%);
}
main#container #visual.on .mainphoto::before {
  opacity: 0;
}
main#container #message {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main#container #message:not(:last-child) {
  margin-bottom: 240px;
}
main#container #message::before {
  content: "";
  width: 1139px;
  height: 734px;
  background-image: url(../images/photo_message.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -65px;
  left: calc(50% - 345px);
  z-index: -1;
}
main#container #message .text {
  text-align: left;
  width: 100%;
}
main#container #message .text h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease-in 0.25s;
}
main#container #message .text h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(-50vw - 20px);
}
main#container #message .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
  opacity: 1;
  transition: all 0.5s ease-in 0.25s;
}
main#container #message .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  opacity: 1;
  transition: all 0.5s ease-in 0.5s;
}
main#container #message .text p:not(:last-child) {
  margin-bottom: 20px;
}
main#container #message .photo {
  display: none;
}
main#container #message.on h4,
main#container #message.on h3,
main#container #message.on p {
  opacity: 1;
}
main#container .section {
  width: 1040px;
  margin: 0 auto 40px auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container .section:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section.on {
  opacity: 1;
}
main#container .section .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .title:not(:last-child) {
  margin-bottom: 60px;
}
main#container .section .title h3 {
  opacity: 1;
  transition: all 0.5s ease-in 0.25s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section .title h3:not(:last-child) {
  margin-bottom: 20px;
}
main#container .section .title h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(-50vw - 20px);
}
main#container .section .title h3 span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section .title h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#fun {
  position: relative;
}
main#container .section#fun::before {
  content: "";
  width: 1288px;
  height: 430px;
  background-image: url(../images/catch_large.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -185px;
  left: calc(50% - 644px);
  z-index: -1;
}
main#container .section#fun:not(:last-child) {
  margin-bottom: 240px;
}
main#container .section#fun .inner {
  width: 100%;
}
main#container .section#fun .inner .line {
  width: 100%;
}
main#container .section#fun .inner .line:not(:last-child) {
  margin-bottom: 60px;
}
main#container .section#fun .inner .line a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#fun .inner .line a:hover .text .myhead .btn::before {
  background-color: #00a99d;
}
main#container .section#fun .inner .line a:hover .text .myhead .btn > span::after {
  transform: translateX(10px);
}
main#container .section#fun .inner .line a:hover .photo img {
  transform: scale(1.05);
}
main#container .section#fun .inner .line a .text {
  width: 420px;
}
main#container .section#fun .inner .line a .text .myhead {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#fun .inner .line a .text .myhead h4 {
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
main#container .section#fun .inner .line a .text .myhead h4.mt1 {
  background-image: url(../images/title_fun1.png);
}
main#container .section#fun .inner .line a .text .myhead h4.mt2 {
  background-image: url(../images/title_fun2.png);
}
main#container .section#fun .inner .line a .text .myhead h4.mt3 {
  background-image: url(../images/title_fun3.png);
}
main#container .section#fun .inner .line a .text .myhead .btn {
  width: 150px;
  position: absolute;
  top: 50px;
  right: 25px;
}
main#container .section#fun .inner .line a .text .myhead .btn::before {
  content: "";
  width: 100%;
  height: 150px;
  background-color: #384691;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(45deg);
  z-index: -1;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main#container .section#fun .inner .line a .text .myhead .btn > span {
  width: 150px;
  height: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#container .section#fun .inner .line a .text .myhead .btn > span::after {
  content: "";
  width: 22px;
  height: 10px;
  background-image: url(../../common/images/arrow_more.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
  margin-left: 8px;
}
main#container .section#fun .inner .line a .text .myhead .btn > span span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container .section#fun .inner .line a .text dl {
  text-align: left;
}
main#container .section#fun .inner .line a .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container .section#fun .inner .line a .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container .section#fun .inner .line a .photo {
  width: 570px;
  border-radius: 8px;
  overflow: hidden;
}
main#container .section#fun .inner .line a .photo img {
  transition: all 0.25s ease-in 0s;
}
main#container .section#interview {
  position: relative;
}
main#container .section#interview::before {
  content: "";
  width: 775px;
  height: 1425px;
  background-image: url(../images/bg_deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -70px;
  left: 50%;
}
main#container .section#interview .inner {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  left: calc(50% - 50vw);
}
main#container .section#interview .inner .int {
  width: calc(50vw - 1px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#interview .inner .int a {
  width: 100%;
}
main#container .section#interview .inner .int a:hover .photo img {
  transform: scale(1.05);
}
main#container .section#interview .inner .int a .photo {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
main#container .section#interview .inner .int a .photo::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  display: block;
}
main#container .section#interview .inner .int a .photo img {
  transition: all 0.25s ease-in 0s;
}
main#container .section#interview .inner .int a .text {
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#interview .inner .int a .text > div {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#interview .inner .int a .text dl {
  text-align: left;
  border-left: solid 1px #000;
  padding-left: 20px;
  margin-left: 20px;
}
main#container .section#interview .inner .int a .text dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container .section#interview .inner .int a .text dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container .section#intern .banner {
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
}
main#container .section#intern .banner a {
  width: 100%;
}
main#container .section#intern .banner a:hover .photo img {
  transform: scale(1.05);
}
main#container .section#intern .banner a .photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main#container .section#intern .banner a .photo::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  display: block;
}
main#container .section#intern .banner a .photo > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main#container .section#intern .banner a .photo img {
  transition: all 0.25s ease-in 0s;
}
main#container .section#recruit .inner {
  width: 100vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  left: calc(50% - 50vw);
}
main#container .section#recruit .inner .info {
  width: calc(50vw - 1px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container .section#recruit .inner .info a {
  width: 100%;
}
main#container .section#recruit .inner .info a:hover .photo::before {
  background-color: rgba(0, 0, 0, 0);
}
main#container .section#recruit .inner .info a:hover .photo img {
  transform: scale(1.05);
}
main#container .section#recruit .inner .info a .photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
main#container .section#recruit .inner .info a .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.25s ease-in 0s;
  z-index: 1;
}
main#container .section#recruit .inner .info a .photo::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  display: block;
}
main#container .section#recruit .inner .info a .photo > div {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
main#container .section#recruit .inner .info a .photo img {
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main#container {
    padding: 46px 0 0 0;
  }
  main#container #visual {
    min-width: 100%;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container #visual .text h2 {
    bottom: 48px;
    left: calc(50% - (100vw - 20px) / 2);
  }
  main#container #visual .text h2 > span {
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 0.237624);
  }
  main#container #visual .mainphoto {
    width: 100%;
    height: auto;
    position: relative;
  }
  main#container #visual .mainphoto::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #384691;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: all 0.5s ease-in 0.5s;
    opacity: 1;
  }
  main#container #visual .mainphoto .swiper-slide {
    width: 100%;
    position: relative;
  }
  main#container #visual .mainphoto .swiper-slide.swiper-slide-active p {
    animation-name: typo;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  main#container #visual .mainphoto .swiper-slide.swiper-slide-active p span {
    animation-name: go;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  main#container #visual .mainphoto .swiper-slide.swiper-slide-active > div > div {
    transform: scale(1.2);
  }
  main#container #visual .mainphoto .swiper-slide p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 16px 8px 8px;
    top: 40px;
    left: 10px;
  }
  main#container #visual .mainphoto .swiper-slide p span {
    width: 2px;
  }
  main#container #visual .mainphoto .swiper-slide > div > div {
    min-height: calc(100vh - 46px);
    min-height: calc(var(--vh, 1vh) * 100 - 46px);
  }
  main#container #visual .mainphoto .swiper-slide > div > div.v1 {
    background-image: url(../images/visual1sp.jpg);
  }
  main#container #visual .mainphoto .swiper-slide > div > div.v2 {
    background-image: url(../images/visual2sp.jpg);
  }
  main#container #visual .mainphoto .swiper-slide > div > div.v3 {
    background-image: url(../images/visual3sp.jpg);
  }
  main#container #visual .mainphoto .swiper-pagination {
    width: 88px;
    top: 14px;
    left: 40px;
  }
  main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
  }
  main#container #visual .mainphoto .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
    margin-left: 8px;
  }
  main#container #visual .number {
    height: calc(100vh - 74px);
  }
  main#container #visual .number .swiper-pagination {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    top: 20px;
    left: 10px;
  }
  main#container #message {
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #message:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container #message::before {
    content: none;
    width: 100vw;
    height: 64.4425vw;
    top: auto;
    bottom: 0px;
    left: calc(50% - 50vw);
  }
  main#container #message .text {
    text-align: left;
    width: 100%;
  }
  main#container #message .text h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container #message .text h3::before {
    width: 50vw;
    height: 1px;
    left: calc(-50vw - 8px);
  }
  main#container #message .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    opacity: 1;
  }
  main#container #message .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container #message .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container #message .text p br:not(.sp) {
    display: none;
  }
  main#container #message .photo {
    width: 150vw;
    margin-top: -24px;
    position: relative;
    left: calc(50% - 75vw);
    z-index: -1;
    display: block;
  }
  main#container #message.on h4,
main#container #message.on h3,
main#container #message.on p {
    opacity: 1;
  }
  main#container .section {
    width: calc(100% - 64px);
    margin: 0 auto 40px auto;
  }
  main#container .section:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .title:not(:last-child) {
    margin-bottom: 32px;
  }
  main#container .section .title h3:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container .section .title h3::before {
    width: 50vw;
    height: 1px;
    left: calc(-50vw - 8px);
  }
  main#container .section .title h3 span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section .title h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#fun {
    position: relative;
    z-index: 1;
  }
  main#container .section#fun::before {
    content: "";
    width: 100vw;
    height: 33.385vw;
    top: 16px;
    left: calc(50% - 50vw);
  }
  main#container .section#fun:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section#fun .title:not(:last-child) {
    margin-bottom: 56px;
  }
  main#container .section#fun .inner {
    width: 100%;
  }
  main#container .section#fun .inner .line {
    width: 100%;
  }
  main#container .section#fun .inner .line:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container .section#fun .inner .line a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#fun .inner .line a .text {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 1;
  }
  main#container .section#fun .inner .line a .text .myhead {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#fun .inner .line a .text .myhead h4 {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
    position: relative;
    transform: translateX(-50px);
  }
  main#container .section#fun .inner .line a .text .myhead .btn {
    width: 80px;
    position: absolute;
    top: 25px;
    right: auto;
    left: 75px;
  }
  main#container .section#fun .inner .line a .text .myhead .btn::before {
    content: "";
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0px;
  }
  main#container .section#fun .inner .line a .text .myhead .btn > span {
    width: 80px;
    height: 80px;
  }
  main#container .section#fun .inner .line a .text .myhead .btn > span::after {
    content: "";
    width: 22px;
    height: 10px;
    background-image: url(../../common/images/arrow_more.svg);
  }
  main#container .section#fun .inner .line a .text .myhead .btn > span span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container .section#fun .inner .line a .text dl {
    text-align: left;
  }
  main#container .section#fun .inner .line a .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container .section#fun .inner .line a .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main#container .section#fun .inner .line a .photo {
    width: 100%;
    order: 2;
  }
  main#container .section#interview {
    position: relative;
  }
  main#container .section#interview::before {
    content: "";
    width: 700px;
    height: 700px;
    background-image: url(../images/bg_deco_sp.svg);
    top: -160px;
    left: calc(50% - 350px);
  }
  main#container .section#interview .inner {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    left: calc(50% - 50vw);
  }
  main#container .section#interview .inner .int {
    width: calc(50vw - 1px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main#container .section#interview .inner .int a {
    width: 100%;
  }
  main#container .section#interview .inner .int a .photo {
    width: 100%;
    margin-bottom: 8px;
  }
  main#container .section#interview .inner .int a .photo::after {
    content: none;
  }
  main#container .section#interview .inner .int a .text {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#interview .inner .int a .text > div {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#interview .inner .int a .text dl {
    text-align: left;
    border-left: none;
    padding-left: 0px;
    margin-left: 0px;
  }
  main#container .section#interview .inner .int a .text dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section#interview .inner .int a .text dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section#intern {
    position: relative;
  }
  main#container .section#intern::before {
    content: "";
    width: 700px;
    height: 700px;
    background-image: url(../images/bg_deco_sp2.svg);
    position: absolute;
    top: -200px;
    left: calc(50% - 350px);
    z-index: -1;
  }
  main#container .section#intern .banner {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
  }
  main#container .section#intern .banner a {
    width: 100%;
  }
  main#container .section#intern .banner a .photo {
    width: 100%;
    position: relative;
  }
  main#container .section#intern .banner a .photo::after {
    content: none;
  }
  main#container .section#intern .banner a .photo > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main#container .section#recruit .inner .info a .photo::after {
    content: none;
  }
  main#container .section#recruit .inner .info a .photo > div {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

/*# sourceMappingURL=style_home.css.map */
