@charset "utf-8";
/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

* {
	box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: bold;
}

*:focus {
	outline: none;
}

/* ==========================================================================
   contents
   ========================================================================== */
html{
	scroll-behavior: smooth; 
}

[id^="anchor"]{
	padding-top: 120px;
	margin-top: -120px
}

#wrapper {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow: hidden;
	color: #595757;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper .disp-pc { display: block; }
#wrapper .disp-sp { display: none; }

@media only screen and (max-width: 767px) {
	#wrapper .disp-pc { display: none; }
	#wrapper .disp-sp { display: block; }
}

#wrapper .lyt-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .lyt-inner {
		width: 100%;
		padding: 0 15px 0 15px;
	}
}


/* ==========================================================================
   common
   ========================================================================== */
/* #wrapper .entry-btn-area{
	width: 320px;
	margin: 0 auto;
}

#wrapper .entry-btn-area .entry-btn{
	width: 100%;
} */

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
		transition: all 600ms;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .entry-btn-area{
		width: 60%;
	}
}

#wrapper .flex-box{
	display: flex;
	flex-flow: row nowrap;
}

#wrapper .lead-text{
	font-size: 25px;
	line-height: 2;
}

#wrapper .l-text{
	font-size: 25px;
	line-height: 1.6;
}

#wrapper .m-text{
	font-size: 20px;
	line-height: 1.6;
}

#wrapper .text{
	font-size: 18px;
	line-height: 1.6;
}

#wrapper .note{
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 400;
}

#wrapper .indent{
	padding-left:1rem;
	text-indent:-1rem;
}

@media screen and (max-width: 1024px) {
	#wrapper .lead-text{
		font-size: 2.2vw;
	}

	#wrapper .l-text{
	  font-size: 1.3rem;
	}

	#wrapper .m-text{
	  font-size: 1rem;
	}

	#wrapper .text{
	  font-size: 0.9rem;
	}

	#wrapper .note{
	  font-size: 0.7rem;
	}
}

@media screen and (max-width: 767px) {
	#wrapper .lead-text{
		font-size: 3.3vw;
		line-height: 1.6;
	}
	
	#wrapper .l-text{
	  font-size: 3.8vw;
	}

	#wrapper .m-text{
	  font-size: 0.9rem;
	  line-height: 1.6;
	}

	#wrapper .text{
	  font-size: 3.4vw;
	  line-height: 1.4;
	}

	#wrapper .note{
	  font-size: 2.5vw;
	}
}

/* ==========================================================================
   contents
   ========================================================================== */
#wrapper .headnav{
	position: fixed;
	z-index: 20;
	background: #fff;
	width: 100%;
	height: 95px;
}

#wrapper .headnav .head-inner{
	max-width: 100%;
  padding: 20px 5%;
}

#wrapper .head-inner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#wrapper .logo {
	width: 244px;
}


@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
	}
}


@media only screen and (max-width: 1024px) {
	#wrapper .headnav{
		height: 90px;
	}
	
	#wrapper .headnav .head-inner{
		padding: 12px 5%;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .headnav{
		width: 100%;
		height: 60px;
	}
	
		#wrapper .headnav .head-inner{
		max-width: 100%;
		padding: 15px 3%;
	}
	
	#wrapper .headnav .lyt-inner{
		padding: 0 5%;
	}

	#wrapper .logo {
		width: 130px;
	}
}

/* ====================
   .hero
   ==================== */
#wrapper .hero {
	width: 100%;
	padding: 130px 0 60px 0;
	position: relative;
}

#wrapper .mv{
	margin-bottom: 30px;
}

#wrapper .copy-area .lead-text{
	text-align: center;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	#wrapper .hero {
	 padding: 90px 0 60px 0;
	}
	
	#wrapper .mv{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .hero {
		padding: 60px 0 15px 0;
	}
	
	#wrapper .mv{
		margin-bottom: 15px;
	}
}

/* ====================
   common
   ==================== */
