@charset "utf-8";
/******▼option▼******/
img {
	-ms-interpolation-mode: bicubic;
}
.fade-in {
	position: relative;
	transition: 0.6s;
	transform: translateY(50px);
	opacity: 0;
}
.fade-in.show {
	opacity: 1;
	transform: translateY(0);
}
.text-center {
	text-align: center;
}
/************************************
▼html・body・wrapper▼
************************************/
html, body {
	position: relative;
}
body {
	color: #353535;
	font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
#wrapper {
	font-size: 1.6em;
	line-height: 1.75;
	position: relative;
}
/************************************
▼header▼
************************************/
#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}
#header-logo {
	width: 50%;
	margin: 0 15px;
	max-width: 400px;
}
#header-logo img {
	width: 100%;
	display: block;
}
#navigation {
	display: flex;
	align-items: center;
}
#global-nav {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background: #116cb3;
	transition: all .3s;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#global-nav.active {
	right: 0;
	opacity: 1;
}
#global-nav ul {
	padding: 0 6vw 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 36em;
}
#global-nav li {
	width: 40%;
	list-style: none;
	font-size: 3vw;
	margin: 20px 0;
}
#global-nav li:nth-child(2n+1) {
	width: 60%;
}
#global-nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	transition: all .4s;
}
#global-nav li:hover a {
	opacity: 0.5;
}
#global-nav li a span {
	font-size: 2.3em;
	display: block;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width:640px){
	#global-nav li {
		font-size: 1em;
	}
}
@media screen and (min-width:1100px){
	#global-nav ul {
		max-width: 74em;
	}
	#global-nav li,
	#global-nav li:nth-child(2n+1) {
		width: 20%;
	}
	#global-nav li.wide {
		width: 26%;
	}
	#global-nav li.min {
		width: 14%;
	}
}
/************************************
▼sp-btn▼
************************************/
.header-entry-btn {
	position: relative;
	z-index: 9998;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	width: 120px;
	height: 60px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	transition: all .4s;
}
@media screen and (min-width:900px){
	.header-entry-btn {
		height: 80px;
	}
	.scroll .header-entry-btn {
		height: 50px;
	}
}
/************************************
▼sp-btn▼
************************************/
#sp-btn,
#sp-btn span,
#close-btn,
#close-btn span {
	transition: all .4s;
	margin: 0;
}
#sp-btn,
#close-btn {
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	background-color: #116cb3;
	z-index: 9999;
}
#sp-btn.active,
#close-btn {
	display: none;
}
#close-btn.active {
	display: block;
	background-color: #1D2088;
}
#sp-btn span,
#close-btn span {
	position: absolute;
	left: 20px;
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
}
#sp-btn span:nth-of-type(1),
#close-btn span:nth-of-type(1) {
	top: 20px;
}
#sp-btn span:nth-of-type(2) {
	top: 28px;
}
#sp-btn span:nth-of-type(3),
#close-btn span:nth-of-type(2) {
	top: 36px;
}
#close-btn span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#close-btn span:nth-of-type(2) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
@media screen and (min-width:900px){
	#sp-btn,
	#close-btn {
		width: 80px;
		height: 80px;
	}
	#sp-btn span,
	#close-btn span {
		left: 30px;
	}
	#sp-btn span:nth-of-type(1),
	#close-btn span:nth-of-type(1) {
		top: 30px;
	}
	#sp-btn span:nth-of-type(2) {
		top: 38px;
	}
	#sp-btn span:nth-of-type(3),
	#close-btn span:nth-of-type(2) {
		top: 46px;
	}
	.scroll #sp-btn,
	.scroll #close-btn {
		width: 50px;
		height: 50px;
	}
	.scroll #sp-btn span,
	.scroll #close-btn span {
		left: 17px;
	}
	.scroll #sp-btn span:nth-of-type(1),
	.scroll #close-btn span:nth-of-type(1) {
		top: 16px;
	}
	.scroll #sp-btn span:nth-of-type(2) {
		top: 24px;
	}
	.scroll #sp-btn span:nth-of-type(3),
	.scroll #close-btn span:nth-of-type(2) {
		top: 32px;
	}
}
/************************************
▼home-head▼
************************************/
#home-movie {
	height: 100vh;
	min-height: 600px;
	background-color: #116cb3;
	margin-bottom: 5em;
	position: relative;
	overflow: hidden;
}
#home-movie div {
	background-position: center;
	background-size: 100%;
	height: 130%;
	width: 130%;
	max-width: 1800px;
	position: absolute;
	top: calc(50% + 30px);
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 0;
	transition: all.1s;
}
#home-movie div.home-movie-slide05,
#home-movie div.home-movie-slide05a,
#home-movie div.home-movie-slide05b,
#home-movie div.home-movie-slide05c {
	height: 100%;
	width: 100%;
	max-width: 1200px;
}
#home-movie div.active {
	max-width: 1200px;
	opacity: 1;
	height: 100%;
	width: 100%;
}
#home-movie div.home-movie-slide05 {
	background-color: #116cb3;
}
#home-movie div.home-movie-slide05a {
	top: calc(50% + 6vw);
}
#home-movie div.home-movie-slide05a.active {
	top: calc(50% + 1vw);
}
#home-movie div.home-movie-slide05a.active.on {
	top: calc(50% + -8vw);
}
#home-movie div.home-movie-slide05b {
	top: calc(50% + 13vw);
}
#home-movie div.home-movie-slide05b.active {
	top: calc(50% + 8vw);
}
#home-movie div.home-movie-slide05b.active.on {
	top: calc(50% + -1vw);
}
#home-movie div.home-movie-slide05c {
	top: calc(50% + 25vw);
}
#home-movie div.home-movie-slide05c.active {
	top: calc(50% + 15vw);
}
.home-movie-slide01 {
	background-image: url("../images/home/home-slide01.jpg");
}
.home-movie-slide02 {
	background-image: url("../images/home/home-slide02.jpg");
}
.home-movie-slide03 {
	background-image: url("../images/home/home-slide03.jpg");
}
.home-movie-slide04 {
	background-image: url("../images/home/home-slide04.jpg");
}
.home-movie-slide05a {
	background-image: url("../images/home/home-slide05a.jpg");
}
.home-movie-slide05b {
	background-image: url("../images/home/home-slide05b.jpg");
}
.home-movie-slide05c {
	background-image: url("../images/home/home-slide05c.jpg");
}
@media screen and (min-width:900px){
	#home-movie div {
		top: calc(50% + 40px);
	}
}
@media screen and (min-width:1200px){
	#home-movie div.home-movie-slide05a {
		top: calc(50% + 100px);
	}
	#home-movie div.home-movie-slide05a.active {
		top: calc(50% + 0px);
	}
	#home-movie div.home-movie-slide05a.active.on {
		top: calc(50% + -110px);
	}
	#home-movie div.home-movie-slide05b {
		top: calc(50% + 180px);
	}
	#home-movie div.home-movie-slide05b.active {
		top: calc(50% + 80px);
	}
	#home-movie div.home-movie-slide05b.active.on {
		top: calc(50% + -30px);
	}
	#home-movie div.home-movie-slide05c {
		top: calc(50% + 250px);
	}
	#home-movie div.home-movie-slide05c.active {
		top: calc(50% + 150px);
	}
}
/************************************
▼home-movie-btn▼
************************************/
.home-movie-btn {
	position: fixed;
	bottom: 55px;
	right: 15px;
	width: 100px;
	height: 100px;
	z-index: 9800;
	padding-bottom: 15px;
	font-size: 14px;
	background: #ff9340;
	background: linear-gradient(135deg, rgba(255, 94, 79, 1) 0%,rgba(255, 147, 64, 1) 100%);
	line-height: 1.2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	color: #FFFFFF;
}
.home-movie-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: url("../images/common/icon-09a.png") center top 13px / 34px no-repeat;
}
.home-movie-btn::after {
	content: "";
	position: fixed;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 94px;
	height: 94px;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	border-radius: 50%;
}
@media screen and (min-width: 780px){
	.home-movie-btn {
		bottom: 75px;
	}
}

