@charset "utf-8";
/* ==========================================================================
   common
   ========================================================================== */
img{
	width: 100%;
	height: auto;
	display: block;
}


/* ==========================================================================
   mv
   ========================================================================== */
#mv{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
  position: relative;
	z-index: 0;
	overflow: hidden;
}
@media (min-width: 960px){
#mv{
	height: 100vh;
}
}

#mv .mv-slide{
	width: 100%;
	height: 338px;
	padding: 5.0vw 5.0vw;
	box-sizing: border-box;
	margin: 260px 0 0 0;
}
@media (min-width: 960px){
#mv .mv-slide{
	width: 100%;
	height: 100vh;
	padding: 2.4vw;
	margin: 0;
}
}

#mv .mv-slide .swiper-container{
  width: 100%;
	height: 100%;
  overflow: hidden;
	border-radius: 30px;
	background-color: #f1f1f1;
}
@media (min-width: 960px){
#mv .mv-slide .swiper-container{
	border-radius: 30px;
}
}

#mv .mv-slide .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
@media (min-width: 960px){
#mv .mv-slide .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
}

#mv .catch{
	width: 100vw;
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 960px){
#mv .catch{
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
}

#mv .catch img{
	width: 48vw;
	height: auto;
	display: block;
	margin: 90px 0 0 5px;
}
@media (min-width: 960px){
#mv .catch img{
	width: 25vw;
	margin: 0;
}
}


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

#top-news .obj-clover-head{
	width: 110px;
	height: auto;
	position: absolute;
	top: -120px;
	right: 7vw;
}
@media (min-width: 960px){
#top-news .obj-clover-head{
	width: 234px;
	height: auto;
	top: -288px;
	right: -50px;
}
}

#top-news .text_block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 14px;
	background-color: #FFF;
	border: 1px solid #B6D690;
	box-sizing: border-box;
	padding: 26px 20px 22px 20px;
}
@media (min-width: 960px){
#top-news .text_block{
	padding: 32px 50px 27px 50px;
	margin-top: -50px;
}
}

#top-news h3.head{
	color: #78D021;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-align: center;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #78D021;
	margin-right: 0.1em;
}
@media (min-width: 960px){
#top-news h3.head{
	font-size: 3.2rem;
	letter-spacing: 0.04em;
}
}

#top-news .text_block .boeder{
	width: 100%;
	border-bottom: 1px dashed #64BC0F;
}

#top-news .text_block p.data{
	color: #78D021;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: 0.08em;
}

#top-news .text_block p.article{
	font-size: 1.8rem;
	line-height: 1.9;
	text-align: justify;
	-webkit-text-stroke-width: 0.2px;
}
@media (min-width: 960px){
#top-news .text_block p.article{
	font-size: 2.2rem;
	line-height: 2.0;
	text-align: center;
	-webkit-text-stroke-width: 0;
}
}

#top-news .clipart-01 img{
  width: 70px;
  height: auto;
  position: absolute;
  bottom: 1px;
  right: 15px;
	display: none;
}
@media (min-width: 960px){
#top-news .clipart-01 img{
  width: 84px;
  bottom: 1px;
  right: 40px;
	display: block;
}
}


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

#top-about .obj-clover-head{
	width: 110px;
	height: auto;
	position: absolute;
	top: -120px;
	right: 7vw;
}
@media (min-width: 960px){
#top-about .obj-clover-head{
	width: 234px;
	height: auto;
	top: -288px;
	right: -50px;
}
}

#top-about .wrap{
	position: relative;
}

#top-about .text_block{
	width: 100%;
	height: auto;
}

#top-about h3.head,
#top-attempt h3.head{
	color: #78D021;
	width: 105%;
	font-size: 2.4rem;
	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){
#top-about h3.head,
#top-attempt h3.head{
	width: 100%;
	font-size: 4.6rem;
	letter-spacing: 0.04em;
}
}

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

