@charset "utf-8";
/* ==========================================================================
   about
   ========================================================================== */
/* pv
============================================================ */
#pv .img_block{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}
@media (min-width: 960px){
#pv .img_block{
	width: 1000px;
}
}


/* about
============================================================ */
#about .img_block img{
	width: 100%;
	height: auto;
	display: block;
}

#about .text_block{
	width: 100%;
	height: auto;
}
@media (min-width: 960px){
#about .text_block{
	width: 900px;
}
}

#about h3.head,
#about-history h3.head{
	color: #78D021;
	width: 101%;
	font-size: 2.55rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #78D021;
}
@media (min-width: 960px){
#about h3.head,
#about-history h3.head{
	width: 100%;
	font-size: 4.6rem;
	letter-spacing: 0.04em;
}
}

#about h3.head ruby.rubyfuljs-insert rt,
#about-history h3.head ruby.rubyfuljs-insert rt{
	font-size: 40%;
}
@media (min-width: 960px){
#about h3.head ruby.rubyfuljs-insert rt,
#about-history h3.head ruby.rubyfuljs-insert rt{
	font-size: 28%;
}
}

#about .text_block p.article,
#about-history .text_block p.article{
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.9;
	-webkit-text-stroke-width: 0.2px;
}
@media (min-width: 960px){
#about .text_block p.article,
#about-history .text_block p.article{
	width: 780px;
	font-size: 2.2rem;
	line-height: 2.0;
	-webkit-text-stroke-width: 0;
}
}

#about .text_block p.article ruby.rubyfuljs-insert rt,
#about-history .text_block p.article ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
#about .text_block p.article ruby.rubyfuljs-insert rt,
#about-history .text_block p.article ruby.rubyfuljs-insert rt{
	font-size: 45%;
}
}

#about .obj-clover-5{
	display: none;
}
@media (min-width: 960px){
#about .obj-clover-5{
	width: 80px;
	height: auto;
	transform: scale(-1, 1);
	position: absolute;
  top: 0px;
	right: -22px;
	display: block;
}
}

#about .clipart-about-01{
	width: 190px;
	height: auto;
	position: absolute;
	bottom: -160px;
	right: 10vw;
}
@media (min-width: 960px){
#about .clipart-about-01{
	width: 216px;
	position: absolute;
	bottom: -96px;
	right: -15px;
}
}

#about .obj-clover-2{
	width: 70px;
	height: auto;
	position: absolute;
	bottom: -90px;
	left: 10vw;
}
@media (min-width: 960px){
#about .obj-clover-2{
	width: 110px;
	bottom: -140px;
	left: -90px;
}
}


/* attempt ============================== */
#attempt{
	position: relative;
	padding: 210px 0 0 0;
}
@media (min-width: 960px){
#attempt{
	padding: 180px 0 0 0;
}
}

#attempt .img_block{
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}

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

#attempt ul.attempt_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#attempt ul.attempt_list{
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
}

#attempt ul li{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #FFF;
	border-radius: 14px;
	box-sizing: border-box;
	padding: 22px 20px 16px 20px;
}
@media (min-width: 960px){
#attempt ul li{
	border-radius: 14px;
	padding: 33px 30px 27px 28px;
}
}

#attempt ul li:nth-child(1){
	border: 1.6px solid #EE848C;
}
#attempt ul li:nth-child(2){
	border: 1.6px solid #6AD955;
}
#attempt ul li:nth-child(3){
	border: 1.6px solid #E3B943;
}
#attempt ul li:nth-child(4){
	border: 1.6px solid #68C8E3;
}
#attempt ul li:nth-child(5){
	border: 1.6px solid #AAA0CD;
}
#attempt ul li:nth-child(6){
	border: 1.6px solid #7EB5AD;
}

#attempt ul li .no{
	width: 40px;
  height: 40px;
	aspect-ratio: 1 / 1;
	font-size: 1.8rem;
	font-family: "Comfortaa", sans-serif;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.6px dashed #64BC0F;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3px 0 0 1px;
	margin-right: 14px;
}
@media (min-width: 960px){
#attempt ul li .no{
	width: 50px;
	height: 50px;
	font-size: 2.0rem;
	padding: 3px 0 0 1px;
  margin-right: 28px;
}
}