/************************************
▼home-movie▼
************************************/
#home-movie2 {
	background-color: #116cb311;
	padding: 3em 2em 4em;
}
.home-movie2-title {
	font-size: 6.8vw;
	padding-top: 80px;
	text-align: center;
	color: #116cb3;
	background: url("../images/common/icon-09.png") center top / 70px no-repeat;
	margin: 1em 0 1.5em;
}
@media screen and (min-width: 640px){
	.home-movie2-title {
		font-size: 2.8em;
		padding-top: 110px;
		background-size: 100px;
	}
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.home-movie2-box {
	max-width: 800px;
	margin: 0 auto;
}
/************************************
▼home-slide▼
************************************/
#home-slide {
	background-color: #FFFFFF;
	padding: 3em 2em;
}
.home-slide-title {
	font-size: 6.8vw;
	padding-top: 80px;
	text-align: center;
	color: #116cb3;
	background: url("../images/common/icon-08.png") center top / 70px no-repeat;
	margin: 1em 0 1.5em;
}
@media screen and (min-width: 640px){
	.home-slide-title {
		font-size: 2.8em;
		padding-top: 110px;
		background-size: 100px;
	}
}
.home-slide-box {
	max-width: 800px;
	margin: 0 auto;
}
.home-slide-box img {
	width: 100%;
}
.home-discovery-img {
	max-width: 400px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
}
.home-discovery-img img {
	width: 100%;
	display: block;
	transition: all .4s;
}
.home-slide-btn {
	border: 2px solid rgba(0,0,0,0.2);
	font-size: 18px;
	width: calc(100% - 2rem);
	border-radius: 6px;
	margin: 2em auto 3em;
	padding: 1em 30px;
	display: block;
	background-color: #1D2088;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	transition: .4s all;
	text-align: center;
	max-width: 360px;
}
.home-slide-btn span {
	padding-left: 1.5em;
	background: url("../images/common/pdf-icon-white.png") left center / 1em no-repeat;
}
@media (any-hover: hover) {
	.home-discovery-img:hover img {
		opacity: 0.7;
	}
	.home-slide-btn:hover {
		background-color: #116cb3;
	}
	.home-discovery-img:hover .home-slide-btn {
		background-color: #116cb3;
	}
}
/************************************
▼home-head▼
************************************/
#home-head {
	font-size: 3.7vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.home-head-title {
	display: flex;
	flex-direction: column;
	font-size: 6.8vw;
	line-height: 1.5;
}
.home-head-text {
	margin-top: 1em;
	line-height: 2.4;
}
.home-head-text br {
	display: none;
}
.home-head-img img {
	display: block;
	width: 100%;
}
.page-link {
	margin: 2em 0;
}
.page-link a {
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 1.0em 1em 4em;
	border-radius: 999px;
	font-size: 1.3rem;
	margin-top: 1.5em;
	transition: all.4s;
	background-color: #116cb3;
	background-position: center left 1.2em;
	background-size: 2em;
	background-repeat: no-repeat;
}
.page-link-icon01 {
	background-image: url("../images/common/icon-06a.png");
}
.page-link-icon02 {
	background-image: url("../images/common/icon-01a.png");
}
.page-link a span {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: url("../images/common/arrow.png") center / 15px no-repeat #FFFFFF;
	transition: all.4s;
}
@media screen and (min-width: 640px){
	#home-head {
		font-size: 1.4em;
	}
	.home-head-title {
		font-size: 1.9em;
	}
}
@media screen and (min-width: 960px){
	#home-head {
		flex-direction: row;
		align-items: flex-end;
		width: 100%;
		max-width: 1350px;
		margin: 0 auto;
		padding: 0 0 3em;
		background: url("../images/home/head-visual.jpg") right -15% bottom / auto 90% no-repeat #FFFFFF;
	}
	#home-head-box {
		margin-left: 5%;
	}
	.home-head-text p {
		background-color: rgba(255,255,255,0.8);
		padding: 0 5px;
		display: inline-block;
	}
	.home-head-text br {
		display: block;
	}
	.page-link {
		margin-bottom: 0;
	}
	.page-link a:hover {
		background-color: #1D2088;
	}
	.page-link a:hover span {
		width: 60px;
		height: 60px;
		margin: -10px;
	}
	.home-head-img {
		display: none;
	}
}
/************************************
▼home-voice▼
************************************/
#home-voice {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 5em;
	padding: 5em 0;
	background-color: #116cb3;
}
.home-voice-title {
	font-size: 6.8vw;
	padding-top: 80px;
	color: #FFFFFF;
	background: url("../images/common/icon-05a.png") center top / 70px no-repeat;
}
.home-voice-text {
	font-size: 3.7vw;
	color: #FFFFFF;
	margin: 1em;
	text-align: center;
}
.home-voice-text span {
	display: block;
}
@media screen and (min-width: 640px){
	.home-voice-title {
		font-size: 3.2em;
		padding-top: 110px;
		background-size: 100px;
	}
	.home-voice-text {
		font-size: 1.4em;
	}
}
.home-voice-list {
	list-style: none;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 0 5%;
}
.home-voice-list li {
	border-radius: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 1.5em 1.5%;
	width: 100%;
	max-width: 400px;
	font-size: 3.7vw;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.home-voice-list li a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .4s;
}
.home-voice-list li h3 {
	font-size: 7vw;
	text-align: center;
	line-height: 1.4;
	margin: 1em 0;
	color: #1D2088;
}
.home-voice-list li h3 span {
	display: block;
	font-size: 0.8em;
	color: #116cb3;
}
.home-voice-list li p {
	padding: 0 1em 2em;
	text-align: center;
	color: #212121;
}
.home-voice-list li p span {
	display: block;
}
.home-voice-img img {
	width: 100%;
	display: block;
}
@media screen and (min-width: 480px){
	.home-voice-list {
		padding: 0 1%;
	}
	.home-voice-list li {
		font-size: 1em;
	}
	.home-voice-list li h3 {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 960px){
	.home-voice-list li a:hover {
		opacity: 0.7;
	}
}
@media screen and (min-width: 1400px){
	#home-voice {
		padding-bottom: 8em;
	}
	.home-voice-list li:nth-child(2) {
		margin-top: 4em;
		margin-bottom: -1em;
	}
	.home-voice-list.career li:nth-child(2) {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
}
.voice-prev-btn {
	margin: 60px 30px;
}
.voice-prev-btn a {
	text-align: center;
	position: relative;
	margin-top: 1em;
	padding: 0.7em 0;
	display: flex;
	flex-direction: column;
	background-color: #116cb3;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	transition: .4s all;
	font-size: 6vw;
	border-radius: 12px;
}
.voice-prev-btn a:hover {
	background-color: #1D2088;
}
@media screen and (min-width: 600px){
	.voice-prev-btn a {
		font-size: 2.2em;
		max-width: 900px;
		padding: 0.7em 60px;
		margin: 0 auto;
	}
}
/************************************
▼home-link▼
************************************/
#home-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 30px;
	margin-bottom: 5em;
}
#home-link a {
	border-radius: 12px;
	margin: 0.5em 1.5%;
	width: 100%;
	max-width: 400px;
	font-size: 4.5vw;
	border: 3px solid #116cb3;
	display: block;
	padding: 2em 1em 2em 5em;
	text-decoration: none;
	background-position: center left 1.2em;
	background-size: 2.5em;
	background-repeat: no-repeat;
	color: #116cb3;
}
#home-link a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: 4px solid #116cb3;
	border-right: 4px solid #116cb3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s all;
}
.home-link-icon01 {
	background-image: url("../images/common/icon-02.png");
}
.home-link-icon02 {
	background-image: url("../images/common/icon-03.png");
}
.home-link-icon03 {
	background-image: url("../images/common/icon-04.png");
}
.home-link-icon04 {
	background-image: url("../images/common/icon-07.png");
}
@media screen and (min-width: 460px){
	#home-link a {
		font-size: 1.5em;
	}
}
@media screen and (min-width: 800px){
	#home-link {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#home-link a {
		width: 48%;
		max-width: inherit;
		margin: 15px 0;
	}
}
@media screen and (min-width: 1420px){
	#home-link {
		justify-content: center;
	}
	#home-link a {
		width: 24%;
		margin: 0 10px;
		max-width: 310px;
		text-align: center;
		padding: 6em 0 2em;
		background-position: top 2em center;
		background-size: 3.5em;
	}
	#home-link a:hover {
		background-color: #116cb322;
	}
}
/************************************
▼entry-box▼
************************************/
.entry-box {
	background: rgba(23,116,171,0.1);
	background: linear-gradient(120deg, rgba(23,116,171,0.1) 0%, rgba(85,186,191,0.1) 50%, rgba(102,198,228,0.1) 100%);
	padding: 3em 2em;
}
/************************************
▼entry-form▼
************************************/
#entry-form {
	margin: 60px 0;
}
.entry-form-head {
	display: flex;
	margin: 2em auto;
	max-width: 880px;
}
.entry-form-point {
	background-color: #FFFFFF;
	margin: 1.5em auto;
	width: 100%;
	max-width: 680px;
	padding-bottom: 1px;
}
.entry-form-point-title {
	color: #F37800;
	background-color: #f3980022;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0.7em;
	font-weight: bold;
	font-size: 1.15em;
}
.entry-form-point p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0.7em;
}
.entry-form-attention {
	background-color: #FFE1E2;
	padding: 0.7em;
	margin: 2em auto;
	text-align: center;
	max-width: 680px;
	color: #FF0000;
	border-radius: 6px;
}
.entry-form-inner {
	border-radius: 12px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin: 1.5em auto;
	width: 100%;
	max-width: 680px;
	padding: 0.7em;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.entry-form-inner h3 {
	font-size: 1.15em;
	background-color: #116cb311;
	padding: 0.5em 0.7em 0.5em 3.8em;
	border-radius: 6px;
	color: #116cb3;
	margin: 1em 1rem 0.5em;
	position: relative;
}
.entry-form-inner h3 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 0.85em;
	background-color: #FFE1E2;
	padding: 0.2em 0.7em;
	border-radius: 6px 0 0 6px;
	color: #FF0000;
}
.entry-form-inner h3 span.any {
	background-color: #dddddd;
	color: #212121;
}
.entry-form-inner input,
.entry-form-inner textarea {
	border: 2px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	font-size: 18px;
	width: calc(100% - 2rem);
	padding: 0.5em 0.7rem;
	border-radius: 6px;
	margin: 0 1rem 0.5em;
}