#wrapper .strengths,
#wrapper .sec02,
#wrapper .numbers,
#wrapper .training,
#wrapper .scholarship {
  padding: 60px 0;
}

#wrapper .sec-title {
  text-align: center;
  margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

#wrapper .sec-title:after{
  content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
	width: 88px;
	height: 88px;
	background: url("../images/title-bg.png") no-repeat 0 0;
	background-size: contain;
	z-index: -1;
}

#wrapper .sec-title__text {
  font-size: 43px;
	line-height: 1.3;
	font-weight: bold;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec-title:after{
		top: -20px;
		width: 68px;
		height: 68px;
	}
	
	#wrapper .sec-title__text {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .strengths,
	#wrapper .sec02,
	#wrapper .numbers,
	#wrapper .training,
	#wrapper .scholarship {
		padding: 30px 0;
	}
	
	#wrapper .sec-title {
		margin-bottom: 25px;
	}

	#wrapper .sec-title:after{
		top: -8px;
		width: 40px;
		height: 40px;
	}

	#wrapper .sec-title__text {
		font-size: 5vw;
	}

}
	
/* ====================
   .strengths
   ==================== */
#wrapper .strengths{
  background : -webkit-linear-gradient(-90deg, rgba(255, 246, 127, .3) 0.01%, rgba(235, 110, 165, .3) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0.0001,rgba(255, 246, 127, .3) ),color-stop(1,rgba(235, 110, 165, .3) ));
  background : linear-gradient(180deg, rgba(255, 246, 127, .3) 0.01%, rgba(235, 110, 165, .3) 100%);
}

#strengths{
  overflow-x: hidden;
}

.strength{
  padding: 60px 0 80px;
  background: linear-gradient(to bottom, #fff7cf 0%, #fde9dd 45%, #f7c1cf 100%);
}

.strength__title{
  text-align: center;
  font-size: clamp(22px, 2.2vw, 34px);
  margin: 0 0 40px;
  letter-spacing: .05em;
}

.strength__list{
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.strength-card{
  position: relative;
  background: #fff;
  padding: 34px 38px;
  box-shadow: none;
  z-index: 0;
}

.strength-card__inner{
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 26px;
  align-items: center;
}

.strength-card.icon-right .strength-card__inner{
  grid-template-columns: 1fr 180px;
}

.strength-card.is-right{
  margin-left: auto;
  border-radius: 0 48px 48px 0;
}

.strength-card.is-left{
  margin-right: auto;
  border-radius: 48px 0 0 48px;
}

.strength-card::before{
  content:"";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 0;
  height: 6px;
  background: #e66aa5;
  z-index: 1;
}

.strength-card::after{
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
}

.strength-card.is-right::after{
  right: 100%;
  width: 100vw;
}

.strength-card.is-left::after{
  left: 100%;
  width: 100vw;
}

.strength-card__catch{
  margin: 0 0 10px;
  line-height: 1.4;
	font-weight: bold;
}

.strength-card__text{
  margin: 0;
}

.strength-card__icon img{
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
}

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

}

@media only screen and (max-width: 767px) {
	.strength{
		padding: 60px 0 0px;
	}

	.strength__list{
		gap: 24px;
	}

	.strength-card.is-right{
		padding: 10px 14px 10px 0;
		border-radius: 0 20px 20px 0;
	}
	
	.strength-card.is-left{
		padding: 10px 0 14px 14px;
		border-radius: 20px 0 0 20px;
	}

	.strength-card__inner{
		grid-template-columns: 60px 1fr;
		gap: 10px;
	}

	.strength-card.icon-right .strength-card__inner{
		grid-template-columns: 1fr 60px;
		gap: 10px;
	}

	.strength-card__catch{
		margin: 0 0 5px;
	}
}


/* ====================
   .sec02
   ==================== */
#wrapper .sec02 .lyt-inner{
  padding: 0 60px;
}

