@charset "UTF-8";
#instagram .btn a, #flow .btn a, #news .btn a, #media .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 70px;
  background: #bca263;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 7px;
  letter-spacing: 0.2em;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#instagram .btn a:hover, #flow .btn a:hover, #news .btn a:hover, #media .btn a:hover {
  opacity: 0.6;
}
#instagram .btn a::after, #flow .btn a::after, #news .btn a::after, #media .btn a::after {
  content: "";
  background: url(../images/arrow.webp);
  width: 7px;
  height: 9px;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  #instagram .btn a, #flow .btn a, #news .btn a, #media .btn a {
    width: 240px;
    height: 55px;
    font-size: 14px;
  }
}

#picup h2, #recruit h2, #instagram h2, #about h2, #voice h2, #case h2, #flow h2, #news h2, #media h2 {
  font-size: 70px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  position: relative;
  padding-left: 80px;
}
#picup h2::before, #recruit h2::before, #instagram h2::before, #about h2::before, #voice h2::before, #case h2::before, #flow h2::before, #news h2::before, #media h2::before {
  content: "";
  display: block;
  background: url(../images/h2-shape.webp);
  width: 60px;
  height: 57px;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2em;
}
#picup h2 small, #recruit h2 small, #instagram h2 small, #about h2 small, #voice h2 small, #case h2 small, #flow h2 small, #news h2 small, #media h2 small {
  margin-bottom: 10px;
  display: block;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #bca263;
}
@media (max-width: 1199px) {
  #picup h2, #recruit h2, #instagram h2, #about h2, #voice h2, #case h2, #flow h2, #news h2, #media h2 {
    font-size: 50px;
  }
  #picup h2 small, #recruit h2 small, #instagram h2 small, #about h2 small, #voice h2 small, #case h2 small, #flow h2 small, #news h2 small, #media h2 small {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #picup h2, #recruit h2, #instagram h2, #about h2, #voice h2, #case h2, #flow h2, #news h2, #media h2 {
    font-size: 31px;
    padding-left: 40px;
  }
  #picup h2::before, #recruit h2::before, #instagram h2::before, #about h2::before, #voice h2::before, #case h2::before, #flow h2::before, #news h2::before, #media h2::before {
    background-size: 100%;
    width: 32px;
    height: 30px;
  }
  #picup h2 small, #recruit h2 small, #instagram h2 small, #about h2 small, #voice h2 small, #case h2 small, #flow h2 small, #news h2 small, #media h2 small {
    font-size: 14px;
  }
}

#recruit h2, #instagram h2, #about h2, #voice h2, #case h2, #flow h2, #news h2, #media h2 {
  margin-bottom: 60px;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainvideo
------------------------------------------------- */
#mainvideo {
  position: relative;
  z-index: 1;
}
#mainvideo::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 10%;
  top: 100%;
  background: url(../images/minimg-shadow.webp);
  position: absolute;
}
#mainvideo #mainslider {
  position: relative;
}
#mainvideo #mainslider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 71%);
  z-index: 1;
}
#mainvideo #mainslider img,
#mainvideo #mainslider video {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 830px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: 2;
}
#mainvideo .catch {
  position: absolute;
  top: 50%;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.08em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  z-index: 1.9;
  color: #ffffff;
  font-size: 109px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  padding-top: 0.6em;
  z-index: 2;
}
#mainvideo .catch p {
  width: fit-content;
  position: relative;
  line-height: 1.3;
  margin-top: -0.4em;
  text-shadow: 0.01em 0.01em 0.15em rgba(12, 12, 12, 0.5), -0.01em -0.01em 0.15em rgba(12, 12, 12, 0.5), 0.01em -0.01em 0.15em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.15em rgba(12, 12, 12, 0.5);
  white-space: nowrap;
}
#mainvideo .catch small {
  white-space: wrap;
  width: fit-content;
  font-size: 24px;
  letter-spacing: 0.15em;
  position: relative;
  display: block;
  line-height: 1.9166666667;
  text-shadow: 0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), 0.01em -0.01em 0.5em rgba(12, 12, 12, 0.5), -0.01em 0.01em 0.5em rgba(12, 12, 12, 0.5);
}
#mainvideo .catch small .sp {
  display: none;
}
#mainvideo .catch.sp {
  display: none;
}
@media (max-width: 1199px) {
  #mainvideo #mainslider {
    width: 100%;
  }
  #mainvideo #mainslider img,
