@charset "utf-8";

/* ==========================================================================
   about
   ========================================================================== */
@media (min-width: 960px){
#page_about section .wrap{
	max-width: calc(1000px + 10vw + 10vw);
	padding: 0 10vw;
}
}


/* about
============================================================ */
#about{
	width: 100vw;
	position: relative;
	background-image: url(../img/about/about-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	padding: 140px 0 50px 0;
}
@media (min-width: 960px){
#about{
	background-attachment: fixed;
	padding: 250px 0 130px 0;
}
}

#about .title_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#about .title_wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#about h2.page_title_en{
	color: #fff;
	font-size: 3.0rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.28em;
	line-height: 1;
	text-transform: uppercase;
}
@media (min-width: 960px){
#about h2.page_title_en{
	font-size: 5.4rem;
}
}

#about h1.page_title{
	color: #fff;
	font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
  line-height: 1;
	letter-spacing: 0.06em;
}
@media (min-width: 960px){
#about h1.page_title{
	font-size: 1.6rem;
	font-weight: 500;
}
}

#about .ill-forest{
	display: none;
}
@media (min-width: 440px){
#about .ill-forest{
	width: 170px;
	height: auto;
	opacity: 0.6;
	display: block;
	z-index: 10;
}
}

#about .ill-forest img{
	width: 100%;
	height: auto;
	display: block;
}

#about .philosophy_block{
	color: #fff;
}

#about .philosophy_block .head p{
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
}
@media (min-width: 960px){
#about .philosophy_block .head p{
	font-size: 7.2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.12em;
}
}

#about .philosophy_block .head p span.margin{
	margin-left: -0.5em;
}

#about .philosophy_block .head p span.weight{
	font-weight: 200;
	margin-left: -0.5em;
	margin-right: 0.1em;
}

#about .philosophy_block .text p{
	font-size: 1.55rem;
	letter-spacing: 0.04em;
	text-align: justify;
	margin-top: 20px;
}
@media (min-width: 960px){
#about .philosophy_block .text p{
	font-size: 1.8rem;
	line-height: 2.0;
	text-align: center;
	margin-top: 24px;
}
}

#about .philosophy-list .head{
	color: #fff;
	font-size: 2.8rem;
	font-family: "Noto Serif Display", serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
	padding-left: 0.3em;
}
@media (min-width: 960px){
#about .philosophy-list .head{
	font-size: 4.6rem;
	font-weight: 500;
}
}

#about .philosophy-list .text_block{
	width: 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 24px 18px;
	margin: -3px 0 0 0;
}
@media (min-width: 960px){
#about .philosophy-list .text_block{
	height: 134px;
	border-radius: 12px;
	font-size: 1.9rem;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: -7px 0 0 0;
}
}


/* mind
============================================================ */
#mind{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 60px 0 0 0;
}
@media (min-width: 960px){
#mind{
	padding: 130px 0 50px 0;
}
}

@media (min-width: 960px){
#mind .wrap{
	max-width: calc(900px + 10vw + 10vw);
	padding: 0 10vw;
}
}

#mind h2.section_title{
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.08em;
	padding-left: 0.08em;
}
@media (min-width: 960px){
#mind h2.section_title{
	font-size: 4.5rem;
}
}

#mind .section_title_en{
	font-size: 1.4rem;
	text-align: center;
}
@media (min-width: 960px){
#mind .section_title_en{
	font-size: 1.7rem;
	padding: 0;
}
}

#mind .text_block .head p{
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-align: center;
	text-align: left;
}
@media (min-width: 960px){
#mind .text_block .head p{
	font-size: 4.0rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	text-align: left;
}
}

#mind .text_block .head p span{
	color: #008289;
}

#mind .text_block .text p{
	font-size: 1.55rem;
	letter-spacing: 0.04em;
	text-align: justify;
	margin-top: 20px;
}
@media (min-width: 960px){
#mind .text_block .text p{
	font-size: 1.7rem;
	line-height: 2.0;
	margin-top: 24px;
}
}

#mind .text_block .text p:first-of-type{
	margin-top: 20px;
}
@media (min-width: 960px){
#mind .text_block .text p:first-of-type{
	margin-top: 40px;
}
}

#mind .mind-img1{
	width: 90vw;
  height: auto;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	margin-left: 10vw;
	margin-top: 35px;
}
@media (min-width: 960px){
#mind .mind-img1{
	width: 600px;
	border-radius: 16px;
	position: absolute;
	top: 140px;
	right: -12.4vw;
	margin-left: 0;
	margin-top: 0;
}
}

#mind .ill-forest{
	display: none;
}
@media (min-width: 960px){
#mind .ill-forest{
	width: 220px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 17vw;
}
}


/* features
============================================================ */
#page_about #features{
	padding: 60px 0 50px 0;
}
@media (min-width: 960px){
#page_about #features{
	padding: 100px 0 120px 0;
}
}


/* oxytocin
============================================================ */
#oxytocin{
	position: relative;
	background-color: #F3FAE8;
	padding: 0 0 50px 0;
	margin: -1px 0 0 0;
	z-index: 0;
}
@media (min-width: 960px){
#oxytocin{
	padding: 0 0 120px 0;
}
}

#oxytocin::after{
	content: "";
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}
@media (min-width: 960px){
	height: 60px;
}
}

#oxytocin .wrap{
}

