@charset "UTF-8";

.usec_htxt{
	text-align: center;
	margin-bottom: 30px;
}

/* -----------------------------------------------

	 under_mainview

----------------------------------------------- */
.under_mainview {
	margin-bottom: 90px;
  }
  .under_mainview .main_img{
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .under_mainview .main_img img {
	width: 100%;
	position: relative;
	max-height: 450px;
	height: 35vw;
	object-fit: cover;
  }
  .under_mainview .main_img .main_text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	line-height: 1.6;
  }
  .under_mainview .main_img .main_text .ttl{
	font-size: 50px;
	font-family: 'Zen Old Mincho', serif;
  }
	@media only screen and (max-width: 1024px) {
	  .under_mainview .main_img .main_text .ttl{
		font-size: 40px;
	  }
	}
	@media only screen and (max-width: 768px) {
	  .under_mainview .main_img img{
		height: 320px;
	  }
	  .under_mainview .main_img .main_text .ttl{
		font-size: 30px;
	  }
	}
	@media only screen and (max-width: 479px) {
	  .under_mainview {
		margin-bottom: 60px;
	  }
	  .under_mainview .main_img img{
		height: 230px;
	  }
	  .under_mainview .main_img .main_text .ttl{
		font-size: 8vw;
	  }
	}




/* -----------------------------------------------

	 about

----------------------------------------------- */
#about .usec_about .featureset{
	margin-bottom: 90px;
}
#about .usec_about .featureset .txt01{
	font-size: 40px;
	font-family: 'Zen Old Mincho', serif;
}
#about .usec_about .fimgset {
	margin-bottom: 40px;
}
#about .usec_about .fimgset img{
	width: 240px;
}

#about .usec_about.beginner{
	padding: 60px 0;
	background: rgba(248, 184, 19, 0.1);
}
#about .usec_about.beginner .txts p:first-child{
	margin-bottom: 30px;
}
#about .usec_about.note .txts{
	border: solid 3px #e29c00;
	padding: 40px 60px;
}
#about .usec_about.note .txts p:first-child{
	margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
	#about .usec_about .fimgset img{
		width: 200px;
	}
	#about .usec_about .featureset .txt01 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 768px) {
	#about .usec_about .fimgset img{
		width: 150px;
	}
	#about .usec_about .featureset .txt01 {
		font-size: 30px;
	}
	#about .usec_about .fimgset {
		margin-bottom: 30px;
	}
	#about .usec_about.note .txts {
		padding: 30px 45px;
	}
}
@media only screen and (max-width: 479px) {
	#about .usec_about .fimgset img {
		width: 33%;
	}
	#about .usec_about .fimgset {
		margin-bottom: 20px;
	}
	#about .usec_about .featureset {
		margin-bottom: 50px;
	}
	#about .usec_about .featureset .txt01 {
		font-size: 5.8vw;
		letter-spacing: -0.01rem;
	}
	#about .usec_about .featureset .txt01 {
		text-align: justify;
	}
	#about .usec_about.beginner .txt01 br{
		display: none;
	}
	#about .usec_about.note .txts {
		border: solid 2px #e29c00;
		padding: 20px 30px;
	}
	#about .usec_about.note .txts p:first-child {
		margin-bottom: 20px;
	}
}


/* -----------------------------------------------

	 schedule

----------------------------------------------- */
#schedule .words .container{
	font-size: 40px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	color: #fff;
    background-image: url(../images/bg_sky.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
}
#schedule .schedule .container{
	padding: 0 60px;
}
#schedule .donation .container{
	position: relative;
	padding: 60px 20px;
}
#schedule .donation .container::before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	background: #dee7e9;
}
#schedule .donation  .txt{
	margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
	#schedule .words .container p{
		font-size: 35px;
	}
	#schedule .schedule .container {
		padding: 0 45px;
	}
}
@media only screen and (max-width: 768px) {
	#schedule .words .container {
		padding: 120px 0;
	}
	#schedule .schedule .container {
		padding: 0 30px;
	}
	#schedule .words .container p {
		font-size: 30px;
	}
	#schedule .words .container p .sp{
		display: block;
	}
	#schedule .donation  .txt{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 479px) {
	#schedule .words .container {
		padding: 80px 0;
	}
	#schedule .words .container p {
		font-size: 6vw;
	}
	#schedule .donation  .txt{
		margin-bottom: 30px;
	}
	#schedule .schedule .container {
		padding: 90px 0;
		padding: 0 20px;
	}
}

