@charset "UTF-8";

/*-----------------------------------------------------------
	top 共通パーツ
-----------------------------------------------------------*/
h2 {
  display: inline-block;
  position: relative;
}

h2:before {
  position: absolute;
  top: -53px;
  left: -30px;
  transform: rotate(-2.22222deg);
  content: "";
}

h2 span.sub {
  display: block;
  font-size: 0.5625em;
  font-weight: 700;
}

h2 span.main {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 900;
}

h2 span.main span.f-inter {
  font-size: 1.25em;
  font-weight: 700;
}

.char {
  display: inline-flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 20px, 0);
}

.char.is-view {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 0.9s cubic-bezier(0.47, 0.16, 0.24, 1), opacity 0.7s cubic-bezier(0.26, 0.06, 0, 1) 0.5s;
}

.char span {
  display: inline-flex;
  transform: perspective(1000px) translate3d(0, 70%, 0) rotateX(-90deg);
}

.char.is-view span {
  transform: perspective(1000px) translateZ(0);
  transition: transform 0.8s cubic-bezier(0.47, 0.16, 0.24, 1);
}

/*-----------------------------------------------------------
	top コンテンツエリア
-----------------------------------------------------------*/
.top-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  transition: opacity .3s ease;
}

.top-mv.initialized {
  opacity: 1;
}

.top-mv .notice {
  position: absolute;
  top: 120px;
  left: 50%;
  width: calc(100% - 80px);
  border: 1px solid #ff3c00;
  border-radius: 4px;
  background-color: rgb(255, 255, 255, 0.75);
  backdrop-filter: blur(19px);
  transform: translateX(-50%);
  z-index: 10;
}

.top-mv .notice a {
  display: flex;
  align-items: center;
  padding: 10px 16px 13px;
}

.top-mv .notice p {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.top-mv .notice .category {
  position: relative;
  padding-left: 26px;
  color: #ff3c00;
  font-weight: 700;
}

.top-mv .notice .category::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/icon_notice.svg) center center / cover no-repeat;
  transform: translateY(-50%);
  content: "";
}

.top-mv .notice .text {
  padding-left: 16px;
  font-weight: 700;
  color: #2d2d2d;
}

