@charset "UTF-8";
/*******************************
横スクロール逆向き
*******************************/
.l-hero-outer {
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
.l-hero-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}

/* sample */
.l-hero-panel__contents {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
  background-color: #000;
}
.l-hero-panel__contents.transparent {
  background-color: transparent;
}
.l-hero-panel__contents.-back-particle {
  background-image: url(../images/section/gallery-back.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.l-hero-panel__contents.-back-particle_about {
  background-image: url(../images/section/about-back.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.l-hero-panel__contents.-back-particle_recruit {
  background-image: url(../images/section/recruit-back.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.-back-company {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
  background-image: url(../images/section/back-compsny.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.l-hero-panel__contents.-back-particle_recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 100%;
  background-image: linear-gradient(90deg, #000 25%, transparent);
}
/* topmvを横幅maxに */
.l-hero-panel__contents_topmv {
  display: flex;
  position: relative;
  min-width: 100vw;
  height: 100vh;
}
.topmv-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topmv-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topmv-title {
  margin: auto;
  position: relative;
  color: #fff;
}

/* サンプル内容｜高さ保持 */
.base800contents {
  margin: auto;
  display: flex;
  width: 1000px;
  height: 800px;
  background-color: #999;
}
.base100contents {
  margin: auto;
  display: flex;
  width: 80%;
  max-width: 1200px;
  height: 800px;
  background-color: #999;
}
.base800contents.transparent {
  background-color: transparent;
}
.base800contents span {
  margin: auto;
  color: #fff;
}
.base100contents span {
  margin: auto;
  color: #fff;
}

/* //最後のpanel */
.l-hero-panel__contents_dum {
  min-width: 150vw;
  height: 100vh;
  display: flex;
  background-color: #000;
}
.home-recruit {
  position: relative;
  background-color: #000;
}
/*utility*/
.u-mt-10rem {
  margin-top: 10rem;
}
/* // -------------------------- */
@media (max-width: 1200px) {
  .topmv-title {
    width: 62px;
  }
}
/*******************************
section-title
*******************************/
.section-heading {
  flex-shrink: 0;
  display: flex;
  width: 684px;
  height: 100%;
  background-color: #fff;
}
.section-heading_inner {
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
.section-name.-nosingle {
  margin-left: 3rem;
}
.section-name.-recruit {
  margin-left: 3rem;
}
.section-copy {
  font-size: clamp(
    calc(13 / 16 * 1rem),
    calc(16 / 1366 * 100vw),
    calc(16 / 16 * 1rem)
  );
  line-height: 2.6875;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}
/* // section-heading_sub */
.section-heading_sub {
  position: relative;
  display: flex;
  width: 684px;
  height: 100%;
  z-index: 10;
}
.section-heading_sub.-single {
  width: 440px;
}
.section-heading_sub.-recruit {
  width: 440px;
}
.section-heading_sub_inner {
  padding-top: 6vh;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
.section-heading_sub.-back-particle {
  background-image: url(../images/section/gallery-back.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
/* // .section-subtitle */
.section-subcopy {
  margin-right: 3rem;
  color: #fff;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(16 / 1366 * 100vw),
    calc(16 / 16 * 1rem)
  );
  line-height: 2.6875;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
}
/* // -------------------------------- */
@media (max-width: 1200px) {
  .section-name {
    width: 46px;
  }
}
@media (max-width: 768px) {
  .section-heading {
    width: 320px;
  }
  .section-heading.-wide {
    width: 350px;
  }
  .section-heading.-recruit {
    width: 350px;
  }
  .section-heading_inner {
    flex-direction: column;
  }
  .section-name.-nosingle {
    margin: auto auto auto auto;
  }
  .section-name.-recruit {
    margin: auto auto auto auto;
    width: 108px;
  }
  .section-copy {
    margin: 4rem auto auto auto;
  }
  .-wide .section-copy {
    line-height: 2.1;
  }
  .-recruit .section-copy {
    margin: 3rem auto -3rem auto;
    line-height: 2;
  }
  /* // section-heading_sub */
  .section-heading_sub {
    padding: 3% 2rem;
    width: 440px;
  }
  .section-heading_sub.-single {
    width: 440px;
  }
  .section-heading_sub.-recruit {
    padding: 3% 2rem 3% 3.5rem;
    width: 390px;
  }
  .section-heading_sub_inner {
    margin: 0;
    padding-top: 8vh;
    padding-left: 4.5rem;
    align-items: flex-end;
  }
  .section-heading_sub_inner.-recruit {
    padding-left: 0;
  }
  .section-subtitle {
    margin: 0 0 0 2rem;
    height: 100%;
  }
  .section-subtitle.-recruit {
    margin: auto 0 auto 0;
    width: 32px;
  }
  /* // .section-subtitle */
  .section-subcopy {
    padding-top: 33vh;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    /* height: 320px; */
    height: 100%;
  }
}
/*******************************
section-contents
*******************************/
/*voicecopy
-------------------------------*/
.back-gradient {
  position: relative;
}
.back-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 25%, transparent);
}
.voicecopy-wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: auto;
  margin-right: clamp(11rem, (1vw * 354 / 1366 * 100), 22.125rem);
  margin-bottom: auto;
  margin-left: clamp(16rem, (1vw * 640 / 1366 * 100), 40rem);
}
.voicecopy-btnarea {
  padding-left: clamp(4rem, (1vw * 132 / 1366 * 100), 8.25rem);
}
.voicecopy-btnarea button {
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.voicecopy-textarea {
  display: block;
  width: 1138px;
}
.voicecopy-btnarea button img,
.voicecopy-textarea img {
  max-width: 100%;
  height: auto;
}
@media (hover: hover) {
  .voicecopy-btnarea button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .voicecopy-textarea {
    width: 468px;
  }
}
/*news
-------------------------------*/
.news-section-title {
  padding-top: 20vh;
  color: #fff;
  writing-mode: vertical-rl;
}
.news-section-title .en {
  font-size: clamp(
    calc(18 / 16 * 1rem),
    calc(22 / 1366 * 100vw),
    calc(22 / 16 * 1rem)
  );
  letter-spacing: 0.26em;
}
.news-section-title .ja {
  font-size: clamp(
    calc(30 / 16 * 1rem),
    calc(40 / 1366 * 100vw),
    calc(40 / 16 * 1rem)
  );
  letter-spacing: 0.26em;
}
.news-postarea-wrap {
  padding-left: clamp(10rem, (1vw * 320 / 1366 * 100), 20rem);
  margin: auto;
  height: 56vh;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 3rem;
}
.l-newspost-list {
  margin-right: 3rem;
  display: flex;
  flex-direction: row-reverse;
  border-right: 1px solid #d4d4d4;
}
.l-newspost-list_archive {
  margin-right: 2rem;
  display: flex;
  flex-direction: row-reverse;
  border-right: 1px solid #d4d4d4;
}
.newspost-item a {
  width: 160px;
  display: flex;
  flex-direction: column;
  color: #fff;
  height: 100%;
  /* font-size: clamp(
    calc(16 / 16 * 1rem),
    calc(23 / 1366 * 100vw),
    calc(23 / 16 * 1rem)
  ); */
  text-decoration: none;
  border-left: 1px solid #d4d4d4;
  transition: 0.25s var(--cubic-bezier-hover);
}
.newspost-item.-archive a {
  width: 216px;
}
.newspost-item a:hover {
  opacity: 0.6;
}
.newspost-cateogry {
  margin: 0 auto;
}
.newspost-cateogry img {
  width: 48px;
  height: auto;
}
.newspost-time {
  margin: 0 auto;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.5;
  letter-spacing: 0.28em;
}
.newspost-title {
  flex-grow: 1;
  margin: 1.5rem auto auto;
  padding-bottom: 1rem;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.4;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; */
  overflow: hidden;
}
.-archive .newspost-title {
  padding-bottom: 2rem;
  width: 122px;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(17 / 1366 * 100vw),
    calc(17 / 16 * 1rem)
  );
  overflow: hidden;
  display:flex;
  align-items: center;		
}
.newspost-thumbnail {
  margin: auto auto 0;
  width: 120px;
  height: 80px;
}
.-archive .newspost-thumbnail {
  width: 160px;
  height: 110px;
}
.newspost-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news-postarea-wrap {
    gap: 0 1.75rem;
  }
  .l-newspost-list {
    margin-right: 1.25rem;
  }
  .newspost-item a {
    width: 138px;
  }
  .newspost-cateogry img {
    width: 32px;
  }
  .newspost-thumbnail {
    margin: auto auto 0;
    width: 110px;
    height: 70px;
  }
  .newspost-item.-archive a {
    width: 160px;
  }
  .-archive .newspost-title {
    width: 84px;
    line-height: 2;
  }
  .-archive .newspost-thumbnail {
    width: 106px;
    height: 70px;
  }
}
/*samurai
-------------------------------*/
/*company
-------------------------------*/
.history-sidespace {
  padding-left: clamp(16rem, (1vw * 384 / 1366 * 100), 24rem);
}
.company-wrap {
  margin-top: auto;
  margin-right: clamp(12rem, (1vw * 384 / 1366 * 100), 24rem);
  margin-left: clamp(4rem, (1vw * 96 / 1366 * 100), 6rem);
  position: relative;
  display: flex;
  width: 1440px;
  height: 100%;
  max-height: 920px;
  z-index: 10;
}
.history-wrap {
  margin-top: auto;
  position: relative;
  display: flex;
  width: 1440px;
  height: 100%;
  max-height: 920px;
  z-index: 9;
}
.kawara-board {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}


.kawara-board img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center top;
}
.kawara-crowd {
  position: absolute;
  bottom: 0;
  max-width: none;
  pointer-events: none;
}
.kawara-crowd.-company {
  left: -6%;
  width: 108%;
}
.kawara-crowd.-history {
  left: -10%;
  width: 121%;
}
.kawara-crowd img {
  width: 100%;
  height: auto;
}
/*flowing-wrap　------------------*/
.flowing-outer {
  margin: auto auto 20vh;
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.flowing-title {
  position: relative;
  margin-left: clamp(3rem, (1vw * 86 / 1366 * 100), 5.375rem);
}
.flowing-wrap {
  width: 700px;
  position: relative;
  overflow: hidden;
}
.flowing-wrap.-company_sp {
  display: none;
}
.flowing-wrap .flowing-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  padding: 2rem 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}

.flowing-wrap.on .flowing-caption {
  animation: puruAnime 2.5s linear forwards;
}

@keyframes puruAnime {
  0% {
    transform: translateX(-65%) translateY(-50%);
    opacity: 0;
  }

  25% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }

  75% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }

  100% {
    transform: translateX(-30%) translateY(-50%);
    opacity: 0;
  }
}

.flowing-wrap .flowing-caption span {
  margin: 0 auto 1rem;
  display: block;
  width: 40%;
}

.flowing-wrap .flowing-caption span img {
  width: 100%;
  height: auto;
}

/* flowing-list */
.flowing-list {
  height: 490px;
  display: flex;
  flex-direction: row-reverse;
  user-select: none;
  cursor: grab;
}
.flowing-list.-noflow {
  cursor: auto;
}
.flowing-list li {
  margin-left: clamp(0.5rem, (1vw * 20 / 1440 * 100), 1.25rem);
  display: flex;
  flex-direction: column;
  list-style: none;
  font-family: serif;
  line-height: 1.2;
}
.flowing-list li h3 {
  min-height: 116px;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(15 / 1366 * 100vw),
    calc(15 / 16 * 1rem)
  );
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.26em;
  writing-mode: vertical-rl;
}
.flowing-list li p {
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(15 / 1366 * 100vw),
    calc(15 / 16 * 1rem)
  );
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: normal;
  writing-mode: vertical-rl;
}
.flowing-list li p.-intend {
  text-indent: -0.5em;
}
.flowing-list li p .-intend {
  margin-top: -0.5em;
}
.flowing-list:active {
  cursor: grabbing;
}
/* // historylist-item */
.historylist-item {
  margin-left: 3.75rem;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-day {
  display: block;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  white-space: nowrap;
}
.history-copy {
  margin: 1rem auto 0;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
/* -------------------------- */
@media (max-width: 1200px) {
  .company-wrap {
    width: 1200px;
    max-height: 860px;
    margin-bottom: auto;
  }
  .history-wrap {
    width: 1200px;
    max-height: 860px;
    margin-bottom: auto;
  }
  .flowing-outer {
    margin: auto auto 12vh;
  }
}
@media (max-width: 768px) {
  .company-wrap {
    width: 122vw;
    max-width: 760px;
    max-height: none;
  }
  .history-wrap {
    width: 122vw;
    max-width: 760px;
    max-height: none;
  }
  .kawara-board img {
    object-fit: cover;
    object-position: center top;
  }
  .kawara-crowd.-company {
    left: -8%;
    width: 118%;
  }
  .kawara-crowd.-history {
    left: -15%;
    width: 130%;
  }
  .flowing-list.-noflow {
    display: none;
  }
  /* // flowing-outer */
  .flowing-outer {
    margin: 29vh auto 0;
  }
  .company-scroll {
    top: -60px;
  }
  .company-scroll img {
    height: 18px;
  }
  .flowing-wrap .flowing-caption {
    top: 30%;
    width: 100px;
    height: 100px;
  }
  .flowing-wrap .flowing-caption span {
    margin: 0 auto 4px;
  }
  .flowing-title {
    margin-right: 3.5rem;
    width: 32px;
  }
  .flowing-wrap {
    width: 58vw;
  }
  .flowing-wrap.-company_sp {
    display: block;
  }
  .historylist-item {
    margin-left: 2.25rem;
  }
}

/*feature
-------------------------------*/
.home-feature {
  position: relative;
}
.home-feature::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 100%;
  height: 102%;
  background-image: url(../images/section/feature-back.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: transparent;
  z-index: 1;
}
.feature-box {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  height: 524px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-column-gap: 2rem;
  grid-template-areas:
    "feature2 feature1"
    "feature2 feature3";
  z-index: 10;
}
.feature-box + .feature-box {
  margin-right: clamp(10rem, (1vw * 248 / 1366 * 100), 15.5rem);
}
.feature-box.-last {
  padding-left: clamp(10rem, (1vw * 320 / 1366 * 100), 20rem);
}
.feature-heading {
  grid-area: feature1;
  display: flex;
  flex-direction: row-reverse;
}
.feature-heading .num {
  padding-left: clamp(0.5rem, (1vw * 112 / 1366 * 100), 7rem);
  font-size: clamp(
    calc(15 / 16 * 1rem),
    calc(22 / 1366 * 100vw),
    calc(22 / 16 * 1rem)
  );
  font-weight: 700;
  letter-spacing: 0.604em;
  writing-mode: vertical-rl;
}
.feature-heading .title {
  font-size: clamp(
    calc(23 / 16 * 1rem),
    calc(36 / 1366 * 100vw),
    calc(36 / 16 * 1rem)
  );
  font-weight: 300;
  line-height: 1.83333;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.feature-heading .title span {
  display: block;
}
.feature-box picture {
  grid-area: feature2;
  width: 524px;
}
.feature-box picture img {
  width: 100%;
  height: auto;
}
.feature-copy {
  grid-area: feature3;
  margin-top: 1rem;
  height: 222px;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.4;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
/* // ------------------------------ */
@media (max-width: 768px) {
  .feature-box {
    height: 466px;
    grid-template-rows: 1fr auto;
    grid-column-gap: 2rem;
    grid-template-areas:
      "feature2 feature1"
      "feature3 feature3";
  }
  .feature-heading {
    grid-area: feature1;
    display: flex;
    flex-direction: row-reverse;
  }
  .feature-heading .num {
    padding-right: 0;
    letter-spacing: 0.2em;
  }
  .feature-heading .title {
    line-height: 1.83333;
    letter-spacing: 0.18em;
  }
  .feature-heading .title span br {
    display: none;
  }
  .feature-box picture {
    width: 154px;
  }
  .feature-copy {
    margin-top: 1.5rem;
    min-width: 350px;
    display: block;
    height: 202px;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }
}
/*job
-------------------------------*/
.job-heading {
  padding-right: clamp(6rem, (1vw * 248 / 1366 * 100), 15.5rem);
  padding-left: clamp(4rem, (1vw * 128 / 1366 * 100), 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.job-heading .c-btn_archive {
  margin-right: auto;
  margin-left: auto;
}
.job-heading_copy {
  margin-top: 4rem;
  margin-bottom: auto;
  max-height: 246px;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
  line-height: 2.4;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .job-heading_copy {
    margin-top: 5rem;
    margin-bottom: 10vh;
    max-height: 300px;
    line-height: 2.4;
    letter-spacing: 0.2em;
  }
}
/*gallery
-------------------------------*/
.l-gallerypost-outer {
  margin-left: 5rem;
  display: flex;
}
.l-gallerypost-list {
  margin: auto;
  writing-mode: vertical-rl;
  height: 76vh;
}
.gallerypost-item {
  margin-left: 7vh;
  display: inline-block;
}
.gallerypost-item:nth-child(2n) {
  margin-top: 8vh;
}
.gallerypost-thumbnail {
  width: calc(33vh * 1.6538);
  aspect-ratio: 1.6538;
  overflow: hidden;
}
.gallerypost-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s var(--cubic-bezier-hover);
}
.gallerypost-item a:hover .gallerypost-thumbnail img {
  transform: scale(1.05);
  opacity: 0.6;
}
/* ---------------------------- */
@media (max-width: 576px) {
  .l-gallerypost-outer {
    margin-left: 10rem;
    width: 100%;
  }
}
/*about
-------------------------------*/
.section-heading + .about-box {
  margin-right: clamp(10rem, (1vw * 248 / 1366 * 100), 15.5rem);
}
.about-box {
  margin-top: auto;
  margin-bottom: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  position: relative;
  display: flex;
}
.about-box + .about-box {
  margin-right: clamp(12rem, (1vw * 352 / 1366 * 100), 22rem);
}
.about-box + .about-box.item07 {
  margin-right: clamp(18rem, (1vw * 352 / 1366 * 100), 22rem);
}
.about-box + .about-box.item09 {
  margin-right: clamp(16rem, (1vw * 512 / 1366 * 100), 32rem);
}
.about-box.-last {
  margin-left: clamp(21rem, (1vw * 672 / 1366 * 100), 42rem);
}
.about-box picture {
  margin: auto;
}
.about-box picture.is-xxl {
  width: 640px;
}
.about-box picture.is-xl {
  width: 500px;
}
.about-box picture.is-md {
  width: 400px;
}
.about-box picture.is-sm {
  width: 340px;
}
.about-box picture img {
  width: 100%;
  height: auto;
}
.about-heading {
  display: flex;
  flex-direction: row-reverse;
}
.about-heading .num {
  padding-left: 0.5rem;
  font-size: clamp(
    calc(15 / 16 * 1rem),
    calc(20 / 1366 * 100vw),
    calc(20 / 16 * 1rem)
  );
  font-weight: 300;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.about-heading .title {
  font-size: clamp(
    calc(23 / 16 * 1rem),
    calc(28 / 1366 * 100vw),
    calc(28 / 16 * 1rem)
  );
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.about-heading .title span {
  display: block;
}
.about-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.4;
  letter-spacing: 0.06em;
  text-align: justify;
  writing-mode: vertical-rl;
}
/* // item01 */
.item01 picture {
  transform: translateY(20px);
}
.item01 .about-heading {
  position: absolute;
  top: 12%;
  right: 12%;
}
.item01 .about-copy {
  position: absolute;
  bottom: -3%;
  left: -10%;
  height: 253px;
}
/* // item02 */
.item02 .about-heading {
  position: absolute;
  top: -18%;
  right: -17%;
}
.item02 .about-copy {
  position: absolute;
  top: -20%;
  right: 36%;
  height: 156px;
}
/* // item03 */
.item03 .about-heading {
  position: absolute;
  bottom: -18%;
  right: -17%;
}
.item03 .about-copy {
  position: absolute;
  bottom: -17%;
  right: 26%;
  height: 221px;
}
/* // item04 */
.item04 .about-heading {
  position: absolute;
  top: -12%;
  right: -10%;
}
.item04 .about-copy {
  position: absolute;
  bottom: -19.5%;
  left: -35%;
  height: 238px;
  letter-spacing: 0;
}
/* // item05 */
.item05 .about-heading {
  position: absolute;
  top: 0;
  right: -8%;
}
.item05 .about-copy {
  position: absolute;
  bottom: -13%;
  left: -20%;
  height: 244px;
}
/* // item06 */
.item06 .about-heading {
  position: absolute;
  top: 10%;
  right: -6%;
}
.item06 .about-copy {
  position: absolute;
  top: 10%;
  right: 38%;
  height: 195px;
}
/* // item07 */
.item07 .about-heading {
  position: absolute;
  top: -20%;
  right: -20%;
}
.item07 .about-copy {
  position: absolute;
  bottom: -26%;
  right: 17%;
  height: 186px;
}
/* // item08 */
.item08 .about-heading {
  position: absolute;
  bottom: -19%;
  right: 8%;
}
.item08 .about-copy {
  position: absolute;
  top: 10%;
  height: 220px;
  left: -33%;
}
/* // item09 */
.item09 .about-heading {
  position: absolute;
  top: -27%;
  right: -44%;
}
.item09 .about-copy {
  position: absolute;
  bottom: -32%;
  right: -31%;
  height: 188px;
}
/* // item10 */
.item10 .about-heading {
  position: absolute;
  bottom: -2%;
  right: 6%;
}
.item10 .about-copy {
  position: absolute;
  bottom: 0;
  right: 79%;
  height: 272px;
}
/* // ------------------------------ */
@media (max-width: 768px) {
  .about-box picture.is-xxl {
    width: 48vh;
    max-width: 330px;
  }
  .about-box picture.is-xl {
    width: 37.5vh;
    max-width: 300px;
  }
  .about-box picture.is-md {
    width: 30vh;
  }
  .about-box picture.is-sm {
    width: 25.5vh;
  }
  .about-heading .num {
    padding-left: 0.5rem;
    font-weight: 300;
  }
  .about-heading .title {
    line-height: 1.7;
  }
  .about-copy {
    line-height: 1.9;
  }
  /* // item0 */
  .item01 .about-heading {
    top: -9.5vh;
    right: 0;
  }
  .item01 .about-copy {
    bottom: -13vh;
    left: -6%;
    height: 122px;
  }
  .item02 .about-heading {
    top: 23.5vh;
    right: -17%;
  }
  .item02 .about-copy {
    top: -11.5vh;
    right: 44%;
    height: 139px;
  }
  .item03 .about-heading {
    position: absolute;
    bottom: 28vh;
    right: -8%;
  }
  .item03 .about-copy {
    position: absolute;
    bottom: -15vh;
    right: -8%;
    height: 191px;
  }
  .item04 .about-heading {
    top: -12vh;
    right: -24%;
  }
  .item04 .about-copy {
    bottom: -16vh;
    left: -27%;
    height: 177px;
    letter-spacing: 0;
  }
  .item05 .about-heading {
    top: -12vh;
    right: 0;
  }
  .item05 .about-copy {
    bottom: -15vh;
    left: auto;
    right: -4%;
    height: 218px;
  }
  .item06 .about-heading {
    top: 33vh;
    right: -13%;
  }
  .item06 .about-copy {
    top: -12vh;
    right: 45%;
    height: 195px;
  }
  .item07 .about-heading {
    top: -15vh;
    right: -26%;
  }
  .item07 .about-copy {
    bottom: -18vh;
    right: -3%;
    height: 184px;
  }
  .item08 .about-heading {
    bottom: -15vh;
    right: -9%;
  }
  .item08 .about-copy {
    top: -13.3vh;
    height: 133px;
    left: 1%;
  }
  .item09 .about-heading {
    top: -25vh;
    right: -53%;
  }
  .item09 .about-copy {
    bottom: -26vh;
    right: -30%;
    height: 212px;
  }
  .item10 .about-heading {
    bottom: 25vh;
    right: -8%;
  }
  .item10 .about-copy {
    bottom: -12vh;
    right: -8%;
    height: 207px;
  }
}
/*recruit
-------------------------------*/
.requirements-outer {
  margin: auto 3rem;
  height: 80vh;
  max-height: 800px;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.tabarea-heading {
  padding-left: 4rem;
  display: flex;
  flex-direction: row-reverse;
}
.tabarea-heading .sub {
  padding-left: 1rem;
  font-size: clamp(
    calc(20 / 16 * 1rem),
    calc(24 / 1366 * 100vw),
    calc(24 / 16 * 1rem)
  );
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.tabarea-heading .title {
  font-size: clamp(
    calc(30 / 16 * 1rem),
    calc(35 / 1366 * 100vw),
    calc(35 / 16 * 1rem)
  );
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.tabarea-heading .title.-second {
  letter-spacing: 0.1em;
}
/* .requirements-requirement {
  display: flex;
  flex-direction: row-reverse;
}
.requirements-title {
  display: block;
  height: 100%;
  position: relative;
  font-size: clamp(
    calc(15 / 16 * 1rem),
    calc(18 / 1366 * 100vw),
    calc(18 / 16 * 1rem)
  );
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
.requirements-title span {
  border-right: 1px solid #fff;
}
.requirements-details {
  margin-right: 1rem;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
} */
/* dl.requirements-dl { */
dl.requirements-dl {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 1rem;
}
dl.requirements-dl + dl.requirements-dl {
  margin-right: 2.5rem;
}
.requirements-column-list + dl.requirements-dl {
  margin-right: clamp(8rem, (1vw * 176 / 1440 * 100), 11rem);
}
dl.requirements-dl dt {
  display: block;
}
dl.requirements-dl dt span {
  position: relative;
  font-size: clamp(
    calc(15 / 16 * 1rem),
    calc(18 / 1366 * 100vw),
    calc(18 / 16 * 1rem)
  );
  letter-spacing: 0.244em;
  writing-mode: vertical-rl;
}
dl.requirements-dl dt span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% - 0.25em);
  background-color: #fff;
}
/* dl.requirements-dl dd {
  margin-right: 1rem;
} */
dl.requirements-dl dd p {
  display: flex;
  flex-direction: row-reverse;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
dl.requirements-dl dd p.type5 {
  min-width: 132px;
}
dl.requirements-dl dd p.type3 {
  min-width: 93px;
}
dl.requirements-dl dd p.type2 {
  min-width: 54px;
}
dl.requirements-dl dd ul {
  display: flex;
  flex-direction: row-reverse;
}
dl.requirements-dl dd ul li {
  position: relative;
  padding-top: 1rem;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
dl.requirements-dl dd ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
}
/* // requirements-column-list */
.requirements-column-list {
  margin-right: clamp(8rem, (1vw * 176 / 1440 * 100), 11rem);
  display: flex;
  flex-direction: column;
}
.requirements-column-list.-last {
  margin-right: clamp(4.5rem, (1vw * 176 / 1440 * 100), 11rem);
}
.requirements-column-item {
  flex: 0 1 50%;
}
/* // recuruit-offer */
.recuruit-offer {
  display: flex;
  height: 100%;
}
.recuruit-offer span {
  margin-top: auto;
}
@media (max-width: 768px) {
  .requirements-outer {
    height: 76vh;
  }
  dl.requirements-dl dd ul li::before {
    right: 6px;
  }
  .recuruit-offer {
    width: 114px;
  }
}
/*contact
-------------------------------*/
section.home-contact {
  background-image: url(../images/section/contact-black.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  animation: openingFadeIn 0.2s 0.8s linear forwards;
}
@keyframes openingFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit-back img {
  width: 100%;
  height: auto;
}
.contact-heading {
  margin: -14.875rem auto 0;
  width: 81.8%;
  display: flex;
  flex-direction: row-reverse;
}
.contact-heading .title {
  padding-left: 2.25rem;
}
.contact-heading .title img.u-pc {
  width: 88px;
}
.contact-heading .title img.u-sp {
  width: 74px;
  max-width: none;
}
.contact-heading .copy {
  padding-top: 0.5rem;
  color: #fff;
  font-size: clamp(
    calc(14 / 16 * 1rem),
    calc(16 / 1366 * 100vw),
    calc(16 / 16 * 1rem)
  );
  line-height: 2.7;
  letter-spacing: 0.25em;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
  writing-mode: vertical-rl;
}
.contact-formarea {
  margin-top: clamp(6rem, (1vw * 160 / 1366 * 100), 10rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp(6rem, (1vw * 248 / 1366 * 100), 15.5rem);
  width: 80%;
  max-width: 586px;
}
/* // form-item */
.form-item + .form-item {
  margin-top: clamp(1.5rem, (1vw * 60 / 1366 * 100), 3.75rem);
}
.form-item-label {
  padding-bottom: 0.125rem;
  color: #fff;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  line-height: 2.244;
  letter-spacing: 0.2em;
}
.form-item-label-required {
  padding-left: 0.5rem;
}
.form-item-label_large {
  padding-bottom: 0.125rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(
    calc(18 / 16 * 1rem),
    calc(20 / 1366 * 100vw),
    calc(20 / 16 * 1rem)
  );
  line-height: 2.44;
  letter-spacing: 0.2em;
}
.form-item-label_large .form-item-label-required {
  font-size: calc(14 / 16 * 1rem);
}

.form-item-detail .error {
  display: none;
}
.form-item-detail .error.on {
  padding-top: 0.5rem;
  display: block;
  color: #ff4015;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(16 / 1366 * 100vw),
    calc(16 / 16 * 1rem)
  );
}
/* ラジオボタンのカスタム */
.form-item-detail-select {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 1.75rem 1rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.mwform-radio-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mwform-radio-field label input {
  margin: 0;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.mwform-radio-field label input:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.mwform-radio-field-text {
  padding-left: 0.5rem;
  color: #fff;
  font-size: clamp(
    calc(12 / 16 * 1rem),
    calc(14 / 1366 * 100vw),
    calc(14 / 16 * 1rem)
  );
  letter-spacing: 0.1em;
}

/* テキスト入力 */
input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}
.form-item-input {
  width: 100%;
  padding: 1rem 1rem;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(16 / 1366 * 100vw),
    calc(16 / 16 * 1rem)
  );
  letter-spacing: 0.12em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

/* テキストエリア */
.form-item-textarea {
  width: 100%;
  min-height: 300px;
  padding: 1rem 1rem;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
/* // policy-wrap */
.policy-wrap {
  margin-top: 1.5rem;
  width: 100%;
  height: 224px;
  padding: 2.5rem 8%;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #fff;
  overflow-y: scroll;
}
/* // scrollbar */
.policy-wrap::-webkit-scrollbar {
  position: relative;
  width: 4px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10;
}
.policy-wrap::-webkit-scrollbar-track {
  background: #ccc;
}
.policy-wrap::-webkit-scrollbar-thumb {
  background: #565656;
}
.policy-title {
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(12 / 1366 * 100vw),
    calc(12 / 16 * 1rem)
  );
  font-weight: 800;
  letter-spacing: 0.244em;
}
.policy-title + .policy-copy {
  margin-top: 1rem;
}
.policy-copy {
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(12 / 1366 * 100vw),
    calc(12 / 16 * 1rem)
  );
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.policy-copy + .policy-copy {
  margin-top: 3.5rem;
}
.policy-copy span {
  padding-bottom: 1em;
  display: block;
  font-weight: 700;
}
/* // form-btn */
.submit-wrap {
  margin: 3rem auto 0;
  text-align: center;
}
.form-wrap .contactform-submit {
  all: unset;
  display: inline-block;
  color: #fff;
  font-size: clamp(
    calc(11 / 16 * 1rem),
    calc(18 / 1366 * 100vw),
    calc(18 / 16 * 1rem)
  );
  line-height: 2.2;
  letter-spacing: 0.225em;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  transition: opacity 0.4s ease-in-out;
}
.form-wrap .contactform-submit:hover {
  opacity: 0.6;
}
/* ------------------------------------- */
@media (max-width: 768px) {
  .recruit-back {
    margin-top: -10px;
  }
  .contact-heading {
    margin: 3.5rem auto 0;
    /* width: 90%; */
  }
  .contact-heading .title {
    margin-top: -20rem;
    padding-left: 0.25rem;
  }
  .contact-heading .copy {
    padding-top: 0;
    line-height: 2.6;
  }
  .form-item-detail-select {
    padding-top: 1rem;
    padding-bottom: 0;
    gap: 1.25rem 1.875rem;
  }
  .form-item + .form-item {
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    /* width: 88%; */
  }
  .form-item-label,
  .form-item-detail {
    padding: 0 6%;
  }
  .form-item-textarea {
    min-height: 226px;
  }
  .policy-wrap {
    margin-top: 1.375rem;
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    height: 258px;
    padding: 1.5rem 7%;
  }

  .policy-title + .policy-copy {
    margin-top: 0.75rem;
  }
  .policy-copy + .policy-copy {
    margin-top: 1.75rem;
  }
  .policy-copy {
    line-height: 1.45;
  }
  .form-btn {
    line-height: 1.9;
    border-bottom: 1px solid #858585;
  }
}
@media (max-width: 370px) {
  .contact-heading .title {
    margin-top: -13rem;
  }
  .contact-heading .title img.u-sp {
    width: 54px;
  }
  .contact-heading .copy {
    line-height: 2;
  }
}

@media (min-width: 769px) {
	.kawara-board {
	  top: 50%;
	  min-width: 1440px;
	  min-height: 920px;
	  transform: translateY(-50%);
	}
}