#mainvideo #mainslider video {
    min-height: 500px;
    height: auto;
  }
  #mainvideo .catch {
    font-size: 60px;
  }
  #mainvideo .catch p {
    padding-right: 35px;
  }
  #mainvideo .catch small {
    font-size: 16px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  #mainvideo {
    z-index: 3;
  }
  #mainvideo #mainslider img,
#mainvideo #mainslider video {
    min-height: 250px;
  }
  #mainvideo .catch {
    font-size: 30px;
    padding-left: 10px;
    padding-top: 32px;
  }
  #mainvideo .catch p {
    padding-right: 10px;
  }
  #mainvideo .catch small {
    font-size: 13px;
    padding-right: 5px;
    max-width: 375px;
  }
  #mainvideo .catch small .sp {
    display: block;
  }
  #mainvideo .catch small .pc {
    display: none;
  }
  #mainvideo .catch.sp {
    display: block;
    height: 250px;
  }
  #mainvideo .catch.pc {
    display: none;
  }
}

/* ----------------------------------------------
pcicup
------------------------------------------------- */
#picup {
  background-color: #f3f3f3;
  padding: 100px 0;
  margin-bottom: 80px;
}
#picup .head {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
#picup .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6949152542%;
}
#picup .contents .block {
  width: 23.7288135593%;
  background-color: #fff;
}
#picup .contents .block a {
  text-decoration: none;
}
#picup .contents .block .content {
  padding: 64px 16px 16px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#picup .contents .block .title {
  text-align: center;
  background: url(../images/ribon.png) no-repeat center/cover;
  aspect-ratio: 265/52;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 18px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  height: 52px;
  /* margin-top: -6px;
  margin-bottom: 20px; */
}
#picup .contents .block .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 46px;
}
#picup .contents .block .btn {
  background-color: #bca263;
  color: #fff;
  font-size: 14px;
  margin-top: auto;
}
#picup .contents .block .btn:not(:has(a)) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
#picup .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 3px;
}
@media (max-width: 1199px) {
  #picup {
    padding: 80px 0;
  }
  #picup .head {
    margin-bottom: 40px;
  }
  #picup .contents .block .content {
    padding-top: 45px;
  }
  #picup .contents .block .title {
    font-size: 14px;
    height: 38px;
  }
  #picup .contents .block .text {
    font-size: 12px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #picup {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  #picup .head {
    margin-bottom: 30px;
  }
  #picup .contents {
    column-gap: 3%;
  }
  #picup .contents .block {
    width: 48.5%;
  }
  #picup .contents .block .content {
    padding: 45px 5px 10px;
  }
  #picup .contents .block .text {
    margin-bottom: 25px;
  }
  #picup .contents .block .btn {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  #picup .contents {
    /* flex-direction: column;
    align-items: center; */
  }
  #picup .contents .block {
    /* width: 100%;
    max-width: 230px; */
  }
  #picup .contents .block .content {
    padding-top: 30px;
  }
  #picup .contents .block .title {
    font-size: 11px;
    height: 30px;
  }
  #picup .contents .block .text {
    font-size: 10px;
  }
}