.entry-form-inner ul {
	margin: 0 1rem 0.5em;
}
.entry-form-inner li {
	list-style: none;
	position: relative;
}
.entry-form-inner li span {
	display: block;
	border: 2px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	font-size: 18px;
	padding: 0.5em 0.7rem 0.5em 2.2rem;
	border-radius: 6px;
	margin: 0 0 0.5em;
}
.entry-form-inner li input[type=radio],
.entry-form-inner li input[type=checkbox] {
	position: absolute;
	margin: 0;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.entry-form-inner li input[type=radio]:checked + span,
.entry-form-inner li input[type=checkbox]:checked + span {
	background-color: rgb(240,124,0,.2);
}
.entry-form-inner li input[type=radio] + span::before,
.entry-form-inner li input[type=checkbox] + span::before {
	position: absolute;
	top: 50%;
	left: 12px;
	display: block;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	content: '';
	border: 2px solid #116cb3;
	border-radius: 2px;
}
.entry-form-inner li input[type=radio] + span::before {
	border-radius: 50%;
}
.entry-form-inner li input[type=checkbox]:checked + span::before {
	background: rgb(240,124,0,1);
	border: 1px solid rgba(0,0,0,0.2);
}
.entry-form-inner li input[type=radio]:checked + span::before {
	background: #FFFFFF;
	border-color: rgb(240,124,0,1);
}
.entry-form-inner li input[type=checkbox]:checked + span::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	display: block;
	height: 7px;
	left: 17px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}
.entry-form-inner li input[type=radio]:checked + span::after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	background: rgb(240,124,0,1);
}




