/* -----------------------------------------------

	 company

----------------------------------------------- */
#company .usec_company.gallery .image{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#company .usec_company.gallery .galleryset01,
#company .usec_company.gallery .galleryset02,
#company .usec_company.gallery .galleryset03{
	gap: 20px;
}
#company .usec_company.gallery .galleryset01,
#company .usec_company.gallery .galleryset02{
	margin-bottom: 20px;
}
#company .usec_company.gallery .galleryset02-inner01{
	gap: 20px;
	width: calc(100% * (2 / 3));
}
#company .usec_company.gallery .galleryset02-inner01 .image{
	width: calc(100% / 2 - 10px);
}
#company .usec_company.gallery .galleryset02-inner02{
	width: calc(100% * (1 / 3.08));
}
#company .usec_company.gallery .galleryset02-inner02 .image{
	height: 100%;
}
#company .usec_company.gallery .galleryset02-inner02 .image img{
	object-fit: cover;
}

#company .usec_company.history .timeline {
	list-style: none;
}
#company .usec_company.history .timeline > li {
	margin-bottom: 60px;
}

#company .usec_company.profile table{
	width: 100%;
}
#company .usec_company.profile table th,
#company .usec_company.profile table td{
	padding: 15px;
}
#company .usec_company.profile table th{
	background: rgba(248, 184, 19, 0.1);
	width: 25%;
}
#company .usec_company.history .timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
  }
  #company .usec_company.history .timeline-date {
	width: 200px;
	float: left;
  }
  #company .usec_company.history .timeline-content {
	width: calc(100% - 200px);
	float: left;
	border-left: 3px rgba(51, 51, 51, 0.2) solid;
	padding-left: 30px;
	padding-bottom: 40px;
  }
  #company .usec_company.history .timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #e29500;
	position: absolute;
	left: 195px;
	top: 15px;
	border-radius: 100%;
  }

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
	#company .usec_company.history .timeline-date {
		width: 130px;
	}
	#company .usec_company.history .timeline-content {
		width: calc(100% - 130px);
	}
	#company .usec_company.history .timeline-content:before {
		left: 125px;
		top: 10px;
	}
	#company .usec_company.map iframe{
		height: 350px;
	}
	#company .usec_company.gallery .galleryset02-inner02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% * (1 / 3.2));
	}
}
@media only screen and (max-width: 479px) {
	#company .usec_company.gallery .galleryset01, #company .usec_company.gallery .galleryset02, #company .usec_company.gallery .galleryset03 {
		gap: 10px;
	}
	#company .usec_company.gallery .galleryset01, #company .usec_company.gallery .galleryset02 {
		margin-bottom: 10px;
	}
	#company .usec_company.gallery .galleryset02-inner02,
	#company .usec_company.gallery .galleryset03 .image.sp{
		display: none;
	}
	#company .usec_company.gallery .galleryset02-inner01 {
		gap: 10px;
		width: 100%;
	}
	#company .usec_company.gallery .galleryset02-inner01 .image {
		width: calc(100% / 2 - 5px);
	}

	#company .usec_company.history .timeline-date {
		font-weight: 700;
		width: 100%;
	}
	#company .usec_company.history .timeline-content {
		width: 100%;
	}
	#company .usec_company.history .timeline-content:before{
		content: unset;
	}
	#company .usec_company.history .timeline-content {
		padding: 5px 0 20px 10px;
		border-left: solid 2px rgba(51, 51, 51, 0.2) ;
	}

	#company .usec_company.profile table tr{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: left;
	}
	#company .usec_company.profile table th{
		width: 100%;
	}
	#company .usec_company.profile table th,
	#company .usec_company.profile table td{
		padding: 8px 15px;
	}
	#company .usec_company.map iframe{
		height: 300px;
	}
}



/* -----------------------------------------------

	 faq

----------------------------------------------- */
#faq .line02{
	margin-top: 20px;
}