/* ----------------------------------------------
media
------------------------------------------------- */
#media {
  position: relative;
}
#media .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1230px;
  z-index: 2;
}
#media .head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
#media h2 {
  margin-bottom: 0;
  margin-left: 20px;
}
#media .btn {
  margin-left: auto;
  margin-top: 20px;
  position: absolute;
  right: 15px;
}
#media .block {
  width: 22.8813559322%;
  border: 1px solid #efefef;
  padding: 10px 20px;
  padding-bottom: 30px;
}
#media .block:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
#media .imgbox {
  margin-bottom: 10px;
}
#media time {
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
}
#media a {
  color: #0c0c0c;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#media a:hover {
  opacity: 0.6;
}
#media .main {
  display: flex;
}
#media .thumbset {
  /* prev next arrows */
}
#media .thumbset a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: fit-content;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
}
#media .thumbset a:hover {
  opacity: 0.6;
}
#media .thumbset .main {
  width: 100%;
}
#media .thumbset .main .slick-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 480/200;
  border-radius: 10px;
}
#media .thumbset .main .slick-slide {
  margin: 0 15px;
}
#media .thumbset .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 30px 20px 45px 20px;
  border-radius: 15px;
}
#media .thumbset .image-box .before,
#media .thumbset .image-box .after {
  width: 100%;
}
#media .thumbset .image-box .before::after,
#media .thumbset .image-box .after::after {
  content: "Before";
  width: 90px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 50px;
}
#media .thumbset .image-box .after {
  margin-left: 6%;
}
#media .thumbset .image-box .after::after {
  content: "After";
  background-color: #e15824;
}
#media .thumbset .image-box .after .image {
  position: relative;
}
#media .thumbset .image-box .after .image::before {
  position: absolute;
  top: 0;
  left: -13%;
  display: block;
  content: "";
  width: 13%;
  height: 100%;
  background-image: url(../images/arrow3.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#media .thumbset .slick-prev,
#media .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#media .thumbset .slick-prev {
  background: url("../images/slide-prev3.webp") no-repeat left center/cover;
  left: -25px;
}
#media .thumbset .slick-next {
  background: url("../images/slide-next3.webp") no-repeat right center/cover;
  right: -25px;
}
#media .thumbset .slick-arrow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 26px;
  height: 39px;
  text-indent: -999em;
  cursor: pointer;
}
#media .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1280px) {
  #media h2 {
    margin-left: unset;
  }
  #media .btn {
    right: unset;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    right: unset;
    margin-right: unset;
  }
  #media .thumbset {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #media {
    margin-bottom: 60px;
  }
  #media .head {
    display: block;
    margin-bottom: 40px;
  }
  #media .head h2 {
    margin-bottom: 40px;
  }
  #media .head .btn {
    right: unset;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #media .thumbset {
    padding: 0 15px;
  }
  #media .thumbset .main .slick-slide {
    margin: 0 10px;
  }
  #media .thumbset .slick-prev {
    left: -18px;
  }
  #media .thumbset .slick-next {
    right: -18px;
  }
  #media .thumbset .slick-arrow {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 20px;
    height: 31px;
    text-indent: -999em;
    cursor: pointer;
  }
  #media .btn {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
#news .head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
#news .btn {
  margin-left: auto;
  margin-top: 20px;
  position: absolute;
  right: 0;
}
#news h2 {
  margin-bottom: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news article:nth-child(2n+1) a {
  background-color: #e5e5e5;
}
#news article a {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #0c0c0c;
  padding: 25px 30px;
}
#news article a:hover {
  opacity: 0.6;
}
#news article time {
  display: block;
  flex-shrink: 0;
  line-height: 2.1428571429;
  margin-right: 40px;
  color: #0c0c0c;
  letter-spacing: 0.08em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 14px;
}
#news article .text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0.08em;
}
#news article .cate {
  margin-right: 20px;
  flex-shrink: 0;
  width: 140px;
  height: 34px;
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  border-radius: 5px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 16px;
}
#news article .cate.recruit {
  background-color: #44351e;
}
#news article .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  align-items: center;
}
#news article .cate a:hover {
  opacity: 0.6;
}
@media (max-width: 1199px) {
  #news .head h2 {
    margin-left: unset;
  }
  #news .head .btn {
    right: unset;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    right: unset;
    margin-right: unset;
  }
}
@media (max-width: 767px) {
  #news {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  #news .head {
    display: block;
    margin-bottom: 40px;
  }
  #news .head h2 {
    margin-bottom: 30px;
  }
  #news .head .btn {
    right: unset;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #news article a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  #news article time {
    margin-right: 0px;
    width: calc(100% - 150px);
    margin-left: 20px;
  }
  #news article .text {
    font-size: 14px;
    margin-top: 5px;
  }
  #news article .cate {
    margin-right: 0px;
    width: 100px;
    height: 27px;
    font-size: 14px;
  }
  #news .btn {
    position: relative;
  }
  #news .btn a {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------