.top-mv .notice .arrow-anime {
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .top-mv .notice {
    top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv .notice {
    width: 230px;
    top: auto;
    bottom: 100px;
    left: 11px;
    transform: translateY(0);
  }

  .top-mv .notice a {
    flex-wrap: wrap;
    padding: 9px 12px 10px;
  }

  .top-mv .notice p {
    font-size: 0.8125em;
  }

  .top-mv .notice .category {
    padding-left: 20px;
  }

  .top-mv .notice .category::before {
    width: 16px;
    height: 16px;
  }

  .top-mv .notice .text {
    margin-top: 4px;
    padding-left: 0;
    font-size: 0.75em;
  }

  .top-mv .notice .arrow-anime {
    top: auto;
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    transform: translateY(0);
  }
}

.top-mv .mv-wrapper {
  width: 100%;
  height: 100svh;
}

.top-mv .mv-swiper .items .swiper-slide {
  position: relative;
  backface-visibility: hidden;
}

.top-mv .mv-swiper .items .swiper-slide span {
  display: block;
  width: 100%;
  height: 100svh;
  transition: transform 15s linear;
  backface-visibility: hidden;
}

.top-mv .mv-swiper .items .swiper-slide.target01 span {
  background: url("/images/mv01.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target02 span {
  background: url("/images/mv02.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target03 span {
  background: url("/images/mv03.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target04 span {
  background: url("/images/mv04.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target05 span {
  background: url("/images/mv05.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target06 span {
  background: url("/images/mv06.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target07 span {
  background: url("/images/mv07.webp") center center / cover no-repeat;
}
.top-mv .mv-swiper .items .swiper-slide.target08 span {
  background: url("/images/mv08.webp") center center / cover no-repeat;
}

.top-mv .mv-swiper .items .swiper-slide figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.top-mv .buttons {
  position: absolute;
  width: 480px;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  transform: translateX(-50%);
}

.top-mv .buttons .buttons-swiper {
  width: 345px;
  margin: 0 auto;
  overflow: hidden;
}

.top-mv .buttons ul li {
  width: 104px;
  height: 104px;
}

.top-mv .buttons ul li.no-target {
  visibility: hidden;
  width: 0;
  height: 0;
}

.top-mv .buttons ul li a.active {
  background-color: rgb(255, 255, 255, 0.7);
}

.top-mv .buttons ul li a {
  display: inline-block;
  width: 104px;
  height: 104px;
  padding: 22px 0;
  border-radius: 63px;
  text-align: center;
  background-color: rgb(255, 255, 255, 0.5);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
  transition: background-color 0.3s ease-out;
}

.top-mv .buttons ul li a span {
  display: block;
  font-size: 0.8125em;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  border: 2px solid #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  left: calc(50% + 1px);
}
.swiper-button-next::after {
  left: calc(50% - 2px);
}

.swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.feature {
  position: relative;
  border-radius: 48px 48px 0 0;
  background-color: rgb(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 15;
}

.feature .wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 107px 40px 97px;
}

.feature h2 {
  color: var(--main-color-black);
}

.feature h2::before {
  width: 88px;
  height: 36px;
  background: url(/images/feature-title.svg) center center / contain no-repeat;
}

.feature .wrap .feature-list {
  display: flex;
  /* width: 82.686%; */
  width: 100%;
  max-width: 893px;
  margin: 48px auto 0;
  border-radius: 15px;
  background-color: #fff;
}

.feature .feature-list li {
  position: relative;
  width: calc(100% / 3);
  padding: 8px 14px 37px;
}

.feature .feature-list li::after {
  position: absolute;
  box-sizing: border-box;
  top: -1px;
  left: -1px;
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid var(--main-color-orange);
  pointer-events: none;
}

.feature .feature-list li:first-child::after {
  border-radius: 15px 0 0 15px;
}

.feature .feature-list li:last-child::after {
  border-radius: 0 15px 15px 0;
}

.feature .feature-list li .label {
  margin: 0;
  font-size: 0.875em;
  color: var(--main-color-orange);
}

.feature .feature-list li figure {
  margin: 17px auto 0;
  text-align: center;
}

.feature .feature-list li .list-title {
  margin: 2px auto 0;
  font-size: 1.375em;
  font-weight: 900;
  text-align: center;
}

.feature .feature-list li .list-desc {
  margin: 14px auto 0;
  padding: 0 15px;
  font-size: 0.875em;
  line-height: 1.75;
  letter-spacing: -0.01em;
}

.service {
  position: relative;
  padding-bottom: 40px;
  /* background: radial-gradient( #ec6c03 0%,#cc0b22 100%); */
  color: #fff;
  z-index: 20;
}

.service .bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: url(/images/bg-service.png) center top / cover no-repeat;
  content: "";
}

.service h2::before {
  width: 90px;
  height: 36px;
  background: url(/images/service-title.svg) center center / contain no-repeat;
}

.service .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  margin: -100svh auto 0;
  /* padding: 117px 40px 96px; */
  padding: 117px 40px 250px;
}

.service .left {
  position: sticky;
  top: 160px;
  width: 39.07407407407407%;
  /* height: 518px; */
}

.service .left > p {
  margin: 53px auto 0;
}

.service .left .service-buttons {
  margin: 49px auto 0;
}

.service .left .service-buttons ul li + li {
  margin-top: 9px;
}

.service .left .service-buttons ul li a {
  display: inline-block;
  position: relative;
  padding-left: 47px;
  padding-right: 22px;
  border: 1px solid rgb(255, 255, 255, 0.4);
  border-radius: 31px;
  line-height: 54px;
  transition: 0.3s ease;
}

.service .left .service-buttons ul li a span {
  color: rgb(255, 255, 255, 0.4);
  transition: 0.3s ease;
}

.service .left .service-buttons ul li.is-active a span {
  color: #fff;
}

.service .left .service-buttons ul li a::before {
  position: absolute;
  display: block;
  content: "";
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgb(255, 255, 255, 0.4);
  background: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
}

.service .left .service-buttons ul li.is-active a {
  border: 1px solid rgb(255, 255, 255);
}

.service .left .service-buttons ul li.is-active a::before {
  border: 1px solid #fff;
  background: #fff;
}

.service .left .service-buttons ul li a span {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service .service-link {
  margin-top: 40px;
}

.service .service-link a {
  display: inline-block;
  position: relative;
  padding: 26.5px 0 26.5px 95px;
}

.service .service-link a .arrow {
  left: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
}

.service .service-link a .arrow::before {
  background: url(/assets/images/icon-arrow-orange.svg) center center / 20px no-repeat;
}

.service .service-link a .arrow::after {
  background: url(/assets/images/icon-arrow-white.svg) center center / 20px no-repeat;
}

.service .right {
  margin-top: 105px;
  width: 56.38888888888889%;
}

.service .right .service-block {
  position: relative;
}

/* .service .right .service-block:before {
	display: block;
	height: 50px;
	margin-top: -50px;
	content: '';
} */

.service .right .service-block + .service-block {
  margin-top: 55px;
}

.service .right .service-block .block-title {
  margin: 0 auto;
  text-align: center;
  font-size: 1.375em;
  font-weight: 900;
}

.service .right .service-block .block-title span {
  position: relative;
}

.service .right .service-block .block-title span::before,
.service .right .service-block .block-title span::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 6px;
  height: 100%;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.service .right .service-block .block-title span::before {
  left: -25px;
  border-left: solid 2px #fff;
}

.service .right .service-block .block-title span::after {
  right: -25px;
  border-right: solid 2px #fff;
}

.service .right .service-block .service-items ul li a {
  display: inline-block;
  position: relative;
  height: 100%;
  border-radius: 16px;
  color: var(--main-color);
  background-color: #fff;
  box-shadow: 0 0 20px rgb(196, 11, 32, 0.2);
  overflow: hidden;
}

.service .right .service-items ul li a figure {
  overflow: hidden;
}

.service .right .service-items ul li a figure img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0, 0, 0.2, 1);
}

.service .right .service-items ul li a .text .item-title {
  display: flex;
  align-items: center;
}

.service .right .service-items ul li a .text .item-title > img {
  width: 36px;
  height: 36px;
}

.service .right .service-items ul li a .text .item-title p {
  margin: 0;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service .right .service-items ul li a .text > p {
  font-size: 0.875em;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.service .right .service-block .service-items.col-2 {
  margin-top: 28px;
}

.service .right .service-block .service-items.col-2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* column-gap: 23px; */
  row-gap: 19px;
}

.service .right .service-block .service-items.col-2 ul li {
  width: 48.112%;
}

.service .right .service-items.col-2 ul li a .text {
  padding: 14px 25px 35px 23px;
}

.service .right .service-items.col-2 ul li a .text .item-title p {
  padding-left: 11px;
}

.service .right .service-items.col-2 ul li a .text > p {
  margin: 6px auto 0;
}

.service .right .service-items.col-1 {
  margin-top: 28px;
}

.service .right .service-items.col-1 ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 23px;
}

.service .right .service-items.col-1 ul li {
  width: 100%;
}

.service .right .service-items.col-1 ul li a {
  display: flex;
}

.service .right .service-items.col-1 ul li a figure {
  width: 34.318555008210183%;
}

.service .right .service-items.col-1 ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .right .service-items.col-1 ul li a .text {
  width: 65.68144499178982%;
  padding: 24px 20px;
}

.service .right .service-items.col-1 ul li a .text > p {
  margin: 11px auto 0;
}

.service .right .service-btn {
  margin-top: 32px;
  padding-bottom: 75px;
}

.service .right #service04 .service-btn {
  padding-bottom: 0;
}

.service .right .service-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 17px;
  border: 2px solid #fff;
  border-radius: 31px;
  text-align: center;
  line-height: 54px;
  transition: background-color 0.3s ease;
}

.service .right .service-btn a span {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.service .right .service-btn a .arrow {
  right: -10px;
  width: 80px;
  height: 80px;
}

.service .right .service-btn a .arrow::before {
  background: url(/assets/images/icon-arrow-orange.svg) center center / 20px no-repeat;
}

.service .right .service-btn a .arrow::after {
  background: url(/assets/images/icon-arrow-white.svg) center center / 20px no-repeat;
}

.search {
  position: relative;
  margin-top: -23vw;
  padding-top: 104px;
  padding-bottom: 96px;
  border-radius: 48px;
  background-color: #fff;
  z-index: 30;
  transform: translateY(30vh);
  will-change: transform;
}

.search h2 span {
  color: var(--main-color-black);
}

.search h2::before {
  width: 89px;
  height: 36px;
  background: url(/images/search-title.svg) center center / contain no-repeat;
}

.search .search-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}

.search .search-link a {
  display: inline-block;
  position: relative;
  padding: 26.5px 78px 26.5px 0;
}

.search .search-link a span {
  color: var(--main-color-black);
  font-size: 1.125em;
  font-weight: 700;
}

.search .search-link a .arrow {
  right: 0;
  width: 64px;
  height: 64px;
  border: 2px solid var(--main-color-orange);
}

.search .search-link a .arrow::before {
  background: url(/assets/images/icon-arrow-white.svg) center center / 20px no-repeat;
}

.search .search-link a .arrow::after {
  background: url(/assets/images/icon-arrow-orange.svg) center center / 20px no-repeat;
}

.search .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1263px;
  min-height: 468px;
  margin-top: 39px;
  padding-right: 40px;
}

.search .wrap .image {
  position: relative;
  width: 46.197874080130824%;
  max-width: 565px;
  height: 100%;
}

.search .wrap .image .deco {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 66.5%;
  height: 404px;
}

.search .wrap .image .deco::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
  content: "";
  background: url(/assets/images/deco-img01.png) center center / 100% auto no-repeat;
  z-index: -1;
}

