@charset "utf-8";

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


/* mind
============================================================ */
#page_originality #mind{
	width: 100vw;
	position: relative;
	background-image: url(../img/originality/originality-bg-g.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4f926d;
	padding: 0 0 60px 0;
}
@media (min-width: 960px){
#page_originality #mind{
	padding: 0 0 200px 0;
}
}

#mind .title_h6{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	padding-bottom: 6px;
	border-bottom: 3px solid #f59ca6;
	display: inline-block;
}
@media (min-width: 440px){
#mind .title_h6{
	font-size: 1.8rem;
}
}

#mind h2.section_title{
	width: auto;
	height: 72px;
}
@media (min-width: 440px){
#mind h2.section_title{
	width: auto;
	height: 114px;
}
}

#mind h2.section_title img{
	width: auto;
	height: 100%;
	display: block;
}

#mind .text_block p{
	color: #fff;
	font-size: 1.4rem;
	margin-top: 20px;
}
@media (min-width: 960px){
#mind .text_block p{
	font-size: 1.6rem;
	line-height: 2.0;
	margin-top: 24px;
}
}

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

#mind .img-1,
#mind .img-2{
	width: 100%;
}
@media (min-width: 960px){
#mind .img-1,
#mind .img-2{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
}

#mind .img-1 .img-wrap,
#mind .img-2 .img-wrap{

}
@media (min-width: 960px){
#mind .img-1 .img-wrap,
#mind .img-2 .img-wrap{
	width: 100%;
	max-width: 2100px;
	position: relative;
}
}

#mind .img-1 .img-wrap img{
	width: 260px;
	height: auto;
	display: block;
	border-radius: 10px;
	margin-left: 86px;
}
@media (min-width: 960px){
#mind .img-1 .img-wrap img{
	width: 410px;
	height: auto;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 170px;
	right: -10px;
	margin-left: 0;
}
}

#mind .img-2 .img-wrap img{
	width: 100px;
	height: auto;
	display: block;
	border-radius: 10px;
	margin-top: -80px;
}
@media (min-width: 960px){
#mind .img-2 .img-wrap img{
	width: 170px;
	height: auto;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 440px;
	right: 430px;
	margin-top: 0;
}
}


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

#features .features-head{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#features .features-head img{
	width: 320px;
	height: auto;
	display: block;
}
@media (min-width: 440px){
#features .features-head img{
	width: 735px;
}
}

#page_originality #features ul.features-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
@media (min-width: 440px){
#page_originality #features ul.features-list{
	flex-direction: row;
	justify-content: space-between;
}
}

#page_originality #features .card{
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 4px 4px 24px 4px;
	border: 0px solid rgb(79,146,109);
	background: rgb(79,146,109);
	background: linear-gradient(45deg, rgba(0,101,179,1) 0%, rgba(98,160,208,1) 100%);
	background: linear-gradient(45deg, rgba(79,146,109,1) 0%, rgba(99,195,142,1) 100%);
	box-sizing: border-box;
	padding: 16px 16px 22px 16px;
}
@media (min-width: 440px){
#page_originality #features .card{
	width: 48.4%;
	padding: 26px 30px 32px;
}
}

#page_originality #features .card .title_block{
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

#page_originality #features .card_no{
	color: #4f926d;
	width: 72px;
	height: 72px;
	aspect-ratio: 1 / 1;
	font-size: 1.3rem;
	font-family: "Prompt", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0 20px 0 0;
}
@media (min-width: 960px){
#page_originality #features .card_no{
	width: 90px;
	height: 90px;
	margin: 0 34px 0 0;
}
}

#page_originality #features .card_no .number{
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	margin: -3px 0 0 0;
}
@media (min-width: 440px){
#page_originality #features .card_no .number{
	font-size: 3.0rem;
}
}

#page_originality #features .card .head{
	color: #fff;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
@media (min-width: 440px){
#page_originality #features .card .head{
	font-size: 2.1rem;
}
}

#page_originality .card .thumbnail{
	position: relative;
}

#page_originality .card .badge{
	width: 110px;
  height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: -20px;
	right: -26px;
	z-index: 1;
}
@media (min-width: 960px){
#page_originality .card .badge{
  width: 140px;
	top: -20px;
	right: -40px;
}
}