.entry-form-inner .contact-btn {
	text-align: center;
	padding-bottom: 1em;
	position: relative;
}
.entry-form-inner .contact-btn input {
	margin-top: 1em;
	padding: 1em 30px;
	display: flex;
	flex-direction: column;
	background-color: #1D2088;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	transition: .4s all;
}
.entry-form-inner .contact-btn input:hover {
	background-color: #116cb3;
}
@media screen and (min-width: 600px){
	.entry-form-inner .contact-btn input {
		font-size: 1.3em;
	}
}
@media screen and (min-width: 800px){
	.entry-form-head {
		text-align: center;
		align-items: center;
		justify-content: center;
	}
}
.entry-box-text {
	font-size: 5.7vw;
	margin: 1em 0;
	line-height: 1.5;
	font-weight: bold;
	color: #116cb3;
	text-align: center;
}
.entry-box-text.navi {
	font-size: 4.7vw;
}
.entry-box-text span {
	display: block;
}
.entry-box-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0.5em 2.5%;
}
.entry-box-btn div {
	margin: 1em 1.5%;
	padding: 15px;
	background: rgba(23,116,171,0.3);
	background: linear-gradient(120deg, rgba(23,116,171,0.3) 0%, rgba(85,186,191,0.3) 50%, rgba(102,198,228,0.3) 100%);
}
.entry-box-btn a {
	background-color: #FFFFFF;
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 180px;
	transition: all .4s;
}
.entry-box-btn img {
	width: 100%;
	max-width: 200px;
	display: block;
}
@media screen and (min-width: 960px){
	.entry-box-text {
		font-size: 2.4em;
	}
	.entry-box-text.navi {
		font-size: 1.9em;
	}
	.entry-box-btn a:hover {
		opacity: 0.5;
	}
}
/************************************
▼page-title▼
************************************/
#page-title {
	padding-top: 60px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #116cb3;
	color: #FFFFFF;
}
#page-title h1 {
	font-size: 5vw;
	line-height: 1.4;
	overflow: hidden;
}
.page-title-box {
	position: relative; /* bottomを指定するために必要 */
	animation: pagetitle .5s ease-out forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
}

@keyframes pagetitle {
	from {
		bottom: -200px;  /* 親要素外に配置させて見えなくしておく */
		opacity: 0;
	}
	to {
		bottom: 0px;  /* 下から0pxに指定 */
		opacity: 1;
	}
}
#page-title .page-title-en {
	font-size: 2.4em;
	display: block;
}
@media screen and (min-width: 480px){
	#page-title h1 {
		font-size: 1.4em;
	}
}
@media screen and (min-width: 900px){
	#page-title {
		padding-top: 80px;
		height: 400px;
	}
	#page-title h1 {
		font-size: 1.6em;
	}
}

/************************************
▼message▼
************************************/
#message-box {
	display: flex;
	flex-direction: column;
	font-size: 3.6vw;
	line-height: 1.5;
	padding: 3em 0 0;
	text-align: center;
}
#message-box p {
	margin: 1em 0;
	line-height: 2;
}
@media screen and (min-width: 640px){
	#message-box {
		font-size: 1.3em;
		max-width: 700px;
		padding: 5em 30px 0;
		margin: 0 auto;
	}
}