#top-about h4.head-sub{
	color: #000;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.8;
	margin-left: -0.6em;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
#top-about h4.head-sub{
	font-size: 3.3rem;
	line-height: 1.6;
	margin-left: -0.6em;
}
}

#top-about h4.head-sub ruby.rubyfuljs-insert rt{
	font-size: 40%;
}
@media (min-width: 960px){
#top-about h4.head-sub ruby.rubyfuljs-insert rt{
	font-size: 40%;
}
}

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

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

.btn_wrap{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
@media (min-width: 960px){
.btn_wrap{
	justify-content: flex-start;
}
}

.btn_wrap .btn{
	width: 300px;
	height: 68px;
	border-radius: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid rgba(120, 208, 33, 0.3);
	padding: 0 15px 0 24px;
}
@media (min-width: 960px){
.btn_wrap .btn{
	width: 300px;
	height: 70px;
	padding: 0 15px 0 30px;
}
}

.btn_wrap .btn p{
	color: #000;
	font-size: 2.0rem;
	line-height: 1;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
	margin-top: -2px;
	transition: all .2s ease;
}
@media (min-width: 960px){
.btn_wrap .btn p{
	color: #000;
	font-size: 2.2rem;
}
}

.btn_wrap .btn:hover p{
	opacity: 0.3;
}

.btn_wrap .btn p ruby.rubyfuljs-insert rt{
	font-size: 50%;
}
@media (min-width: 960px){
.btn_wrap .btn p ruby.rubyfuljs-insert rt{
	font-size: 45%;
}
}

.btn_wrap .btn .arrow{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-sizing: border-box;
	border: 1.5px solid #78d021;
}

.btn_wrap .btn .arrow img{
	width: 14px;
	height: 14px;
	display: block;
}

#top-about .clipart-top-01{
	width: 250px;
	width: 190px;
	height: auto;
	position: absolute;
	bottom: -180px;
	right: 5vw;
	right: 10vw;
}
@media (min-width: 960px){
#top-about .clipart-top-01{
	width: 360px;
	width: 260px;
	height: auto;
	position: absolute;
	bottom: -110px;
	right: -15px;
}
}

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

.clipart img{
	width: 100%;
	height: auto;
	display: block;
}


/* ==========================================================================
   title_block_tate
   ========================================================================== */
.title_block_tate{
	width: 86%;
	display: inline-block;
	border-top: 2px solid #b6e28a;
	border-bottom: 2px solid #b6e28a;
	box-sizing: border-box;
	padding: 0 15px 0 20px;
}
@media (min-width: 960px){
.title_block_tate{
	width: auto;
	border-top: 0;
	border-bottom: 0;
	border-left: 3px solid #b6e28a;
	border-right: 3px solid #b6e28a;
	padding: 0 4px 0 0;
}
}

/*.title_block_tate .head{
	color: #000;
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #000;
	line-height: 1.6;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	padding: 12px 0 8px 0;
}
@media (min-width: 960px){
.title_block_tate .head{
	font-size: 3.4rem;
	line-height: 2.8;
	padding: 18px 0 15px 0;
}
}*/

.title_block_tate .head{
	color: #000;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	-webkit-text-stroke-width: 0.6px;
	-webkit-text-stroke-color: #000;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 0 10px 0;
}
@media (min-width: 960px){
.title_block_tate .head{
	font-size: 3.4rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-align: left;
	line-height: 2.8;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	padding: 18px 0 15px 0;
}
}

.title_block_tate .head ruby.rubyfuljs-insert rt{
	font-size: 45%;
	letter-spacing: 0.04em;
}
@media (min-width: 960px){
.title_block_tate .head ruby.rubyfuljs-insert rt{
	font-size: 35%;
	letter-spacing: 0.04em;
}
}


/* ==========================================================================
   top_attempt
   ========================================================================== */