#attempt ul li:nth-child(1) .no{
	color: #EE848C;
	border: 1.6px dashed #EE848C;
}
#attempt ul li:nth-child(2) .no{
	color: #6AD955;
	border: 1.6px dashed #6AD955;
}
#attempt ul li:nth-child(3) .no{
	color: #E3B943;
	border: 1.6px dashed #E3B943;
}
#attempt ul li:nth-child(4) .no{
	color: #68C8E3;
	border: 1.6px dashed #68C8E3;
}
#attempt ul li:nth-child(5) .no{
	color: #AAA0CD;
	border: 1.6px dashed #AAA0CD;
}
#attempt ul li:nth-child(6) .no{
	color: #7EB5AD;
	border: 1.6px dashed #7EB5AD;
}

#attempt ul li p.head{
	width: 100%;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.6;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
#attempt ul li p.head{
	font-size: 2.7rem;
	line-height: 1;
}
}

#attempt ul li p.head ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
#attempt ul li p.head ruby.rubyfuljs-insert rt{
	font-size: 40%;
}
}

/*
#attempt ul li:nth-child(1) p.title{
	color: #EE848C;
	-webkit-text-stroke-color: #EE848C;
}
#attempt ul li:nth-child(2) p.title{
	color: #6AD955;
	-webkit-text-stroke-color: #6AD955;
}
#attempt ul li:nth-child(3) p.title{
	color: #E3B943;
	-webkit-text-stroke-color: #E3B943;
}
#attempt ul li:nth-child(4) p.title{
	color: #68C8E3;
	-webkit-text-stroke-color: #68C8E3;
}
#attempt ul li:nth-child(5) p.title{
	color: #AAA0CD;
	-webkit-text-stroke-color: #AAA0CD;
}
#attempt ul li:nth-child(6) p.title{
	color: #7EB5AD;
	-webkit-text-stroke-color: #7EB5AD;
}*/

#attempt ul li p.head ruby.rubyfuljs-insert rt{
	font-size: 40%;
}

#attempt ul li p.article{
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: justify;
	-webkit-text-stroke-width: 0.2px;
	margin: 18px 0 0 0;
}
@media (min-width: 960px){
#attempt ul li p.article{
	font-size: 2.2rem;
	line-height: 1.8;
	-webkit-text-stroke-width: 0;
	margin: 30px 0 0 0;
}
}

#attempt ul li p.article ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
#attempt ul li p.article ruby.rubyfuljs-insert rt{
	font-size: 45%;
}
}

#attempt .obj-clover-5{
	display: none;
}
@media (min-width: 960px){
#attempt .obj-clover-5{
	width: 90px;
	position: absolute;
	top: 250px;
	right: -146px;
	display: block;
}
}

#attempt .obj-clover-3{
	display: none;
}
@media (min-width: 960px){
#attempt .obj-clover-3{
	width: 100px;
	position: absolute;
	bottom: 600px;
	left: 0px;
	display: block;
}
}


/* images ============================== */
#page_about #images{
	position: relative;
	padding: 80px 0 0 0;
}
@media (min-width: 960px){
#page_about #images{
	padding: 100px 0 0 0;
}
}

#page_about #images .wrap{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (min-width: 960px){
#page_about #images .wrap{
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
}

#page_about #images .obj-clover-2{
	width: 90px;
	height: auto;
	position: absolute;
	top: -50px;
	right: 5vw;
}
@media (min-width: 960px){
#page_about #images .obj-clover-2{
	width: 130px;
	height: auto;
	position: absolute;
	top: -40px;
	right: -40px;
}
}

#page_about #images .photo-02{
	width: 72vw;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 2vw;
}
@media (min-width: 960px){
#page_about #images .photo-02{
	width: 540px;
	height: auto;
	margin-right: 50px;
	margin-left: 0;
}
}

#page_about #images .photo-03{
	width: 58vw;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 28vw;
}
@media (min-width: 960px){
#page_about #images .photo-03{
	width: 360px;
	height: auto;
	margin-top: 166px;
	margin-left: 0;
}
}

#page_about #images img{
	width: 100%;
	height: auto;
	display: block;
}


/* about-history ============================== */
#about-history{
	position: relative;
	padding: 60px 0 0 0;
}
@media (min-width: 960px){
#about-history{
	padding: 120px 0 0 0;
}
}

#about-history .wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 960px){
#about-history .wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
}

#about-history .title_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	order: 1;
}
@media (min-width: 960px){
#about-history .title_block{
	width: 18%;
	order: 2;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	padding-right: 15px;
	box-sizing: border-box;
}
}

#about-history .text_block{
	width: 100%;
	order: 2;
}
@media (min-width: 960px){
#about-history .text_block{
	width: 82%;
	order: 1;
}
}

#about-history .obj-clover-4{
	display: none;
}
@media (min-width: 960px){
#about-history .obj-clover-4{
	width: 130px;
	position: absolute;
	bottom: 50px;
	right: -30px;
	display: block;
}
}