.search .wrap .image img {
  width: 100%;
}

.search .wrap .text {
  width: 49.87735077677841%;
  margin-top: 2px;
}

.search .wrap .text .list-title {
  position: relative;
  margin: 0;
  padding-left: 39px;
  color: var(--main-color-black);
  font-size: 1.375em;
  font-weight: 900;
}

.search .wrap .text .list-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(/assets/images/icon-map.svg) center center / cover no-repeat;
  content: "";
  transform: translateY(-50%);
}

.search .wrap .text .search-list {
  margin-top: 29px;
}

.search .wrap .text .search-list ol > li + li {
  margin-top: 9px;
}

.search .wrap .text .search-list ol li .drop-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search .wrap .text .search-list ol li .drop-btn a {
  position: relative;
  display: inline-block;
  width: 49.34426229508197%;
  padding-right: 5px;
  border-radius: 8px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background-color: var(--main-color-light-orange);
  font-size: 1.125em;
  font-weight: 700;
  transition: 0.3s ease;
}

.search .wrap .text .search-list ol li .drop-btn a.is-active {
  background-color: var(--main-color-orange);
}

.search .wrap .text .search-list ol li .drop-btn a.is-active span.balloon {
  position: absolute;
  left: 50%;
  bottom: -9px;
  display: block;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-top: 9px solid var(--main-color-orange);
  border-left: 9px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.search .wrap .text .search-list ol li .drop-btn a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url(/assets/images/icon-plus_white.svg) center center / cover no-repeat;
  transform: translateY(-50%);
  content: "";
}

.search .wrap .text .search-list ol li .drop-btn a.is-active::before {
  background: url(/assets/images/icon-minus_white.svg) center center / cover no-repeat;
}

.search .wrap .text .search-list ol li .drop-menu {
  display: none;
  margin: 16px 0 18px;
  border-radius: 8px;
  background-color: #efefef;
  color: var(--main-color-black);
}

.search .wrap .text .search-list ol li .drop-menu ul {
  position: relative;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 21px 8px;
}

.search .wrap .text .search-list ol > li .drop-menu ul::after {
  display: block;
  content: "";
  width: 31.69%;
}

.search .wrap .text .search-list ol li .drop-menu ul.is-active {
  display: flex;
}

.search .wrap .text .search-list ol li .drop-menu ul li {
  width: 31.69%;
  margin-bottom: 12px;
}

.search .wrap .text .search-list ol li .drop-menu ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 2px;
  border-radius: 42px;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
}

.search .wrap .text .search-list ol li .drop-menu ul li a span {
  font-weight: 700;
}

.search .wrap .text .search-list ol li .drop-menu ul li a .arrow-anime {
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.search .search-links {
  margin-top: 72px;
}

.search .search-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 48px;
}

.search .search-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 422px;
  height: 112px;
  padding: 0 22px;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  transition: border 0.3s ease;
}

.search .search-links ul li.search-link02 a {
  padding: 0 33px;
}