flow
------------------------------------------------- */
#flow {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  background: url(../images/flow-bg.webp);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
#flow::before {
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 47, 0.3803921569);
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
#flow .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
}
#flow h2 {
  margin-bottom: 40px;
  color: #ffffff;
}
#flow h2 small {
  color: #ffffff;
}
#flow h2::before {
  background: url(../images/h2-shape2.webp);
}
#flow .folw-block:not(:first-child) {
  margin-top: 50px;
}
#flow .top {
  display: flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
#flow .top .title {
  color: #ffffff;
  margin-right: 18px;
  flex-shrink: 0;
}
#flow .top .top-text {
  background-color: #ffffff;
  border-radius: 7px;
  line-height: 1.6666666667;
  padding: 2px 23px;
}
#flow .top .top-text span {
  color: #bca263;
}
#flow .flowset {
  display: flex;
  gap: 20px 0;
}
#flow .flowset .block {
  aspect-ratio: 1/1;
  width: 16.9491525424%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 200px;
}
#flow .flowset .block:not(:nth-child(5n+1)) {
  margin-left: 3.813559322%;
  position: relative;
}
#flow .flowset .block:not(:nth-child(5n+1)):before {
  position: absolute;
  top: 0;
  left: -22.5%;
  display: block;
  content: "";
  width: 22.5%;
  height: 100%;
  background-image: url(../images/flow-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#flow .flowset .block .text {
  font-size: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
}
#flow .flowset .block .text small {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#flow .flowset .block .icon img {
  object-fit: contain;
}
#flow .btn {
  margin-top: 30px;
  width: fit-content;
  margin-left: auto;
}
#flow .btn a {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 1199px) {
  #flow .flowset {
    flex-wrap: wrap;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #flow .flowset .block {
    width: 30%;
  }
  #flow .flowset .block:not(:nth-child(5n+1)) {
    margin-left: 3.81%;
  }
  #flow .flowset .block:not(:nth-child(5n+1)):before {
    left: -10.8%;
    display: block;
    content: "";
    width: 10.8%;
    height: 100%;
    background-image: url(../images/flow-arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
  }
  #flow .flowset .block .text {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  #flow .left {
    margin-bottom: 6vw;
  }
  #flow .image {
    width: 50vw;
    margin-left: auto;
  }
  #flow .image img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #flow .left {
    margin-bottom: 0;
  }
  #flow .text {
    font-size: 16px;
  }
  #flow .btn {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #flow {
    padding-bottom: 60px;
    padding-top: 50px;
  }
  #flow .inner {
    flex-direction: column-reverse;
  }
  #flow h2::before {
    background-size: 100%;
  }
  #flow .top {
    display: block;
  }
  #flow .top .title {
    font-size: 19px;
    margin-bottom: 5px;
  }
  #flow .top .top-text {
    padding: 5px 10px;
    width: fit-content;
    font-size: 15px;
  }
  #flow .flowset {
    justify-content: center;
    max-width: 600px;
    gap: 10px 0px;
  }
  #flow .flowset .block {
    padding-bottom: 10px;
    width: 31%;
    display: flex;
    flex-direction: column;
    /*
    &:nth-child(2n){
      margin-left: 6%;
    }
    &:nth-child(3){
      &::before{
        display: none;
      }
    }*/
  }
  #flow .flowset .block:not(:nth-child(5n+1)) {
    margin-left: 3%;
  }
  #flow .flowset .block:not(:nth-child(5n+1)):before {
    background-size: 65%;
    width: 9.5%;
    left: -9.5%;
  }
  #flow .flowset .block .icon {
    height: 37%;
    flex-shrink: 0;
    display: flex;
  }
  #flow .flowset .block .icon img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  #flow .flowset .block .text {
    font-size: 13px;
    margin-top: 5px;
  }
  #flow .flowset .block .text small {
    font-size: 11px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url(../images/case-bg.webp);
  background-size: cover;
  background-position: center;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
#case .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1300px;
  margin-top: auto;
  margin-bottom: auto;
}
#case h2 {
  text-align: center;
  padding-left: 0;
  color: #ffffff;
  padding-top: 80px;
  margin-bottom: 70px;
}
#case h2 small {
  color: #ffffff;
}
#case h2::before {
  background: url(../images/h2-shape2.webp);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#case .thumbset {
  /* prev next arrows */
}
#case .thumbset a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  height: fit-content;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: block;
  border-radius: 15px;
}
#case .thumbset a:hover {
  opacity: 0.6;
}
#case .thumbset .main {
  width: 100%;
}
#case .thumbset .main .slick-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 170/180;
  border-radius: 10px;
}
#case .thumbset .main .slick-slide {
  margin: 0 15px;
}
#case .thumbset .title {
  color: #0c0c0c;
  padding: 5px 20px 5px 20px;
}
#case .thumbset .image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 45px 20px;
}
#case .thumbset .image-box .before,
#case .thumbset .image-box .after {
  width: 100%;
}
#case .thumbset .image-box .before::after,
#case .thumbset .image-box .after::after {
  content: "Before";
  width: 90px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  color: #ffffff;
  margin-top: 10px;
  border-radius: 50px;
}
#case .thumbset .image-box .after {
  margin-left: 6%;
}
#case .thumbset .image-box .after::after {
  content: "After";
  background-color: #e15824;
}
#case .thumbset .image-box .after .image {
  position: relative;
}
#case .thumbset .image-box .after .image::before {
  position: absolute;
  top: 0;
  left: -13%;
  display: block;
  content: "";
  width: 13%;
  height: 100%;
  background-image: url(../images/arrow3.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#case .thumbset .slick-prev,
#case .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#case .thumbset .slick-prev {
  background: url("../images/slide-prev.webp") no-repeat left center/cover;
  left: -35px;
}
#case .thumbset .slick-next {
  background: url("../images/slide-next.webp") no-repeat right center/cover;
  right: -35px;
}
#case .thumbset .slick-arrow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
}
#case .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
#case .btn {
  margin-top: 120px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#case .btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #bca263;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  width: 400px;
  height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
#case .btn a:hover {
  opacity: 0.6;
}
#case .btn a::after {
  content: "";
  background: url(../images/arrow4.webp);
  width: 8px;
  height: 11px;
  position: absolute;
  right: 30px;
}
@media (max-width: 1370px) {
  #case .thumbset {
    padding: 0 10px;
  }
  #case .thumbset .slick-prev {
    left: -15px;
  }
  #case .thumbset .slick-next {
    right: -15px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #case h2 {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  #case h2::before {
    background-size: 100%;
  }
  #case .bg {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #case .thumbset {
    margin-bottom: 40px;
    padding: 0 0;
  }
  #case .thumbset .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #case .thumbset .image-box {
    padding: 0px 15px 25px 15px;
  }
  #case .thumbset .main .slick-slide {
    margin: 0 20px;
  }
  #case .thumbset .slick-prev {
    left: -5px;
  }
  #case .thumbset .slick-next {
    right: -5px;
  }
  #case .btn {
    margin-top: 50px;
  }
  #case .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #case .btn a::after {
    right: 20px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  background: url(../images/voice-bg.webp);
  background-position: center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 250px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  position: relative;
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}
#voice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
#voice .inner {
  margin-top: auto;
  margin-bottom: auto;
}
#voice .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#voice h2 {
  margin-bottom: 70px;
  color: #ffffff;
  letter-spacing: 0.2em;
}
#voice h2 small {
  color: #ffffff;
}
#voice h2::before {
  background: url(../images/h2-shape2.webp);
}
#voice .thumbset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0 20px;
  max-width: 1290px;
  /* prev next arrows */
}
#voice .thumbset a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #ffffff;
  height: fit-content;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: block;
}
#voice .thumbset a:hover {
  opacity: 0.6;
}
#voice .thumbset .block {
  display: flex;
  margin: 0 35px;
}
#voice .thumbset .main {
  width: 100%;
}
#voice .thumbset a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#voice .thumbset a:hover {
  opacity: 0.6;
}
#voice .thumbset .image {
  width: 53%;
}
#voice .thumbset .image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 289/191;
  border-radius: 15px;
}
#voice .thumbset .text-box {
  width: 47%;
  padding: 20px;
}
#voice .thumbset .slick-prev,
#voice .thumbset .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#voice .thumbset .slick-prev {
  background: url("../images/slide-prev2.webp") no-repeat left center/cover;
  left: -10px;
}
#voice .thumbset .slick-next {
  background: url("../images/slide-next2.webp") no-repeat right center/cover;
  right: -10px;
}
#voice .thumbset .slick-arrow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
}
#voice .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
#voice .title {
  font-size: 18px;
  line-height: 1.3333333333;
  margin-bottom: 10px;
}
#voice .text {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.4285714286;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#voice .contents-arrow {
  width: fit-content;
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #bca263;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
#voice .contents-arrow::before {
  content: "";
  background: url(../images/voice-arrow.webp);
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 1em;
  background-size: 100%;
}
#voice .btn {
  margin-top: 120px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#voice .btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #bca263;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  width: 400px;
  height: 80px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
