/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
}
#page-ttl .pgttl-img {
  height: 25vw;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-img {
    height: 320px;
  }
}
#page-ttl .pgttl-img .fix-bgimg {
  height: 29.1666666667vw;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-img .fix-bgimg {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-img .fix-bgimg {
    height: 320px;
  }
}
#page-ttl .pgttl-inner {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%;
}
#page-ttl .pgttl-inner h2 span.__jp {
  color: #fff;
}
#page-ttl .pgttl-inner h2 span.__en {
  color: #e61517;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 10rem;
  margin-bottom: -0.4em;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 12rem;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 17.5rem;
  }
}
#page-ttl .pgttl-inner h2 span.__en.__light {
  color: #fff;
}

.__contents-padding.__1st-content {
  font-size: 10rem;
}
@media screen and (max-width: 991px) {
  .__contents-padding.__1st-content {
    font-size: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .__contents-padding.__1st-content {
    font-size: 17.5rem;
  }
}
.__contents-padding.__1st-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
}

/* works.html
---------------------------------------------------- */
.sec-work-list.__02, .sec-work-list.__04 {
  background-color: #fff;
}
.sec-work-list.__02 .sec-inner, .sec-work-list.__04 .sec-inner {
  flex-direction: row-reverse;
}
.sec-work-list .sec-inner {
  align-items: flex-start;
}
.sec-work-list .sec-inner .txt-wrap {
  position: relative;
  width: calc(100% - 42.5rem - 5rem);
  padding-top: 4.25rem;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-work-list .sec-inner .txt-wrap {
    width: 100%;
    padding-top: 6.25rem;
    padding-left: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-work-list .sec-inner .txt-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.sec-work-list .sec-inner .txt-wrap::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 6.25rem;
  aspect-ratio: 1/1;
  background-image: url(../images/deco-dot_square.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .sec-work-list .sec-inner .txt-wrap::before {
    width: 11.25rem;
  }
}
.sec-work-list .sec-inner .img-wrap {
  position: relative;
  width: 42.5rem;
  padding: 0 2em;
}
@media screen and (max-width: 991px) {
  .sec-work-list .sec-inner .img-wrap {
    width: min(100%, 560px);
    margin: 0 auto;
    margin-top: 3em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-work-list .sec-inner .img-wrap {
    padding: 0 1.25em;
  }
}
.sec-work-list .sec-inner .img-wrap .works-slider {
  width: 100%;
  aspect-ratio: 4/3;
}
.sec-work-list .sec-inner .img-wrap .works-slider .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.sec-work-list .sec-inner .img-wrap .works-slider .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-work-list .sec-inner .img-wrap .swiper-button-next,
.sec-work-list .sec-inner .img-wrap .swiper-button-prev {
  width: -moz-fit-content;
  width: fit-content;
  --swiper-navigation-color: #d8221f;
}
.sec-work-list .sec-inner .img-wrap .swiper-button-next::after,
.sec-work-list .sec-inner .img-wrap .swiper-button-prev::after {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .sec-work-list .sec-inner .img-wrap .swiper-button-next::after,
  .sec-work-list .sec-inner .img-wrap .swiper-button-prev::after {
    font-size: 1.125em;
  }
}
.sec-work-list .sec-inner .img-wrap .swiper-button-prev {
  left: 0;
}
.sec-work-list .sec-inner .img-wrap .swiper-button-next {
  right: 0;
}
.sec-work-list .sec-inner .img-wrap .swiper-pagination {
  bottom: -2em;
}
.sec-work-list .sec-inner .img-wrap .swiper-pagination-bullet {
  background-color: #222;
}
.sec-work-list .sec-inner .img-wrap .swiper-pagination-bullet-active {
  background-color: #d8221f;
}

/* recruit.html
---------------------------------------------------- */
#page-ttl .pgttl-img .fix-bgimg.__recruit img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}

.sec-recruit_intro {
  color: #fff;
  background-image: url(../images/recruit-bgimg.jpg);
  background-size: cover;
  background-position: 50% 100%;
  padding: 8.75rem 0;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_intro {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_intro {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_intro .sec-ttl {
    text-align: center;
  }
}
.sec-recruit_intro .sec-txt {
  margin-bottom: 1em;
}

.sec-recruit01 .sec-ttl, .sec-recruit02 .sec-ttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-ttl, .sec-recruit02 .sec-ttl {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-ttl, .sec-recruit02 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap, .sec-recruit02 .sec-content ul .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
.sec-recruit01 .sec-content ul .content-wrap:nth-of-type(1), .sec-recruit02 .sec-content ul .content-wrap:nth-of-type(1) {
  flex-direction: row-reverse;
}
.sec-recruit01 .sec-content ul .content-wrap:nth-of-type(2), .sec-recruit02 .sec-content ul .content-wrap:nth-of-type(2) {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content ul .content-wrap, .sec-recruit02 .sec-content ul .content-wrap {
    display: block;
  }
  .sec-recruit01 .sec-content ul .content-wrap:nth-of-type(2), .sec-recruit02 .sec-content ul .content-wrap:nth-of-type(2) {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content ul .content-wrap, .sec-recruit02 .sec-content ul .content-wrap {
    margin-top: 4em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap {
  width: calc(100% - 22.5rem - 7.5rem);
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap h4, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap h4 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap h4, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap h4, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap h4 {
    font-size: 1.375em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap h4 em, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap h4 em {
  color: #e61517;
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap p, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap p {
  font-size: 1.125em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap p, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap p {
    font-size: 1em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap ul, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap ul {
  display: flex;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap ul, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap ul {
    display: block;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .txt-wrap ul li, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap ul li {
  font-size: 1.125em;
  margin-right: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit01 .sec-content ul .content-wrap .txt-wrap ul li, .sec-recruit02 .sec-content ul .content-wrap .txt-wrap ul li {
    font-size: 1em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .img-wrap, .sec-recruit02 .sec-content ul .content-wrap .img-wrap {
  width: 22.5rem;
}
@media screen and (max-width: 991px) {
  .sec-recruit01 .sec-content ul .content-wrap .img-wrap, .sec-recruit02 .sec-content ul .content-wrap .img-wrap {
    width: 45%;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit01 .sec-content ul .content-wrap .img-wrap, .sec-recruit02 .sec-content ul .content-wrap .img-wrap {
    width: min(65%, 480px);
    margin-top: 3em;
  }
}
.sec-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle {
  z-index: 2;
  aspect-ratio: 1/1;
}
.sec-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__01::before, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__01::before {
  z-index: -1;
  left: 0;
  margin-top: -5%;
  margin-left: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  background-color: #e61517;
}
.sec-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__01::after, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__01::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-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__02::before, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__02::before {
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  border: solid 1.5px #e61517;
}
.sec-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__02::after, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__02::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-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__03::before, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__03::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-recruit01 .sec-content ul .content-wrap .img-wrap .__imgstyle.__03::after, .sec-recruit02 .sec-content ul .content-wrap .img-wrap .__imgstyle.__03::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-recruit02 {
  background-color: #fff;
}

.sec-recruit_instagram {
  color: #fff;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
.sec-recruit_instagram .sec-content {
  text-align: center;
  background-image: url(../images/recruit/recruit-instagram-bgimg.jpg);
  background-attachment: fixed;
  padding-bottom: 13.125rem;
}


@media screen and (max-width: 1199px) {
  .sec-recruit_instagram .sec-content {
    background-attachment: scroll;
    background-size: cover;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit_instagram .sec-content {
    padding-bottom: 126px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_instagram .sec-content {
    text-align: start;
    padding-bottom: 105px;
  }
}
.sec-recruit_instagram .tagcolle-content {
  margin-top: -7.5rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-recruit_instagram .tagcolle-content {
    margin-top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit_instagram .tagcolle-content {
    margin-top: -72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit_instagram .tagcolle-content {
    margin-top: -60px;
  }
}

.sec-recruit03 .sec-ttl {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-recruit03 .ideal-link {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit03 .ideal-link {
    margin-top: 3em;
  }
}
.sec-recruit03 .ideal-link .link-img {
  background-color: #fff;
  border: solid 1px #e7e5e3;
  margin: auto;
  width: 45%;
  transition: .3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .sec-recruit03 .ideal-link .link-img {
    background-color: #fff;
    border: solid 1px #e7e5e3;
    margin: auto;
    width: 80%;
    transition: .3s ease-in-out;
  }
}
.sec-recruit03 .ideal-link .link-img img {
  width: 100%;
  height: auto;
}
.sec-recruit03 .ideal-link .link-img:hover {
  opacity: 0.7;
}

.sec-recruit04 {
  background-color: #fff;
}
.sec-recruit04 .sec-ttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-recruit04 .sec-content {
  width: min(100%, 64em);
  margin: 0 auto;
}
.sec-recruit04 .sec-content .__overview-table dl dd ul.__benefit {
  display: flex;
  flex-wrap: wrap;
}
.sec-recruit04 .sec-content .__overview-table dl dd ul.__benefit li {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .sec-content .__overview-table dl dd ul.__benefit li {
    width: 100%;
  }
}
.sec-recruit04 .entry-txt {
  padding: 4em 0;
  background-color: #fff;
  border-top: solid 2px #d8221f;
  border-bottom: solid 2px #d8221f;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit04 .entry-txt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .entry-txt {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit04 .entry-txt {
    padding: 3em 0;
    margin-top: 60px;
  }
}
.sec-recruit04 .entry-txt p {
  text-align: center;
  color: #e61517;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .sec-recruit04 .entry-txt p {
    font-size: 1.125em;
  }
}

.sec-recruit_entry {
  background-image: url(../images/recruit-bgimg.jpg);
  background-size: cover;
  background-position: 50% 100%;
}
.sec-recruit_entry .sec-txt {
  margin-bottom: 3em;
}
.sec-recruit_entry .sec-txt p {
  text-align: center;
  color: #fff;
}

/* company.html
---------------------------------------------------- */
.sec-company01 {
  overflow: clip;
}
.sec-company01 .__bg-entxt {
  color: rgba(255, 255, 255, 0.6);
}
.sec-company01 .sec-ttl {
  position: relative;
  padding-top: 4.25rem;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-ttl {
    padding-top: 6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-ttl {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.sec-company01 .sec-ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 6.25rem;
  aspect-ratio: 1/1;
  background-image: url(../images/deco-dot_square.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-ttl::before {
    width: 11.25rem;
  }
}
.sec-company01 .sec-inner {
  align-items: flex-start;
}
.sec-company01 .sec-inner .txt-wrap {
  width: calc(100% - 25rem - 5rem);
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-inner .txt-wrap {
    width: 100%;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .txt-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
.sec-company01 .sec-inner .txt-wrap p:nth-of-type(1) {
  margin-top: 0;
}
.sec-company01 .sec-inner .txt-wrap p.__name {
  text-align: end;
  margin-top: 2em;
}
.sec-company01 .sec-inner .txt-wrap p.__name em {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .txt-wrap p.__name em {
    font-size: 1.375em;
  }
}
.sec-company01 .sec-inner .img-wrap {
  width: 25rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-inner .img-wrap {
    width: 45%;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-inner .img-wrap {
    width: min(65%, 480px);
    margin-top: 3em;
  }
}
.sec-company01 .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-company02 {
  background-color: #fff;
}
.sec-company02 .sec-ttl {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-ttl {
    margin-bottom: 2em;
  }
}
.sec-company02 .sec-content {
  width: min(100%, 64em);
  margin: 0 auto;
}
.sec-company02 .office-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .office-img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-company02 .office-img {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .office-img {
    display: block;
    margin-top: 60px;
  }
}
.sec-company02 .office-img .__imgstyle {
  width: min(50% - 3em, 360px);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .sec-company02 .office-img .__imgstyle {
    width: min(80%, 400px);
    margin: 0 auto;
  }
}
.sec-company02 .office-img .__imgstyle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-company02 .office-img .__imgstyle.__01::before {
  right: 0;
  margin-top: -5%;
  margin-right: -5%;
  width: 12.5%;
  aspect-ratio: 1/1;
  border: solid 1.5px #e61517;
}
.sec-company02 .office-img .__imgstyle.__01::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-company02 .office-img .__imgstyle.__02 {
  margin-left: 6em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .office-img .__imgstyle.__02 {
    margin-left: auto;
    margin-top: 4em;
  }
}
.sec-company02 .office-img .__imgstyle.__02::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-company02 .office-img .__imgstyle.__02::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-company03 .map-wrap {
  width: 100%;
  height: 32.5rem;
  margin-top: 3em;
  padding: 1em;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .map-wrap {
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .map-wrap {
    height: 400px;
  }
}
.sec-company03 .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */