@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap");
/*fonts*/
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.rock {
  font-family: "RocknRoll One", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

/*mediaquery*/
html {
  font-size: 62.5%;
  line-height: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #000;
  margin: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #222222;
  transition: 0.3s;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}
.inner_small {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner_small {
    width: 92%;
  }
}
.inner_wide {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner_wide {
    width: 92%;
  }
}

.flex {
  display: flex;
}

.main_title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .main_title {
    font-size: 15px;
  }
}
.main_title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  color: #d60070;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main_title span {
    font-size: 31px;
  }
}
.main_title.wh {
  color: #fff;
}
.main_title.wh span {
  color: #fff;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* 脈打つアニメーション */
@keyframes scale-pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.view {
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 2s;
  top: 20px;
}
.view .en_object {
  width: 1164px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .view .en_object {
    width: 96%;
  }
}
.view .en_object img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.view.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
  top: 0;
}

header .logo {
  position: absolute;
  width: 196px;
  top: 22px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  header .logo {
    width: 124px;
    top: 20px;
  }
}

.mainv {
  position: relative;
  height: 1235px;
  overflow-x: hidden;
  padding-top: 105px;
}
@media (max-width: 767px) {
  .mainv {
    padding-top: 75px;
    height: 625px;
  }
}
.mainv .bg_main {
  position: absolute;
  content: "";
  background: #d60070;
  width: 160%;
  height: 100%;
  left: -30%;
  bottom: 0;
  border-radius: 0 0 35% 35%;
}
.mainv .bg_in {
  position: absolute;
  content: "";
  background: #fff;
  width: 130%;
  height: 613px;
  top: 0;
  left: -15%;
  border-radius: 0 0 50% 50%;
}
@media (max-width: 767px) {
  .mainv .bg_in {
    width: 180%;
    height: 342px;
    left: -40%;
  }
}
.mainv .bg_in:before {
  position: absolute;
  content: "";
  background: url("../img/mainv.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 50% 50%;
}
@media (max-width: 767px) {
  .mainv .bg_in:before {
    background: url("../img/mainv-sp.png") no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
}
.mainv h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 78px;
  font-weight: 800;
  color: #d60070;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  .mainv h1 {
    font-size: 46px;
  }
}
.mainv .text {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 613px;
  left: 0;
  right: 0;
  color: #fff;
  margin: auto;
  text-align: center;
  padding: 85px 0 0;
}
@media (max-width: 767px) {
  .mainv .text {
    top: 342px;
    padding: 35px 0 0;
  }
}
.mainv .text .ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mainv .text .ttl {
    font-size: 14px;
  }
}
.mainv .text .detail {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .mainv .text .detail {
    font-size: 17px;
  }
}
.mainv .text .detail .border {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding-bottom: 17px;
  border-bottom: 2px solid #fff;
}
@media (max-width: 767px) {
  .mainv .text .detail .border {
    padding-bottom: 8px;
    margin: 0 auto 12px;
  }
}
.mainv .text .detail .border:last-of-type {
  margin-bottom: 0;
}
.mainv .text .detail .big {
  display: inline-block;
  font-size: 45px;
}
@media (max-width: 767px) {
  .mainv .text .detail .big {
    font-size: 25px;
  }
}

