/* index.html
---------------------------------------------------- */
#header {
  opacity: 0;
  transition: opacity 0.36s ease;
}
#header.__show {
  opacity: 1;
}

#main-visual .mv-video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-video {
    height: 100svh;
    background-color: #111;
  }
}
#main-visual .mv-video video {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-video video {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.sec-about {
  z-index: 4;
  overflow: clip;
  padding: 10rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-about {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-about {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about {
    padding-top: 52px;
  }
}
.sec-about .__bg-entxt {
  color: rgba(255, 255, 255, 0.6);
}
.sec-about .__inner.__wide {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .sec-about .__inner.__wide {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .__inner.__wide {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .__inner .__inner {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img {
    display: flex;
    justify-content: space-between;
  }
  .sec-about .sec-img.__0102 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .sec-about .sec-img.__0102 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img.__0304 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .sec-about .sec-img.__0304 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img {
    display: block;
    width: min(100%, 560px);
    margin: 0 auto;
  }
}
.sec-about .sec-img .img-wrap {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap {
    position: relative;
  }
}
.sec-about .sec-img .img-wrap .__imgstyle {
  aspect-ratio: 3/2;
}
.sec-about .sec-img .img-wrap.__01 {
  top: 0;
  left: 0;
  margin-top: -3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__01 {
    width: 48%;
    margin-top: 0;
  }
}
.sec-about .sec-img .img-wrap.__01 .__imgstyle {
  width: 18.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-img .img-wrap.__01 .__imgstyle {
    margin-top: -10%;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__01 .__imgstyle {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__01 .__imgstyle {
    width: 100%;
  }
}
.sec-about .sec-img .img-wrap.__01 .__imgstyle::before {
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  border-top: solid 1.5px #e61517;
  border-right: solid 1.5px #e61517;
}
.sec-about .sec-img .img-wrap.__01 .__imgstyle::after {
  left: 0;
  margin-bottom: -5%;
  margin-left: -5%;
  width: 16.6666666667%;
  aspect-ratio: 1/2.5;
  background-image: url(../images/deco-dot_tate.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-about .sec-img .img-wrap.__02 {
  top: 0;
  right: 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__02 {
    width: 35%;
    margin-left: auto;
    margin-top: -10%;
  }
}
.sec-about .sec-img .img-wrap.__02 .__imgstyle {
  width: 16.875rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__02 .__imgstyle {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__02 .__imgstyle {
    width: 100%;
  }
}
.sec-about .sec-img .img-wrap.__02 .__imgstyle::before {
  z-index: -1;
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 50%;
  aspect-ratio: 2.5/1;
  background-image: url(../images/deco-dot_yoko.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-about .sec-img .img-wrap.__02 .__imgstyle::after {
  left: 0;
  margin-bottom: -5%;
  margin-left: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  border-bottom: solid 1.5px #e61517;
  border-left: solid 1.5px #e61517;
}
.sec-about .sec-img .img-wrap.__03 {
  bottom: 0;
  left: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__03 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__03 {
    width: 35%;
  }
}
.sec-about .sec-img .img-wrap.__03 .__imgstyle {
  width: 16.875rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__03 .__imgstyle {
    width: 189px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__03 .__imgstyle {
    width: 100%;
  }
}
.sec-about .sec-img .img-wrap.__03 .__imgstyle::before {
  z-index: -1;
  left: 0;
  margin-top: -5%;
  margin-left: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  background-color: #e61517;
}
.sec-about .sec-img .img-wrap.__03 .__imgstyle::after {
  right: 0;
  margin-bottom: -5%;
  margin-right: -5%;
  width: 50%;
  aspect-ratio: 2.5/1;
  background-image: url(../images/deco-dot_yoko.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-about .sec-img .img-wrap.__04 {
  bottom: 0;
  right: 0;
  margin-bottom: -11.25rem;
  margin-right: 3.75rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__04 {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__04 {
    width: 48%;
    margin-left: auto;
    margin-top: -5%;
  }
}
.sec-about .sec-img .img-wrap.__04 .__imgstyle {
  width: 22.5rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-img .img-wrap.__04 .__imgstyle {
    width: 252px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-img .img-wrap.__04 .__imgstyle {
    width: 100%;
  }
}
.sec-about .sec-img .img-wrap.__04 .__imgstyle::before {
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  border: solid 1.5px #e61517;
}
.sec-about .sec-img .img-wrap.__04 .__imgstyle::after {
  left: 0;
  margin-bottom: -5%;
  margin-left: -5%;
  width: 16.6666666667%;
  aspect-ratio: 1/2.5;
  background-image: url(../images/deco-dot_tate.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-about .sec-catch {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-catch {
    text-align: center;
  }
}
.sec-about .sec-catch h3 {
  margin: 0 auto;
}
.sec-about .sec-txt {
  width: 56.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-txt {
    width: 100%;
  }
}
.sec-about .sec-txt p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-about .sec-txt p {
    text-align: start;
  }
  .sec-about .sec-txt p span.__nowrap {
    display: inline;
  }
}

.sec-works .sec-inner {
  background-color: #fff;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner {
    padding: 2em 1.25em;
  }
}
.sec-works .sec-inner .txt-wrap {
  width: calc(100% - 26.25rem - 5rem);
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .txt-wrap {
    width: 100%;
  }
}
.sec-works .sec-inner .txt-wrap .__linkbtn {
  margin-bottom: 1em;
}
.sec-works .sec-inner .img-wrap {
  width: 26.25rem;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .img-wrap {
    width: 50%;
    margin-top: -3em;
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .img-wrap {
    width: min(65%, 480px);
    margin-top: 2em;
  }
}
.sec-works .sec-inner .img-wrap .__imgstyle {
  z-index: 2;
  aspect-ratio: 1/1;
}
.sec-works .sec-inner .img-wrap .__imgstyle::before, .sec-works .sec-inner .img-wrap .__imgstyle::after {
  z-index: -1;
  width: 25%;
  aspect-ratio: 1/1;
  background-image: url(../images/deco-dot_square.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-works .sec-inner .img-wrap .__imgstyle::before {
  left: 0;
  margin-top: 5%;
  margin-left: -5%;
}
.sec-works .sec-inner .img-wrap .__imgstyle::after {
  right: 0;
  margin-bottom: 5%;
  margin-right: -5%;
}
.sec-works .sec-inner .img-wrap .__imgstyle img {
  border-radius: 50%;
  overflow: clip;
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

.sec-recruit {
  color: #fff;
  background-image: url(../images/recruit-bgimg.jpg);
  background-size: cover;
  background-position: 50% 100%;
  padding-top: 10rem;
  padding-bottom: 360px;
}
@media screen and (max-width: 1199px) {
  .sec-recruit {
    padding-top: 80px;
    padding-bottom: 480px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit {
    padding-top: 72px;
    padding-bottom: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit {
    padding-top: 60px;
    padding-bottom: 680px;
  }
}
.sec-recruit .sec-inner {
  flex-direction: row-reverse;
}
.sec-recruit .sec-inner .txt-wrap {
  width: calc(100% - 37.5rem - 5rem);
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .txt-wrap {
    width: 100%;
  }
}
.sec-recruit .sec-inner .img-wrap {
  width: 37.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .img-wrap {
    width: min(100%, 560px);
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .img-wrap .recruit-img {
    width: 60%;
  }
}
.sec-recruit .sec-inner .img-wrap .recruit-img .__imgstyle {
  width: 25rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .img-wrap .recruit-img .__imgstyle {
    width: 100%;
  }
}
.sec-recruit .sec-inner .img-wrap .recruit-img.__01 .__imgstyle::before {
  z-index: -1;
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 33.3333333333%;
  aspect-ratio: 2.5/1;
  background-image: url(../images/deco-dot_yoko_light.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-recruit .sec-inner .img-wrap .recruit-img.__02 {
  position: relative;
  z-index: 2;
  margin-left: -12.5rem;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-recruit .sec-inner .img-wrap .recruit-img.__02 {
    margin-left: -20%;
  }
}
.sec-recruit .sec-inner .img-wrap .recruit-img.__02 .__imgstyle::after {
  z-index: -1;
  left: 0;
  margin-bottom: -5%;
  margin-left: -5%;
  width: 33.3333333333%;
  aspect-ratio: 2.5/1;
  background-image: url(../images/deco-dot_yoko_light.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-entry {
  background-color: initial;
}
.sec-entry .sec-inner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f3f0ee;
  padding: 2em;
  padding-top: 6em;
  padding-bottom: 3em;
  margin-top: -240px;
}
@media screen and (max-width: 1199px) {
  .sec-entry .sec-inner {
    margin-top: -360px;
  }
}
@media screen and (max-width: 767px) {
  .sec-entry .sec-inner {
    margin-top: -600px;
    padding-top: 4em;
    padding-bottom: 1em;
  }
}
.sec-entry .sec-inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2em;
  content: "";
  display: block;
  width: 2px;
  height: 6em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-entry .sec-inner::before {
    height: 4em;
    margin-top: -1em;
  }
}
.sec-entry .slider-content {
  position: relative;
  z-index: -1;
}
.sec-entry .slider-content .slider-flowing .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-entry .slider-content .slider-flowing .swiper-wrapper .swiper-slide {
  width: auto;
  height: 35rem;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-entry .slider-content .slider-flowing .swiper-wrapper .swiper-slide {
    height: 300px;
  }
}
.sec-entry .slider-content .slider-flowing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-news {
  background-color: #efefef;
}
.sec-news .sec-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner {
    display: block;
  }
}
.sec-news .sec-inner .sec-content {
  background-color: #fff;
  padding: 3.5rem 2em;
  width: calc(100% - 20rem);
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .sec-content {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content {
    padding: 2em 5rem;
  }
}
.sec-news .sec-inner .sec-content .news-list {
  width: 100%;
  height: 20em;
  padding-right: 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .sec-content .news-list {
    height: 24em;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item {
  padding: 2em 0;
  border-bottom: solid 1px #e7e5e3;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .item-info {
  font-size: 0.95em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list ul .news-list-item .item-info {
    font-size: 0.9em;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .item-info span.__new {
  color: #e61517;
  margin-left: 1em;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .item-ttl {
  margin-bottom: 1em;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .item-ttl h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4em;
}/*# sourceMappingURL=index.css.map */