.Qa-Box .Qa {
    margin-bottom: 30px;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
	display: flex;
	align-items: baseline;
	padding: 15px 30px;
}
.Qa-Box .Qa dt{
	color: #fff;
	background: #2d74bb;
}
.Qa-Box .Qa dd{
	background: #dee7e9;
}

.Qa-Box .Qa dt p {
	margin: 0;
	font-weight: bold;
	width: 100%;
}

.Qa-Box .Qa dd p {
	margin: 0;
	width: 100%;
}

.Qa-Box .Qa:last-of-type {
	border-bottom: none;
}

.Qa-Box .Qa dt::before {
	content: "Q";
	font-weight: 700;
	margin-right: 30px;
}

.Qa-Box .Qa dd::before {
	content: "A";
	color: #2d74bb;
	font-weight: 700;
	margin-right: 30px;
}


#faq .usec_faq.contact .txtsbox{
	border: solid 2px #2d74bb;
	padding: 45px 30px;
  }
  #faq .usec_faq.contact .telnum{
	font-size: 90px;
	font-weight: 700;
	color: #2d74bb;
	line-height: 1.3;
	margin-bottom: 20px;
  }
  #faq .usec_faq.contact .telnum img{
	max-width: 50px;
	margin-right: 30px;
  }

	@media only screen and (max-width: 1024px) {
		#faq .usec_faq.contact .telnum {
			font-size: 80px;
		}
		#faq .usec_faq.contact .telnum img{
			max-width: 43px;
		}
	}
	@media only screen and (max-width: 768px) {
		.Qa-Box .Qa dt, .Qa-Box .Qa dd {
			padding: 10px 25px;
		}
		#faq .usec_faq.contact .telnum {
			font-size: 65px;
		}
		#faq .usec_faq.contact .telnum img{
			max-width: 35px;
			margin-right: 20px;
		}
	}
	@media only screen and (max-width: 479px) {
		.Qa-Box .Qa dt::before, .Qa-Box .Qa dd::before{
			margin-right: 20px;
		}
		.Qa-Box .Qa dt, .Qa-Box .Qa dd {
			padding: 5px 20px 10px;
			font-size: 15px;
		}
		.Qa-Box .Qa dt p {
			line-height: 1.3;
		}
		#faq .usec_faq.contact .txtsbox {
			padding: 30px 20px;
		}
		#faq .usec_faq.contact .telnum {
			font-size: 10vw;
		}
		#faq .usec_faq.contact .telnum img{
			max-width: 5vw;
			margin-right: 10px;
		}
	}



/* -----------------------------------------------

	 interview

----------------------------------------------- */
#interview .interviewset{
	background: #dee7e9;
	padding: 30px;
}
#interview .interviewset01{
	margin-bottom: 60px;
}
#interview .interviewset .inner{
	background: #fff;
	padding: 30px;
}
#interview .interviewset .head{
	color: #2d74bb;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: solid 2px #2d74bb;
}
#interview .interviewset .head .position{
	background: #2d74bb;
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.3;
	padding: 8px 15px;
	margin-right: 20px;
}
#interview .interviewset .head .name rt{
	letter-spacing: 0.3rem;
    text-align: left;
}
#interview .interviewset .body{
	gap: 60px;
}
#interview .interviewset .body .image{
	max-width: 300px;
	width: 100%;
}
#interview .interviewset .body .txts{
	width: calc(100% - 300px - 60px);
}
#interview .interviewset .qaset{
	margin-bottom: 30px;
}
#interview .interviewset .qtxt{
	color: #2d74bb;
	font-weight: 700;
	margin-bottom: 5px;
}
#interview .interviewset .atxt{
	line-height: 1.6;
}
#interview .interviewset .body .profile_dl {
	margin-bottom: 30px;
}
#interview .interviewset .body .profile_dl dt {
	width: 20%;
}
#interview .interviewset .body .profile_dl dd {
	width: 80%;
}


	@media only screen and (max-width: 1024px) {
		#interview .interviewset .body .image {
			max-width: 250px;
		}
		#interview .interviewset .body {
			gap: 45px;
		}
		#interview .interviewset .body .txts{
			width: calc(100% - 250px - 45px);
		}
		#interview .interviewset .body .profile_dl dt {
			width: 25%;
		}
		#interview .interviewset .body .profile_dl dd {
			width: 75%;
		}
	}
	@media only screen and (max-width: 768px) {
		#interview .interviewset .body .image {
			max-width: 200px;
		}
		#interview .interviewset .body {
			gap: 35px;
		}
		#interview .interviewset .body .txts{
			width: calc(100% - 200px - 35px);
		}
		#interview .interviewset .body .profile_dl dt {
			width: 30%;
		}
		#interview .interviewset .body .profile_dl dd {
			width: 70%;
		}
	}
	@media only screen and (max-width: 650px) {
		#interview .interviewset .body{
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		#interview .interviewset .body .txts {
			width: 100%;
		}
	}
	@media only screen and (max-width: 479px) {
		#interview .interviewset {
			padding: 10px;
		}
		#interview .interviewset .inner{
			padding: 15px;
		}
		#interview .interviewset .head {
			padding-bottom: 10px;
			margin-bottom: 20px;
		}
		#interview .interviewset .head .position{
			margin-right: 10px;
			padding: 5px;
		}
		#interview .interviewset .body{
			gap: 20px;
		}
		#interview .interviewset .qaset {
			margin-bottom: 20px;
		}
		#interview .interviewset .body .profile_dl {
			margin-bottom: 20px;
		}
		#interview .interviewset .body .profile_dl dt {
			width: 30%;
		}
		#interview .interviewset .body .profile_dl dd {
			width: 70%;
		}
		#interview .interviewset .body .profile_dl p {
			font-size: 13px;
		}
	}