#wrapper .sec02 .work-grid{
	flex-flow: row wrap;
  gap: 20px 0;
	justify-content: space-between;
	margin-top: 30px;
}

#wrapper .sec02 .work-card{
	width: 49%;
  border: 3px solid #595757;
}

#wrapper .sec02 .work-card__title{
	width: 200px;
  padding: 5px 0;
	margin: 0 0 30px 0;
	text-align: center;
  font-weight: bold;
	background: #595757;
	color: #fff;
}

#wrapper .sec02 .work-card--accent .work-card__title{
	background: #eb6ea5;
}

#wrapper .sec02 .title-area{
	padding: 0 20px;
	gap: 0 20px;
	align-items: center;
	margin-bottom: 20px;
}

#wrapper .sec02 .img-box{
	width: 113px;
}

#wrapper .sec02 .work-card__lead{
  margin: 0 0 10px;
  font-weight: bold;
}

#wrapper .sec02 .work-card__text{ 
	padding: 0 20px 30px 20px;
}

#wrapper .work-card__text{ 
	font-size: 17px;
	line-height: 1.4;
}

#wrapper .sec02 .work-card--accent{
	width: 100%;
  border: 3px solid #eb6ea5;
	position: relative;
}

#wrapper .sec02 .work-list{
  flex-flow: row wrap;
	justify-content: space-between;
	gap: 2px;
}

#wrapper .sec02 .work-list li{ 
	width: 49%;
	padding-left: 20px;
	position: relative;
}

#wrapper .sec02 .work-list li:after{
	content: "●";
	position: absolute;
	color: #eb6ea5;
	left: 0;
	top: 0;
}

#wrapper .sec02 .work-card--accent .badge{
	position: absolute;
	right: 80px;
	top: 20px;
}

#wrapper .sec02 .work-card--accent .badge .icon-a,
#wrapper .sec02 .work-card--accent .badge .icon-b{
	width: 129px;	
}

#wrapper .sec02 .work-card--accent .badge .icon-a{
	position: relative;
}

#wrapper .sec02 .work-card--accent .badge .icon-b{
  margin-left: -30px;
}



@media only screen and (max-width: 1024px) {
	#wrapper .sec02 .img-box{
		width:90px;
	}
	
	#wrapper .work-card__text{ 
		font-size: 14px;
		line-height: 1.4;
  }

	#wrapper .sec02 .work-card--accent .badge .icon-a,
	#wrapper .sec02 .work-card--accent .badge .icon-b{
		width: 100px;	
	}

}

@media only screen and (max-width: 767px) {
	#wrapper .sec02 .lyt-inner{
		padding: 0 15px;
	}

	#wrapper .sec02 .work-grid{
		gap: 20px 0;
		margin-top: 20px;
	}

	#wrapper .sec02 .work-card{
		width: 100%;
	}

	#wrapper .sec02 .work-card__title{
		width: 50%;
		padding: 3px 0;
		margin: 0 0 10px 0;
	}

	#wrapper .sec02 .title-area{
		padding: 0;
		gap: 0 10px;
		justify-content: center;
		width: 90%;
		margin: 0 auto 20px auto;
	}

	#wrapper .sec02 .img-box{
		width: 20%;
	}

	#wrapper .sec02 .work-card__lead{
		margin: 0;
	}

	#wrapper .sec02 .work-card__text{ 
		padding: 0 10px 15px 10px;
	}

	#wrapper .work-card__text{ 
		font-size: 3.35vw;
		line-height: 1.3;
	}

	#wrapper .sec02 .work-list{
		gap: 2px;
		margin-left: 10px;
	}

	#wrapper .sec02 .work-list li{ 
		width: 100%;
		padding-left: 15px;
		position: relative;
	}
	
	#wrapper .sec02 .work-card--accent .title-area{
    margin: 0 auto 10px 10px;
		justify-content: left;
	}

	#wrapper .sec02 .work-card--accent .badge{
		right: 5px;
		top: -15px;
	}

	#wrapper .sec02 .work-card--accent .badge .icon-a,
	#wrapper .sec02 .work-card--accent .badge .icon-b{
		width: 68px;	
	}

	#wrapper .sec02 .work-card--accent .badge .icon-b{
		margin-top: 20px;
		margin-left: -25px;
	}

}