#top-attempt{
	position: relative;
	padding: 60px 0 0 0;
}
@media (min-width: 960px){
#top-attempt{
	padding: 80px 0 0 0;
}
}

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

#top-attempt .title_block,
#attempt .title_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#top-attempt .title_block,
#attempt .title_block{
	width: 22%;
	justify-content: flex-start;
}
}

#top-attempt .text_block,
#attempt .text_block{
	width: 100%;
}
@media (min-width: 960px){
#top-attempt .text_block,
#attempt .text_block{
	width: 78%;
}
}

#top-attempt h3.head span{
	margin-left: -0.65em;
}
@media (min-width: 960px){
#top-attempt h3.head span{
	margin-left: -0.6em;
}
}

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

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

#top-attempt h4.index{
  font-weight: 600;
	line-height: 1.5;
  -webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: #000;
	position: relative;
}
@media (min-width: 960px){
#top-attempt h4.index{
	line-height: 1;
}
}


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

#top-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){
#top-attempt ul li{
	border-radius: 14px;
	padding: 33px 30px 27px 28px;
}
}

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

#top-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){
#top-attempt ul li .no{
	width: 50px;
	height: 50px;
	font-size: 2.0rem;
	padding: 3px 0 0 1px;
  margin-right: 28px;
}
}

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

#top-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){
#top-attempt ul li p.head{
	font-size: 2.7rem;
	line-height: 1;
}
}

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

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

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

#top-attempt .clipart-top-02{
	display: none;
}
@media (min-width: 960px){
#top-attempt .clipart-top-02{
	width: 122px;
	width: 110px;
	height: auto;
	margin-top: -380px;
	margin-left: 10px;
	margin-left: 56px;
	display: block;
}
}

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

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


/* ==========================================================================
   top-images
   ========================================================================== */
#top-images{
	position: relative;
	padding: 40px 0 0 0;
}
@media (min-width: 960px){
#top-images{
	padding: 90px 0 0 0;
}
}

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

#top-images .photo_list li{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
@media (min-width: 960px){
#top-images .photo_list li{
	width: 48.2%;
	border-radius: 20px;
}
}

#top-images .photo_list li img{
	width: 100%;
	height: auto;
	display: block;
}


/* ==========================================================================
   top-photograph
   ========================================================================== */
/*#top-photograph{
	width: 100vw;
	position: relative;
	padding: 0;
	z-index: 20;
}
@media (min-width: 960px){
#top-photograph{
	padding: 0;
}
}

#top-photograph .scroll-container{
	width: 100%;
	height: 160px;
  display: flex;
	white-space: nowrap;
	overflow: hidden;
}
@media (min-width: 440px){
#top-photograph .scroll-container{
	height: 230px;
}
}
@media (min-width: 960px){
#top-photograph .scroll-container{
	height: 330px;
}
}

#top-photograph .scroll-content{
  display: flex;
	animation: scroll 100s linear infinite;
}

#top-photograph .scroll-content .item{
	width: auto;
	height: 160px;
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	margin: 0 6px;
}
@media (min-width: 960px){
#top-photograph .scroll-content .item{
	height: 330px;
	margin: 0 12px;
}
}

#top-photograph .scroll-content .item img{
	width: auto;
	height: 100%;
	display: block;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}*/


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

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

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

#top-facility .text_block{
	width: 100%;
	order: 2;
}
@media (min-width: 960px){
#top-facility .text_block{
	width: 78%;
	order: 1;
}
}

#top-facility ul.facility_list{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #64BC0F;
}

#top-facility ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px dashed #64BC0F;
	padding: 27px 0 22px 0;
}
@media (min-width: 960px){
#top-facility ul li{
	padding: 35px 0 29px 0;
}
}

#top-facility ul li .no{
	color: #64BC0F;
	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 solid #64BC0F;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3px 0 0 1px;
	margin-right: 14px;
}
@media (min-width: 960px){
#top-facility ul li .no{
	width: 50px;
	height: 50px;
	font-size: 2.0rem;
	padding: 3px 0 0 1px;
	margin-right: 28px;
}
}