/************************************
▼number▼
************************************/
#number-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px;
	padding: 3em 0;
	max-width: 1200px;
}
.numbers-box-inner {
	box-shadow: 0 0 0 3px #116cb333;
	width: 100%;
	margin: 2em 0;
	display: flex;
	flex-direction: column;
}
.numbers-box-title {
	text-align: center;
	background-color: #116cb311;
	color: #116cb3;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.5em 0;
}
.numbers-box-number {
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	position: relative;
	margin-top: auto;
	margin-bottom: 1em;
}
.numbers-box-number .numbers-box-number-number {
	color: #1D2088;
	font-size: 3.4em;
	margin-right: 0.1em;
	position: relative;
	z-index: 2;
	line-height: 1;
}
.numbers-box-number .numbers-box-number-number.none {
	margin-right: 0;
}
.numbers-box-number .numbers-box-number-etc {
	display: block;
}
.numbers-box-number .numbers-box-number-etc.none {
	display: none;
}
.numbers-box-img {
	height: 180px;
	display: flex;
	align-items: center;
}
.bigs .numbers-box-img {
	height: 210px;
}
.numbers-box-img img {
	height: 120px;
	display: block;
	margin: 0 auto;
}
.numbers-box-img.big img {
	height: 170px;
}
.numbers-box-img.big2 img {
	height: 140px;
}
.numbers-box-text {
	padding: 0.5em 5%;
	border-top: 1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.numbers-box-number:has(.big) {
		padding-top: 160px;
	}
}
@media screen and (max-width: 350px) {
	.numbers-box-inner {
		font-size: 4vw;
	}
}
@media screen and (max-width: 300px) {
	.numbers-box-img,
	.bigs .numbers-box-img {
		padding: 1.5em 0;
		height: auto;
	}
	.numbers-box-img img,
	.numbers-box-img.big img,
	.numbers-box-img.big2 img {
		height: auto;
		width: 40%;
	}
	.numbers-box-img.big img {
		width: 90%;
	}
}
@media screen and (min-width: 640px) {
	.numbers-box-inner {
		width: 48%;
		margin-left: 4%;
	}
	.numbers-box-inner:nth-child(2n+1) {
		margin-left: 0;
	}
	.numbers-box-number .numbers-box-number-etc.none {
		display: block;
	}
}
@media screen and (min-width: 1240px) {
	#number-box {
		margin: 0 auto;
	}
}
/************************************
▼voice▼
************************************/
.home-voice-text.in {
	color: #212121;
	padding: 3em 0 0;
}
@media screen and (min-width: 1400px) {
	.home-voice-list.last li:nth-child(2) {
		margin: 1.5em 0;
	}
}
#voice-top {
	padding: 60px 30px 0;
	position: relative;
	margin-bottom: 3em;
}
#voice-top::before {
	content: "";
	position: absolute;
	background-color: #116cb311;
	width: 100%;
	height: 95%;
	top: 0;
	left: 0;
}
.voice-text {
	margin-bottom: 3em;
	position: relative;
	z-index: 2;
}
.voice-title {
	display: flex;
	align-items: center;
	margin: 3em 0 0;
}
.home-voice-in-title {
	font-size: 6vw;
	text-align: center;
	color: #116cb3;
	margin: 3em 0 1em;
}
#home-voice .home-voice-in-title {
	color: #FFFFFF;
	margin: 3em 0 1em;
}
#home-voice .home-voice-in-title.top {
	margin-top: 1em;
}
@media screen and (min-width: 560px){
	.home-voice-in-title {
		font-size: 2.4em;
	}
}
.voice-title-en {
	font-size: 2.4em;
	display: block;
	font-weight: bold;
	color: #116cb3;
	padding-right: 1em;
	margin-top: -0.1em;
	position: relative;
}
.voice-title-en::before {
	content: "";
	position: absolute;
	top: 52%;
	right: 0.25em;
	width: 0.5em;
	height: 1px;
	background-color: rgba(0,0,0,0.4);
}
.voice-head {
	display: flex;
	flex-direction: column;
	font-size: 4vw;
	margin: 1em 0;
}
.short .voice-head {
	font-size: 1.4em;
}
.voice-head br {
	display: none;
}
.voice-name {
	font-size: 1em;
	line-height: 1.4;
}
.voice-name span {
	font-size: 1.3em;
	display: block;
	color: #1D2088;
}
.voice-photo {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.voice-photo img {
	width: 100%;
	display: block;
}
@media screen and (min-width: 700px){
	.voice-head {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 900px){
	#voice-top {
		padding-top: 80px;
		padding-right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.voice-text {
		width: 45%;
		max-width: 630px;
	}
	.short .voice-text {
		max-width: 440px;
	}
	.voice-head br {
		display: block;
	}
	.voice-photo {
		width: 55%;
		max-width: 660px;
	}
	.short .voice-photo {
		max-width: 460px;
	}
}
@media screen and (min-width: 1200px){
	.voice-head br {
		display: none;
	}
}
.voice-box {
	padding: 0 30px;
}
.voice-box-inner h2 {
	display: flex;
	flex-direction: column;
	color: #116cb3;
	margin: 2.5em 0 1em;
	font-size: 5vw;
}
.voice-box-inner p {
	margin-bottom: 2em;
}
.voice-box-inner img {
	width: 100%;
	display: block;
}
@media screen and (min-width: 480px){
	.voice-box-inner h2 {
		font-size: 1.6em;
	}
}
@media screen and (min-width: 960px){
	.voice-box {
		display: flex;
		max-width: 1345px;
		margin: 0 auto 3em;
	}
	.voice-box.reverse {
		flex-direction: row-reverse;
	}
	.voice-box-inner {
		width: 50%;
	}
	.voice-box-inner h2 {
		margin-top: 0;
	}
	.voice-box-inner p {
		margin-right: 2em;
		margin-bottom: 0;
	}
	.reverse .voice-box-inner h2 {
		margin-left: 2rem;
	}
	.reverse .voice-box-inner p {
		margin-left: 2em;
		margin-right: 0;
	}
}
@media screen and (min-width: 1300px){
	.voice-box {
		align-items: center;
		margin-bottom: 0;
	}
}
#voice-message {
	padding: 0 30px 3em;
	position: relative;
	margin: 5em 0 0;
}
#voice-message::before {
	content: "";
	position: absolute;
	background-color: #116cb311;
	width: 100%;
	height: 95%;
	bottom: 0;
	left: 0;
}
.voice-message-img {
	position: relative;
	z-index: 2;
}
.voice-message-img img {
	width: 100%;
	max-width: 190px;
	display: block;
	margin: 0 auto;
}
.voice-message-title {
	text-align: center;
	margin: 1em 0;
	color: #116cb3;
	font-size: 5.5vw;
}
@media screen and (min-width: 480px){
	.voice-message-title {
		font-size: 1.3em;
	}
}
@media screen and (min-width: 800px){
	#voice-message {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 3em;
	}
	#voice-message::before {
		background-color: #116cb311;
		height: 100%;
	}
	.voice-message-img {
		width: 190px;
		margin-right: 2em;
	}
	.voice-message-text {
		width: 100%;
		max-width: 580px;
	}
	.voice-message-title {
		text-align: left;
		margin-top: 0;
	}
}
/************************************
▼voice-time▼
************************************/
.voice-time {
	background-color: #116cb311;
	padding: 60px 30px;
}
.voice-time-box {
	max-width: 880px;
	margin: 0 auto 2em;
	padding: 30px 20px;
	overflow: hidden;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.voice-time-img img {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 20px;
}
.voice-time-schedule {
	max-width: 500px;
	border-radius: 6px;
	margin: 0 auto 20px;
	position: relative;
	padding: 1rem 1rem 1rem 4rem;
	overflow: hidden;
}
.voice-time-schedule::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
.voice-time-schedule:nth-child(2) {
	padding: 1rem;
	box-shadow: 0 0 0 2px #116cb3 inset;
}
.voice-time-schedule:nth-child(2)::before {
	display: none;
}
.voice-time-schedule:nth-child(3) {
	background-color: #E6E7F3;
}
.voice-time-schedule:nth-child(3)::before {
	content: "1";
	background-color: #2D45AA;
}
.voice-time-schedule:nth-child(4) {
	background-color: #E3EDF4;
}
.voice-time-schedule:nth-child(4)::before {
	content: "2";
	background-color: #116cb3;
}
.voice-time-schedule:nth-child(5),
.vt05 .voice-time-schedule:nth-child(4) {
	background-color: #E6F9EF;
}
.voice-time-schedule:nth-child(5)::before,
.vt05 .voice-time-schedule:nth-child(4)::before {
	content: "3";
	background-color: #2ac975;
}
.vt05 .voice-time-schedule:nth-child(4)::before {
	content: "2";
}
.voice-time-schedule:nth-child(6),
.vt05 .voice-time-schedule:nth-child(5) {
	background-color: #FBFBE7;
}
.voice-time-schedule:nth-child(6)::before,
.vt05 .voice-time-schedule:nth-child(5)::before {
	content: "4";
	background-color: #e3d729;
}
.vt05 .voice-time-schedule:nth-child(5)::before {
	content: "3";
}
.voice-time-schedule:nth-child(7) {
	background-color: #FBF2E6;
}
.voice-time-schedule:nth-child(7)::before {
	content: "5";
	background-color: #e3962a;
}
.voice-time-schedule:nth-child(8),
.vt05 .voice-time-schedule:nth-child(6) {
	background-color: #F8E3E9;
}
.voice-time-schedule:nth-child(8)::before,
.vt05 .voice-time-schedule:nth-child(6)::before {
	content: "6";
	background-color: #c6194e;
}
.vt05 .voice-time-schedule:nth-child(6)::before {
	content: "4";
}
.voice-time-schedule-detail {
	font-weight: bold;
}
/************************************
▼voice-time-schedule-img▼
************************************/
.voice-time-schedule-img {
	display: flex;
	flex-direction: column;
}
.voice-time-schedule-img-inner {
	width: 100%;
}
.voice-time-schedule-img-inner img {
	width: 100%;
	margin-top: 20px;
	display: block;
}
@media screen and (min-width: 580px){
	.voice-time-schedule-img {
		flex-direction: row;
		justify-content: space-between;
	}
	.voice-time-schedule-img-inner {
		width: 48%;
	}
}
/************************************
▼outline▼
************************************/
#benefits-box {
	margin: 60px 30px;
}
.benefits-box-inner {
	margin: 2em auto;
	max-width: 880px;
}
.benefits-box-head {
	display: flex;
	margin: 2em auto;
	max-width: 880px;
}
.benefits-box-head {
	display: flex;
	margin: 2em auto;
	max-width: 880px;
}
.benefits-box-title {
	font-size: 6vw;
	text-align: center;
	color: #116cb3;
	margin-top: 3em;
}
.benefits-icon {
	display: block;
	width: 100%;
	margin: 3em auto 0.5em;
	max-width: 100px;
}
@media screen and (min-width: 560px){
	.benefits-box-title {
		font-size: 1.9em;
	}
}
.benefits-box-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2em 0;
}
.benefits-box-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.benefits-box-detail-inner {
	box-shadow: 0 0 0 3px #116cb333;
	width: 100%;
	margin: 1em 0;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 640px) {
	.benefits-box-detail-inner {
		width: 48%;
		margin-left: 4%;
	}
	.benefits-box-detail-inner:nth-child(2n+1) {
		margin-left: 0;
	}
}
.benefits-box-detail-inner h3 {
	display: flex;
	justify-content: center;
	background-color: #116cb311;
	color: #116cb3;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0.5em 0.5em 0.5em 2.1em;
	margin-bottom: 0.7em;
	position: relative;
	line-height: 1.4;
}
.benefits-box-detail-inner h3 span {
	position: absolute;
	top: -6px;
	left: 3px;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #116cb3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 0.5em;
	line-height: 1.2;
	border-radius: 2px;
}
.benefits-box-detail-inner-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.benefits-box-detail-inner p {
	padding: 0 5% 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.benefits-box-detail-inner p.benefits-box-detail-inner-text-sub {
	display: block;
	padding-bottom: 0.2em;
}
.benefits-box-detail-inner-list {
	padding: 0 5% 1em;
}
.benefits-box-detail-img {
	display: block;
	width: 100%;
	margin: 0.5em 0;
	max-width: 480px;
	transition: all .4s;
}
@media (any-hover: hover) {
	a:hover .benefits-box-detail-img {
		opacity: 0.5;
	}
}
.benefits-img {
	display: block;
	width: 100%;
	margin: 4em auto 4em;
	max-width: 480px;
}
/************************************
▼internship▼
************************************/
#internship-box {
	margin: 60px 30px;
}
.internship-box-head {
	display: flex;
	margin: 2em auto;
	max-width: 880px;
}
.internship-box-head2 {
	background-color: #fff7e3;
	padding: 1em 0.7em;
	margin: 2em auto 1.5em;
	text-align: center;
	max-width: 680px;
	color: #FF0000;
	border-radius: 6px;
	font-weight: bold;
	position: relative;
	font-size: 5vw;
	line-height: 1.4;
	border: solid 3px #f2d48c;
	box-sizing: border-box;
}