/* ====================
   .numbers
   ==================== */
#wrapper .numbers{
  background: #fffcd9;
}

#wrapper .numbers .lyt-inner{
  padding: 0 60px;
}

#wrapper .numbers .numbers-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#wrapper .numbers .num-card{
  background: #fff;
  padding: 0 0 14px 0;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
}

#wrapper .numbers .num-card__label{
  font-weight: bold;
  color: #595757;
	background: #fadbe9;
	padding: 5px 0;
	margin-bottom: 20px;
}

#wrapper .numbers .num-card__icon img{
  width: 170px;
  object-fit: contain;
  margin: 0 auto 25px;
}

#wrapper .numbers .num-card__value{
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 20px;
}

#wrapper .numbers .num-card__value em{
	font-size: 70%;
	margin-right: 10px;
}

#wrapper .numbers .note{
  margin: 20px 0 0 0;
}

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

}

@media only screen and (max-width: 767px) {
	#wrapper .numbers .lyt-inner{
		padding: 0 15px;
	}

	#wrapper .numbers .numbers-grid{
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	#wrapper .numbers .num-card{
		padding: 0 0 14px 0;
	}

	#wrapper .numbers .num-card__label{
		padding: 3px 0;
		margin-bottom: 20px;
	}

	#wrapper .numbers .num-card__icon img{
		width: 60%;
		margin: 0 auto 15px;
	}

	#wrapper .numbers .num-card__value{
		font-size: 6vw;
		margin-bottom: 0px;
	}

	#wrapper .numbers .num-card__value em{
		margin-right: 5px;
	}

	#wrapper .numbers .note{
		margin: 10px 0 0 0;
	}
}
  

/* ====================
   .training
   ==================== */
#wrapper .training .lyt-inner{
  padding: 0;
}

#wrapper .training .title-img-area{
  display: flex;
  align-items: center;
	max-width: 986px;
	margin: 0 auto 50px auto;
}

#wrapper .training .sec-sub-title{
  flex: 1 1 auto; 
  text-align: center;
  background: #fadbe9;
  padding: 20px;
  position: relative;
}

#wrapper .training .title-img-area .img-box{
  margin-left: -90px; 
}

#wrapper .training .title-img-area .img-box img{
  width: 613px;
  height: auto;
}

#wrapper .training .project-grid{
  flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 60px;
}

#wrapper .training .project{
	width: 50%;
}

#wrapper .training .project.project1{
  border-right: 2px solid #595757;
	border-bottom: 2px solid #595757;
	padding: 0 30px 30px 0;
}

#wrapper .training .project.project2{
	border-bottom: 2px solid #595757;
		padding: 0 30px 0 30px;
}

#wrapper .training .project.project3{
  border-right: 2px solid #595757;
	padding: 30px 30px 30px 0;
}

#wrapper .training .project.project4{
	padding: 30px 0 30px 30px;
}

#wrapper .training .title-area{
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

#wrapper .training .project__title{
	border-left: 6px solid #eb6ea5;	
}

#wrapper .training .title-area .img-box{
	width: 111px;
	margin-bottom: 10px;
}

#wrapper .training .project__title{
 padding: 0 0 0 7px;
 font-weight: 900;
}

#wrapper .training .project__title.m-text{
  line-height: 1.4;
}

#wrapper .training .project__title em{
	font-size: 80%;
}