#top-facility ul li h3.head{
	width: 100%;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.7;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
#top-facility ul li h3.head{
	font-size: 2.7rem;
}
}

#top-facility ul li h3.head ruby.rubyfuljs-insert rt{
	font-size: 40%;
}

#top-facility 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){
#top-facility ul li p.article{
	font-size: 2.2rem;
	line-height: 1.8;
	-webkit-text-stroke-width: 0;
	margin: 30px 0 0 0;
}
}

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

#top-facility .clipart-top-03{
	display: none;
}
@media (min-width: 960px){
#top-facility .clipart-top-03{
	width: 160px;
	width: 110px;
	height: auto;
	float: right;
	margin-top: -210px;
	margin-right: -230px;
	margin-right: -180px;
	display: block;
}
}

#top-facility .obj-clover-3{
	display: none;
}
@media (min-width: 960px){
#top-facility .obj-clover-3{
	width: 100px;
	height: auto;
	transform: scale(-1, 1);
	position: absolute;
	top: 540px;
	right: -30px;
	display: block;
}
}


/* ==========================================================================
   top-faq
   ========================================================================== */
#top-faq{
	padding: 60px 0 0 0;
}
@media (min-width: 960px){
#top-faq{
	padding: 90px 0 0 0;
}
}

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

#top-faq .title_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (min-width: 960px){
#top-faq .title_block{
	width: 22%;
	justify-content: flex-start;
}
}

#top-faq .text_block{
	width: 100%;
}
@media (min-width: 960px){
#top-faq .text_block{
	width: 78%;
}
}

#top-faq ul.faq_list{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#top-faq ul.faq_list li{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 14px;
	background-color: #FFF;
	border: 1px solid #B6D690;
	box-sizing: border-box;
	padding: 24px 20px 20px 20px;
}
@media (min-width: 960px){
#top-faq ul.faq_list li{
	border-radius: 14px;
	padding: 33px 30px 27px 28px;
}
}

#top-faq ul.faq_list li .head_block{
	color: #78D021;
	width: 40px;
	font-size: 2.8rem;
	font-family: "Comfortaa", sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
@media (min-width: 960px){
#top-faq ul.faq_list li .head_block{
	font-size: 3.6rem;
	width: 65px;
}
}

#top-faq ul.faq_list li .text_block{
	width: calc(100% - 40px);
}
@media (min-width: 960px){
#top-faq ul.faq_list li .text_block{
	width: calc(100% - 65px);
}
}

#top-faq ul.faq_list li h3.head{
	color: #000;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.8;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #000;
}
@media (min-width: 960px){
#top-faq ul.faq_list li h3.head{
	font-size: 2.4rem;
	line-height: 2.0;
}
}

#top-faq ul.faq_list li h3.head ruby.rubyfuljs-insert rt{
	font-size: 40%;
}

#top-faq ul.faq_list li p.article{
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: justify;
	-webkit-text-stroke-width: 0.2px;
}
@media (min-width: 960px){
#top-faq ul.faq_list li p.article{
	font-size: 2.2rem;
	line-height: 1.8;
	-webkit-text-stroke-width: 0;
}
}

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

#top-faq .clipart-04 img{
	width: 74px;
  height: auto;
  position: absolute;
  bottom: 0px;
	right: 45px;
  display: block;
}
@media (min-width: 960px){
#top-faq .clipart-04 img{
	width: 115px;
	bottom: 1px;
	right: 34px;
}
}

#top-faq .obj-clover-2b{
	width: 70px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 10vw;
	display: none;
}
@media (min-width: 960px){
#top-faq .obj-clover-2b{
	width: 130px;
	bottom: 100px;
	left: -46px;
	display: block;
}
}