#voice .btn a:hover {
  opacity: 0.6;
}
#voice .btn a::after {
  content: "";
  background: url(../images/arrow4.webp);
  width: 8px;
  height: 11px;
  position: absolute;
  right: 30px;
}
@media (max-width: 1199px) {
  #voice {
    padding-bottom: 200px;
  }
  #voice .thumbset {
    padding: 0 10px;
  }
  #voice .thumbset .block {
    display: block;
  }
  #voice .thumbset .block .image {
    width: 100%;
  }
  #voice .thumbset .block .image img {
    border-radius: 25px;
  }
  #voice .thumbset .block .text-box {
    width: 100%;
    padding-bottom: unset;
  }
  #voice .thumbset .slick-prev {
    left: -3px;
  }
  #voice .thumbset .slick-next {
    right: -3px;
  }
  #voice .contents-arrow {
    flex-direction: row-reverse;
    margin-right: unset;
    margin-left: auto;
  }
  #voice .contents-arrow::before {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #voice {
    padding-top: 70px;
    padding-bottom: 120px;
  }
  #voice h2 {
    margin-bottom: 30px;
  }
  #voice h2::before {
    background-size: 100%;
  }
  #voice .bg {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #voice .thumbset {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  #voice .thumbset .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #voice .thumbset .slick-prev {
    left: -10px;
  }
  #voice .thumbset .slick-next {
    right: -10px;
  }
  #voice .thumbset .block {
    margin: 0 12px;
  }
  #voice .thumbset .block .image img {
    border-radius: 20px;
  }
  #voice .title {
    font-size: 16px;
  }
  #voice .contents-arrow {
    margin-top: 15px;
  }
  #voice .btn {
    margin-top: 50px;
  }
  #voice .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #voice .btn a::after {
    right: 20px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
@media (max-width: 767px) {
  #flow,
#case,
#voice {
    background-attachment: initial;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  background-color: #edf0f4;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 110px;
}
#about .bgimg {
  width: 100%;
  position: relative;
}
#about .bgimg::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 45, 30, 0.3);
  position: absolute;
  z-index: 1;
}
#about .bgimg img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  z-index: 0;
}
#about .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 20px);
  max-width: 1400px;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  background-position: center -100px;
  background-size: 100vw;
  border-radius: 15px 15px 0 0;
  margin-top: -50px;
}
#about .head {
  width: fit-content;
  background-color: #edf0f4;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}
#about h2 {
  font-size: 45px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 20px;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding: 0 50px;
  padding-top: 80px;
  border-radius: 15px;
  margin-top: -65px;
  min-width: 1000px;
}
#about h2::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/h2-shape2.webp);
}
#about h3 {
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  color: #e15824;
  border-bottom: #e15824 dashed 2px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5em;
  margin-bottom: 30px;
}
#about .text {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
#about .contents {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1180px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#about .block {
  width: 48.3050847458%;
  position: relative;
}
#about .block:nth-child(n+3) {
  margin-top: 60px;
}
#about a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #0c0c0c;
  text-decoration: none;
}
#about a:hover {
  opacity: 0.6;
}
#about .image {
  position: relative;
}
#about .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 22, 85, 0.3);
  z-index: 3;
  border-radius: 15px;
}
#about .image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 570/360;
  border-radius: 15px;
  z-index: 1;
}
#about .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
#about .contents-btn {
  color: #bca263;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