#wrapper .training .work-card__text{ 
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	#wrapper .training .title-img-area .img-box img{
		width: 500px;
	}

	#wrapper .training .title-area .img-box{
		width: 80px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .training .title-img-area{
		display: flex;
		align-items: center;
		margin: 15px auto 40px auto;
	}

	#wrapper .training .sec-sub-title{
		flex: 0 0 auto; 
		padding: 15px 20px;
		position: relative;
		z-index: 20;
	}

	#wrapper .training .title-img-area .img-box{
    position: absolute;
		width: 82%;
		right: 0;
		left: auto;
		text-align: right;
		z-index: 1;
	}

	#wrapper .training .title-img-area .img-box img{
		width: 100%;
		height: auto;
	}
	
	#wrapper .training .project-grid{
		flex-flow: row wrap;
		padding: 0 15px;;
	}

	#wrapper .training .project{
		width: 100%;
	}

	#wrapper .training .project.project1{
		border-right: none;
		border-bottom: 2px solid #595757;
		padding: 20px 0;
	}

	#wrapper .training .project.project2{
		border-bottom: 2px solid #595757;
		padding: 20px 0 40px 0;
	}

	#wrapper .training .project.project3{
		border-right: none;
		border-bottom: 2px solid #595757;
		padding: 20px 0 60px 0;
	}

	#wrapper .training .project.project4{
		padding: 20px 0 40px 0;
	}

	#wrapper .training .title-area{
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
	}

	#wrapper .training .project__title{
		border-left: 5px solid #eb6ea5;	
	}

	#wrapper .training .title-area .img-box{
		width: 16%;
		position: absolute;
		top: 45px;
		left: 20px;
	}

	#wrapper .training .project__title{
	 padding: 0 0 0 7px;
	}

	#wrapper .training .project__title.m-text{
		line-height: 1.4;
	}

	#wrapper .training .project__title em{
		font-size: 90%;
	}

	#wrapper .training .work-card__text{ 
    width: 55%;
		margin: 0 0 0 auto;
	}

}


/* ====================
   .scholarship
   ==================== */
#wrapper .scholarship{
  background: #fffcd9;
	margin-bottom: 30px;
}

#wrapper .scholarship .lyt-inner{
	max-width: 869px;
}

#wrapper .scholarship .sec-title-area{
	width: 78%;
	margin: 0 auto 30px auto;
	position: relative;
}

#wrapper .scholarship .sec-title-area .copy-img{
	position: absolute;
	right: -110px;
	top: 25px;
	width: 154px;
}

#wrapper .scholarship .sec-title-area .sec-title__sub{
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

#wrapper .scholarship .sec-title-area .sec-title__sub:before,
#wrapper .scholarship .sec-title-area .sec-title__sub:after{
	content: "";
	position: absolute;
	background: url("../images/scholarship_title-bg.png") no-repeat 0 0;
	background-size: contain;
	width: 26px;
	height: 47px;
	top: -5px;
}

#wrapper .scholarship .sec-title-area .sec-title__sub:before{
	left: 50px;
}

#wrapper .scholarship .sec-title-area .sec-title__sub:after{
  right: 50px;
	transform: scaleX(-1);
}

#wrapper .scholarship .sec-title-area .sec-title-img{
	width: 80%;
	margin: 0 auto;
}

#wrapper .scholarship .point-area{
  margin-bottom: 50px;
}

#wrapper .scholarship .voice-area{
  background: #fff;
  padding: 10px 20px 10px 40px;
	align-items: center;
	gap:0 10px;
}

#wrapper .scholarship .voice-title{
  width: 70px;
}

#wrapper .scholarship .voice{
  border-top: 2px solid #595757;
	justify-content: space-between;
	align-items: center;
	gap: 0 20px;
}

#wrapper .scholarship .voice:first-of-type{ 
	border-top: none; 
}

#wrapper .scholarship .voice + .voice{
	margin-top: 20px;
	padding-top: 20px;
}

#wrapper .scholarship .voice__avatar img{
  width: 118px;
}

#wrapper .scholarship .voice__meta{
  width: 15%;
}

#wrapper .scholarship .voice__text{
  width: 70%;
}