.internship-box-head2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff7e3;
	z-index: 2;
}

.internship-box-head2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f2d48c;
  z-index: 1;
}
@media screen and (min-width: 560px){
	.internship-box-head2 {
		font-size: 1.3em;
	}
	.internship-box-head2 br {
		display: none;
	}
}
.internship-box-img img {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
}
.internship-box-title {
	font-size: 6vw;
	text-align: center;
	color: #116cb3;
	margin: 2em 0 1em;
}
.internship-box-inner {
	padding: 1em 0;
	border-bottom: 1px solid #aaaaaa;
	font-size: 1.1em;
}
.internship-box-inner.top {
	border-top: 1px solid #aaaaaa;
}
.internship-box-inner h3 {
	color: #1D2088;
	margin-bottom: 0.5em;
	font-size: 1em;
}
@media screen and (min-width: 560px){
	.internship-box-title {
		font-size: 1.9em;
	}
}
@media screen and (min-width: 800px){
	.internship-box-head {
		text-align: center;
		align-items: center;
		justify-content: center;
	}
	.internship-box-inner {
		display: flex;
		justify-content: space-between;
		max-width: 880px;
		margin: 0 auto;
	}
	.internship-box-inner h3 {
		width: 10em;
		margin-bottom: 0;
	}
	.internship-box-inner div {
		width: calc(100% - 11em);
		margin-top: 0.2em;
	}
}
/************************************
▼outline▼
************************************/
#outline-box {
	margin: 60px 30px;
}
.outline-index {
	display: flex;
	flex-wrap: wrap;
	margin: 2em auto -2em;
	justify-content: space-between;
	max-width: 880px;
}
.outline-index a {
	width: 48%;
	padding: 1em 0;
	margin: 0 0 2rem;
	text-align: center;
	color: #212121;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 0 0 2px rgba(23,116,171,0.2) inset;
	background-color: rgba(23,116,171,0.1);
	line-height: 1;
	font-size: 1.3em;
	font-weight: 600;
	transition: all .4s;
}
.outline-index a img {
	display: block;
	width: 90%;
	max-width: 120px;
	margin: 0 auto 1em;
}
@media (any-hover: hover) {
	.outline-index a:hover {
		background-color: #FFFFFF;
		color: #116cb3;
		box-shadow: 0 0 0 6px #116cb3 inset;
	}
}
.outline-box-tab {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #116cb3;
	border-radius: 6px;
	margin: 2em auto;
	max-width: 880px;
	overflow: hidden;
}
.outline-box-tab .tab {
	width: calc(100%/3);
	padding: 1em 0.5em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #212121;
	text-decoration: none;
	border-right: 2px solid #116cb3;
	background-color: rgba(255,255,255,0);
	line-height: 1;
	margin-bottom: -2px;
}
@media (any-hover: hover) {
	.outline-box-tab .tab:hover {
		background-color: rgba(23,116,171,0.1);
	}
}
.outline-box-tab .tab:nth-child(3n) {
	border-right: 0;
}
.outline-box-tab .tab:nth-child(-n+6) {
	border-bottom: 2px solid #116cb3;
}
.outline-box-tab .tab.active {
	background-color: #116cb3;
	color: #FFFFFF;
}
.outline-box-tab.dobble .tab {
	width: calc(100%/2);
}
.outline-box-tab.dobble .tab:nth-child(3n) {
	border-right: 2px solid #116cb3;
}
.outline-box-tab.dobble .tab:nth-child(2n) {
	border-right: 0;
}
.outline-box-tab.dobble .tab:nth-child(-n+6) {
	border-bottom: 2px solid #116cb3;
}
@media screen and (max-width: 640px){
	.outline-box-tab .tab {
		width: calc(100%/2);
		padding: 0.5em 0.5em;
	}
	.outline-box-tab .tab:nth-child(3n) {
		border-right: 2px solid #116cb3;
	}
	.outline-box-tab .tab:nth-child(2n) {
		border-right: 0;
	}
	.outline-box-tab .tab:nth-child(-n+6) {
		border-bottom: 2px solid #116cb3;
	}
}
@media screen and (max-width: 660px){
	.outline-box-tab.dobble .tab {
		width: 100%;
		padding: 1em 0.5em;
	}
	.outline-box-tab.dobble .tab {
		border-right: 0 !important;
	}
}
.outline-box-panel {
	display: none;
}
.outline-box-panel.active {
	display: block;
}
.outline-box-inner {
	padding: 30px 0;
	border-bottom: 1px solid #aaaaaa;
}
.outline-box-inner.top {
	border-top: 1px solid #aaaaaa;
}
.outline-box-detail-border {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #555555;
}
.outline-box-title {
	color: #1D2088;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.outline-box-title .inline-text {
	display: inline-block;
}
.outline-box-detail h2,
.outline-box-detail strong.blue {
	font-size: 1.1em;
	color: #116cb3;
}
.outline-box-detail .space {
	margin-bottom: 0.7em;
}
.outline-contact {
	box-shadow: 0 0 0 3px #116cb333 inset;
	margin: 3em 0 2em;
	padding-bottom: 1em;
}
.outline-contact h4 {
	padding: 1em;
	font-size: 1.3em;
	background-color: #116cb3;
	color: #FFFFFF;
}
.outline-contact p {
	margin: 1em;
}
.outline-contact-inner {
	margin: 1em;
}
.outline-contact-inner h5 {
	color: #1D2088;
	font-size: 1.3em;
}
.outline-contact-inner p {
	margin: 0;
}
@media screen and (min-width: 800px){
	.outline-box-inner {
		display: flex;
		justify-content: space-between;
		max-width: 880px;
		margin: 0 auto;
	}
	.outline-box-inner.center {
		align-items: center;
	}
	.outline-box-title {
		width: 10em;
	}
	.outline-box-detail {
		width: calc(100% - 13em);
		margin-top: 0.2em;
	}
	.outline-contact {
		margin: 3em auto 2em;
		text-align: center;
		max-width: 880px;
	}
}
.outline-contact-btn {
	text-align: center;
	position: relative;
	max-width: 880px;
	margin: 3em 0 3em;
}
.outline-contact-btn a {
	margin-top: 1em;
	padding: 1.5em 30px;
	display: flex;
	flex-direction: column;
	background-color: #454545;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	transition: .4s all;
	border-radius: 6px;
}
@media (any-hover: hover) {
	.outline-contact-btn a:hover {
		background-color: #116cb3;
	}
}
@media screen and (min-width: 800px){
	.outline-contact-btn {
		margin: 3em auto 2em;
	}
}