#page_originality .card .badge2{
	width: 118px;
  height: auto;
	aspect-ratio: 1 / 1;
	position: absolute;
	left: -15px;
	bottom: -13px;
	transform: rotate(-3.5deg);
	z-index: 1;
}
@media (min-width: 960px){
#page_originality .card .badge2{
	width: 142px;
	left: auto;
	right: -22px;
	bottom: -16px;
	transform: rotate(3.5deg);
}
}

#page_originality #features .card .thumbnail img{
	border-radius: 10px;
}

#page_originality #features .card p{
	color: #fff;
	margin-top: 15px;
}
@media (min-width: 960px){
#page_originality #features .card p{
	margin-top: 20px;
}
}

#page_originality #features .card p.sub-head{
	color: #fff552!important;
	font-size: 1.7rem!important;
	line-height: 1.6!important;
	font-weight: 600!important;
	font-feature-settings: "palt" 1;
	margin-bottom: 4px!important;
}
@media (min-width: 960px){
#page_originality #features .card p.sub-head{
	font-size: 1.8rem!important;
	letter-spacing: 0.1em!important;
}
}

#page_originality #features .card .btn-2 a{
	width: 100%;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 440px){
#page_originality #features .card .btn-2 a{
	width: 86%;
}
}


/* scroll_img
============================================================ */
#page_originality #scroll_img .scroll-container{
	width: 100%;
	height: 220px;
  display: flex;
	white-space: nowrap;
	overflow: hidden;
	z-index: -1;
}
@media (min-width: 440px){
#page_originality #scroll_img .scroll-container{
	width: 100%;
	height: 260px;
}
}

#page_originality #scroll_img .scroll-content{
  display: flex;
	animation: scroll 60s linear infinite;
}

#page_originality #scroll_img .scroll-content .item{
	width: auto;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 6px;
}
@media (min-width: 440px){
#page_originality #scroll_img .scroll-content .item{
	height: 260px;
	margin: 0 6px;
}
}


/* oxytocin
============================================================ */
#page_originality #oxytocin{
	width: 100vw;
	position: relative;
	padding: 0 0 0 0;
}
@media (min-width: 960px){
#page_originality #oxytocin{
	padding: 0 0 0 0;
}
}

#page_originality #oxytocin .cv{
	width: 100vw;
	height: 210px;
	background-image: url(../img/originality/oxytocin-cv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (min-width: 440px){
#page_originality #oxytocin .cv{
	height: 470px;
}
}

#page_originality #oxytocin .wrap{
	margin-top: -65px;
}
@media (min-width: 440px){
#page_originality #oxytocin .wrap{
	margin-top: -113px;
}
}

#oxytocin h2.section_title{
	width: auto;
	height: 122px;
}
@media (min-width: 440px){
#oxytocin h2.section_title{
	height: 226px;
}
}

#oxytocin h2.section_title img{
	width: auto;
	height: 100%;
	display: block;
}

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

#oxytocin .text_wrap .text_block{
	width: 100%;
}
@media (min-width: 440px){
#oxytocin .text_wrap .text_block{
	width: 67%;
}
}

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

#oxytocin .text_wrap .text_block p{
	font-size: 1.4rem;
	margin-top: 15px;
}
@media (min-width: 960px){
#oxytocin .text_wrap .text_block p{
	font-size: 1.6rem;
	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: 60%;
	padding-top: 30px;
	margin: 0 auto;
}
@media (min-width: 440px){
#oxytocin .text_wrap .img_block{
	width: 28%;
	padding-top: 185px;
	margin: 0;
}
}

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

#oxytocin_result .result .title_h5{
	width: 160px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
}

#oxytocin_result .result .img_block{
	width: 100%;
}
@media (min-width: 440px){
#oxytocin_result .result .img_block{
	width: 380px;
}
}

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

#oxytocin_result .result .text_block{
	width: 100%;
}
@media (min-width: 440px){
#oxytocin_result .result .text_block{
	width: 470px;
}
}

#oxytocin_result .result .text_block p{
	font-size: 1.4rem;
}
@media (min-width: 960px){
#oxytocin_result .result .text_block p{
	font-size: 1.5rem;
	line-height: 1.9;
}
}