.search .search-links ul li a::after {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 4px;
  height: 48px;
  border-left: 4px solid var(--main-color-orange);
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.search .search-links ul li a > span {
  padding-left: 15px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--main-color-black);
}

.search .search-links ul li a span.orange {
  color: var(--main-color-orange);
}

.search .search-links ul li.search-link02 a > span {
  padding-left: 30px;
}

.search .search-links ul li.search-link01 a img {
  width: 87px;
  height: auto;
}

.search .search-links ul li.search-link02 a img {
  width: 63px;
  height: auto;
}

.recruit {
  position: relative;
  z-index: 25;
  background-color: #fff2ef;
}

.recruit::before {
  position: absolute;
  width: 100%;
  top: -12vw;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #fff2ef;
}

.recruit h2 {
  color: var(--main-color-black);
}

.recruit h2::before {
  width: 154px;
  height: 44px;
  background: url(/images/recruitment-title.svg) center center / contain no-repeat;
}

.recruit .wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 150px 40px 265px;
  transform: translateY(-30%);
  will-change: transform;
}

.recruit h2 span.main {
  margin-top: 7px;
}

.recruit .wrap .recruit-head {
  display: flex;
  justify-content: space-between;
}

.recruit .recruit-link a {
  position: relative;
  display: inline-block;
  padding: 26.5px 78px 26.5px 0;
}

.recruit .recruit-link a span {
  color: var(--main-color-black);
}

.recruit .recruit-link a .arrow {
  right: 0;
  width: 64px;
  height: 64px;
  border: 2px solid var(--main-color-orange);
}

.recruit .recruit-link a .arrow::before {
  background: url(/assets/images/icon-arrow-white.svg) center center / 20px no-repeat;
}

.recruit .recruit-link a .arrow::after {
  background: url(/assets/images/icon-arrow-orange.svg) center center / 20px no-repeat;
}

.recruit .wrap .recruit-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 892px;
  column-gap: 48px;
  margin: 52px auto 0;
}

.recruit .wrap .recruit-inner .recruit-block {
  width: 50%;
  /* max-width: 422px; */
  margin-top: 23px;
  padding: 27px 7% 37px;
  border-radius: 16px;
  background-color: hsl(14, 100%, 50%, 0.1);
}

.recruit .wrap .recruit-inner .recruit-block + .recruit-block {
  width: 50%;
  /* max-width: 422px; */
  padding: 21px 0 34px;
  text-align: center;
}

.recruit .recruit-block .block-title {
  margin: 0 auto;
  color: var(--main-color-black);
  font-size: 1.375em;
  font-weight: 900;
  text-align: center;
}

.recruit .recruit-block .recruit-item {
  margin-top: 23px;
}

.recruit .recruit-block .recruit-item .recruit-btn {
  padding: 0;
}

.recruit .recruit-block .recruit-item p {
  position: relative;
  margin: 0 auto;
  padding-left: 12px;
  letter-spacing: -0.01em;
  line-height: 2.1875;
}

.recruit .recruit-block .recruit-item p::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  background: var(--main-color-orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

.recruit .recruit-block .recruit-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 294px; */
  margin-top: 2px;
  border-radius: 8px;
  color: var(--main-color-black);
  background-color: #fff;
  line-height: 78px;
  text-align: center;
}

.recruit .recruit-block .recruit-item a .arrow-outer {
  bottom: 7px;
  right: 7px;
}

.recruit .recruit-block .recruit-item a > img {
  height: 78px;
  margin: 0 auto;
}

.recruit .recruit-block .recruit-item a > span {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.recruit .recruit-block .recruit-btn + p {
  margin-top: 26px;
  padding: 20px 7% 0;
  border-top: 2px solid #fff2ef;
}

.recruit .recruit-block .recruit-btn {
  padding: 0 7%;
}

.recruit .recruit-block .recruit-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  /* max-width: 294px; */
  margin-top: 14.5px;
  line-height: 54px;
  border-radius: 32px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.recruit .recruit-block .recruit-btn a .arrow-anime {
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.recruit .recruit-block .recruit-btn .arrow-outer {
  top: 50%;
  right: 20px !important;
  transform: translateY(-50%);
}

.recruit .recruit-block .recruit-btn a > span {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.recruit .overlay {
  top: -200px;
}

.photo-deco {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -200px;
  overflow: hidden;
  z-index: 30;
}

.photo-deco ul {
  display: flex;
  justify-content: space-between;
  max-width: calc(240px * 12 + 8px * 11);
  padding-left: 8px;
  animation: infinity-scroll 45s infinite linear both;
}

.photo-deco ul li {
  min-width: 240px;
}

.photo-deco ul li:nth-child(2n) {
  margin-top: 48px;
}

.photo-deco ul li + li {
  padding-left: 8px;
}

.photo-deco ul li img {
  width: 100%;
}

@keyframes infinity-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.column {
  position: relative;
  padding-top: 72px;
  width: 100%;
  max-width: 1283px;
  padding-left: 40px;
  margin: 0 0 0 auto;
}

.column h2 {
  color: var(--main-color-black);
}

.column h2 span.main {
  font-size: 1.25em;
}

.column h2::before {
  width: 81px;
  height: 31px;
  top: -30px;
  background: url(/images/column-title.svg) center center / contain no-repeat;
}

.column .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 93px;
  padding-left: 115px;
  background-color: #fff2ef;
  border-radius: 48px 0 0 48px;
}

.column .wrap .text {
  padding-bottom: 65px;
}

.column .wrap .text > p {
  margin: 22px auto 0;
  letter-spacing: -0.01em;
  line-height: 1.75;
}
.column .wrap .column-link {
  margin-top: 29px;
}

.column .wrap .column-link a {
  display: inline-block;
  position: relative;
  padding: 26.5px 0 26.5px 77px;
}

.column .wrap .column-link a span {
  color: var(--main-color-black);
}

.column .wrap .column-link a .arrow-outer {
  left: 0;
  width: 64px;
  height: 64px;
  border: 2px solid var(--main-color-orange);
  border-radius: 50%;
}

.column .wrap .column-link a .arrow-outer::before {
  background: url(/assets/images/icon-outer-white.svg) center center / 20px no-repeat;
}

.column .wrap .column-link a .arrow-outer::after {
  background: url(/assets/images/icon-outer-orange.svg) center center / 20px no-repeat;
}

.column .wrap .image {
  position: relative;
  width: 50.044287%;
  max-width: 565px;
  margin-bottom: -44px;
  z-index: 10;
}

.column .wrap .image .deco {
  position: absolute;
  top: -140px;
  right: 0;
  width: 33%;
  height: 282px;
}

.column .wrap .image .deco::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/assets/images/deco-img02.png) center center / 100% auto no-repeat;
  z-index: -1;
}