/* -----------------------------------------------

	 policy

----------------------------------------------- */
#policy .usec_policy .policyset {
	margin-bottom: 90px;
}
#policy .usec_policy .policyset .ttl{
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: solid 2px #f8b813;
}
#policy .usec_policy .policytxt{
	line-height: 1.5;
	margin-bottom: 20px;
}
#policy .usec_policy .policyset ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 25px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#policy .usec_policy .policyset ul li::before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 60px;
	margin-right: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
    transform : translateY(-50%);
	left: 0;
}


@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
	#policy .usec_policy .policyset {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 479px) {
	#policy .usec_policy .policyset {
		margin-bottom: 45px;
	}
	#policy .usec_policy .policyset ul li {
		padding-left: 10px;
	}
	#policy .usec_policy .policyset ul li::before{
		width: 3px;
		height: 3px;
	}
}




/* -----------------------------------------------

	 info

----------------------------------------------- */
.infobody{
	margin-bottom: 180px;
}
.screen-reader-text{
	display: none !important;
}
ul.page-numbers{
	gap: 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.page-numbers li a{
	padding: 5px 10px;
}
ul.page-numbers .current{
	color: #f8b813;
	font-weight: 900;
	padding: 5px 10px;
    text-decoration: underline;
}
ul.page-numbers a.prev.page-numbers,
ul.page-numbers a.next.page-numbers{
	background: #333333;
	color: #fff;
	padding: 5px 10px;
}
#info .infoset{
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: solid 1px #cdcdcd;
}
#info .infoset > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: 0.5s;
}
#info .infoset a:hover{
	opacity: 0.25;
	transition: 0.5s;
}
#info .infoset .date{
	color: #f8b813;
}
#info .infoset h2{
	margin-bottom: 10px;
}
#info .infoset .txt{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
}
#infoin .infobody .container{
	max-width: 1000px;
}
#infoin .single-postwrap{
	margin-bottom: 100px
}
#infoin .single-postwrap .date{
	color: #f8b813;
}
#info .archive-post .cate,
#infoin .single-postwrap .cate{
	font-size: 16px;
	text-align: center;
    color: #ffffff;
    font-weight: 700;
    background: #bfbfbf;
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
}
#infoin .single-postwrap .ttl{
	margin-bottom: 60px;
}
#infoin .single-postwrap .contwrap{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	.infobody {
		margin-bottom: 120px;
	}
	#info .archive-post .cate,
	#infoin .single-postwrap .cate{
		padding: 7px 15px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	.infobody {
		margin-bottom: 90px;
	}
}