#wrapper .scholarship .voice__text .cl-text{ 
	color: #d35b7b;
}

@media only screen and (max-width: 1024px) {
  #wrapper .scholarship .sec-title-area{
		width: 90%;
	}

	#wrapper .scholarship .sec-title-area .copy-img{
		right: 0px;
		left: 0;
		margin: 0 auto;
		top: -85px;
		width: 70%;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub{
		margin-bottom: 10px;
		text-align: center;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:before,
	#wrapper .scholarship .sec-title-area .sec-title__sub:after{
		width: 16px;
		height: 27px;
		top: 0;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:before{
		left: 50px;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:after{
		right: 50px;
	}
	
	#wrapper .scholarship .sec-title-area .sec-title-img{
		width: 85%;
		margin: 0 auto;
  }
	
	#wrapper .scholarship .point-area{
		margin-bottom: 80px;
	}
	
	#wrapper .scholarship .voice{
		gap: 0 10px;
	}
	
	#wrapper .scholarship .voice-area{
		padding: 10px 5px;
		gap: 0;
		position: relative;
	}

	#wrapper .scholarship .voice-title{
		width: 35%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -50px;
	}
	
}

@media only screen and (max-width: 767px) {
	#wrapper .scholarship{
		margin-bottom: 20px;
	}
	
	#wrapper .scholarship .lyt-inner{
		padding: 0 15px;
	}

	#wrapper .scholarship .sec-title-area{
		width: 90%;
		margin: 0 auto 30px auto;
	}

	#wrapper .scholarship .sec-title-area .copy-img{
		right: 0px;
		left: 0;
		margin: 0 auto;
		top: -45px;
		width: 70%;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub{
		margin-bottom: 10px;
		text-align: center;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:before,
	#wrapper .scholarship .sec-title-area .sec-title__sub:after{
		width: 16px;
		height: 27px;
		top: -5px;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:before{
		left: -8px;
	}

	#wrapper .scholarship .sec-title-area .sec-title__sub:after{
		right: -8px;
	}
	
	#wrapper .scholarship .sec-title-area .sec-title-img{
	 width: 85%;
		margin: 0 auto;
  }

	#wrapper .scholarship .point-area{
		margin-bottom: 80px;
	}

	#wrapper .scholarship .voice-area{
		padding: 10px 5px;
		gap: 0;
		position: relative;
	}

	#wrapper .scholarship .voice-title{
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -40px;
	}

	#wrapper .scholarship .voice + .voice{
		margin-top: 10px;
		padding-top: 10px;
	}
	
	#wrapper .scholarship .voice__avatar{
		width: 33%;
	}

	#wrapper .scholarship .voice__avatar img{
    width: 100%;
	}

	#wrapper .scholarship .voice__meta{
		width: 26%;
	}
	
	#wrapper .scholarship .voice__meta.text{
		font-size: 3.2vw;
	}

	#wrapper .scholarship .voice__text{
		width: 100%;
	}
}

/* ====================
   .application
   ==================== */
#wrapper .application{
  padding: 30px 0 80px 0;
}

#wrapper .application .lyt-inner{
	max-width: 864px;
}

#wrapper .application .sec-title{
  margin-bottom: 20px;
}

#wrapper .application .sec-title:after{
	content: none;
}

#wrapper .application .persona{
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
  background: #fffcd9;
  padding: 22px 24px;
  margin-bottom: 36px;
	font-weight: bold;
}

#wrapper .application .persona .l-text{
	line-height: 1.4;
}

#wrapper .application .persona__label{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30%;
}

#wrapper .application .persona__label-accent{
  color: #eb6ea5;
}

#wrapper .application .persona__item{
  background: #fff;
  border-radius: 12px;
  padding: 10px 18px;
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#wrapper .application .requirements{
  border-top: 1px solid #999;
}

#wrapper .application .req-row{
  display: flex;
  border-bottom: 1px solid #595757;
}

