@charset "utf-8";

/* ベースCSS */
* {
	box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
	color: #222;
	letter-spacing: 0.05em;
	text-size-adjust: 100%;
	font-family: "Noto Sans JP", serif;
	font-feature-settings: "palt";
	/* text-align: justify; */
}

.all_wrapper {
	overflow: hidden;
}

.wrapper{
	width: 90%;
	margin: 0 auto;
}


img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	object-fit: cover;
}

a {
	text-decoration: none;
	/* color: #111; */
}

.bold{
	font-weight: 700;
}

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

.down-to-top .scrollin {
  opacity: 1;
  transform: translateY(0);
}

.text_link{
  font-weight: 700;
  color: #047d34;
  padding-bottom: 2px;
  text-decoration: underline #047d34;
}

.pc_none{
display: none;
}

/* ベースCSSおわり */

.main{
  display: flex;
  height: 100dvh;
  position: relative;
  }

/* * 左側 */ 
.left{
  width: 30vw;
  height: 100dvh;
  position: fixed;
  top:0;
  left:0;
}

.photo img{
  aspect-ratio: 3/2;
}

/* 中央 */
.center{
  width: 40vw;
  margin: 0 auto;
}

.about_lead{
  font-size: 12px;
  padding-bottom: 4px;
  border-bottom: dotted 2px #c0d1c7;
  line-height: 2;
  text-align: center;
}

.mv_area{
  margin-top: 24px;
  text-align: center;
}

h2{
  margin: 0 0 16px;
  padding: 24px 0 0;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  color: #005a24;
  text-align: center;
}

.mv{
  width: 80%;
}

.about{
  width: 90%;
  margin: 24px auto 0;
  border-radius: 12px;
  padding: 18px;
  background-color: #f2f7f4;
  text-align: center;
}

.about h3{
  font-size: 1.2em;
  margin: 12px 0;
  line-height: 1.5;
}

.about_copy{
  margin-top: 24px;
  font-size: 22px;
  color: #005a24;
  font-weight: bold;
}

.about_text {
  text-align: left;
  /* font-size: 15px; */
  color: #333;
  margin-top:16px;
}

.about_img{
  width: 100%;
  margin: 12px auto 0;
}

.logo_area{
  margin-top: 40px;
  text-align: center;
  padding-bottom: 60px;
}

.mv{
  width: 100%;
  margin: 0 auto;
}

.logo_area h3{
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 16px;
}

.logo_img{
  width: 50%;
  margin: 32px auto;
}

.contact{
    margin: 40px auto;
}


.contact_button {
  margin-top: 24px;
  text-align: center;
  background-color: rgb(216, 112, 112);
  font-size: 1.1em;
  border-radius: 8px;

}

.contact_button a{
  display: block;
  color: #fff;
  padding: 12px 24px;
}

.contact_button a:hover{
  transition: all 0.6s;
  background-color: #d54f4f;
  border-radius: 8px;

}

.copy{
  text-align: center;
  font-size: 11px;
  padding-bottom: 40px;
}

/* なぜ必要なのか */

.reason{
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(#047d34,#035c31);
}

.reason h2{
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.reason_text{
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.highlight{
  color: #ffbcbc;
  text-underline-offset: 0.3em;
  text-decoration: underline;
  /* text-decoration-thickness: 0.5em; */
  text-decoration-color:#fba8a8; 
  /* text-underline-offset: -0.2em;  */
  text-decoration-skip-ink: none; 
}

.answer_area{
  margin-top: 24px;
}

.answer_area h3{
  font-size: 20px;
  color: #035c31;
  margin: 0 auto;
  /* border-top:2px dashed #98ccb3 ;
  border-bottom:2px dashed #98ccb3 ; */
}

.answer_list{
  margin-top: 20px;
  display: block;
}

.answer_list li{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #035c31;
  margin-top: 24px;
  padding: 12px 16px 24px; 
  background-color: #ffffff;
  border-radius: 12px;
}

.answer_text{
  display: flex;
  margin-top: 8px;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  margin-top: 4px;
}


.answer_list p{
  font-weight: 400;
  font-size: 15px;
}

.answer_list li:nth-of-type(2) .answer_icon{
  width: 38px;
}

.material-symbols-outlined{
  font-size: 30px;
}

.answer_list li span{
  font-size: 18px;
  margin-right: 8px;
}

/* 魅力と役割 */
.charm{
  margin-top: 40px;
}

.lead{
  font-size: 13px;
  text-align: center;
}

.charm_title{
  font-size: 28px;
}

.charm-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 24px;
}

.charm-item{
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  width: 48%;
}

.charm-item_title{
  font-size: 17px;
  font-weight: 700;
  color: #035c31;
  margin-bottom: 8px;
}

.charm-item{
  display: block;
}


.kadai{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #d54f4f;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 4px;
}

.kaiketsu{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #53b670;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 12px;
}

.charm-item p{
  font-size: 14px;
}

/* 使用下駄について */

.geta{
  margin-top: 60px;
}

.geta_text{
  margin-top: 16px;
  color: #333;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.geta-img{
  margin-top: 24px;
}

.geta h3{
  margin-top: 24px;
  padding: 0 0 8px;
  background-image: linear-gradient(90deg, #a9cab3 0 10%, #e3e9e5 10%);
  background-repeat: no-repeat;
  background-size: 100% 6%;
  background-position: bottom;
  font-weight: 700;
  font-size: 18px;
}

/* メリット */
.merit{
  margin-top: 60px;
  padding: 60px 0;
  background: linear-gradient(#047d34,#035c31);
  color: #fff
}

.merit .about_lead{
  font-size: 13px;
}

.merit h2{
    color: #fff;
  }

.merit h3{
  font-weight: 700;
  margin-top: 40px;
  font-size: 20px;
  align-items: center;
  padding-bottom: 4px;
}

.merit h3 span{
margin-right: 8px;
}

.merit_text{
  font-size: 14px;
  line-height: 1.6;
  margin-top: 24px;
}

.deta-big{
  font-weight: 700;
  font-size: 2em;
}

.voice{
  color: #035c31;
  background-color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 8px;
}

.voice_age{
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.merit_img{
  margin-top: 24px;
}

.info{
  margin-bottom: 16px;
}

.info_item{
  font-size: 12px;
}

.info_item a{
  text-decoration: underline;
}



/* 右側 */
.right{
  background-color: #e1f6e8;
  width: 30vw;
  height: 100dvh;
  display: grid;
  place-items: center;
  position: fixed;
  top:0;
  right: 0;
}

.qr{
width: 60%;
margin: 0 auto 12px;

}

.right p{
  color: #004122;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

.photo_area{
  display: none;
}

@media screen and (max-width: 959px) {

.center{
  width: 100vw;
}

h2{
  font-size: 1.6em;
}

h3{
  font-size: 1.2em;
}

.sp_none{
  display: none;
}

.pc_none{
  display: block;
}

.reason h2{
  font-size: 1.5em;
}

.charm h2{
  font-size: 1.5em;
}

.geta h2{
  font-size: 1.5em;
}

.reason_text{
  font-size: 15px;
}

/* .answer_area{
  padding: 16px 16px 24px; 
} */


.answer_list li{
  font-size: 18px;
  text-align: left;
}

.answer_list h3{
  font-size: 18px;
}

.answer_list p{
  font-size: 14px;
}

.charm-list{
  flex-direction: column;
}

.charm-item{
  width: 100%;
}


.photo_area{
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px auto;
}

.photo_area .qr{
  width: 40%;
}

.photo_area p{
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}

.right{
  display: none;
}

.left {
  display: none
};


}





