/*body,
.wrapper{
	background: url("../img/common/back.png") top center no-repeat ;
	background-size: cover;
}*/


body {
  background: linear-gradient(-30deg, #fff6f5, #fff1ec, #fffaf9,#fff6f5, #fff1ec, #fffaf9);
  background-size: 400% 400%;
  animation: gradient 25s ease infinite;
  height: 100%;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* CSS Document */

/*==================================================

メインイメージ

=================================================*/
.main-image{
	margin: 100px auto 0;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main-image .photo{
	margin: auto;
	width: 100%;
	height: auto;
}

.main-image .Txt{
	position: absolute;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main-image .Txt .Title{
	display: inline-block;
}
.main-image .Txt h2{
	/*color: #fff;*/
	padding: 5px 10px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5em;
	text-align: left;
	position: relative;
	font-family: "Sawarabi Mincho", serif;
}
.main-image .Txt .en{
	font-size: 2.0rem;
	font-weight: 400;
	/*color: #ffffff;*/
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-family: "Montserrat", serif;
	padding: 0 15px;
}
.main-image .Txt .en:before {
    content: "";
    height: 1px;
	width: 20%;
    background-color: #cc0000;
    margin-right: 1rem;
}

.main-image .photo img{
	width: 100%;
	height: auto;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {
.main-image{
	margin: 80px auto 0;
	position: relative;
}
.main-image .Title h2{
	font-size: 3rem;
}
.main-image .Title .en{
	font-size: 1.8rem;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.main-image .Title h2{
	font-size: 2.5rem;
}
.main-image .Title .en{
	font-size: 1.6rem;
}
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

.main-image .Title h2{
	font-size: 1.8rem;
	padding: 0;
}
.main-image .Title .en{
	font-size: 1.4rem;
	padding: 0;
}
}
#content{
	width: 100%;
	position: relative;
	z-index: 20 !important;
}
#content p{
	padding: 20px 0;
}
#content h3{
	text-align: left;
	margin: 5% auto 3%;
}

/*共通*/

.Faq_box .lead,
.About_box .lead,
.Interview_box .lead{
	text-align: center;
	/*color: #fff;*/
	margin: 3% auto 5%;
	font-weight: 500;
}

/*代表メッセージ*/

.Message_box{
	position: relative;
	margin: 3% auto 8%;
}
.Message_box .wwaku{
	/*background: rgba(255,255,255,0.7);*/
	padding: 50px;
}
.Message_box .wwaku .name p{
	text-align: right;
	margin: 5% 0 0 auto;
	
}

.about {
	margin: 5% auto 8%;
	position: relative;
}
.message{
	margin-bottom: 5%;
}

.about .Photo{
	width: 50%;
	padding: 10px;
}
.about .Catch{
	width: 50%;
	padding: 30px 0 30px 30px;
}

.about .Catch h2{
	text-align: left;
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 5%;
	padding: 10px;
}
.about .Catch h2 span{
	color: #93b846;
}

.about .message .Flexboxcenter{
	margin-bottom: 3%;
}


/*JSSを早わかり*/
.About_box{
	padding: 5% 0;
	margin: auto;
	position: relative;
}
.About_box.other{
	margin: 0 !important;
	padding:  5% 0;
	background: #f9eff0;
	background: #fff;
}

.About_box .about-btn{
	margin: 3% auto;
}
.About_box .about-btn .btns{
	width: 33.3333%;
	padding: 20px 15px;
}
.About_box .about-btn .btnl{
	width: 100%;
	padding: 20px 15px;
}
.About_box .about-btn a:hover{
	opacity: 0.7;
}


.About_box.other h3.line{
	font-family: "Sawarabi Mincho" , serif;
	font-style: italic;
	position: relative;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.About_box.other h3.line::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 120px;
	height: 1px;
	background: #f9711f;
}
@media print , screen and (max-width: 960px) {

.About_box .about-btn .btns{
	width: 33.3333%;
	padding: 10px;
}
.About_box .about-btn .btnl{
	width: 100%;
	padding: 10px;
}
.Message_box .wwaku{
	background: rgba(255,255,255,0.5);
	padding: 30px;
}
.Message_box .wwaku{
	padding: 20px;
}
}
@media print , screen and (max-width: 768px) {

.About_box .about-btn .btns{
	width: 33.3333%;
	padding: 5px;
}
.About_box .about-btn .btnl{
	width: 100%;
	padding: 5px;
}
}
@media print , screen and (max-width: 530px) {
.About_box .about-btn .btns{
	width: 50%;
	padding: 10px;
}
.About_box .about-btn .btnl{
	width: 50%;
	padding: 10px;
}
}

/*Interview*/
.Interview_box{
	margin: 3% auto 8%;
}

.Interview-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.Interview-list ul li{
	width: 25%;
	padding: 30px 15px;
	position: relative;
}
.Interview-list ul li a{
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}
.Interview-list ul li a img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.Interview-list ul li a:hover img{
	transform: scale(1.1);
}
.Interview-list ul li a span{
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: inline-block;
	padding: 1px 10px;
	background: #c51725;
	color: #fff;
}

@media print , screen and (min-width:1px) and (max-width: 960px) {

.Interview-list ul li{
	padding: 30px 10px;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.Interview-list ul li{
	width: 33.3333%;
	padding: 20px 10px;
	position: relative;
}
	
}
@media print , screen and (min-width:1px) and (max-width: 530px) {

.Interview-list ul li{
	width: 50%;
	padding: 20px 10px;
	position: relative;
}
	
}



/*faq*/
.Faq_box{
	margin: 3% auto 8%;
}



.Faq > dl {
	background: rgba(255,255,255,0.5);
	margin: 20px auto;
	border-bottom-style:solid;
	padding: 20px;
}

.Faq > dl > dt {
	padding:20px 40px 20px 60px;
	font-size: 1.8rem;
	line-height: 1.5em;
	text-align: left;
	font-weight: 500;
}
.Faq > dl > dt::after{
	content: "+";
	color: #e64c71;
	position: absolute;
	font-size: 2.2rem;
	font-weight: 700;
	right: 15px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Faq > dl > dt.open::after{
	content: "−";
	color: #e64c71;
	position: absolute;
	font-size: 2.2rem;
	font-weight: 700;
	right: 15px;
	top: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.Faq > dl > dt:hover {
	cursor:pointer;
}

.Faq > dl > dd {
	padding:20px;
	display:none;
	text-align: left;
	border-top: 1px solid #f96c40;
}

.Faq > dl > dt,
.Faq > dl > dd {
	position:relative;
}


.Faq > dl > dt span {
	position:absolute;
	left:5px;
	top:12px;
	color:#fff;
	font-family: "Montserrat", serif;
	background: #e64c71;
	padding: 5px 12px 8px;
	font-size: 1.3em;
	border-radius: 40px;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.Faq > dl > dt {
	padding:20px 50px 20px 60px;
	line-height: 1.4em;
	font-size: 1.6rem;
}
	
.Faq > dl > dt::after{
	right: 10px;
	top: 15px;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.Faq > dl > dt.open::after{
	right: 10px;
	top: 15px;
	font-size: 1.8rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
	
.Faq > dl > dd {
	padding:30px 30px 30px 30px;
	display:none;
	line-height: 1.6em;
}
.Faq > dl > dt span {
	position:absolute;
	left:5px;
	top:15px;
}
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.Faq > dl > dt {
	padding:20px 45px 20px 60px;
	font-size: 1.5rem;
}	
.Faq > dl > dd {
	padding:20px;
}
}


.About_box.history{
	position: relative;
}
.About_box.history .txt{
	width: 45%;
	margin: 0 auto;
	padding: 20px;
}
.About_box.history .txt h3{
	width: 90%;
	max-width: 400px;
	margin: 0 auto 20px;
}
.About_box.history .txt h4{
	margin: 30px 0 30px;
	text-align: left;
	padding: 0 30px;
}
.About_box.history .photo{
	width: 45%;
	padding: 20px;
	margin: 0 auto;
}
.About_box.mission{
	position: relative;
	margin: 0 auto;
	padding: 5% 0 0;
}
.About_box.mission .mission-p{
	width: 90%;
	margin: 0 auto 3% 0;
	position: relative;
	z-index: 1;
}
.About_box.mission .title{
	position: absolute;
	right: 10%;
	top: 5%;
	text-align: right;
	z-index: 5;
}
.About_box.mission .title .en{
	font-size: clamp(30px, 10vw, 100px);
	font-family: "Montserrat", serif;
	color: rgba(215,26,13,0.7);
	/*color: #d71a0d;*/
	margin-bottom: 40px;
	display: block;
	font-weight: 300;
}
.About_box.mission .title h3.backred{
	background: #d71a0d;
	color: #fff;
  font-family: "Sawarabi Mincho", serif;
	padding: 0 20px;
	display: inline-block;
	font-size: clamp(15px, 2vw, 20px);
}

.About_box.mission .zu{
	width: 50%;
	padding: 50px 0px 10px;
}
.About_box.mission .txt{
	width: 50%;
	padding: 10px;
}

.About_box.mission .txt h4{
	text-align: center;
	font-weight: 700;
	margin-bottom: 5%;
}
.About_box.mission .txt p{
	text-align: center;
}

.About_box.strength{
	background: url("../img/about/strength_back.png") center bottom no-repeat;
	background-size: 100% auto;
	background-size: cover;
	padding: 0 0 30%;
	margin: 0;
}
.About_box.strength .title{
	margin: -30px auto 3%;
	text-align: center;
}

.About_box.strength .title .en{
	font-size: clamp(30px, 10vw, 100px);
	font-family: "Montserrat", serif;
	color: rgba(255,255,255,0.7);
	margin-bottom: 40px;
	display: block;
	font-weight: 300;
}
.About_box.strength .title h3.backred{
	background: #d71a0d;
	color: #fff;
  font-family: "Sawarabi Mincho", serif;
	padding: 0 20px;
	display: inline-block;
	font-size: clamp(15px, 2vw, 20px);width: 230px;
}
.About_box.strength h4{
	text-align: center;
	/*color: #fff;*/
	margin-bottom: 20px;
}
.About_box.strength p{
	text-align: center;
	/*color: #fff;*/
}
.About_box.work{
	/*background: #fff;*/
	padding: 3% 0;
	margin-top: -2px;
}



.About_box.work .title{
	margin: 0 auto 3% 0;
	text-align: left;
}
.About_box.work .title .en{
	font-size: clamp(30px, 10vw, 100px);
	font-family: "Montserrat", serif;
	color: rgba(215,26,13,0.7);
	margin-bottom: 40px;
	display: block;
	font-weight: 300;
}
.About_box.work .title h3.backred{
	background: #d71a0d;
	color: #fff;
  font-family: "Sawarabi Mincho", serif;
	padding: 0 20px;
	display: inline-block;
	font-size: clamp(15px, 2vw, 20px);
}
.About_box.work h4{
	text-align: left;
	margin-bottom: 30px;
	font-weight: 700;
}

.About_box.work .zu{
	width: 85%;
	margin: -8% -5% 3% auto;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
.About_box.history .txt{
	width: 50%;
	margin: 0 auto;
	padding: 10px;
}
.About_box.history .txt h4{
	margin: 30px 0 30px;
	text-align: left;
	padding: 0 30px;
}
.About_box.history .photo{
	width: 50%;
	padding: 10px;
	margin: 0 auto;
}

.About_box.mission .zu{
	width: 60%;
	padding: 20px;
	order: 2;
	margin: auto;
}
.About_box.mission .txt{
	width: 100%;
	padding: 0px;
	order: 1;
}
	
.About_box.strength .title{
	margin: -20px auto 3%;
	text-align: center;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {
.About_box.history .txt{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.About_box.history .txt h3{
	width: 90%;
	max-width: 300px;
	margin: 0 auto 10px 20px;
}
.About_box.history .photo{
	width: 80%;
	padding: 10px;
	margin: 0 auto;
}

.About_box.mission .mission-p{
	width: 95%;
	margin: 0 auto 3% 0;
	position: relative;
	z-index: 1;
}
.About_box.mission .title{
	right: 3%;
	top: 1%;
}
.About_box.mission .title .en{
	margin-bottom: 10px;
}

.About_box.strength .title{
	margin: -10px auto 3%;
	text-align: center;
}	
}

@media only screen and (min-width:1px) and (max-width: 530px) {
	
.About_box.work .zu{
	width: 95%;
	margin: 0px -2% 3% auto;
}
	
}


.About_box.number{
	position: relative;
}
.About_box.number .num-en{
	position: absolute;
	bottom: 2%;
	right: 0;
	width: 60%;
}
.num li{
	width: 33.3333%;
	padding: 0px;
}
.num li.w50{
	width: 50%;
	padding: 0px;
}
.About_box.number h3,
.About_box.question h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3%;
	font-weight: 400;
	border-bottom: 1px solid #f5ccb2;
	padding: 10px;
}
.About_box.number h3.bred{
	border-bottom: 1px solid #c51725;
}
.About_box.number h3 .backw,
.About_box.question h3 .backw{
	display: inline-block;
	background: #fff;
	padding:  0px 20px;
  font-family: "Sawarabi Mincho", serif;
	color: #c51725;
}
.About_box.number h3 .en,
.About_box.question h3 .en{
	color: #f5ccb2;
  font-family: "Montserrat", serif;
	font-size: 80%;
	
}
.About_box.number h3 .backr{
	display: inline-block;
	background: #c51725;
	padding:  0px 20px;
  font-family: "Sawarabi Mincho", serif;
	color: #fff;
}
.About_box.number h3 .en{
	color: #fff;
  font-family: "Montserrat", serif;
	font-size: 80%;
	
}
.About_box.number h3 .enr{
	color: #c51725;
  font-family: "Montserrat", serif;
	font-size: 80%;
}

.About_box.question .wwaku-m{
	width: 48%;
	margin: 20px 1%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
.About_box.question .wwaku-s{
	width: 33%;
	margin: 20px 1%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
.About_box.question .wwaku-l{
	width: 63%;
	margin: 20px 1%;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}

.About_box.question h4{
	text-align: left;
	color: #eb4b5f;
	font-weight: 700;
	margin-bottom: 20px;
	width: 100%;
}

.About_box.question .q01 .fukidasi01,
.About_box.question .q01 .fukidasi02,
.About_box.question .q01 .fukidasi03,
.About_box.question .q01 .fukidasi04{
	margin: 15px auto;
	width: 96%;
	
}
.About_box.question .q02 .fukidasi01,
.About_box.question .q02 .fukidasi03,
.About_box.question .q02 .fukidasi05{
	width: 80%;
	margin: 15px auto 15px 2%;
}
.About_box.question .q02 .fukidasi02,
.About_box.question .q02 .fukidasi04{
	width: 80%;
	margin: 15px 2% 15px auto;
	
}
.About_box.question .q03 .fukidasi01{
	width: 45%;
	margin: 10px 0 0;
	padding: 2%;
	
}
.About_box.question .q03 .fukidasi01 img{
	margin-bottom: 10px;
	
}
.About_box.question .q03 .fukidasi03{
	width: 55%;
	margin: 10px 0 0;
	padding: 2%;
	
}
.About_box.question .q03 .fukidasi04{
	width: 90%;
	margin: 10px 2% 0px auto;
	
}
.About_box.question .q03 .fukidasi05{
	width: 45%;
	margin: 10px 0 0;
	padding: 2%;
	
}
.About_box.question .q03 .fukidasi06{
	width: 55%;
	margin: 35px 0 0px;
	padding: 2%;
}
.About_box.question .q03 .fukidasi07{
	width: 85%;
	margin: 10px 2% 0px auto;
	
}
.About_box.question .q04 .fukidasi01,
.About_box.question .q04 .fukidasi03,
.About_box.question .q04 .fukidasi03,
.About_box.question .q04 .fukidasi04{
	margin: 15px auto;
	width: 96%;
}
.About_box.question .q04 .fukidasi02{
	width: 85%;
	margin: 15px 2% 15px auto;
	
}
.About_box.question .q04 .fukidasi05{
	width: 93%;
	margin: 15px 2% 15px auto;
	
}
.About_box.question .q04 .fukidasi06{
	width: 93%;
	margin: 15px auto 15px 2%;
	
}



@media only screen and (min-width:1px) and (max-width: 960px) {
.About_box.question .wwaku-m{
	padding: 15px;
}
.About_box.question .wwaku-s{
	padding: 15px;
}
.About_box.question .wwaku-l{
	padding: 15px;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {

.num li.w50{
	width: 100%;
	padding: 0px;
}
.num li{
	width: 50%;
	padding: 0px;
}	
.About_box.number .num-en{
	position: absolute;
	bottom: 0%;
	right: 0;
	width: 60%;
}
.About_box.question h4{
	font-size: 2.2rem;
}
.About_box.question .wwaku-m{
	width: 98%;
	margin: 20px 1%;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.About_box.question .wwaku-s{
	width: 98%;
	margin: 20px 1%;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
.About_box.question .wwaku-l{
	width: 98%;
	margin: 20px 1%;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {

.About_box.number h3,
.About_box.question h3,
.About_box.number h3{
		flex-wrap: wrap;
	}
	
	.About_box.question h4{
		font-size: 1.8rem;
	}
}

.yakuwari .zu{
	width: 90%;
	margin: 3% auto;
	
}

.keibihoan{
	background: url("../img/about/yakuwari_back.png") center center no-repeat;
	background-size: cover;
	padding: 3% 0;
}
.keibihoan .backp{
	padding: 3% 0;
}
.keibi .txt{
	width: 100%;
	padding: 20px;
}
.hoan .txt{
	width: 40%;
	padding: 20px;
}
.keibi .txt h3,
.hoan .txt h3{
	width: 70%;
	max-width: 220px;
	margin: auto;
	text-align: center;
	padding: 20px;
}
.keibi .photo,
.hoan .photo{
	width: 60%;
	padding: 20px;
}

.keibihoan .point .inner .wwaku{
	margin: 3% auto;
	background: rgba(255,255,255,0.5);
	padding: 50px;
}
.keibihoan .point .inner .wwaku .txt{
	width: 50%;
	padding: 20px;
}
.keibihoan .point .inner .wwaku h4{
	text-align: left;
	margin-bottom: 30px;
}
.keibihoan .point .inner .wwaku .photo{
	width: 65%;
	margin-right: -15%;
	padding: 20px 0 20px 20px;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
	
.keibi .txt{
	width: 100%;
	padding: 10px;
}
.hoan .txt{
	width: 50%;
	padding: 10px;
}
.keibi .photo,
.hoan .photo{
	width: 50%;
	padding: 10px;
}
.keibihoan .point .inner .wwaku{
	padding: 20px;
}
.keibihoan .point .inner .wwaku .txt{
	width: 50%;
	padding: 20px;
}
.keibihoan .point .inner .wwaku .photo{
	width: 60%;
	margin-right: -10%;
	padding: 20px 0 20px 20px;
}
}
@media only screen and (min-width:1px) and (max-width: 768px) {
	.keibi .txt,
.hoan .txt{
	width: 100%;
	padding: 10px;
	order: 1;
}
.keibi .photo,
.hoan .photo{
	width: 100%;
	padding: 10px;
	order: 2;
}
	
.keibihoan .point .inner .wwaku{
	padding: 10px;
}
.keibihoan .point .inner .wwaku .txt{
	width: 100%;
	padding: 10px;
}
.keibihoan .point .inner .wwaku .photo{
	width: 95%;
	margin: 0 -10% 0 15%;
	padding: 10px;
}	
}

/*Style*/

.About_box.effort .title,
.About_box.training .title{
	margin: 3% auto 3%;
	text-align: center;
}

.About_box.effort .title .en,
.About_box.training .title .en{
	font-size: clamp(30px, 10vw, 100px);
	font-family: "Montserrat", serif;
	color: rgba(255,255,255,0.7);
	color: #f5ccb2;
	margin-bottom: 40px;
	display: block;
	font-weight: 200;
}
.About_box.effort .title h3.backred,
.About_box.training .title h3.backred{
	background: #d71a0d;
	color: #fff;
  font-family: "Sawarabi Mincho", serif;
	padding: 0 20px;
	display: inline-block;
	font-size: clamp(15px, 2vw, 20px);
	min-width: 230px;
}
.About_box.training .wwaku{
	background: rgba(255,255,255,0.5);
	margin: 5% auto;
	padding: 50px;
}

.About_box.training .zu{
	width: 96%;
	margin: auto;
}
.About_box.training .flow{
	margin: 3% 5%;
}
.About_box.training .flow .flow-box .step{
	width: 30%;
	padding: 20px 10px;
}
.About_box.training .flow .step .num{
	font-size: 3.0rem;
	font-family: "Montserrat", serif;
	color: #9e6baa;
}
.About_box.training .flow .flow-box .step .sch{
	margin: 10px auto;
  background: linear-gradient(to right, #5f79f7, #f6c5ba);
	display: block;
	text-align: center;
	color: #fff;
}
.About_box.training .flow .flow-box .txt{
	width: 70%;
	padding: 20px 10px;
}
.About_box.training .flow .flow-box .arrow{
	width: 100%;
	border-top: 1px solid #c0c0c0;
	padding: 0px 10px;
	margin: 20px auto;
}
.About_box.training .flow .flow-box .arrow img{
	width: 60px;
}

.effort-box{
	margin: 0 auto;
	border-bottom: 1px solid #f5ccb2;
	padding: 4% 0;
}
.effort-box .photo{
	width: 40%;
	padding: 10px;
}
.effort-box .txt{
	width: 60%;
	padding: 10px;
}
.effort-box .num{
	text-align: left;
	padding: 0 10px;
	font-family: "Montserrat", serif;
/*	color: #fff;*/
	color: #c63222;
}
.effort-box h4{
/*	color: #fff;*/
	color: #c63222;
	text-align: left;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
/*
.effort-box p{
	color: #fff;
}*/

@media print , screen and (max-width: 960px) {

.About_box.training .flow{
	margin: 3% auto;
}
.About_box.training .wwaku{
	background: rgba(255,255,255,0.5);
	padding: 30px;
}
}
@media print , screen and (max-width: 768px) {

.About_box.training .flow .flow-box .step{
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: auto;
	padding: 20px 10px 0;
}
.About_box.training .flow .flow-box .txt{
	width: 100%;
	padding: 10px 10px;
}
.About_box.training .wwaku{
	background: rgba(255,255,255,0.7);
	padding: 30px 20px;
}
	
.effort-box .photo{
	width: 96%;
	padding: 10px;
}
.effort-box .txt{
	width: 100%;
	padding: 10px;
}
	
}
@media print , screen and (max-width: 530px) {

}



/*Contact*/

.check {
	width: 100%;
	max-width: 800px;
	text-align: center;/*
    border: 2px solid #999;*/
	margin: 3% auto 0;
	padding: 15px;
}
.check label {
    cursor: pointer;
}
.check label dl {
    display: table;
    margin: 0 auto;
}
.check label dl dt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
 /*   background-color: #F00;*/
    padding: 2px;
}
.check label dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding: 3px 1em;
}
.check p {
	text-align: center;
}


/* form-table */

.contact-item {
    width: 100%;
    color: #000;
    text-align: left;
    padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.fl-box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.contact-item dt {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    margin-bottom: 15px;
}
.contact-item dt span {
    display: inline-block;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: 160%;
    color: #FFF;
    border-radius: 6px;
    background-color: #ff0100;
    margin-left: 1em;
    padding: .4em 1.2em;
}
.contact-item dd ul {
   text-align: left;
}
.contact-item dd ul li {
   width: 300px;
    display: inline-block;
    padding: 5px 0;
}
.contact-item dl{
	width: 98%;
	margin: 10px 1%;
}
.contact-item dl.helf {
    width: 48%;
	margin: 10px 1%;
}
.contact-item label {
    cursor: pointer;
    padding-right: 2em;
}
.contact-item dd span {
    color: #ff0100;
}

.contact-item .location{
	width: 50%;
}

.privacy{
	margin: 3% auto 0;
	height: 350px;
	overflow: scroll;
	padding: 30px;
	background: #fff;
	border: 1px solid #efefef;
}
.privacy h4{
	border-bottom: 1px solid #b52e2d;
	margin-bottom: 30px;
}
/* form */


.form-style {
	
}
.form-style input {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.form-style input[type="checkbox"] {
	margin: 0 0.5em;
	border: 1px solid #efefef;
}
.form-style input[type="text"],.form-style textarea {
	color: #000!important;
	border-radius: 6px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: .5em 1em;
	border: 1px solid #efefef;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.form-style textarea {
	display: block;
	margin-bottom: 0;
	border: 1px solid #efefef;
}
.form-style input[type="text"]:focus,.form-style textarea:focus {
	background: #FFF;
	outline: 0;
	border: 1px solid #efefef;
}

.form-style input[type="number"] {
	border-radius: 6px;
	background: #FFF;
	margin: 10px 10px 10px 0;
	padding: 3px;
}
.form-style input[type="radio"] {
	margin-left: 2px;
	margin-right: 6px;
}
.form-style select::-ms-expand {
	display: none;
}
.form-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.1em;
	border-radius: 5px;
	background-image: url(../images/arrow_u.png);
	background-repeat: no-repeat;
	background-size: 10px 7px;
	background-position: right 10px center;
	background-color: #FFF;
	padding: 7px 30px 7px 10px;
}
.form-style select:focus {
	outline: 0;
}

input::-webkit-input-placeholder {
	color: #CCC;
}
input:-ms-input-placeholder {
	color: #CCC;
}
input::-moz-placeholder {
	color: #CCC;
}

.formwidth-ss {
	width: 100px;
}
.formwidth-s {
	width: 20%;
}
.formwidth-ms {
	width: 25%;
}
.formwidth-m {
	width: 60%;
}
.formwidth-l {
	width: 100%;
}
.regi-buttun {
	text-align: center;
	margin: 3% 0 0;
}

.entry-area {
	width: 550px;
	margin: 60px auto 0;
}

/* ボタン */

.add-bu {
	font-size: 1.5rem!important;
	-webkit-appearance: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #333;
	border-radius: 6px;
    margin-left: .5em;
	padding: 5px 1em;
}

.button-rd {
	border: 3px solid #c63222;
	background: #c63222;
}
.button-rd:hover {
	color: #c63222;
	background: #FFF;
}
.button-gr {
	border: 3px solid #CCC;
	background: #CCC;
}
.button-gr:hover {
	color: #CCC;
	background: #FFF;
}

[class^="button-"] {
	width: 46%;
	display: block;
	-webkit-appearance: none;
	cursor: pointer;
	float: left;
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	text-align: center;
	color: #FFF;
	padding: 4% 0;
	margin: 0 2%;
}

#submit[disabled] { 
	cursor: default;
	background: #CCC;
	border: 3px solid #CCC;
}
#submit[disabled]:hover {
	color: #FFF;
}

/* cf */

.entry-area:after {
    content:" ";
    display:block;
    clear:both;
}


@media only screen and (max-width: 768px) {
	
    .attention {
        margin-bottom: 4%;
        padding: .5em 1em;
    }
	.title-s {
		font-size: clamp(1.6rem, 1.8vw, 1.8rem);
		margin-bottom: 6%;
	}
	.contact-att-send {
		width: 100%;
		padding: 5%;
	}
	.contact-att-send p strong {
		font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	}
    
    .contact-item {
        width: 100%;
        border-bottom: none;
        padding: 0;
    }
    .contact-item dl {
        border-bottom: 1px solid #CCC;
        padding: 3% 0;
    }
    .contact-item dt {
        font-size: clamp(1.4rem, 1.6vw, 1.6rem);
        margin-bottom: 3%;
    }
    .contact-item dt span {
        font-size: 1.3rem;
    }
    .contact-item dd ul {
       text-align: left;
    }
    .contact-item dd ul li {
        width: 100%;
        display: inline-block;
        padding: 2px 0;
    }
.contact-item dl{
        width: 100%;
	margin: 10px auto;
}
    .contact-item dl.helf {
        width: 100%;
	margin: 10px auto;
    }
    
    
	.entry-area {
		width: 100%;
		margin: 8% auto 0;
	}
	.form-style input[type="text"],.form-style textarea {
		padding: .4em .7em;
	}
	.formwidth-m,.formwidth-l {
		width: 98%;
	}
	.formwidth-s {
		width: 4.5em;
	}
	.formwidth-ss {
		width: 100px;
	}
    [class^="button-"] {
        font-size: 1.3rem!important;
    }
}




.otherlink{
	margin: 3% auto;
	width: 96%;
}

.otherlink ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.otherlink ul li a{
	display: block;
	background: #333333;
	color: #fff;
	font-weight: 500;
	padding: 5px 30px;
	font-size: 1.5rem;
}
.otherlink ul li a:hover{
	background: #c63222;
}

@media print , screen and (max-width: 530px) {
	

.otherlink ul li a{
	display: block;
	background: #333333;
	color: #fff;
	font-weight: 500;
	padding: 5px 15px;
	font-size: 1.2rem;
}
	
}