#wrapper .application .req-th{
  width: 180px;
  background: #fffcd9;
  padding: 3px 16px;
  box-sizing: border-box;
	text-align: center;
}

#wrapper .application .req-td{
  flex: 1;
  padding: 3px 18px;
  line-height: 1.8;
  box-sizing: border-box;
}

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

}

@media only screen and (max-width: 767px) {
	#wrapper .application{
		padding: 10px 0 40px 0;
	}
	
	#wrapper .application .persona{
		flex-flow: row wrap;
		padding: 12px 10px;
		gap: 10px 0;
	  margin-bottom: 16px;
	}

	#wrapper .application .persona__label{
		width: 100%;
	}

	#wrapper .application .persona__item{
		padding: 10px 0px;
		width: 48%;
	}

	#wrapper .application .req-th{
		width: 28%;
		padding: 3px 0;
	}
	
	#wrapper .application .req-th span{
		font-size: 80%;
	}

	#wrapper .application .req-td{
		padding: 3px 8px;
		line-height: 1.4;
	}
}


/* ====================
   .charm
   ==================== */
#wrapper .charm{
	padding: 60px 0;
}

#wrapper .charm .lyt-inner{
	max-width: 872px;
}

#wrapper .charm .charm-area{
	flex-flow: row wrap;
  gap: 20px;
	margin-top: 30px;

}

#wrapper .charm .charm-area .charm-box {
  flex: 0 0 calc((100% - 40px) / 3);
	text-align: center;
  width: 275px;
	height: 275px;
	background: #fffcd9;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	display: flex;          
	flex-direction: column;
  justify-content: center;
  align-items: center;
	padding-top: 20px; 
}

#wrapper .charm .charm-area .charm-box:nth-of-type(even){
	background: #fadbe9;
}

#wrapper .charm .charm-area .charm-box .text {
  height: 4.5em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 8px;
}

#wrapper .charm .charm-area .charm-box img {
  max-width: 100px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
	#wrapper .charm .charm-area .charm-box {
		width: 225px;
		height: 225px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .charm{
		padding: 30px 0 50px 0;
	}

	#wrapper .charm .charm-area{
		flex-flow: row wrap;
		gap: 20px;
		margin-top: 10px;
	}

	#wrapper .charm .charm-area .charm-box {
		flex: 0 0 calc((100% - 20px) / 2);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
		width: auto;
		height: auto;
		padding: 20px 0;
	}

	#wrapper .charm .charm-area .charm-box:nth-of-type(1),
	#wrapper .charm .charm-area .charm-box:nth-of-type(4),
	#wrapper .charm .charm-area .charm-box:nth-of-type(5) {
		background: #fffcd9;
	}

	#wrapper .charm .charm-area .charm-box:nth-of-type(2),
	#wrapper .charm .charm-area .charm-box:nth-of-type(3),
	#wrapper .charm .charm-area .charm-box:nth-of-type(6) {
		background: #fadbe9;
	}

	#wrapper .charm .charm-area .charm-box .text {
		height: 4em;
		margin: 0 0 5px;
	}

	#wrapper .charm .charm-area .charm-box img {
		max-width: 60px;
		height: auto;
	}
}


/* ====================
   .foot-btn
   ==================== */
.footer-btn{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
	background: #00a95f;
  z-index: 100;
}

.footer-btn .entry-btn{
	display: block;
	max-width: 945px;
	margin: 10px auto;
}

@media only screen and (max-width: 1024px) {
	.footer-btn .entry-btn{
		max-width: 50%;
		margin: 10px auto;
	}
}

@media only screen and (max-width: 767px) {
	.footer-btn .entry-btn{
		max-width: 70%;
		margin: 10px auto;
	}
}


/* ====================
   .footer
   ==================== */
#wrapper .footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 130px 0;
}

.copyright_text{
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#wrapper .footer {
	   padding: 0 0 100px 0;
	}
	
	.copyright_text{
		font-size: 2.8vw;
	}
}




