@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

::-webkit-scrollbar {
  width: 8px;
  background: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 5px;
}

html,
body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  overflow-x: clip;
}

body {
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #333;
  overflow-x: clip;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
}

.section_content {
  padding: 220px 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    padding: 30vw 0;
  }
}

.first {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .first {
    padding-top: 40px;
  }
}

#loading {
  transition: all 1s; /*ローディングにかかる時間*/
  background-color: white;
  z-index: 999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: #00CBA4;
  border-right-color: #00CBA4;
  border-bottom-color: #00CBA4;
  animation: spin 0.6s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: 0.5s all;
}

.border {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.global-ttlWrap {
  text-align: center;
}

.global-ttl {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  display: inline-block;
  font-weight: 600;
}
.global-ttl span {
  display: block;
  font-size: clamp(3.4rem, 3.031rem + 1.64vw, 5rem);
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 1rem;
}
.global-ttl._green {
  color: #00CBA4;
}
.global-ttl._green span {
  border-bottom: 1px solid #00CBA4;
}
.global-ttl._orange {
  color: #FFA500;
}
.global-ttl._orange span {
  border-bottom: 1px solid #FFA500;
}

.inner {
  width: min(950px, 90%);
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}
.mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  text-align: center;
}
.mv::before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(71, 173, 164, 0) 0%, rgba(71, 173, 164, 0.6) 100%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  .mv::before {
    width: 0;
  }
}
@media screen and (max-width: 960px) {
  .mv {
    height: 100svh;
    min-height: auto;
  }
}

.top_btm {
  position: absolute;
  z-index: 2;
  width: 100vw;
  aspect-ratio: 192/35;
  left: 0;
  bottom: -1px;
}
.top_btm img {
  width: 100%;
}

.mv-bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .mv-bg {
    flex-direction: column;
    align-items: stretch;
  }
  .mv-bg ._bottom {
    height: 40%;
    display: flex;
  }
  .mv-bg ._bottom .mv-bg_img {
    width: 50%;
  }
}

.mv-bg_img {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .mv-bg_img._center {
    width: 100%;
    height: 60%;
  }
}
.mv-bg_img span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.mv-bg_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (max-width: 960px) {
  .catch {
    position: relative;
  }
  .catch::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 150%;
    background: linear-gradient(180deg, rgba(0, 100, 95, 0) 0%, rgba(0, 100, 95, 0.1) 10%, rgba(0, 100, 95, 0.3) 50%, rgba(0, 100, 95, 0.25) 80%, rgba(0, 100, 95, 0) 100%);
  }
}

.catch_box {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .catch_box {
    top: 55%;
    bottom: auto;
    transform: translateY(-55%);
  }
}
.catch_box .flex {
  justify-content: center;
  align-items: center;
  margin-right: 10%;
}
@media screen and (max-width: 960px) {
  .catch_box .flex {
    flex-direction: row;
    margin-right: 0;
  }
}
.catch_box ._1 {
  position: relative;
  display: inline-block;
  width: min(500px, 70vw);
}
.catch_box ._2 {
  width: min(100px, 10vw);
  margin-left: 2rem;
  filter: drop-shadow(0px 3px 15px rgba(0, 100, 95, 0.5)) drop-shadow(0px 3px 15px rgba(0, 100, 95, 0.6));
}
.catch_box ._3 {
  display: inline-block;
  width: min(970px, 60vw);
  margin: 1.5rem 0 0 12%;
  filter: drop-shadow(0px 3px 15px rgba(0, 100, 95, 0.3)) drop-shadow(0px 3px 25px rgba(0, 100, 95, 0.6));
}
@media screen and (max-width: 960px) {
  .catch_box ._3 {
    width: 70%;
    margin: 1rem 0 0;
    filter: none;
  }
  .catch_box ._3 img {
    width: 100%;
  }
}
.catch_box ._highlight {
  display: inline-block;
  z-index: -1;
  line-height: 0;
  position: relative;
}
.catch_box ._highlight::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 65%;
  background: white;
}