#about .contents-btn::after {
  content: "";
  background: url(../images/voice-arrow.webp);
  width: 34px;
  height: 34px;
  background-size: 100%;
  display: block;
  margin-left: 1em;
}
@media (max-width: 1199px) {
  #about .inner {
    margin-top: -40px;
  }
  #about h2 {
    font-size: 32px;
    min-width: unset;
    padding-left: 50px;
    padding-right: 50px;
  }
  #about h3 {
    font-size: 25px;
  }
  #about .title-box {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 50px;
  }
  #about .inner {
    margin-top: -25px;
  }
  #about .head {
    border-radius: 7px;
    padding-top: 10px;
  }
  #about h2 {
    font-size: 22px;
    padding: 40px 20px 0 20px;
    margin-top: -45px;
  }
  #about h2::before {
    background-size: 100%;
  }
  #about h3 {
    font-size: 18px;
    border-bottom: #e15824 dashed 1px;
    margin-bottom: 20px;
  }
  #about .text {
    font-size: 14px;
    margin-bottom: 35px;
  }
  #about .block {
    width: 47.5%;
  }
  #about .block:nth-child(n+3) {
    margin-top: 40px;
  }
  #about .image::before {
    border-radius: 7px;
  }
  #about .image img {
    border-radius: 7px;
  }
  #about .title-box {
    display: block;
    font-size: 16px;
    margin-top: 5px;
  }
  #about .contents-btn {
    font-size: 13px;
    width: fit-content;
    margin-left: auto;
  }
  #about .contents-btn::after {
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
}

/* ----------------------------------------------
insatagram
------------------------------------------------- */
#instagram {
  padding-top: 110px;
  margin-bottom: 110px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}
#instagram::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 10%;
  top: 0;
  background: url(../images/insta-shadow.webp);
  position: absolute;
}
#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#instagram .head {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
#instagram .buttons {
  display: flex;
  justify-content: end;
  width: fit-content;
  margin-left: auto;
  gap: 30px;
  width: 100%;
}
#instagram .btn {
  margin-top: 20px;
  width: 100%;
  max-width: 270px;
  display: block;
}
#instagram .btn.kaichou a {
  background-color: #004098;
}
#instagram .btn.kaichou a::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 15px;
  background: url(../images/kaichou_bt.png);
  z-index: 0;
  padding-bottom: 5px;
}
#instagram .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 100%;
}
#instagram .btn a p {
  z-index: 2;
}
#instagram .btn a img {
  margin-right: 10px;
  width: 27px;
}
#instagram h2 {
  margin-bottom: 0;
  color: #bca263;
}
#instagram h2 small {
  color: #1c1c1c;
}
#instagram .contents {
  display: flex;
  flex-wrap: wrap;
}
#instagram .block {
  position: relative;
  width: 22.8813559322%;
}
#instagram .block:nth-child(n+5) {
  margin-top: 30px;
}
#instagram .block:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
#instagram .block:first-child {
  margin-left: 0;
}
#instagram .block a {
  text-decoration: none;
  color: #fff;
}
#instagram .block a:hover .txtbox {
  opacity: 1;
}
#instagram .block .image {
  width: 100%;
  padding-top: 74%;
  position: relative;
}
#instagram .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 10px;
}
#instagram .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  border-radius: 10px;
}
#instagram .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  #instagram .head {
    display: block;
  }
  #instagram .head .buttons {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-top: 80px;
    margin-bottom: 70px;
  }
  #instagram .head {
    display: block;
    margin-bottom: 40px;
  }
  #instagram .head .buttons {
    gap: 10px;
    margin-top: 25px;
  }
  #instagram .head .buttons .btn a::after {
    right: 10px;
  }
  #instagram .head .buttons .btn.kaichou a {
    padding-left: 10px;
  }
  #instagram .head .buttons .btn.kaichou a::before {
    content: "";
    width: 48px;
    height: 48px;
    left: 5px;
    background-size: 100%;
  }
  #instagram .btn a img {
    width: 20px;
  }
  #instagram .block {
    width: 48%;
  }
  #instagram .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .block:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background: url(../images/recruit-bg.webp);
  background-size: cover;
  background-position: center;
  height: 600px;
  letter-spacing: 0.08em;
  font-family: "游明朝体", Yu Mincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
  position: relative;
}
#recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(13, 28, 47, 0.4588235294);
  z-index: 0;
}
#recruit .inner {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#recruit h2 {
  padding-left: 0;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
