.mainimagebox {
  margin-bottom: 100px;
  max-width: 1440px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1441px) {
  .mainimagebox {
    max-width: initial;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
  .mainimagebox .main_image {
    max-width: initial;
    padding-top: 25vw;
  }
  .mainimagebox .main_image .inner {
    width: initial;
  }
  .mainimagebox .main_image .text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mainimagebox {
    padding-top: 10vw;
    margin-bottom: 10vw;
    padding: 0;
    max-width: 100%;
    margin: 0 auto 30vw;
  }
}

.main_image {
  position: relative;
  margin: 0 auto;
  padding-top: 300px;
  box-sizing: border-box;
  background: url(/images/find/find_key.webp) center top/cover no-repeat;
  overflow: hidden;
  max-width: 1442px;
  aspect-ratio: 1442/641;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 80px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: serif;
  text-shadow: 0 0px 14px rgb(68, 68, 68);
  line-height: 1.5;
}
.main_image .sub_text {
  text-align: left;
  width: 32.7%;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .main_image {
    min-width: 1280px;
    padding-top: 150px;
    transform-origin: top center;
    transform: scale(0.0694444444vw);
  }
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 30vw;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: initial;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .sub_text {
    width: 60%;
  }
}

.sec01 {
  width: 100%;
  margin-bottom: 365px;
  background: #F8F5F1;
  padding: 125px 0 150px;
  border-top-left-radius: 50% 150px;
  border-top-right-radius: 50% 150px;
  position: relative;
  margin-top: 100px;
}
.sec01 .inner {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 70px;
}
.sec01 .sec_header {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  background: transparent;
  height: initial;
}
.sec01 .sec_header::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 185px;
  left: 50%;
  bottom: 150px;
  transform: translateX(50%);
  z-index: 1;
  background: url(/images/index/question.webp) center/contain no-repeat;
}
.sec01 .sec_header::after {
  display: none;
}
.sec01 .sec_header .sec_subtitle {
  position: absolute;
  top: -70px;
  right: 50%;
  transform: translateX(50%);
  margin-bottom: 0;
  font-size: 130px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 100%;
}
.sec01 .sec_header .sec_title {
  font-family: serif;
  font-size: 40px;
  font-weight: bold;
}
.sec01 .sec_header .sec_title .small {
  font-size: 30px;
  font-weight: bold;
}
.sec01 .sec_header .sec_title .pink {
  font-size: 40px;
  font-weight: bold;
  color: #E85377;
}
.sec01 .gridbox {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: clamp(53px, 4.1vw, 60px);
       column-gap: clamp(53px, 4.1vw, 60px);
  row-gap: 35px;
}
.sec01 .gridbox .box {
  position: relative;
  background: #fff;
  height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px 20px 0 20px;
}
.sec01 .gridbox .box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 20px 20px 0 20px;
  background: linear-gradient(135deg, #E85377 0%, #F59A6B 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.sec01 .gridbox .box::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid #E85377;
}
.sec01 .gridbox .box .box_text {
  font-weight: bold;
  line-height: 1.5;
  font-size: clamp(23px, 1.8vw, 26px);
}
.sec01 .gridbox .box .box_text .pink {
  color: #E85377;
  font-weight: bold;
  font-size: clamp(24px, 1.9vw, 28px);
}
.sec01 .about_link {
  text-align: center;
  position: absolute;
  bottom: -30px;
  right: 50%;
  transform: translateX(50%);
}
.sec01 .about_btn {
  border: 0px solid;
  background-image: linear-gradient(90deg, rgb(223, 126, 126), rgb(255, 181, 144));
  color: #fff;
  width: 427px;
  padding: 12.5px 0;
  font-weight: bold;
  font-size: 23px;
}
.sec01 .about_btn::before {
  width: 84px;
  height: 81px;
  left: 10px;
  right: auto;
  background: url(/images/index/sec03_kazari.webp) center/contain no-repeat;
}
.sec01 .about_btn::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/common/yajirushi_white.webp) center/contain no-repeat;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .sec01 {
    min-width: 1280px;
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 23.8vw;
    padding: 15vw 5vw;
    border-top-left-radius: 50% 80px;
    border-top-right-radius: 50% 80px;
  }
  .sec01 .inner {
    max-width: 100%;
    min-width: auto;
    padding: 0;
  }
  .sec01 .sec_header {
    margin-bottom: 5vw;
  }
  .sec01 .sec_header::before {
    width: 10vw;
    height: 22vw;
    bottom: 35vw;
  }
  .sec01 .sec_header .sec_subtitle {
    font-size: 10vw;
    top: -6vw;
  }
  .sec01 .sec_header .sec_title {
    font-size: 6vw;
  }
  .sec01 .sec_header .sec_title .small {
    font-size: 5vw;
  }
  .sec01 .sec_header .sec_title .pink {
    font-size: 6vw;
  }
  .sec01 .gridbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .sec01 .gridbox .box {
    height: auto;
    min-height: 19vw;
    padding: 3vw 2vw;
  }
  .sec01 .gridbox .box::after {
    right: 1.6vw;
    bottom: 1.6vw;
    border-left: 4vw solid transparent;
    border-top: 4vw solid transparent;
    border-bottom: 4vw solid #E85377;
  }
  .sec01 .gridbox .box .box_text {
    font-size: 4vw;
  }
  .sec01 .gridbox .box .box_text .pink {
    font-size: 4.3vw;
  }
  .sec01 .about_link {
    bottom: -7vw;
    width: 80vw;
  }
  .sec01 .about_btn {
    width: 100%;
    max-width: 80vw;
    font-size: 4vw;
    padding: 3vw 0;
  }
  .sec01 .about_btn::before {
    width: 14vw;
    height: 14vw;
    left: 3vw;
  }
  .sec01 .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 3vw;
  }
}