.about {
  contain: layout inline-size;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .about {
    margin-bottom: 10vw;
  }
}
.about::before, .about::after {
  position: absolute;
  content: "";
  width: 40vw;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about::before, .about::after {
    width: 100vw;
  }
}
.about::before {
  background: url(../images/oval_orange.svg) no-repeat center/contain;
  left: -15%;
  top: -30%;
}
@media screen and (max-width: 960px) {
  .about::before {
    top: -10%;
    left: -50%;
  }
}
.about::after {
  background: url(../images/oval_green.svg) no-repeat center/contain;
  right: -15%;
  bottom: -10%;
}
@media screen and (max-width: 960px) {
  .about::after {
    bottom: -10%;
    right: -50%;
    overflow: hidden;
  }
}

.about-ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .about-ttl {
    margin-bottom: 3rem;
  }
}
.about-ttl span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(2.8rem, 2.662rem + 0.62vw, 3.4rem);
  letter-spacing: 0.1rem;
  color: #00CBA4;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #00CBA4;
}

.about-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .about-txt {
    text-align: left;
  }
}

.l_img,
.r_img {
  display: inline-block;
  position: absolute;
  top: -170px;
}
@media screen and (max-width: 960px) {
  .l_img,
  .r_img {
    width: 80vw;
    top: -20vw;
  }
}

.r_img {
  right: 0;
}

.l_img {
  left: 0;
}

.pickup {
  position: relative;
  background: #FFFDED;
}
@media screen and (max-width: 960px) {
  .pickup {
    padding-bottom: 40vw;
  }
}
@media screen and (max-width: 600px) {
  .pickup .global-ttl {
    margin-top: 2rem;
  }
}

.pickup_list {
  margin-top: 6rem;
  margin-bottom: 5rem;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", serif;
  margin-left: -40px;
}
@media screen and (max-width: 600px) {
  .pickup_list {
    width: min(300px, 75%);
    margin: 3rem auto 1.5rem;
  }
}
.pickup_list li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  .pickup_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.pickup_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pickup_list a img {
  transition: 0.3s all;
}
.pickup_list a:hover .pickup_list-ttl,
.pickup_list a:hover .pickup_list-date {
  opacity: 0.5;
}
.pickup_list a:hover img {
  transform: scale(1.15);
}

.pickup_list-ttl,
.pickup_list-date {
  transition: 0.3s all;
}

.pickup_list-img {
  background: white;
  border-radius: 15px;
  overflow: hidden;
}
.pickup_list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
}

.pickup_list-ttl {
  color: #00CBA4;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 960px) {
  .pickup_list-ttl {
    margin: 1.5rem 0 0.5rem;
  }
}

.pickup_list-date {
  padding-top: 1.5rem;
  border-top: 1px solid #00CBA4;
  margin-top: auto;
  font-size: 1.4rem;
  text-align: right;
  font-weight: 400;
  color: #333;
}

.more-btn {
  text-align: center;
  transition: 0.3s all;
}
.more-btn a {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  position: relative;
  color: white;
  background: #00CBA4;
  padding: 1.25rem 6rem 1.25rem 4rem;
  border-radius: 50px;
}
.more-btn a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows.svg) no-repeat center/contain;
  width: 0.75em;
  height: 0.75em;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all;
}
.more-btn a:hover {
  opacity: 0.5;
}
.more-btn a:hover::before {
  right: 0.75em;
}

.flow {
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow {
    padding-bottom: 15vw;
  }
}