.column .wrap .image img {
  border-radius: 24px 0 0 24px;
  width: 100%;
}

.news {
  padding-bottom: 88px;
  border-radius: 0 0 48px 48px;
  background-color: #fff;
}

.news h2 {
  padding-left: max(0%, calc((100% - 892px) / 2));
}

.news h2 span.main {
  font-size: 1.25em;
  color: var(--main-color-black);
}

.news h2::before {
  right: 65px;
  left: auto;
  width: 122px;
  height: 41px;
  background: url(/images/news-title.svg) center center / contain no-repeat;
}

.news .wrap {
  width: 100%;
  max-width: 1160px;
  margin: 159px auto 0;
  padding: 0 40px;
}

.news .news-list {
  margin-top: 43px;
}

.news .news-list ul {
  max-width: 892px;
}

.news .news-link {
  margin-top: 39px;
  text-align: right;
}

.news .news-link a {
  position: relative;
  display: inline-block;
  padding: 26.5px 77px 26.5px 0;
}

.news .news-link a span {
  color: var(--main-color-black);
}

.news .news-link a .arrow {
  right: 0;
  width: 64px;
  height: 64px;
  border: 2px solid var(--main-color-orange);
}

.news .news-link a .arrow::before {
  background: url(/assets/images/icon-arrow-white.svg) center center / 20px no-repeat;
}

.news .news-link a .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/assets/images/icon-arrow-orange.svg) center center / 20px no-repeat;
  transition: opacity 0.2s, transform 0.2s;
  transform: translate(-50%, -50%);
}

/*-----------------------------------------------------------
	top レスポンシブ 1367px以上
-----------------------------------------------------------*/

@media screen and (min-width: 1367px) {
  .feature .wrap {
    width: calc(100% - 286px + 80px);
    max-width: none;
  }

  .feature .wrap .feature-list {
    width: 82.686%;
    max-width: none;
  }

  .service .wrap {
    width: calc(100% - 286px + 80px);
    max-width: none;
  }

  .search .search-head {
    width: calc(100% - 286px + 80px);
    max-width: none;
  }

  .search .wrap {
    width: calc(100% - 143px + 40px);
    max-width: none;
  }

  .search .wrap .image {
    max-width: none;
  }

  .search .search-links {
    margin-top: 150px;
  }

  .recruit .wrap {
    width: calc(100% - 286px + 80px);
    max-width: none;
  }

  .recruit .wrap .recruit-inner {
    width: 82.686%;
    max-width: none;
  }

  .column {
    max-width: none;
    padding-left: 143px;
  }

  .column .wrap {
    padding-left: calc((100% - 82.686%) / 2);
  }

  .news .wrap {
    width: calc(100% - 286px + 80px);
    max-width: none;
  }

  .news h2 {
    padding-left: max(0%, calc((100% - 82.686%) / 2));
  }

  .news h2::before {
    left: 26%;
  }

  .news .news-list ul {
    width: 82.686%;
    max-width: none;
    min-width: 892px;
  }
}

/*-----------------------------------------------------------
	top レスポンシブ 1600px以上
-----------------------------------------------------------*/

@media screen and (min-width: 1600px) {
  .search .wrap {
    width: calc(100% - 286px + 80px);
    margin: 39px auto 0;
    column-gap: 60px;
  }

  .search .wrap .image img {
    border-radius: 24px;
  }

  .search .wrap .image .deco {
    left: -60px;
    width: 100%;
  }

  .search .wrap .image .deco::before {
    border-radius: 24px;
  }

  .column {
    padding-left: 143px;
  }

  .column .wrap {
    justify-content: normal;
    column-gap: 25%;
  }

  .column .wrap .image img {
    border-radius: 24px;
  }

  .column .wrap .image .deco {
    right: -60px;
    width: 100%;
    height: 282px;
  }

  .column .wrap .image .deco::before {
    border-radius: 24px;
  }
}

/*-----------------------------------------------------------
	top レスポンシブ 1000px以上
-----------------------------------------------------------*/

@media screen and (max-width: 1000px) {
  .search .wrap .text .search-list ol > li .drop-menu ul::after {
    width: 48%;
  }

  .search .wrap .text .search-list ol li .drop-menu ul li {
    width: 48%;
  }
}

/*-----------------------------------------------------------
	top レスポンシブ 769px以上（hover）
-----------------------------------------------------------*/