#oxytocin .title_block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#oxytocin .title_block .title{
	color: #fff;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: center;
	background-color: #92D574;
	padding: 20px 8px;
	position: relative;
}
@media (min-width: 960px){
#oxytocin .title_block .title{
	width: auto;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	padding: 13px 60px;
}
}

#oxytocin .title_block .title::after{
	content: "";
	width: 18px;
	height: 15px;
	background-image: url(../img/about/obj-fukidashi.svg);
	background-size: 18px 15px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin: 0 0 0 -9px;
}

#oxytocin .text_wrap{
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#oxytocin .text_wrap{
	flex-direction: row;
	justify-content: space-between;
}
}

#oxytocin .text_wrap .text_block{
	width: 100%;
	order: 2;
}
@media (min-width: 960px){
#oxytocin .text_wrap .text_block{
	width: 65%;
	order: 1;
}
}

#oxytocin .text_wrap .text_block .head{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.7;
	text-align: center;
}
@media (min-width: 960px){
#oxytocin .text_wrap .text_block .head{
	font-size: 2.6rem;
	text-align: left;
}
}

#oxytocin .text_wrap .text_block p{
	font-size: 1.4rem;
	text-align: justify;
	margin-top: 15px;
}
@media (min-width: 960px){
#oxytocin .text_wrap .text_block p{
	font-size: 1.5rem;
	line-height: 1.9;
	margin-top: 20px;
}
}

#oxytocin .text_wrap .text_block p:first-of-type{
	margin-top: 25px;
}
@media (min-width: 960px){
#oxytocin .text_wrap .text_block p:first-of-type{
	margin-top: 30px;
}
}

#oxytocin .text_wrap .img_block{
	width: 66%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	order: 1;
}
@media (min-width: 960px){
#oxytocin .text_wrap .img_block{
	width: 30%;
	margin: 10px 0 0 0;
	order: 2;
}
}

#oxytocin .text_wrap .img_block img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

#oxytocin .result{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 20px 20px 20px 20px;
}
@media (min-width: 440px){
#oxytocin .result{
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 35px 35px;
}
}

#oxytocin .result .head{
	color: #fff;
	width: 100px;
	height: 100px;
	aspect-ratio: 1 / 1;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	padding-left: 0.24em;
	line-height: 1.2;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #92D574;
	box-sizing: border-box;
}
@media (min-width: 440px){
#oxytocin .result .head{
	width: 108px;
	height: 108px;
	font-size: 2.2rem;
	font-weight: 500;
}
}

#oxytocin .result .img_block{
	width: 100%;
}
@media (min-width: 440px){
#oxytocin .result .img_block{
	width: 340px;
	margin: 0 0 0 30px;
}
}

#oxytocin .result .img_block img{
	width: 100%;
	height: auto;
	display: block;
}

#oxytocin .result .text_block{
	width: 100%;
}
@media (min-width: 440px){
#oxytocin .result .text_block{
	width: 402px;
	margin: 0 0 0 34px;
}
}

#oxytocin .result .text_block p{
	font-size: 1.4rem;
	text-align: justify;
}
@media (min-width: 440px){
#oxytocin .result .text_block p{
	font-size: 1.4rem;
	line-height: 1.9;
}
}


/* message
============================================================ */
#message{
	padding: 60px 0 50px 0;
}
@media (min-width: 960px){
#message{
	padding: 120px 0 120px 0;
}
}

#message .section_title_en{
	color: #008289;
	font-size: 2.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.28em;
	line-height: 1;
	text-align: center;
	padding-left: 0.08em;
	text-transform: uppercase;
	padding: 0 0 0 0.28em;
}
@media (min-width: 960px){
#message .section_title_en{
	font-size: 4.0rem;
}
}

#message h2.section_title{
	color: #008289;
  font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
  line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	padding-left: 0.06em;
}
@media (min-width: 960px){
#message h2.section_title{
  font-size: 1.6rem;
	font-weight: 500;
}
}

#message .text_wrap{
	display: flex;
	flex-direction: column;
}
@media (min-width: 960px){
#message .text_wrap{
	flex-direction: row;
	justify-content: space-between;
}
}

#message .text_wrap .text_block{
	width: 100%;
	order: 2;
}
@media (min-width: 960px){
#message .text_wrap .text_block{
	width: 54%;
	order: 1;
}
}

#message .text_wrap .text_block .head{
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
@media (min-width: 960px){
#message .text_wrap .text_block .head{
	font-size: 2.6rem;
}
}

#message .text_wrap .text_block p{
	font-size: 1.4rem;
	text-align: justify;
	margin-top: 15px;
}
@media (min-width: 960px){
#message .text_wrap .text_block p{
	font-size: 1.5rem;
	line-height: 1.9;
	margin-top: 20px;
}
}

#message .text_wrap .text_block p:first-of-type{
	margin-top: 25px;
}
@media (min-width: 960px){
#message .text_wrap .text_block p:first-of-type{
	margin-top: 30px;
}
}

#message .text_wrap .text_block p.name{
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
}
@media (min-width: 960px){
#message .text_wrap .text_block p.name{
	font-size: 2.2rem;
}
}

#message .text_wrap .text_block p.name span{
	font-size: 72%;
	font-weight: 400;
	padding-right: 14px;
	vertical-align: 0.1em;
}

#message .text_wrap .img_block{
	width: 66%;
	margin: 0 auto;
	order: 1;
}
@media (min-width: 960px){
#message .text_wrap .img_block{
	width: 40%;
	margin: 0;
	order: 2;
}
}

#message .text_wrap .img_block img{
	border-radius: 10px;
}
