@charset "utf-8";

/* 
=================================================================================

▼▼▼　テンプレJS用のCSS。不要なものは削除　▼▼▼

=================================================================================
*/
html {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #583900;
}
h1, h2, h3, h4, h5 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  /* PC用 */
  html {
    font-size: 10px;
  }
  .inner {
    position: relative;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* SP用 */
  html {
    font-size: calc(10vw / 750 * 100); /* 最大値768px、文字サイズ10pxの場合 */
  }
  .inner {
    width: 100%;
    padding: 0 5rem;
    max-width: 100%;
    margin: auto;
  }
}

/* 
=================================================================================

▼▼▼　文字　▼▼▼

=================================================================================
*/
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.pop {
  font-family: "Poppins", sans-serif;
}
.b {
  font-weight: bold;
}
.m {
  font-weight: 500;
}
.thin{
  font-weight: 300;
}

/* 
=================================================================================

▼▼▼　ちらつき対策（CSS）　▼▼▼

=================================================================================
*/

.loading {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  opacity: 1;
  pointer-events: all;
}

.wrapper{
  overflow: hidden;
}
.t_red{
  color: #ff0000;
}


.mv_section{
  position: relative;
  padding-top: 9rem;
  padding-bottom: 30rem;
  background-color: #faf3e0;
  overflow: hidden;
  
}
.mv_section h1{
  max-width: 95rem;
  margin: 0 auto;
  position: relative;
  left: 8rem;
}
.mv_box{
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
}
.mv_inner{
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.kv_img{
  width: 20%;
  position: absolute;
  bottom: 1%;
  left: 0%;
  z-index: 2;
}
.mv_text1{
  width: 62rem;
  margin: auto;
  font-size: 2.2rem;
  text-align: center;
  padding: 1.5rem 0 4rem;
  background-image: url(/img/sharetame/text_bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
}
.mv_bg1{
  min-width: 192rem;
  overflow: hidden;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.bg_pink{
  background-color: #fdd1c3;
}
.mv_text2{
  font-size: 2.6rem;
  line-height: 2;
}
.u_line{
  border-bottom: dashed 2px #583900;
}
.r_text{
  font-size: 3.2rem;
  color: #f94332;
}
.mv_img1{
  width: 65rem;
  margin-top: 3rem;
}
.mv_bg2{
  min-width: 192rem;
  overflow: hidden;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.about{
  background-color: #faf3e0;
  position: relative;
  padding-bottom: 32.5rem;
  overflow: hidden;
  z-index: 1;
}
.section_inner{
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}
.about_title{
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
}
.about_title span{
  font-size: 1.6rem;
}
.about_pic_text{
  font-size: 2rem;
}
.guide_line p{
  font-size: 1.6rem;
  margin-top: 5rem;
  line-height: 2;
}

.apply{
  margin-top: 8rem;
}
.apply_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6rem;
  gap: 6rem 1.5rem;
}
.apply_list li{
  width: 25.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  border: solid 0.1rem #583900;
  border-radius: 1.5rem;
}
.apply_list li h3{
  font-size: 6.4rem;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
}
.apply_list li p{
  font-size: 1.4rem;
}
.apply_list li a{
  font-size: 1.5rem;
  color: #fff;
  background-color: #583900;
  padding: 0.7rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-top: 1.5rem;
  position: relative;
}
.apply_list li a .material-icons-outlined{
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
}
.tag_list{
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: solid 0.1rem #583900;
  border-bottom: solid 0.1rem #583900;
  margin: 1rem 0;
}
.tag_list p{
  font-size: 1.6rem !important;
  width: 50%;
}
.pt_50{
  padding-top: 5rem;
}
.pb_50{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.notice{
  background-color: #fff;
  border: solid 0.1rem #583900;
  border-radius: 3rem;
  margin-top: 10rem;
  position: relative;
}
.notice .about_title{
  background-color: #583900;
  color: #fff;
  border-radius: 3rem 3rem 0 0;
  padding: 1rem 0 2rem;
}
.notice_list {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 3rem 5rem;
}
.notice_list h3{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem #583900;
}
.notice_list ol{
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.cp_bg12{
  min-width: 192rem;
  overflow: hidden;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #cee8e6;
}
.review{
  background-color: #cee8e6;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 32.5rem;
  overflow: hidden;
  z-index: 1;
}

.review_list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-top: 5rem;
  font-weight: 500;
}
.review_title{
  line-height: 1.8;  
}
.review_list li{
  width: 37.5rem;
  height: 35rem;
  background-color: #fff;
  border: solid 0.1rem #583900;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}

.review_list_title{
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.1rem #583900;
  padding-bottom: 2rem;
}
.review_list p{
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
.review_item{
  width: 15rem;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  background-color: #583900;
  border-radius: 2rem;
  color: #fff;
  text-align: center;
}
.review_list_title_text p{
  font-size: 2rem;
}
.review_list_title img{
  width: 8rem;
}
.cp_bg6{
  min-width: 192rem;
  overflow: hidden;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  background-color: #f8eee9;
}
.share{
  background-color: #f8eee9;
  padding-top: 14rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 1;
}
.share_box{
  background-color: #fff;
  padding: 6rem 3rem;
  border: solid 0.1rem #583900;
  border-radius: 5rem;
  text-align: center;
}
.share_box h2{
  font-size: 2.8rem;
}
.share_box h3{
  font-size: 1.6rem;
  margin-top: 5rem;
}
.share_box img{
  margin-top: 1.5rem;
}
.pokke1{
  width: 11.5rem;
  position: absolute;
  top: -21rem;
  left: 8.3rem;
  z-index: -1;
}
.pokke2{
  width: 8rem;
  position: absolute;
  top: -8rem;
  left: 3rem;
  z-index: -1;
}
.pokke3{
  width: 15rem;
  position: absolute;
  top: -3rem;
  left: 6.4rem;
  z-index: 1;
}
.f-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #000;
  padding: 1.5rem 0;
}
.cp_bg3{
  width: 12.6rem;
  position: absolute;
  top: -4rem;
  left: -7rem;
  z-index: -1;
}
.cp_bg4{
  width: 17.8rem;
  position: absolute;
  bottom: -6rem;
  right: -6rem;
  z-index: 1;
}
.cp_bg5{
  width: 43.8rem;
  position: absolute;
  bottom: 14rem;
  left: calc(50% - 70rem);
  z-index: 1;
}
.cp_bg13{
  width: 25.5rem;
  position: absolute;
  bottom: 10rem;
  left: -12rem;
  z-index: -1;
}
.cp_bg9{
  width: 43.4rem;
  position: absolute;
  bottom: 5rem;
  right: calc(50% - 60rem);
  z-index: -1;
}
.bg_box{
  position: relative;
}
.cp_bg14{
  width: 19.5rem;
  position: absolute;
  top: 5rem;
  right: calc(50% - 50rem);
  z-index: -1;
}
.cp_bg15{
  width: 20.3rem;
  position: absolute;
  bottom: 45rem;
  left: calc(50% - 54rem);
  z-index: -1;
}
.cp_bg16{
  width: 46rem;
  position: absolute;
  bottom: 8rem;
  right: calc(50% - 73rem);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mv_section{
    padding-top: 2.5rem;
    padding-bottom: 15rem;
  }
  .mv_section h1{
    width: 70rem;
    left: 0;
  }
  .mv_inner{
    max-width: 69.3rem;
  }
  .mv_text1{
    bottom: -1.5rem;
  }
  .sp_cp_img1_1{
    width: 32.2rem;
    margin: auto;
  }
  .mv_text2{
    font-size: 3.2rem;
    letter-spacing: -0.1rem;
  }
  .r_text{
    font-size: 3.6rem;
  }
  .sp_u_line{
    border-bottom: dashed 2px #583900;
  }
  .section_inner{
    max-width: 69.3rem;
  }
  .mv_img1{
    width: 69.3rem;
  }
  .about{
    padding-top: 8rem;
  }
  .about_title{
    font-size: 4.8rem;
    line-height: 1.3;
  }
  .about_title span{
    font-size: 2.4rem;
  }
  .about_pic_text{
    font-size: 3.2rem;
  }
  .guide_line p{
    font-size: 2.4rem;
  }
  .apply_list{
    margin-top: 10rem;
    gap: 14rem;
  }
  .apply_list li{
    width: 100%;
    padding: 7rem 8rem;
    border-radius: 3.5rem;
  }
  .apply_list li img{
    width: 40rem;
    margin: auto;
  }
  .apply_list li h3{
    font-size: 15.6rem;
    top: -12rem;
  }
  .apply_list li p{
    font-size: 3.8rem;
    border-radius: 1.5rem;
    letter-spacing: -0.1rem;
  }
  .apply_list li a{
    font-size: 4.2rem;
    margin-top: 6rem;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .apply_list li a .material-icons-outlined{
    font-size: 4.8rem;
  }
  .apply_note{
    font-size: 3.2rem !important;
  }
  .tag_list{
    font-size: 4.4rem;
    padding: 3rem 0;
    margin: 3rem 0;
  }
  .tag_list p{
    padding-left: 1rem;
    font-size: 4.4rem !important;
  }
  .notice_list{
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .notice_list h3{
    font-size: 4rem;
    border-bottom: solid 0.2rem #583900;
  }
  .notice_list ol{
    text-indent: -2.4rem;
    padding-left: 2.4rem;
  }
  .notice_list ol{
    font-size: 2.4rem;
  }
  .review_list li{
    width: 100%;
    height: 62rem;
    padding: 6rem 2rem;
    border-radius: 1.5rem;
  }
  .review_item{
    font-size: 2.8rem;
    padding: 0.5rem 0;
    border-radius: 3rem;
  }
  .review_list{
    gap: 3rem;
  }
  .review_list_title{
    padding: 0 2rem 3.5rem;
  }
  .review_list_title_text p{
    font-size: 3.2rem;
  }
  .review_list p{
    font-size: 3.2rem;
    margin-top: 3.5rem;
  }
  .review_item{
    width: 25.6rem;
  }
  .review_list_title img{
    width: 15rem;
  }
  .review_list_title_text p{
    margin-top: 3rem;
  }
  .share {
    padding-top: 12rem;
  }
  .share_box h2{
    font-size: 4.8rem;
  }
  .share_box h3{
    font-size: 3.2rem;
    text-align: start;
  }
  .mv_bg1,
  .mv_bg2,
  .cp_bg12,
  .cp_bg6{
    min-width: initial;
  }
  .sp_cp_bg14{
    width: 28rem;
    position: absolute;
    bottom: -4rem;
    right: calc(50% - 35rem);
    z-index: 2;
  }
  .pb_50{
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
  .cp_bg4{
    width: 25.5rem;
    z-index: -1;
    bottom: -17rem;
    right: -12rem;
  }
  .cp_bg12{
    z-index: -2;
  }
  .cp_bg5{
    width: 36.1rem;
    bottom: 0rem;
    left: calc(50% - 30rem);
  }
  .cp_bg9{
    width: 37.5rem;
    bottom: 0rem;
    right: calc(50% - 34rem);
    z-index: 3;
  }
  .sp_pw_20{
    padding: 0 2rem;
  }
}