.sec02 {
  margin-bottom: 170px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .first_visit {
  position: relative;
}
.sec02 .first_visit img {
  width: 100%;
  height: auto;
  display: block;
}
.sec02 .yellow_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 160px);
  padding: 90px 80px 50px;
  background: rgba(190, 162, 20, 0.5);
  box-sizing: border-box;
  text-align: left;
  box-sizing: border-box;
}
.sec02 .yellow_box::after {
  content: "";
  position: absolute;
  width: 418px;
  height: 234px;
  right: 10px;
  bottom: 0;
  background: url("/images/index/sec05_kazari01.webp") center/contain no-repeat;
  pointer-events: none;
}
.sec02 .box_title {
  font-size: 40px;
  font-family: serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  position: relative;
}
.sec02 .box_title::before {
  content: "";
  position: absolute;
  width: 655px;
  height: 168px;
  left: -40px;
  bottom: 70px;
  background: url(/images/index/first_visit.webp) center/contain no-repeat;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.15));
  z-index: -1;
}
.sec02 .box_text {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: left;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
}
.sec02 .about_link {
  text-align: center;
  width: 70%;
}
.sec02 .about_link .about_btn {
  background: #fff;
  padding: 22px 40px;
  display: inline-block;
  border: 0px;
  font-size: 22px;
  font-weight: bold;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
}
.sec02 .about_link .about_btn::before {
  width: 38px;
  height: 50px;
  right: auto;
  left: 20px;
  background: url(/images/index/wakaba.webp) center/contain no-repeat;
}
.sec02 .about_link .about_btn::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  right: auto;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/yajirushi_gold.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 90px;
  }
  .sec02 .first_visit img {
    width: 100%;
    height: auto;
  }
  .sec02 .yellow_box {
    width: calc(100% - 40px);
    padding: 9vw 5vw 30vw;
  }
  .sec02 .yellow_box::after {
    width: 75.5vw;
    height: 27.7vw;
    right: 0;
    bottom: 0;
    background: url(/images/index/sec05_kazari_sp_02.webp) center/contain no-repeat;
  }
  .sec02 .box_title {
    font-size: 7vw;
    margin-bottom: 3vw;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sec02 .box_title::before {
    width: 65vw;
    height: 16.8vw;
    left: -4vw;
    bottom: 23vw;
  }
  .sec02 .box_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .sec02 .about_link {
    width: 100%;
  }
  .sec02 .about_link .about_btn {
    width: 100%;
    max-width: 100%;
    padding: 3.5vw 10vw;
    font-size: 5vw;
  }
  .sec02 .about_link .about_btn::before {
    width: 6.4vw;
    height: 8vw;
    left: 5vw;
  }
  .sec02 .about_link .about_btn::after {
    width: 8vw;
    height: 8vw;
    right: 2vw;
  }
}

.sec03 {
  padding: 0 0 60px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(250, 204, 181, 0), rgba(250, 204, 181, 0.5));
  margin-bottom: 110px;
}
.sec03 .inner {
  padding: 0 60px 0 0;
}
.sec03 .recruit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.sec03 .recruit_images {
  max-width: 650px;
  display: flex;
  position: relative;
  z-index: 2;
}
.sec03 .recruit_images img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec03 .recruit_content {
  position: relative;
  z-index: 2;
}
.sec03 .recruit_head {
  position: absolute;
  right: 0;
  top: -120px;
  text-align: right;
}
.sec03 .recruit_head .en {
  font-size: 48px;
  letter-spacing: 0.25em;
  color: #e89a73;
  display: block;
  font-weight: 600;
}
.sec03 .recruit_head h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
}
.sec03 .catch {
  font-size: 34px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 0.12em;
}
.sec03 .text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
}
.sec03 .about_link {
  text-align: center;
}
.sec03 .recruit_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 64px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  background-color: #F59A6B;
  margin: 0 auto;
  position: relative;
}
.sec03 .recruit_btn::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 14px;
}
@media (max-width: 768px) {
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .recruit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }
  .sec03 .recruit_images {
    max-width: initial;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .sec03 .recruit_images img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .recruit_content {
    position: relative;
    z-index: 2;
  }
  .sec03 .recruit_head {
    position: static;
    text-align: right;
    margin-bottom: 5vw;
  }
  .sec03 .recruit_head .en {
    font-size: 6vw;
    letter-spacing: 0.25em;
    color: #e89a73;
    display: block;
    font-weight: 600;
  }
  .sec03 .recruit_head h2 {
    font-size: 5vw;
    letter-spacing: 0.15em;
  }
  .sec03 .catch {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    letter-spacing: 0.12em;
    text-align: center;
  }
  .sec03 .text {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .sec03 .about_link {
    text-align: center;
  }
  .sec03 .recruit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    height: auto;
    padding: 3vw 0;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 5vw;
    background-color: #F59A6B;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .recruit_btn::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    margin-left: 0;
  }
}/*# sourceMappingURL=find.css.map */