@charset "UTF-8";
@import url("mobile_menu.css");

body {
   position: relative;
}
body.fixed {
   width: 100%;
}

img {
	width: 100%;
	height: auto;
}
.abox {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.pc-only {
	display: none;
}
.fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1.5s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.brpc {
	display: none;
}
.split {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

/* ////////////////////////////////////////////////////////////////////  header */
.v-txt {
	display: none;
}
/*.v-txt {
	position: fixed;
	left: 5px;
	top: 180px;
	writing-mode: vertical-rl;
	font-size: 10px;
	transform: rotate(0deg);
	font-weight: 700;
	color: #188DD6;
	z-index: 10;
}
.v-txt.on {
	display: none;
}*/
header {
	width:100%;
	height: 40px;
	background: rgba(24,141,214,1);
	position: fixed;
	box-sizing: border-box;
	z-index: 10;
	top: 0;
	left: 0;
}
header .logo {
  position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
header .logo.on {
	position: absolute;
  z-index: 11;
}
header .logo p {
	font-size: min(4.3vw,14px);
	font-weight: 500;
	color: #FFF;
	line-height: 1.1em;
}
header .logo p span {
	font-size: 11px;
	display: block;
}


/* ////////////////////////////////////////////////////////////////////  footer */
footer {
	padding: 30px 0 0;
	background: #F5F8F8;
}
.footer-entry-btn {
	width: 100%;
	max-width: 380px;
	height: 40px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
	margin: 20px auto;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer-entry-btn:hover {
	background: #F7F7F7;
}
.footer-entry-btn .ttl {
	position: absolute;
	width: 80px;
	height: 40px;
	border-radius: 20px;
	background: #083E96;
	left: -1px;
	color: #FFF;
	font-size: min(2.1vw,16px);
}
.footer-entry-btn p {
	color: #FFF;
	font-size: min(2.3vw,20px);
	letter-spacing: 0.1em;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
}
.footer-entry-btn p:not(.ttl) {
	color: #262626;
	position: absolute;
	top: 50%;
	left: calc(50% + 30px);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.footer-entry-btn:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -2;
}
.footer-links01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.footer-links01 li {
	width: 31.33%;
	position: relative;
}
.footer-links01 li .bg {
	background: #FFF;
	padding: 15px 0;
	text-align: center;
	box-shadow: 0px 0px 8px rgba(153, 177, 191, 0.32);
}
.footer-links01 li .bg img {
	width: 80px;
}
.footer-links02 {
	width: 90%;
	margin: 40px auto;
	max-width: 620px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-links02 li {
	width: 48%;
	position: relative;
	height: 40px;
	border-radius: 20px;
	transition: all .3s;
}
.footer-links02 li p {
	color: #FFF;
	font-size: min(2.2vw,18px);
	font-weight: 500;
	text-align: center;
	line-height: 40px;
}
.footer-links02 li:nth-child(1) {
	background: #8B3DF5;
}
.footer-links02 li:nth-child(1):hover {
	background: #7831D9;
}
.footer-links02 li:nth-child(2) {
	background: #00BCBC;
}
.footer-links02 li:nth-child(2):hover {
	background: #0CA1A1;
}
.pagetop {
   width: 40px;
   height: 40px;
   background: url("../img/common_img/pagetop.svg") no-repeat center center;
   background-size: contain;
   cursor: pointer;
   position: fixed;
   z-index: 3;
   right: 10px;
   bottom: 10px;
   transition: all .3s;
}
.pagetop.up {
	bottom: 180px;
}
.footer-bottom {
	position: relative;
	background: linear-gradient(#188dd6 0%, #083e96 100%);
	box-sizing: border-box;
	padding: 30px 15px 15px;
}
.footer-bottom .logo {
	font-size: min(5vw,20px);
	line-height: 1.4em;
	font-weight: 500;
	color: #FFF;
	margin: 0 0 10px;
}
.footer-bottom ul {
	margin: 0 0 10px;
}
.footer-bottom ul li {
	display: inline-block;
	padding-right: 12px;
	line-height: 1.2em;
}
.footer-bottom ul li a {
	color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
	white-space: nowrap;
}
.footer-bottom ul li a:hover {
	text-decoration: underline;
}
.footer-bottom .copyright {
	color: #FFF;
	font-size: 10px;
	position: relative;
	line-height: 1.4em;
}
@media screen and (max-width: 480px) {
	.footer-entry-btn p {
		color: #FFF;
		font-size: min(4vw,18px);
		letter-spacing: 0.1em;
		font-weight: 500;
		text-align: center;
		line-height: 40px;
	}
	.footer-links01 {
		max-width: 300px;
	}
	.footer-links01 li {
		width: 100%;
		margin-bottom: 15px;
		position: relative;
	}
	.footer-links02 {
		max-width: 380px;
		width: 100%;
	}
	.footer-links02 li {
		width: 100%;
		margin-bottom: 5px;
	}
	.footer-links02 li p {
		font-size: min(4vw,18px);
		line-height: 40px;
	}
}

/* //////////////////////////////////////////////////////////////////// 下層共通 */

.block-ttl {
	font-size: min(6vw,28px);
	color: #188DD6;
	font-weight: 600;
	text-align: left;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.block-ttl:first-letter {
	color: #083E96;
}
.block-ttl span {
	display: block;
	color: #262626;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.09em;
}
.btn-txt {
	position: relative;
	border-top: solid 1px #188DD6;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.btn-txt > p span {
	display: block;
	color: #B0C1CC;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4em;
}
.btn-txt > p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
}
.content-box {
	width: 86%;
	margin: 0 auto;
	max-width: 1120px;
}


/* 　ページタイトル要素  */
.page-ttl {
	position: relative;
	height: 200px;
	box-sizing: border-box;
	padding: 0 0;
}
.page-ttl .h1-box {
	width: 90%;
	max-width: 500px;
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translate(-50%,0);
}
.page-ttl .h1-box .ttl {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #188DD6;
	line-height: 1.6em;
}
.page-ttl .h1-box .ttl:first-letter {
	color: #083E96;
}
.page-ttl .h1-box .ttl span {
	display: block;
	font-size: 11px;
	color: #262626;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
.page-ttl .h1-box h1 {
	border-top: solid #188DD6 1px;
	margin: 15px 0 0;
	padding: 12px 0 0;
	text-align: center;
	font-size: 20px;
	color: #083E96;
	line-height: 1.4em;
}


/* 　おすすめバナー  */
.recommend {
	position: relative;
	width: 90%;
	margin: 40px auto 60px;
	max-width: 1120px;
}
.recommend.inside {
	margin-bottom: 0!important;
}
.recommend > p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #188DD6;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.recommend > p:first-letter {
	color: #083E96;
}
.recommend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 320px;
	margin: 0 auto;
}
.recommend ul li {
	width: 100%;
	margin: 0 1% 15px;
	position: relative;
}
.recommend ul li .btn-txt p {
	font-size: min(5vw,18px);
}



/* 　インタビューメニュー  */
.int-btn-txt {
	position: absolute;
	width: 94%;
	height: auto;
	min-height: 150px;
	box-sizing: border-box;
	padding: 35px 15px 10px;
	background: linear-gradient(rgba(8, 62, 150, 0.8) 0%, rgba(24, 141, 214, 0.3) 100%);
	bottom: 10px;
	left: 2%;
	z-index: 2;
}
.int-btn-txt .ttl {
	position: absolute;
	background: #FFF;
	left: 0;
	top: 0;
	padding: 4px 15px;
	line-height: 1.4em;
	color: #188DD6;
	font-size: 13px;
	font-weight: 500;
}
.int-btn-txt .name {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
}
.int-btn-txt .name span {
	display: block;
	font-size: 10px;
}
.int-btn-txt p:not([class]) {
	color: #FFF;
	font-size: 11px;
	line-height: 1.5em;
}


/* 　黒ベタテキスト  */
.ttl-bar {
	position: relative;
	margin: 0 0 20px;
}
.ttl-bar span {
	display: inline-block;
	padding: 8px 20px;
	background: #262626;
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 500;
}

/* 　青グラデテキスト  */
.blue-bar {
	position: relative;
	margin: 0 0 10px;
}
.blue-bar span {
	display: inline-block;
	padding: 2px 20px;
	background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
	color: #FFF;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 500;
}



/* 　黒ボタン  */
.black-button {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 320px;
	box-sizing: border-box;
	padding: 12px 20px 12px 12px;
	background: #262626;
	transition: all .4s;
}
.black-button:hover {
	background: #3A3939;
}
.black-button.new-window:before {
	width: 10px;
	height: 10px;
	background-image: url("../img/common_img/new-window.svg");
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.black-button p {
	color: #FFF;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.6em;
}
.black-button p span {
	font-size: 80%;
}
.black-button ~ .black-button {
	margin-top: 5px;
}

/*  Qタイトル  */
.q-ttl {
	font-size: 15px;
	font-weight: 600;
	color: #083E96;
	padding-left: 30px;
	position: relative;
	padding-bottom: 10px;
}
.q-ttl:before {
	width: calc(34px * .6);
	height: calc(35px * .6);
	left: 0;
	top: 0px;
	background-image: url("../img/common_img/question-icon.svg");
}

/*  テーブル  */
.outline-table {
	width: 100%;
	margin: 0 auto;
}
.outline-table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.outline-table dt {
	width: 100%;
	text-align: left;
	color: #188DD6;
	vertical-align: top;
	font-weight: 500;
	letter-spacing: 0.08em;
	box-sizing: border-box;
	padding: 5px;
	border-bottom: 1px solid #188DD6;
}
.outline-table dd {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 5px 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E9ED;
	line-height: 1.6em;
}
.past {
	width: 100%;
	max-width: 500px;
}
.past th {
	font-weight: 400;
	text-align: center;
	font-size: 12px;
	border-bottom: solid 1px #B0C1CC;
	padding: 5px;
}
.past th.year {
	color: #188DD6;
	font-size: 12px;
	font-weight: 500;
	border-bottom: none;
}
.past th.year:nth-child(even) {
	background: #F5F8F8;
}
.past td {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	border-bottom: solid 1px #B0C1CC;
}
.past td:nth-child(even) {
	background: #F5F8F8;
}





@media screen and (max-width: 600px) {
	.scroll-div > div {
		min-width: 600px;
		padding-bottom: 40px;
}
	.scroll-div:before {
		content: "横スクロールできます";
		position: absolute;
		left: 50%;
		bottom: 5px;
		transform: translate(-50%,0);
		opacity: 1;
		transition: all .5s;
		background: rgba(0,0,0,0.2);
		z-index: 2;
		color: #FFF;
		font-size: 11px;
		line-height: 1.6em;
		padding: 3px 12px;
		white-space: nowrap;
	}
	.scroll-div.on:before {
		 opacity: 0;
	}
	.scroll-div {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
		position: relative;
		margin-bottom: 30px;
	}
	.scroll-div::-webkit-scrollbar {
		height: 6px;
	}
	.scroll-div::-webkit-scrollbar-track {
		background: #eee;
		border-radius: 3px;
	}
	.scroll-div::-webkit-scrollbar-thumb {
		background: #E2E2E2;
		border: none;
		border-radius: 3px;
	}
	.scroll-div::-webkit-scrollbar-thumb:hover {
		background: #999;
		border-radius: 3px;
	}
}