.outline-voice-link {
	background-color: rgba(23,116,171,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 300px;
	margin: 3em auto 0;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	transition: all .4s;
	text-align: center;
}
.outline-voice-link:hover {
	background-color: rgba(23,116,171,0.3);
}
.outline-voice-link-img {
	width: 100%;
	transition: all .4s;
}
.outline-voice-link:hover .outline-voice-link-img {
	opacity: 0.7;
}
.outline-voice-link-img img {
	width: 100%;
	display: block;
}
.outline-voice-link-text {
	width: 100%;
	padding: 1.5em 0;
	
}
.outline-voice-link-text p span {
	background-color: #116cb3;
	color: #FFFFFF;
	padding: 1px 10px;
	display: inline-block;
	border-radius: 3px;
}
.outline-voice-link-text h3 {
	font-size: 1.5em;
	line-height: 1.4;
	color: #1D2088;
	margin-top: 10px;
}
.outline-voice-link-text h3 span {
	display: block;
	font-size: 0.8em;
	color: #212121;
}

@media screen and (min-width: 800px){
	.outline-voice-link {
		flex-direction: row;
		max-width: 480px;
	}
}

.outline-box-head {
	font-size: 6vw;
	text-align: center;
	color: #116cb3;
	margin: 3em 0 1em;
}
@media screen and (min-width: 560px){
	.outline-box-head {
		font-size: 1.9em;
	}
}



/************************************
▼faq▼
************************************/
#faq-box {
	margin: 60px 30px;
}
.faq-box-inner {
	max-width: 880px;
	margin: 0 auto 2em;
	overflow: hidden;
	border-radius: 6px;
}
.faq-box-inner-q {
	background-color: #116cb311;
	padding: 1.5rem 2.5em 1.5rem 3em;
	position: relative;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
	font-size: 1.15em;
}
.faq-box-inner-q::before {
	content: "Q.";
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	color: #116cb3;
}
.faq-box-inner-a {
	background-color: #fff7e3;
	font-weight: normal;
	padding: 2rem;
	cursor: auto;
	display: none;
}
.voice-faq .faq-box-inner-q::before {
	display: none;
}
.voice-faq-icon {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	color: #116cb3;
}
.voice-faq .faq-box-inner-a {
	display: block;
}
.faq-box-new-icon {
	position: absolute;
	top: 50%;
	right: 1.65rem;
	transition: all .4s;
	margin-top: -2px;
}
.faq-box-new-icon::before,
.faq-box-new-icon::after {
	content: '';
	height: 3px;
	width: 19px;
	display: block;
	background: #116cb3;
	position: absolute;
	top: 0;
	right: -8px;
}
.faq-box-new-icon::after{
	height: 19px;
	width: 3px;
	top: -8px;
	right: 0;
}
.active .faq-box-new-icon {
	transform: rotate(135deg);
	margin-top: 2px;
	right: 1.75rem;
}
.faq-title-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 5.5em;
	margin: 0.2em 0;
}
.faq-title-title {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.faq-box-inner-con {
	display: flex;
	flex-direction: column;
}
.faq-box-inner-con-box {
	border: 3px solid #ffe2b0;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	text-align: center;
	padding-bottom: 1em;
}
.faq-box-inner-con-box h3 {
	background-color: #ffe2b0;
	padding: 0.5em;
}
.faq-box-inner-con-box img {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 1em auto;
}
@media screen and (min-width: 720px){
	.faq-box-inner-con {
		flex-direction: row;
		justify-content: space-between;
	}
	.faq-box-inner-con-box {
		width: 48%;
	}
	.faq-box-inner-con-box p {
		height: 3em;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center
	}
}
.faq-box-inner-housing {
	display: flex;
	justify-content: center;
}
.faq-box-inner-housing-box {
	border: 3px solid #ffe2b0;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-top: 2em;
	text-align: center;
	padding-bottom: 1em;
	width: 100%;
	max-width: 48%;
}
.faq-box-inner-housing-box img {
	display: block;
	width: 100%;
	max-width: 120px;
	margin: 1em auto;
}
@media screen and (min-width: 720px){
	.faq-box-inner-con-box {
		width: 48%;
	}
}
.faq-box-inner-flow-box {
	border: 3px solid #ffe2b0;
	border-radius: 6px;
	background-color: #FFFFFF;
	position: relative;
	padding: 1.4em 0;
	margin-bottom: 3.5em;
	text-align: center;
	z-index: 2;
}
.faq-box-inner-flow-box::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 1;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #F4964A;
}
.faq-box-inner-flow-box.last {
	margin-bottom: 0;
}
.faq-box-inner-flow-box.last::after {
	display: none;
}
.faq-box-inner-flow-box img {
	display: block;
	width: 50%;
	max-width: 100px;
	margin: 0 auto 1em;
}
@media screen and (min-width:720px){
	.faq-box-inner-flow {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.faq-box-inner-flow-box,
	.faq-box-inner-flow-box.last {
		width: 18%;
		margin: 1em 0;
		max-width: inherit;
	}
	.faq-box-inner-flow-box::after {
		position: absolute;
		top: 50%;
		margin-top: -7px;
		bottom: auto;
		left: calc(100% - 4px);
		margin-left: auto;
		transform: rotate(-90deg);
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 14px solid #F4964A;
	}
	.faq-box-inner-flow-box p {
		height: 3em;
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center
	}
}
/************************************
▼entry-btn▼
************************************/
.entry-btn {
	padding: 0.5em 1em;
	margin: 2rem auto 0;
	font-size: 1.3em;
	display: flex;
	flex-direction: column;
	background-color: #1D2088;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	transition: .4s all;
	border-radius: 6px;
	max-width: 300px;
}
.entry-btn:hover {
	background-color: #116cb3;
}
.entry-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s all;
}
.entry-btn:hover::after {
	right: 10px;
}
/************************************
▼circle-list▼
************************************/
.circle-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0.2em 0;
}
.circle-list li::before {
	content: "";
	height: 0.8em;
	width: 0.8em;
	background-color: #116cb3;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: 0;
}
/************************************
▼point-list▼
************************************/
.point-list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0.2em 0;
}
.point-list li .point {
	position: absolute;
	top: 0;
	left: 0;
}
/************************************
▼next-btn▼
************************************/
.next-btn {
	margin: 60px 30px;
}
.next-btn a {
	padding: 1em 30px;
	font-size: 6vw;
	display: flex;
	flex-direction: column;
	background-color: #1D2088;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	transition: .4s all;
}
.next-btn a:hover {
	background-color: #116cb3;
}
.next-btn a::before {
	content: "NEXT";
	font-size: 5vw;
	font-weight: normal;
}
.next-btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-top: -7px;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s all;
}
.next-btn a:hover::after {
	right: 20px;
}
@media screen and (min-width: 600px){
	.next-btn a {
		font-size: 2.4em;
		max-width: 900px;
		padding: 1.5em 60px;
		margin: 0 auto;
	}
	.next-btn a::before {
		font-size: 1.6rem;
	}
	.next-btn a::after {
		right: 60px;
	}
	.next-btn a:hover::after {
		right: 40px;
	}
}
/************************************
▼footer▼
************************************/
#footer {
	position: relative;
	text-align: center;
	padding: 1em 0 4em;
}
@media screen and (min-width: 780px){
	#footer {
		text-align: left;
		padding: 1em 1em;
	}
}
#footer-link {
	display: flex;
	flex-direction: column;
	font-size: 4vw;
	width: 12em;
	margin: 0 auto;
}
#footer-link a {
	color: #212121;
	text-decoration: none;
	padding: 0.5em 0;
}
#footer-link a.border {
	border-top: 1px solid #dddddd;
}
@media screen and (min-width: 360px){
	#footer-link {
		font-size: 0.85em;
		flex-direction: row;
		justify-content: center;
		width: auto;
		margin: 0 auto 0 0;
		padding: 1em 0;
	}
	#footer-link a {
		padding: 0 0.5em;
	}
	#footer-link a.border {
		border-top: 0;
		border-left: 1px solid #dddddd;
	}
}
@media screen and (min-width: 780px){
	#footer-link {
		justify-content: flex-start;
		padding: 0;
	}
}
.copy {
	font-size: 4vw;
}
@media screen and (min-width: 360px){
	.copy {
		font-size: 0.9em;
		padding: 0 0.5em;
	}
}
/************************************
▼footer-btn▼
************************************/
.footer-btn {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 1000;
	transition: all .4s;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
@media screen and (min-width: 780px){
	.footer-btn {
		width: 26em;
		right: 1em;
		bottom: 1.1em;
	}
	.footer-btn.home {
		width: 13em;
	}
}
.footer-btn a {
	width: 50%;
	display: flex;
	justify-content: center;
	background-color: #116cb3;
	color: #FFFFFF;
	padding: 0.5em 1em;
	text-decoration: none;
	position: relative;
	font-size: 3vw;
}
.footer-btn.home a {
	width: 100%;
}
@media screen and (min-width: 480px){
	.footer-btn a {
		font-size: 1rem;
	}
}
.footer-btn a#toHome {
	background-color: #1D2088;
}
.footer-btn a span {
	position: relative;
	padding-left: 22px;
}
.footer-btn a span::before {
	content: '';
	position: absolute;
	top: 0.8em;
	left: 0;
	width: 0.6em;
	height: 0.6em;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cc-revoke {
	display: none !important;
}

.home-slide-head01 {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 4vw;
	border-top: 2px dashed rgba(0,0,0,0.2);
	padding-top: 3rem;
}
.home-slide-head01-title {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1;
	margin: 0.4em 0 0.7em;
	color: #116cb3;
}
.home-slide-head01-title span {
	font-size: 0.7em;
}
.home-slide-head01-sub span{
	background-color: #116cb3;
	color: #FFFFFF;
	padding: 0.2em 0.5em;
}
@media screen and (min-width: 400px){
	.home-slide-head01 {
		font-size: 1rem;
	}
}


/************************************
▼job-fair▼
************************************/
#job-fair-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 3em 30px;
	max-width: 400px;
}
.job-fair-box-inner {
	width: 100%;
	margin: 2em 0;
	text-decoration: none;
	transition: all .4s;
}
.job-fair-box-img img {
	width: 100%;
	display: block;
}
.job-fair-box-date {
	margin-top: 0.5em;
	color: #00000099;
}
.job-fair-box-text {
	color: #353535;
}
@media (any-hover: hover) {
	.job-fair-box-inner:hover {
		opacity: 0.6;
	}
}
@media screen and (min-width: 640px) {
	#job-fair-box {
		max-width: 960px;
	}
	.job-fair-box-inner {
		width: 48%;
		margin-left: 4%;
	}
	.job-fair-box-inner:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 1240px) {
	#job-fair-box {
		max-width: 1260px;
	}
	.job-fair-box-inner {
		width: 31.3333%;
		margin-left: 3%;
	}
	.job-fair-box-inner:nth-child(2n+1) {
		margin-left: 3%;
	}
	.job-fair-box-inner:nth-child(3n+1) {
		margin-left: 0;
	}
}