@media screen and (min-width: 769px) {
  .top-mv .notice a:hover .text {
    color: var(--main-color-orange);
  }

  .top-mv .buttons ul li a:hover {
    background-color: #fff;
  }

  .service .left .service-buttons ul li a:hover {
    border: 1px solid #fff;
  }

  .service .left .service-buttons ul li a:hover span {
    color: #fff;
  }

  .service .left .service-buttons ul li a:hover::before {
    border: 1px solid #fff;
  }

  .service .service-link a:hover .arrow {
    background-color: #fff;
  }

  .service .right .service-items ul li a:hover figure img {
    transform: scale(1.05);
  }

  .service .right .service-btn a:hover {
    background-color: #fff;
  }

  .service .right .service-btn a:hover span {
    color: var(--main-color-black);
  }

  .service .right .service-btn a:hover::after {
    background: url(/assets/images/icon-arrow-orange.svg) center center no-repeat;
  }
  .service .service-link a:hover .arrow {
    background-color: #fff;
  }

  .search .search-links li a:hover {
    border: 2px solid var(--main-color-orange);
  }

  .search .wrap .text .search-list ol li .drop-btn a:hover {
    background-color: var(--main-color-orange);
  }

  .search .wrap .text .search-list ol li .drop-menu ul li a:hover span {
    color: var(--main-color-light-orange);
  }

  .search .search-link a:hover .arrow {
    background-color: var(--main-color-orange);
  }

  .recruit .recruit-link a:hover .arrow {
    background-color: var(--main-color-orange);
  }

  .recruit .recruit-block .recruit-item a:hover > span {
    color: var(--main-color-orange);
  }

  .recruit .recruit-block .recruit-btn a:hover > span {
    color: var(--main-color-orange);
  }

  .column .wrap .column-link :hover .arrow-outer {
    background-color: var(--main-color-orange);
  }

  .news .news-link a:hover .arrow {
    background-color: var(--main-color-orange);
  }
}

/*-----------------------------------------------------------
	top レスポンシブ 768px以上
-----------------------------------------------------------*/