.flow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6rem;
  margin-left: -40px;
}
@media screen and (max-width: 960px) {
  .flow_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .flow_list {
    width: min(340px, 80%);
    margin: 3rem auto;
  }
}
.flow_list li {
  width: calc(33.3333333333% - 40px);
  margin-left: 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .flow_list li {
    width: calc(50% - 40px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow_list li {
    width: 100%;
    margin-left: 0;
  }
}
.flow_list li::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50px;
  background: #FFA500;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.8rem, 2.615rem + 0.82vw, 3.6rem);
}
@media screen and (max-width: 600px) {
  .flow_list li::before {
    width: 5rem;
    height: 5rem;
  }
}
.flow_list li._01::before {
  content: "1";
}
.flow_list li._02::before {
  content: "2";
}
.flow_list li._03::before {
  content: "3";
}

@media screen and (max-width: 960px) {
  .flow_img {
    width: 90%;
    margin: 0 auto;
  }
}
.flow_img img {
  width: 100%;
}

.flow-ttl {
  margin: 3rem 0 1.5rem;
  font-size: clamp(2rem, 1.862rem + 0.62vw, 2.6rem);
  font-weight: 500;
  padding: 0.5rem;
  border: 1px solid #FFA500;
  border-radius: 50px;
  color: #FFA500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .flow-ttl {
    margin: 2rem 0 1.25rem;
  }
}

.flow-txt {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.flow-txt span {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .flow-txt span {
    margin-bottom: 0.5rem;
  }
}
.flow-txt ._bold {
  font-size: clamp(1.8rem, 1.754rem + 0.21vw, 2rem);
  color: #FFA500;
  font-weight: 600;
}
.flow-txt ._subat {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.voice {
  padding: 0 0 120px;
  margin-top: 5vw;
  position: relative;
  background: #FFFDED;
}
@media screen and (max-width: 960px) {
  .voice {
    margin-top: 0;
    padding: 2rem 0 60px;
  }
}
.voice::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg_top01.svg) no-repeat center/contain;
  aspect-ratio: 640/57;
  top: calc(-57 / 640 * 100vw);
  width: 100vw;
}