#recruit h2 small {
  color: #ffffff;
}
#recruit h2::before {
  display: none;
}
#recruit .btn {
  margin-left: 45px;
}
#recruit .btn a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a::after {
  content: "";
  background: url(../images/recruit-arrow.webp);
  width: 34px;
  height: 34px;
  background-size: 100%;
  display: block;
  margin-left: 10px;
}
#recruit .text {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5333333333;
}
@media (max-width: 1199px) {
  #recruit {
    height: 400px;
  }
  #recruit .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #recruit {
    height: 300px;
    background-position: 23%;
  }
  #recruit .inner {
    align-items: unset;
    flex-direction: column;
    justify-content: center;
  }
  #recruit h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  #recruit .text {
    font-size: 20px;
    text-align: center;
  }
  #recruit .btn {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #recruit .btn a {
    font-size: 14px;
  }
  #recruit .btn a::after {
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
}

/* ----------------------------------------------
popupbnr 2025/7/18 トップページポップアップ
------------------------------------------------- */
.main_popup {
  position: relative;
}

#popupbnr {
  width: 340px;
  position: absolute;
  z-index: 2;
  left: 60px;
  bottom: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #bca263;
  border-radius: 10px;
}
#popupbnr.close {
  visibility: hidden;
  opacity: 0;
}
#popupbnr .btnclose {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}
#popupbnr .bnrinner {
  position: relative;
}
#popupbnr a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
  padding: 25px 15px 30px 15px;
}
#popupbnr a:hover {
  opacity: 0.6;
}
#popupbnr time {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
}
#popupbnr .title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: bold;
}
#popupbnr .image img {
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  #popupbnr {
    width: calc(100% - 40px);
    max-width: 340px;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto 50px auto;
  }
  #popupbnr .btnclose {
    border: solid 1px #bca263;
  }
  #popupbnr a {
    padding: 25px 10px 20px 10px;
  }
  #popupbnr time {
    margin-bottom: 0;
    font-size: 14px;
  }
  #popupbnr .title {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #popupbnr {
    margin: 0px auto 30px auto;
  }
}

/* ----------------------------------------------
tpbnr 2025/7/31 トップページ
------------------------------------------------- */
#topbnr {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 70px;
}
#topbnr .image img {
  width: 100%;
}
@media (max-width: 767px) {
  #topbnr {
    margin-top: -30px;
  }
}

/* ----------------------------------------------
スマホ時　縦並び　3件表示に変更　2025/8/1
・メディア
・Case
・Voice
------------------------------------------------- */
@media (max-width: 767px) {
  #media .block,
#case .thumbset .main li,
#voice .thumbset li {
    width: 100%;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #media .block:nth-child(n+4),
#case .thumbset .main li:nth-child(n+4),
#voice .thumbset li:nth-child(n+4) {
    display: none;
  }
  #media .block:not(:first-child),
#case .thumbset .main li:not(:first-child),
#voice .thumbset li:not(:first-child) {
    margin-top: 30px;
  }
  #media .main {
    display: block;
  }
  #voice .thumbset .block .text-box {
    padding: 10px 0 0 0;
  }
  #voice .thumbset .image img {
    aspect-ratio: 300/130;
  }
  #voice .text {
    -webkit-line-clamp: 2;
  }
  #voice .contents-arrow {
    margin-top: 5px;
  }
}

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