.tap {
  position: relative;
  padding: 220px 0 30px;
}
@media (max-width: 767px) {
  .tap {
    padding: 180px 0 30px;
  }
}
.tap:before {
  position: absolute;
  content: "";
  background: url("../img/main-bottom.png") no-repeat;
  background-size: cover;
  width: 728px;
  height: 360px;
  top: -223px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tap:before {
    width: 92%;
    height: auto;
    aspect-ratio: 67/38;
    top: -60px;
    left: 0;
    right: 0;
    border-radius: 10px;
  }
}
.tap h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .tap h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.tap h2 span {
  display: inline-block;
}
.tap h2 span.block {
  display: block;
}
.tap h2 span.pink {
  color: #d60070;
}
.tap h2 span.fs_15 {
  font-size: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .tap h2 span.fs_15 {
    margin-top: 10px;
  }
}
.tap h2 span.fs_20 {
  font-size: 20px;
  margin-bottom: 15px;
}
.tap h2 span.fs_22 {
  font-size: 22px;
}
.tap h2 span.fs_35 {
  position: relative;
  font-size: 35px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .tap h2 span.fs_35 {
    font-size: 28px;
    padding: 0 15px;
  }
}
.tap h2 span.fs_35:before {
  position: absolute;
  content: "“";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .tap h2 span.fs_35:before {
    font-size: 20px;
    top: 5px;
  }
}
.tap h2 span.fs_35:after {
  position: absolute;
  content: "”";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .tap h2 span.fs_35:after {
    font-size: 20px;
    top: 5px;
  }
}
.tap .object {
  margin-bottom: 25px;
}
.tap .object .click_cnt {
  cursor: pointer;
  position: relative;
  width: 287px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tap .object .click_cnt {
    touch-action: manipulation;
  }
}
.tap .object .click_cnt img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.tap .object .click_cnt .comment {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.tap .object .click_cnt .logo {
  position: absolute;
  width: 90px;
  height: 47px;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
.tap .object .click_cnt .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.tap .object .click_cnt .num {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
}
.tap .object .click_cnt.is_clicked {
  animation: scale-pop 0.1s ease;
}
.tap .thanks {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  opacity: 0;
  top: 20px;
  transition: all 2s;
}
@media (max-width: 767px) {
  .tap .thanks {
    line-height: 1.5;
  }
}
.tap .thanks p:first-of-type {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tap .thanks p:first-of-type {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.tap .thanks p:first-of-type span {
  color: #d60070;
}
.tap .thanks.active {
  top: 0;
  opacity: 1;
}

.job {
  padding: 65px 0 110px;
}
@media (max-width: 767px) {
  .job {
    padding: 60px 0;
  }
}
.job h2 {
  margin-bottom: 20px;
}
.job h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .job h3 {
    font-size: 18px;
  }
}
.job .flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .job .flex {
    flex-direction: column;
    gap: 40px 0;
  }
}
.job .flex .detail {
  width: 340px;
  text-align: center;
}
@media (max-width: 767px) {
  .job .flex .detail {
    width: 100%;
  }
}
.job .flex .detail .thumb {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.job .flex .detail .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.job .flex .detail .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.job .flex .detail .caption {
  text-align: left;
}
@media (max-width: 767px) {
  .job .flex .detail .caption {
    font-feature-settings: "palt";
  }
}

.people {
  padding: 110px 0;
  background: #f8f3f0;
}
@media (max-width: 767px) {
  .people {
    padding: 80px 0;
  }
}
.people h2 {
  margin-bottom: 65px;
}
.people .introduction {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  padding: 95px 50px 80px;
}
@media (max-width: 767px) {
  .people .introduction {
    padding: 70px 20px 60px;
  }
}
.people .introduction.mb {
  margin-bottom: 95px;
}
.people .introduction .name {
  position: absolute;
  text-align: center;
  width: 295px;
  background: #d2ae7a;
  border: 1px solid #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 13px 0;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .people .introduction .name {
    width: 250px;
    font-size: 20px;
  }
}
.people .introduction .name:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background: #000;
  top: -2px;
  right: -28px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.people .introduction .name span {
  display: inline-block;
}
.people .introduction .name span.bg {
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 12px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .people .introduction .name span.bg {
    font-size: 14px;
    padding: 4px 10px;
  }
}
.people .introduction .name span.mini {
  font-size: 16px;
}
@media (max-width: 767px) {
  .people .introduction .name span.mini {
    font-size: 14px;
  }
}
.people .introduction .flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .people .introduction .flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
.people .introduction .flex.mb {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .people .introduction .flex.mb {
    gap: 60px 0;
  }
}
.people .introduction .flex.end {
  align-items: flex-end;
}
.people .introduction .flex.st {
  align-items: flex-start;
}
.people .introduction .flex .cnt {
  width: 470px;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt {
    width: 100%;
  }
}
.people .introduction .flex .cnt .img {
  position: relative;
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt .img {
    height: auto;
    aspect-ratio: 47/29;
    border-radius: 10px;
  }
}
.people .introduction .flex .cnt .img.half {
  width: 340px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt .img.half {
    width: 100%;
  }
}
.people .introduction .flex .cnt .img.bit {
  height: 310px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt .img.bit {
    height: auto;
    aspect-ratio: 47/29;
  }
}
.people .introduction .flex .cnt .img.bit.resize {
  width: 300px;
  margin: auto;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt .img.bit.resize {
    width: 100%;
  }
}
.people .introduction .flex .cnt .img .note {
  position: absolute;
  text-align: center;
  width: 133px;
  background: #fff;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 0;
  top: -10px;
  left: 0;
  border-radius: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .people .introduction .flex .cnt .img .note {
    font-size: 15px;
  }
}
.people .introduction .flex .cnt .img .note:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  top: -2px;
  right: -12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.people .introduction .flex .cnt .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.people .introduction .flex .text {
  width: 470px;
}
@media (max-width: 767px) {
  .people .introduction .flex .text {
    width: 100%;
  }
}
.people .introduction .flex .text p {
  margin-bottom: 25px;
}
.people .introduction .flex .text .profile {
  display: flex;
  gap: 0 25px;
}
@media (max-width: 767px) {
  .people .introduction .flex .text .profile {
    flex-direction: column;
    gap: 40px 0;
  }
}
.people .introduction .flex .text .profile dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 70px;
  border: 1px solid #caa979;
}
@media (max-width: 767px) {
  .people .introduction .flex .text .profile dl {
    width: 100%;
  }
}
.people .introduction .flex .text .profile dl dt {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #caa979;
  padding: 0 15px;
  background: #fff;
  top: -10px;
  left: 10px;
}
.people .introduction .flex .text .profile dl dd .bold {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}
.people .introduction .flex .text .profile dl dd .bold p {
  margin-bottom: 0;
}
.people .introduction .flex .text .profile dl dd ul {
  display: flex;
  gap: 0 15px;
}
.people .introduction .flex .text .profile dl dd ul li a {
  display: block;
  width: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.people .introduction .flex .text .profile dl dd ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.people .introduction .flex .arrow {
  position: relative;
}
@media (max-width: 767px) {
  .people .introduction .flex .arrow {
    padding-bottom: 40px;
  }
}
.people .introduction .flex .arrow:before {
  position: absolute;
  content: "";
  background: url("../img/people-arrow.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 20px;
  top: 145px;
  right: -45px;
}
@media (max-width: 767px) {
  .people .introduction .flex .arrow:before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
    transform: rotate(90deg);
  }
}
.people .introduction .flex .arrow.sign:before {
  right: -85px;
}
@media (max-width: 767px) {
  .people .introduction .flex .arrow.sign:before {
    right: 0;
  }
}

.recruitment {
  padding: 110px 0 130px;
}
@media (max-width: 767px) {
  .recruitment {
    padding: 60px 0 80px;
  }
}
.recruitment h2 {
  margin-bottom: 50px;
}
.recruitment .flex {
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 34px;
}
@media (max-width: 767px) {
  .recruitment .flex {
    flex-wrap: wrap;
    gap: 37px 0;
  }
}
.recruitment .flex .cnt {
  position: relative;
  width: 250px;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(65, 47, 22, 0.2);
  text-align: center;
  padding: 30px 0 25px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt {
    width: 48%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 10px;
  }
}
.recruitment .flex .cnt:before {
  position: absolute;
  content: "";
  background: #d2ae7a;
  width: 10px;
  height: 20px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt:before {
    width: 8px;
    height: 15px;
    top: -7.5px;
  }
}
.recruitment .flex .cnt .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 77px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .icon {
    height: 53px;
  }
}
.recruitment .flex .cnt .icon_01 img {
  width: 68px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .icon_01 img {
    width: 47px;
  }
}
.recruitment .flex .cnt .icon_02 img {
  width: 66px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .icon_02 img {
    width: 42px;
  }
}
.recruitment .flex .cnt .icon_03 img {
  width: 79px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .icon_03 img {
    width: 51px;
  }
}
.recruitment .flex .cnt .icon_04 img {
  width: 90px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .icon_04 img {
    width: 58px;
  }
}
.recruitment .flex .cnt .bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .bold {
    font-size: 16px;
  }
}
.recruitment .flex .cnt .num {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .num {
    font-size: 23px;
  }
}
.recruitment .flex .cnt .num .en {
  display: inline-block;
  font-size: 60px;
  color: #d60070;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .num .en {
    font-size: 40px;
  }
}
.recruitment .flex .cnt .num .en.fs40 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .num .en.fs40 {
    font-size: 24px;
  }
}
.recruitment .flex .cnt .num .en.m_r {
  margin-right: 5px;
}
.recruitment .flex .cnt .num .en.m_lr {
  margin: 0 8px;
}
.recruitment .flex .cnt .num .mini {
  position: relative;
  display: inline-block;
  font-size: 18px;
  bottom: 6px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .num .mini {
    font-size: 13px;
    bottom: 3px;
  }
}
.recruitment .flex .cnt .num .block {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .num .block {
    font-size: 18px;
  }
}
.recruitment .flex .cnt .note {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .note {
    font-size: 12px;
  }
}
.recruitment .flex .cnt .note.mt {
  margin-top: 20px;
}
.recruitment .flex .cnt .note span {
  display: inline-block;
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .note span {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .note p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .recruitment .flex .cnt .note p:last-of-type {
    margin-bottom: 0;
  }
}

.recruiting {
  position: relative;
}
.recruiting:before {
  position: absolute;
  content: "";
  background: url("../img/recruiting-object-01.png") no-repeat;
  background-size: contain;
  width: 350px;
  height: 112px;
  top: -30px;
  left: -750px;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruiting:before {
    width: 141px;
    height: 45px;
    top: -15px;
    left: -220px;
  }
}
.recruiting:after {
  position: absolute;
  content: "";
  background: url("../img/recruiting-object-02.png") no-repeat;
  background-size: contain;
  width: 178px;
  height: 90px;
  left: 0px;
  right: -950px;
  bottom: -20px;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruiting:after {
    width: 71px;
    height: 36px;
    right: -290px;
    bottom: -15px;
  }
}
.recruiting .bg_div {
  position: relative;
  max-width: 100vw;
  width: 100%;
  padding: 120px 0 105px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recruiting .bg_div {
    padding: 65px 0;
  }
}
.recruiting .bg_div:before {
  position: absolute;
  content: "";
  background: #d60070;
  width: 160%;
  height: 100%;
  top: 0;
  left: -30%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .recruiting .bg_div:before {
    width: 260%;
    left: -80%;
  }
}
.recruiting .inner_small {
  position: relative;
}
.recruiting h2 {
  position: relative;
  margin-bottom: 35px;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruiting h2 {
    margin-bottom: 25px;
  }
}
.recruiting .flex {
  position: relative;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruiting .flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
.recruiting .flex .cnt {
  width: 475px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 50px 0 40px;
}
@media (max-width: 767px) {
  .recruiting .flex .cnt {
    width: 100%;
    padding: 25px 0 20px;
  }
}
.recruiting .flex .cnt .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .recruiting .flex .cnt .ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.recruiting .flex .cnt .detail {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .recruiting .flex .cnt .detail {
    line-height: 1.4;
  }
}

.flow {
  padding: 110px 0 140px;
}
@media (max-width: 767px) {
  .flow {
    padding: 80px 0;
  }
}
.flow h2 {
  margin-bottom: 25px;
}
.flow h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .flow h3 {
    font-size: 18px;
  }
}
.flow .flex {
  position: relative;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flow .flex {
    flex-direction: column;
  }
}
.flow .flex:before {
  position: absolute;
  content: "";
  background: #caa979;
  width: 980px;
  height: 1px;
  top: 52px;
  right: 0;
}
@media (max-width: 767px) {
  .flow .flex:before {
    width: 1px;
    height: 99%;
    top: auto;
    left: 45px;
    bottom: 0;
  }
}
.flow .flex dl {
  width: 224px;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .flow .flex dl {
    width: 100%;
    display: flex;
    text-align: left;
    gap: 0 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .flow .flex dl:last-of-type {
    margin-bottom: 40px;
  }
}
.flow .flex dl dt {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .flow .flex dl dt {
    width: 52px;
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 2px;
  }
}
.flow .flex dl dt:before {
  position: absolute;
  content: "";
  background: #caa979;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .flow .flex dl dt:before {
    width: 13px;
    height: 13px;
    top: 2px;
    left: auto;
    right: 0;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .flow .flex dl dd {
    width: calc(100% - 77px);
  }
}
.flow .flex dl dd .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.flow .flex .offer {
  position: relative;
  background: #d60070;
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 38px 0;
  border-radius: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow .flex .offer {
    font-size: 18px;
    width: 100%;
    border-radius: 30px;
    padding: 21px 0;
  }
}

.entry {
  position: relative;
  padding: 160px 0 0;
}
@media (max-width: 767px) {
  .entry {
    padding: 110px 0 0;
  }
}
.entry:before {
  position: absolute;
  content: "";
  background: url("../img/entry-object.png") no-repeat;
  background-size: contain;
  width: 529px;
  height: 150px;
  top: -50px;
  left: 0;
  right: -630px;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .entry:before {
    width: 215px;
    height: 60px;
    top: -5px;
    right: -140px;
  }
}
.entry .bg_main {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  height: 450px;
  overflow: hidden;
  top: 0;
}
.entry .bg_main:before {
  position: absolute;
  content: "";
  background: #f8f3f0;
  width: 160%;
  height: 100%;
  top: 0;
  left: -30%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .entry .bg_main:before {
    width: 260%;
    left: -80%;
  }
}
.entry .bg_in {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  height: 520px;
  overflow: hidden;
  top: 54px;
}
@media (max-width: 767px) {
  .entry .bg_in {
    top: 30px;
    height: 660px;
  }
}
.entry .bg_in:before {
  position: absolute;
  content: "";
  background: #d60070;
  width: 160%;
  height: 100%;
  top: 0;
  left: -30%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .entry .bg_in:before {
    width: 280%;
    left: -90%;
  }
}
.entry .inner_small {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .entry .inner_small {
    margin-bottom: 50px;
  }
}
.entry .flex {
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  z-index: 1;
  color: #fff;
}
@media (max-width: 767px) {
  .entry .flex {
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px;
  }
}
.entry .flex.m0 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .entry .flex.m0 {
    justify-content: space-between;
    gap: 12px 0;
  }
}
.entry .flex .noto {
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .entry .flex .noto {
    font-size: 20px;
  }
}
.entry .flex .rock {
  position: relative;
  font-size: 118px;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry .flex .rock {
    font-size: 68px;
  }
}
.entry .flex .rock:before {
  position: absolute;
  content: "“";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  top: 5px;
  left: -35px;
}
@media (max-width: 767px) {
  .entry .flex .rock:before {
    font-size: 30px;
    top: -5px;
    left: -20px;
  }
}
.entry .flex .rock:after {
  position: absolute;
  content: "”";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  top: 5px;
  right: -10px;
}
@media (max-width: 767px) {
  .entry .flex .rock:after {
    font-size: 30px;
    top: -5px;
    right: -5px;
  }
}
.entry .flex .text {
  width: 305px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .entry .flex .text {
    width: 100%;
  }
}
.entry .flex .img {
  width: 270px;
  height: 190px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .entry .flex .img {
    width: 48%;
    height: auto;
    aspect-ratio: 32/23;
    border-radius: 10px;
  }
}
.entry .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.entry .btn a {
  cursor: pointer;
  position: relative;
  text-align: center;
  display: block;
  width: 300px;
  background: #caa878;
  border: 1px solid #caa878;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 30px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .entry .btn a {
    width: 300px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .entry .btn a:hover {
    background: #fff;
    color: #caa878;
  }
}

.challenge {
  position: relative;
  padding: 160px 0 0;
}
@media (max-width: 767px) {
  .challenge {
    padding: 80px 0 0;
  }
}
.challenge:before {
  position: absolute;
  content: "";
  background: url("../img/challenge-object.png") no-repeat;
  background-size: contain;
  width: 570px;
  height: 155px;
  top: -50px;
  left: -590px;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .challenge:before {
    width: 228px;
    height: 62px;
    top: -20px;
    left: -130px;
  }
}
.challenge .inner {
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 2s;
  top: 20px;
}
.challenge h2 {
  margin-bottom: 40px;
}
.challenge .border {
  width: 725px;
  border: 1px solid #caa979;
  margin: 0 auto 40px;
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .challenge .border {
    width: 100%;
    padding: 30px 20px;
  }
}
.challenge .border h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .challenge .border h3 {
    font-size: 18px;
  }
}
.challenge .border p {
  font-size: 16px;
  line-height: 1.87;
}
@media (max-width: 767px) {
  .challenge .border p {
    font-size: 14px;
  }
}
.challenge .period {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .challenge .period {
    line-height: 1.5;
    font-size: 14px;
  }
}
.challenge .period span {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .challenge .period span {
    font-size: 18px;
  }
}
.challenge .text {
  text-align: center;
  margin-bottom: 30px;
}
.challenge .btn a {
  position: relative;
  text-align: center;
  display: block;
  width: 270px;
  background: #caa878;
  border: 1px solid #caa878;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .challenge .btn a {
    width: 300px;
    font-size: 18px;
  }
}
.challenge .btn a:before {
  position: absolute;
  content: "";
  background: url("../img/blank-icon-wh.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 0;
  right: 35px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .challenge .btn a:hover {
    background: #fff;
    color: #caa878;
  }
  .challenge .btn a:hover:before {
    background: url("../img/blank-icon-gl.png") no-repeat;
    background-size: contain;
  }
}
.challenge.active .inner {
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  visibility: visible;
  top: 0;
}

.gallery {
  padding: 160px 0 100px;
}
@media (max-width: 767px) {
  .gallery {
    padding: 120px 0 80px;
  }
}
.gallery h2 {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .gallery h2 {
    margin-bottom: 80px;
  }
}
.gallery .mass {
  margin-bottom: 90px;
}
.gallery .mass:last-of-type {
  margin-bottom: 0;
}
.gallery .mass h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  border-top: 1px solid #d2ae7a;
  border-bottom: 1px solid #d2ae7a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 20px;
}
@media (max-width: 767px) {
  .gallery .mass h3 {
    font-size: 22px;
  }
}
.gallery .mass h3 span {
  display: inline-block;
  font-size: 15px;
}
.gallery .mass h3 span.num {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 14px;
  background: #fff;
}
.gallery .mass h3 span.en {
  font-size: 18px;
  color: #d60070;
}
.gallery .mass .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gallery .mass .flex {
    gap: 40px 0;
  }
}
.gallery .mass .flex .cnt {
  width: 340px;
}
@media (max-width: 767px) {
  .gallery .mass .flex .cnt {
    width: 100%;
  }
}
.gallery .mass .flex .cnt .img {
  width: 100%;
  height: 230px;
  background: #e8e8e8;
}
.gallery .mass .flex .cnt .caption {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 25px;
}

footer {
  background: #24243d;
  padding: 20px 0;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  font-style: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .copy {
    line-height: 1.5;
  }
}