.voice_list {
  margin-top: 40px;
}
.voice_list li {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  padding: 5rem;
  border-radius: 25px;
  margin-bottom: 6rem;
  filter: drop-shadow(3px 3px 3px rgb(247, 235, 193));
}
@media screen and (max-width: 960px) {
  .voice_list li {
    padding: 3rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.voice_list li::before {
  position: absolute;
  content: "";
  background: white;
  height: 20px;
  width: 20px;
  bottom: -10px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  border-radius: 0;
}

.voice_img_box {
  width: 20%;
  text-align: center;
  margin-right: 4rem;
}
@media screen and (max-width: 960px) {
  .voice_img_box {
    width: 300px;
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
}

.voice_img {
  display: inline-block;
}

.voice_age {
  margin-top: 0.25rem;
}

.voice_comment {
  flex: 1;
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  line-height: 1.8;
}
.voice_comment span {
  font-weight: 600;
  color: #FFA500;
}

.img_list {
  display: flex;
  height: 500px;
}
@media screen and (max-width: 960px) {
  .img_list {
    height: 50vw;
  }
}
.img_list li {
  position: relative;
  width: 50%;
}
.img_list li span {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.img_list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.qa {
  padding: 0 0 140px;
  background: #FFFDED;
}
@media screen and (max-width: 960px) {
  .qa {
    padding: 0 0 80px;
  }
}

.qa_box {
  outline: 5px solid white;
  border: 1px solid #00CBA4;
  position: relative;
  margin-top: -5%;
  background: white;
  padding: 6rem 10rem;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .qa_box {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 600px) {
  .qa_box {
    padding: 3rem 1.5rem;
  }
}

.qa_list {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  margin-top: 4rem;
}
.qa_list dt,
.qa_list dd {
  display: flex;
  align-items: flex-start;
}
.qa_list dt span,
.qa_list dd span {
  flex: 1;
  padding: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .qa_list dt span,
  .qa_list dd span {
    line-height: 1.5;
  }
}
.qa_list dt::before,
.qa_list dd::before {
  font-family: "Noto Serif JP", serif;
  margin-right: 1rem;
  width: 1.75em;
  height: 1.75em;
  font-size: clamp(2.2rem, 2.108rem + 0.41vw, 2.6rem);
  border-radius: 50px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.qa_list dt {
  margin-bottom: 1rem;
}
.qa_list dt::before {
  content: "Q";
  background: #00CBA4;
  color: white;
}
.qa_list dd {
  margin-bottom: 3rem;
}
.qa_list dd span {
  background: #F2FDFA;
}
.qa_list dd::before {
  content: "A";
  background: #F2FDFA;
  border: 1px solid #00CBA4;
  color: #00CBA4;
}

.outline {
  position: relative;
  background: #FFFDED;
  padding-bottom: 20vw;
}
@media screen and (max-width: 960px) {
  .outline {
    padding-bottom: 30vw;
  }
}
.outline::before {
  position: absolute;
  content: "";
  background: url(../images/bg_top02.svg) no-repeat center/contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 640/57;
  width: 100vw;
}

.outline_list {
  margin: 5rem 0 8rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
}
.outline_list .sub-txt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .outline_list {
    margin: 3rem 0 6rem;
    font-size: 1.4rem;
  }
}
.outline_list dt,
.outline_list dd {
  padding: 2rem 0;
  border-bottom: 1px solid #b4b4b4;
}
.outline_list dt {
  width: calc(20% - 5rem);
  margin-right: 5rem;
}
@media screen and (max-width: 600px) {
  .outline_list dt {
    width: calc(35% - 1.5rem);
    margin-right: 1.5rem;
  }
}
.outline_list dd {
  width: 80%;
}
@media screen and (max-width: 600px) {
  .outline_list dd {
    width: 65%;
  }
}

.profile {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  padding: 6rem;
  background: white;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .profile {
    padding: 3rem;
    flex-direction: column-reverse;
  }
}
.profile .l_box {
  width: 60%;
  margin-right: 5rem;
}
@media screen and (max-width: 960px) {
  .profile .l_box {
    width: 100%;
    margin-right: 0;
    margin-top: 3rem;
  }
}
.profile .r_box {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .profile .r_box {
    width: min(350px, 90%);
    margin: 0 auto;
  }
}

.profile-ttl {
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  font-family: "Cormorant Garamond", serif;
  border: 1px solid #333;
  border-radius: 50px;
  display: inline-block;
  padding: 0 4rem;
  margin-bottom: 2rem;
}

.profile-name {
  font-size: clamp(3rem, 2.769rem + 1.03vw, 4rem);
  margin-bottom: 1rem;
}
.profile-name small {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.profile-name span {
  font-size: 1.6rem;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 0.1rem;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .profile-name span {
    display: block;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.profile-role {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-weight: 400;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.profile-description {
  line-height: 1.8;
}
.profile-description:not(:last-of-type) {
  margin-bottom: 2rem;
}

.form .sub-txt {
  margin: 3rem 0;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1.8;
  color: #00CBA4;
}

.form-table {
  margin: 60px 0 0;
  font-family: "Noto Sans JP", serif;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form-table {
    margin: 30px 0 0;
  }
}
.form-table .form-header {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0.5em;
}
.form-table .form-header::before {
  content: "●";
  color: #00CBA4;
  margin-right: 0.25rem;
}
@media screen and (max-width: 600px) {
  .form-table .form-header {
    line-height: 1.5;
  }
}
.form-table .form-select {
  width: 200px;
  border-radius: 0;
  height: 3em;
  border: 1px solid #b4b4b4;
  color: #00CBA4;
  padding: 0 1em;
}
.form-table .form-select:focus {
  outline: none;
}
.form-table .form-data {
  display: block;
  margin-bottom: 3rem;
}
.form-table .form-data input,
.form-table .form-data textarea {
  border: 1px solid #b4b4b4;
  width: 100%;
  font-weight: 400;
  border-radius: 5px;
}
.form-table .form-data input[type=text]::-moz-placeholder, .form-table .form-data textarea::-moz-placeholder {
  color: #b4b4b4;
}
.form-table .form-data input[type=text]::placeholder,
.form-table .form-data textarea::placeholder {
  color: #b4b4b4;
}
.form-table .form-data input[type=text] {
  height: 3em;
  padding: 0 1em;
}
.form-table .form-data label {
  display: inline-block;
  cursor: pointer;
}
.form-table .form-data textarea {
  height: 200px;
  padding: 1em;
}
.form-table .required {
  font-size: clamp(1.2rem, 1.154rem + 0.21vw, 1.4rem);
  color: white;
  background: #FFA500;
  border-radius: 50px;
  padding: 0 8px;
  margin-left: 0.5em;
}

.input-btn_area {
  text-align: center;
}

.input-btn {
  max-width: 100%;
  display: block;
  position: relative;
  transition: 0.3s all;
}
.input-btn input {
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  padding: 1em 0;
  width: 260px;
  max-width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
.input-btn._submit input {
  color: white;
  background: #00CBA4;
}
.input-btn._back {
  margin-top: 1.5rem;
}
.input-btn._back input {
  background: white;
  color: #333;
  border: 1px solid #333;
}
.input-btn:hover {
  opacity: 0.6;
}
.input-btn::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
}

.privacy_boxWrap {
  position: relative;
  border-radius: 5px;
}
.privacy_boxWrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
}

.privacy_box {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  padding: 1rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}

.privacy-ttl {
  color: #00CBA4;
  margin-bottom: 0.5rem;
}

.privacy-txt {
  font-size: 1.3rem;
}
.privacy-txt span {
  color: #00CBA4;
  display: block;
  font-weight: 500;
  margin: 1rem 0 0.25rem;
}
.privacy-txt strong {
  font-weight: 400;
  display: block;
  margin: 1rem 0;
}

.global-ttlWrap {
  padding: 200px 0 100px;
  background: #FFFDED;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap {
    padding: 130px 0 80px;
  }
}

.pickup_list {
  margin-top: -4rem;
}
.pickup_list li {
  margin-bottom: 40px;
}

/** ページバー **/
.pagebar {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .pagebar {
    margin-top: 30px;
  }
}

.pagebar .this-page,
.pagebar a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  color: #00CBA4;
  background: white;
  border: 1px solid #00CBA4;
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .pagebar .this-page,
  .pagebar a {
    width: 35px;
    height: 35px;
  }
}

.pagebar .this-page,
.pagebar a:hover {
  background: #00CBA4;
  color: white;
}

.pagebar a:hover {
  opacity: 0.5;
}

.detail {
  padding: 0 0 120px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .detail {
    padding: 0 0 60px;
  }
}

.detail-pict img {
  margin-top: -4rem;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}

.detail-ttl {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 4rem;
  padding-bottom: 1.5rem;
  color: #00CBA4;
  border-bottom: 1px solid #00CBA4;
}

.detail-date {
  margin-top: 1rem;
}

.detail-txt {
  line-height: 1.8;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .detail-txt {
    margin-top: 2rem;
  }
}

.link-btn {
  width: 320px;
  max-width: 90%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .link-btn {
    margin: 4rem auto 0;
  }
}
.link-btn a {
  font-size: clamp(1.8rem, 1.708rem + 0.41vw, 2.2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 1rem 1.5rem;
  text-align: center;
  display: block;
  color: white;
  background: #00CBA4;
  border-radius: 50px;
  box-shadow: 0 5px 0 #21aa91;
  transition: 0.3s all;
}
.link-btn a:hover {
  opacity: 0.7;
  border-bottom: 0;
  transform: translateY(5px);
  box-shadow: 0 0 0 #21aa91, inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

/** 確認画面 **/
.form-table-confirm {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 60px 0;
}
.form-table-confirm th {
  color: #00CBA4;
  display: block;
  font-weight: 500;
  padding-left: 1em;
  margin-bottom: 0.25em;
}
.form-table-confirm td {
  padding-left: 1em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: block;
  border-bottom: 1px solid #b4b4b4;
}

.form {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  text-align: center;
  margin-top: 8rem;
}

.confirmation-ttl {
  font-size: clamp(2.4rem, 2.262rem + 0.62vw, 3rem);
  font-weight: 600;
  color: #00CBA4;
  margin-bottom: 1rem;
}

.confirmation-txt {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  line-height: 1.8;
}/*# sourceMappingURL=sub.css.map */