@media screen and (max-width: 768px) {
  h2:before {
    top: -27px;
    left: -10px;
    transform: rotate(-1deg);
  }

  h2 span.sub {
    padding-left: 6px;
    font-size: 0.46875em;
  }

  h2 span.main {
    padding-left: 6px;
    font-size: 1.0625em;
  }

  h2 span.main span.f-inter {
    font-size: 1.375em;
  }

  .top-mv {
    overflow: hidden;
  }

  .top-mv .mv-wrapper {
    height: calc(100% - 88px);
  }

  .top-mv .swiper .items .swiper-slide span {
    height: calc(100svh - 88px);
  }

  .top-mv .mv-swiper .items .swiper-slide.target01 span {
    background: url("/images/mv01_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target02 span {
    background: url("/images/mv02_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target03 span {
    background: url("/images/mv03_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target04 span {
    background: url("/images/mv04_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target05 span {
    background: url("/images/mv05_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target06 span {
    background: url("/images/mv06_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target07 span {
    background: url("/images/mv07_sp.webp") center center / cover no-repeat;
  }
  .top-mv .mv-swiper .items .swiper-slide.target08 span {
    background: url("/images/mv08_sp.webp") center center / cover no-repeat;
  }

  .top-mv .mv-swiper .items .swiper-slide figure {
    width: 100%;
    top: 32%;
  }

  .top-mv .mv-swiper .items .swiper-slide figure img {
    width: 100%;
  }

  .top-mv .buttons {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    background-color: rgb(45, 45, 45, 0.6);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    transform: translateX(0);
    padding: 12px 6px;
  }

  .top-mv .buttons .buttons-swiper {
    width: 100%;
  }

  .top-mv .buttons ul {
    justify-content: space-between;
    column-gap: normal;
  }

  .top-mv .buttons ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    padding: 0 7.6px 2px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255, 0.85);
    opacity: 1;
  }

  .top-mv .buttons ul li a:has(span.large) {
    padding: 0 7.6px 6px;
  }

  .top-mv .buttons ul li a.active {
    background-color: #fff;
  }

  .top-mv .buttons ul li a img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
  }

  .top-mv .buttons ul li a span {
    width: 100%;
    font-size: 0.6875em;
    line-height: 1.18;
  }

  .top-mv .buttons ul li a span.large {
    font-size: 0.875em;
  }

  .feature {
    border-radius: 32px 32px 0 0;
  }

  .feature .wrap {
    padding: 63px 20px 56px;
  }

  .feature h2::before {
    width: 69px;
    height: 24px;
  }

  .feature .wrap .feature-list {
    flex-wrap: wrap;
    width: 88.06%;
    margin: 29px auto 0;
    border-radius: 12px;
  }

  .feature .feature-list li {
    width: 100%;
    padding: 7px 11px 27px;
  }

  .feature .feature-list li:first-child::after {
    border-radius: 15px 15px 0 0;
  }

  .feature .feature-list li:last-child::after {
    border-radius: 0 0 15px 15px;
  }

  .feature .feature-list li .label {
    font-size: 0.6875em;
  }

  .feature .feature-list li figure {
    width: 56px;
    height: 56px;
    margin: -5px auto 0;
  }

  .feature .feature-list li figure img {
    width: 100%;
  }

  .feature .feature-list li .list-title {
    margin: -1px auto 0;
    font-size: 1.25em;
  }

  .feature .feature-list li .list-desc {
    margin: 9px auto 0;
    padding: 0 6px;
    font-size: 0.8125em;
    line-height: 1.5;
    text-align: center;
  }

  .service h2::before {
    width: 69px;
    height: 24px;
  }

  .service .wrap {
    display: block;
    padding: 68px 16px 100px;
  }

  .service .left {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0 4px;
  }

  .service .left > p {
    margin: 17px auto 0;
    padding: 0 6px;
    font-size: 0.875em;
    line-height: 1.75;
  }

  .service .right {
    margin-top: 36px;
    width: 100%;
  }

  .service .right .service-block {
    margin-top: 36px;
  }

  .service .right .service-block + .service-block {
    margin-top: 41px;
  }

  .service .right .service-block .block-title {
    font-size: 1.25em;
  }

  .service .right .service-block .block-title span:before,
  .service .right .service-block .block-title span:after {
    top: 3px;
    height: 85%;
  }

  .service .right .service-block .block-title span::before {
    left: -23px;
  }

  .service .right .service-block .block-title span::after {
    right: -23px;
  }

  .service .right .service-block .block-title.long span::after {
    right: -49px;
  }

  .service .right .service-block .service-items ul li a {
    height: 100%;
    border-radius: 12px;
  }

  .service .right .service-block .service-items ul li a .arrow-anime {
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
  }

  .service .right .service-block .service-items ul li a .arrow-outer {
    bottom: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
  }

  .service .right .service-items ul li a .text .item-title p {
    font-size: 1em;
  }

  .service .right .service-items ul li a .text .item-title p.line-space {
    line-height: 1.25;
  }

  .service .right .service-items ul li a .text > p {
    font-size: 0.75em;
  }

  .service .right .service-block .service-items.col-2 {
    margin-top: 24px;
  }

  .service .right .service-block .service-items.col-2 ul {
    column-gap: normal;
    row-gap: 15px;
  }

  .service .right .service-block .service-items.col-2 ul li {
    width: 48.105%;
  }

  .service .right .service-items.col-2 ul li a .text {
    padding: 9px 13px 11px;
  }

  .service .right .service-items.col-2 ul li a .text .item-title p {
    padding-left: 9px;
  }

  .service .right .service-items.col-2 ul li a .text .item-title img {
    width: 28px;
    height: auto;
  }

  .service .right .service-items.col-2 ul li a .text > p {
    margin: 6px auto 0;
  }

  .service .right .service-items.col-1 {
    margin-top: 24px;
  }

  .service .right .service-items.col-1 ul {
    row-gap: 16px;
  }

  .service .right .service-items.col-1 ul li a {
    min-height: 108px;
  }

  .service .right .service-items.col-1 ul li a figure {
    width: 31.486880466472306%;
  }

  .service .right .service-items.col-1 ul li a figure img {
    min-height: 100%;
  }

  .service .right .service-items.col-1 ul li a .text {
    width: 68.5131195335277%;
    padding: 11px 18px 15px 16px;
  }

  .service .right .service-items.col-1 ul li a .text > p {
    margin: 4px auto 0;
  }

  .service .service-link {
    margin-top: 30px;
    text-align: right;
  }

  .service .service-link a {
    padding: 12px 58px 12px 0;
  }

  .service .service-link a .arrow {
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
  }

  .search {
    padding-top: 70px;
    padding-bottom: 45px;
    border-radius: 32px;
    margin-top: -350px;
  }

  .search h2::before {
    width: 69px;
    height: 24px;
  }

  .search .search-head {
    padding: 0 20px;
  }

  .search .wrap {
    display: block;
    width: 100%;
    margin-top: 26px;
    padding: 0 8px;
  }

  .search .wrap .image {
    width: 100%;
  }

  .search .wrap .image .deco::before {
    content: none;
  }

  .search .wrap .text {
    width: 100%;
    margin-top: 24px;
  }

  .search .wrap .text .list-title {
    font-size: 1.25em;
  }

  .search .wrap .text .list-title::before {
    left: 4px;
    width: 28px;
    height: 28px;
  }

  .search .wrap .text .search-list {
    margin-top: 15px;
    padding: 0 12px;
  }

  .search .wrap .text .search-list ol > li + li {
    margin-top: 8px;
  }

  .search .wrap .text .search-list ol li .drop-btn a {
    width: calc(50% - 3.5px);
    padding-left: 16px;
    font-size: 1em;
    line-height: 47px;
    text-align: left;
  }

  .search .wrap .text .search-list ol li .drop-btn a::before {
    right: 13px;
  }

  .search .wrap .text .search-list ol li .drop-btn a span {
    font-size: 1em;
  }

  .search .wrap .text .search-list ol li .drop-btn a.is-active span.balloon {
    bottom: -7px;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--main-color-orange);
    border-left: 7px solid transparent;
  }

  .search .wrap .text .search-list ol li .drop-menu {
    margin-top: 11px;
  }

  .search .wrap .text .search-list ol li .drop-menu ul {
    padding: 15px 12px 8px;
  }

  .search .wrap .text .search-list ol > li .drop-menu ul::after {
    display: block;
    content: "";
    width: 48.556%;
  }

  .search .wrap .text .search-list ol li .drop-menu ul li {
    width: 48.556%;
    margin-bottom: 8px;
  }

  .search .wrap .text .search-list ol li .drop-menu ul li a {
    padding-right: 6px;
    padding-bottom: 2px;
    line-height: 41px;
  }

  .search .wrap .text .search-list ol li .drop-menu ul li a::before {
    top: 50%;
    right: 13px;
    width: 16px;
    height: 16px;
  }

  .search .wrap .text .search-list ol li .drop-menu ul li a span {
    font-size: 0.875em;
  }

  .search .search-links {
    margin-top: 24px;
    padding: 0 20px;
  }

  .search .search-links ul {
    display: block;
  }

  .search .search-links ul li + li {
    margin-top: 8px;
  }

  .search .search-links ul li a {
    width: 100%;
    height: 88px;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
  }

  .search .search-links ul li a::after {
    height: 40px;
    bottom: 5px;
    left: -1px;
  }

  .search .search-links ul li a > span {
    font-size: 1em;
  }

  .search .search-links ul li.search-link01 a > span {
    padding-left: 7px;
  }

  .search .search-links ul li.search-link02 a > span {
    padding-left: 22px;
  }

  .search .search-links ul li a span.orange {
    color: var(--main-color-orange);
  }

  .search .search-links ul li.search-link01 a img {
    width: 56px;
  }

  .search .search-links ul li.search-link02 a img {
    width: 40px;
  }

  .search .search-links ul li.search-link01 a .arrow-anime,
  .search .search-links ul li.search-link02 a .arrow-anime {
    bottom: 6px;
    right: 6px;
  }

  .search .search-link {
    margin-top: 29px;
    padding-right: 20px;
    text-align: right;
  }

  .search .search-link a {
    padding: 12px 56px 12px 0;
  }

  .search .search-link a span {
    font-size: 1em;
  }

  .search .search-link a .arrow {
    right: -3px;
    width: 48px;
    height: 48px;
  }

  .recruit h2 span.sub {
    margin-top: 8px;
  }

  .recruit h2 span.main {
    margin-top: 1px;
  }

  .recruit h2::before {
    width: 110px;
    height: 29px;
  }

  .recruit .wrap {
    padding: 73px 20px 161px;
    transform: translateY(0);
  }

  .recruit .wrap .recruit-inner {
    display: block;
    margin-top: 28px;
    padding: 0 8px;
  }

  .recruit .wrap .recruit-inner .recruit-block {
    width: 100%;
    max-width: 422px;
    margin: 23px auto 0;
    padding: 21px 36px 24px;
  }

  .recruit .wrap .recruit-inner .recruit-block + .recruit-block {
    width: 100%;
    margin-top: 16px;
    padding: 20px 0 34px;
    text-align: center;
  }

  .recruit .recruit-block .block-title {
    font-size: 1.25em;
    text-align: center;
  }

  .recruit .recruit-block .recruit-item {
    max-width: 247px;
    margin: 12px auto 0;
  }

  .recruit .recruit-block .recruit-item + .recruit-item {
    margin-top: 8px;
  }

  .recruit .recruit-block .recruit-item p {
    font-size: 0.875em;
    line-height: 2.5;
  }

  .recruit .recruit-block .recruit-item a {
    max-width: 247px;
    margin-top: -3px;
    line-height: 56px;
  }

  .recruit .recruit-block .recruit-item a::before {
    bottom: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
  }

  .recruit .recruit-block .recruit-item a > span {
    font-size: 0.875em;
  }

  .recruit .recruit-block .recruit-item a > img {
    width: 100%;
    height: auto;
  }

  .recruit .recruit-block .recruit-btn + p {
    margin-top: 17px;
    padding-top: 21px;
    border-top: 2px solid #fff2ef;
  }

  .recruit .recruit-block .recruit-btn a {
    width: 247px;
    margin-top: 15px;
    line-height: 48px;
  }

  .recruit .recruit-block .recruit-btn a::before {
    right: 17px;
  }

  .recruit .recruit-block .recruit-btn + .recruit-btn {
    margin-top: -2px;
  }

  .recruit .recruit-block .recruit-btn a > span {
    font-size: 0.875em;
  }

  .recruit .recruit-link {
    text-align: right;
    margin-top: 31px;
  }

  .recruit .recruit-link a {
    padding: 12px 56px 12px 0;
  }

  .recruit .recruit-link a .arrow {
    left: auto;
    right: -3px;
    width: 48px;
    height: 48px;
  }

  .photo-deco {
    margin-top: -130px;
  }

  .photo-deco ul li {
    min-width: 150px;
  }

  .photo-deco ul li:nth-child(2n) {
    margin-top: 32px;
  }

  .column {
    padding-top: 42px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .column h2 {
    margin-left: 20px;
  }

  .column h2::before {
    width: 87px;
    height: 24px;
  }

  .column h2 span.main {
    padding-left: 14px;
    font-size: 0.9375em;
  }

  .column .wrap {
    display: block;
    margin-top: 0;
    padding-top: 56px;
    padding-left: 0;
    border-radius: 32px;
  }

  .column .wrap .image .deco::before {
    content: none;
  }

  .column .wrap .text {
    padding-bottom: 0;
  }

  .column .wrap .text > p {
    margin: 16px auto 0 35px;
    width: 77.16%;
    font-size: 0.875em;
  }

  .column .wrap .column-link {
    margin-top: 23px;
    padding-left: 34px;
  }

  .column .wrap .column-link a {
    padding: 12px 0 12px 58px;
  }

  .column .wrap .column-link a .arrow-outer {
    width: 48px;
    height: 48px;
    bottom: 0;
  }

  .column .wrap .image {
    width: 100%;
    max-width: none;
    margin-top: 28px;
    margin-bottom: 0;
  }

  .column .wrap .image img {
    border-radius: 0 0 32px 32px;
  }

  .news {
    padding-bottom: 48px;
    border-radius: 0 0 32px 32px;
  }

  .news h2::before {
    width: 85px;
    height: 28px;
  }

  .news h2 span.main {
    padding-left: 8px;
    font-size: 0.9375em;
  }

  .news h2::before {
    left: -5px;
  }

  .news .wrap {
    margin: 74px auto 0;
    padding: 0 20px;
  }

  .news .news-list {
    margin-top: 23px;
  }

  .news .news-link {
    margin-top: 27px;
  }

  .news .news-link a {
    padding: 12px 56px 12px 0;
  }

  .news .news-link a .arrow {
    right: 0;
    width: 48px;
    height: 48px;
  }
}
