@charset "utf-8";

/* ==============================================
  reset
============================================== */
* {
	box-sizing: border-box;
}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,a,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height: 1;
	color: #333;
	min-width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	font-weight: 400;
	word-break: break-strict;
	word-wrap: break-word;
	line-break: strict;
}
h1, h2, h3, h4, h5, h6, p,small,dt,dd,li {
	line-height: 1.7;
}
article, aside, dialog, figure, footer, header,hgroup, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
sup {
	position: relative;
	font-size: 0.7em!important;
	vertical-align: baseline;
	top: -0.3em;
}

sub {
	position: relative;
	font-size: 0.7em!important;
	vertical-align: baseline;
	top: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table {
	width: 100%;
}
ul li {
	list-style: none;
}
a,a:focus,
*:focus {
	outline: none;
}
a {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	vertical-align: baseline;
	text-decoration: none;
	transition: 0.3s opacity ease-in-out;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* ==============================================
  common
============================================== */
section {
	padding-bottom: 80px;
}
section * {
	font-size: 1.6rem;
}
.inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
.inner_in {
	padding: 0 20px;
}
.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.ftw_b {
	font-weight: 700;
}
.tta_c {
	text-align: center;
}
.pb_1em {
	padding-bottom: 1em;
}
.clearfix:after {
	display: block;
	content: "";
	clear: both;
}
.hidden {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.flex_box {
	display: -webkit-flex;
	display: flex;
}

/* module */
.cl_jdb {
	color: #003479;
}
.cl_jlb {
	color: #00a0df;
}
.cl_jmb {
	color: #1c75bc;
}
.cl_jg {
	color: #333;
}

.bg_jdb_jmb {
	background: rgb(0,52,121);
	background: -webkit-linear-gradient(left, rgb(0,52,121) 0%,rgb(28,117,188) 100%);
	background: linear-gradient(to right, rgb(0,52,121) 0%,rgb(28,117,188) 100%);
}

.line_box_jdb {
	margin: 20px 0;
	padding: 2em;
	border: 2px solid #003479;
}

.title_bg_jdb {
	margin-bottom: 40px;
	padding: 0.4em 0.25em;
	font-size: 3.0rem;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	background: #003479;
}
.links {
	padding-bottom: 40px;
	text-align: center;
}
.links .links_apply {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 40px;
}
.links .links_apply .btn {
	display: inline-block;
	width: 47.2222222vw;
	max-width: 510px;
	margin: 0 auto !important; 
}
.links .links_apply .btn img {
	width: 100%;
	height: auto;
}
.links .btn {
	margin-bottom: 30px;
}
.links .links_sns {
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 60px;
}
.links .links_sns li:not(:last-child) {
	margin-right: 40px;
}
.links .links_sns li a {
	display: block;
}

@media screen and (min-width: 1081px) {
	.links .inner {
		padding: 0;
	}
}

@media screen and (max-width: 1080px) {
	.links .links_apply .btn {
		width: 46vw;
		margin: 0 2vw;
	}
}

@media screen and (max-width: 767px) {
	section {
		padding-bottom: 10vw;
	}
	section * {
		font-size: 3.2vw;
	}
	.inner {
		width: 100vw;
		padding: 0 2vw;
	}
	.inner_in {
		padding: 0 2vw;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
	img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	br.sp_only {
		line-height: 1;
	}
	a:hover {
		opacity: 1;
	}
	/* module */
	.line_box_jdb {
		margin: 3.2vw 0;
		padding: 1em;
		border-width: 1px;
	}
	.title_bg_jdb {
		width: 104vw;
		margin-bottom: 8vw;
		padding: 0.4em 1em;
		font-size: 4.8vw;
		text-align: center;
		-webkit-transform: translateX(-4vw);
		transform: translateX(-4vw);
	}
	.links {
		padding-bottom: 6vw;
	}
	.links .links_apply {
		display: block;
		padding-bottom: 6vw;
	}
	.links .links_apply .btn {
		width: 80vw;
		max-width: 80vw;
		margin-bottom: 4vw;
	}
	.links .btn {
		margin: 0 auto 6vw;
	}
	.links .links_sns {
		margin-bottom: 8vw;
	}
	.links .links_sns li {
		width: calc(100% / 3);
	}
	.links .links_sns li:not(:last-child) {
		margin-right: 2.6vw;
	}
}

/* ==============================================
  header
============================================== */
header {
	padding: 0;
	background: #fff;
}
header .inner {
	padding: 0;
	position: relative;
}
header .main_logo {
	position: absolute;
	top: 38%;
	left: 0;
}
header .main_logo {
	width: 47%;
}
header .main_logo a {
	width: 100%;
	display: block;
}
header .main_logo a img {
	width: 100%;
}
header ul.flex_logo {
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
header ul.flex_logo {
	margin: 0 0 0 60%;
	padding: 30px 0;
	width: 40%;
}
header ul.flex_logo li {
	margin-left: 20px;
}
header ul.flex_logo li:nth-child(1) {
  margin-right: -15px;
}
header ul.flex_logo li span {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.9;
	text-align: right;
	white-space: nowrap;
	vertical-align: text-bottom;
}
.en header ul.flex_logo li span {
	font-size: 1.4rem;
	line-height: 1.3;
	vertical-align: bottom;
}
header .globalnav-wrap {
  background: #ececec;
}
header .globalnav {
	text-align: center;
}
header .globalnav > li {
	margin: 0;
	padding: 0;
  display: inline-block;
}
header .globalnav > li a {
	padding: 20px 30px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.07em;
	position: relative;
	text-align: center;
}
header .globalnav > li a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 1px;
  background: #cccccc;
}
header .globalnav > li:first-child a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 1px;
  background: #cccccc;
}
header .globalnav .dropdown-btn {
  position: relative;
}
header .globalnav .dropdown {
  z-index: 1000;
  background:rgba(0,52,121,0.85);
  position: absolute;
  left: 0;
  top: 67px;
  width: 360px;
  display: none;
}
header .globalnav .dropdown li {
  border-bottom: 1px solid #ccc;
}
header .globalnav .dropdown li a {
  color: #fff;
  width: 100%;
}
header .globalnav .dropdown li a::before{
	display: none;
}
header .globalnav .dropdown li a::after{
	display: none;
}
header .globalnav .nav-button-wrap,
header .globalnav .open {
  display: block;
}
header .globalnav .close {
  display: block;
}

@media screen and (max-width: 767px) {
  header .globalnav-wrap {
    width: 100%;
  }
  header .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  header .globalnav.close {
  	position: absolute;
  }
  header .globalnav {
    top: -100%;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
  }
  header .globalnav-wrap.open .globalnav {
    display: block;
    padding: 60px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,52,121, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
  }
	header .globalnav li {
	  border-bottom: 1px solid #ccc;  
	}
	header .globalnav li a {
		color: #fff;
	  font-size: 2rem;
	  letter-spacing: 0.07em;
	}
	header .globalnav > li a::before,
	header .globalnav > li a::after {
		display: none;
	}
	header .globalnav .dropdown {
	  padding-bottom: 25px;
	}
	header .globalnav .dropdown li {
	  border-bottom: none;
	}
	header .globalnav .dropdown li a {
	    padding: 8px 0;
	    font-size: 1.4rem;
	    font-weight: normal;
	}
  header .nav-button-wrap {
    z-index: 11;
  }
  header .globalnav-wrap.open .globalnav li {
    display: block;
  }
  header .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  header .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }
  header .nav-button,
  header .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  header .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }
  header .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003479;
    border-radius: 4px;
  }
  header .nav-button-wrap.active .nav-button span {
    background-color: #fff;
  }
  header .nav-button span:nth-of-type(1) {
    top: 0;
  }
  header .nav-button span:nth-of-type(2) {
    top: 8px;
  }
  header .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  header .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  header .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}


@media screen and (min-width: 768px) {
	header ul.flex_menu li a br {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	header .inner {
	padding: 0 2vw;
	}
	header .main_logo {
	  top: 36%;
	  left: 3vw;
	}
	header ul.flex_logo li span {
    font-size: 1.4rem;
	}
	header ul.flex_menu li a {
	  padding: 20px 15px;
	}
}

@media screen and (max-width: 767px) {
	header {
	padding: 0;
	}
	header .inner {
	padding: 0;
	}
	header .main_logo {
		position: initial;
		width: 70%;
		margin-left: 4%;
		padding: 4vw 0 2vw;
	}
	header ul.flex_logo {
		-webkit-justify-content: left;
		justify-content: left;
		margin: 0 auto;
		padding: 3vw 0;
		width: 75%;
	}
	header ul.flex_logo li {
		margin-left: 3vw;
	}
	header ul.flex_logo li:nth-child(1) {
		margin-left: 0;
		margin-right: 0;
	}
	header ul.flex_logo li span {
		font-size: 2.67vw;
	}
	.en header ul.flex_logo li span {
		font-size: 0.9rem;
		line-height: 1;
	}
	header ul.flex_menu li a {
		padding: 2vw 4vw;
		font-size: 1.2rem;
		letter-spacing: 0;
		text-align: center;
		line-height: 1.5;
	}
	.en header ul.flex_menu li a {
		padding: 2vw 2vw;
	}
	header ul.flex_menu li a::after{
	  height: 2em;
	}
}

/* ==============================================
  banner
============================================== */
#banner {
	margin-bottom: 60px;
	padding: 40px 0 20px;
}
#banner .inner {
	margin: 0 2vw;
}

#banner .slick-slider .slick-list {
	border: 3px solid #1c75bc;
}
#banner .slick-slide img {
	display: inline-block;
	width: 100%;
	min-width: 100%;
	height: auto;
}

@media all and (-ms-high-contrast:none){ /* IE11 */
	*::-ms-backdrop, #banner .inner * {
		line-height: .9;
	}
}

#banner .slick-dots li button:before,
#banner .slick-dots li.slick-active button:before {
	color: #003479;
	opacity: .5;
}
#banner .slick-dots li.slick-active button:before {
	opacity: 1;
}
#banner .slick-dots li button:hover:before {
	opacity: .75;
}

@media screen and (min-width: 1081px) {
	#banner .inner {
		margin: 0 auto;
	}
	#banner .slick-slide img {
		width: 1080px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	#banner {
		display: none;
	}
}


/* ==============================================
  footer
============================================== */
footer {
	position: relative;
	padding: 80px 0 90px;
	text-align: center;
	background: #003479;
}
footer::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
}
footer .cosponsor *,
footer small {
	font-size: 1.6rem;
	color: #fff;
}
footer .cosponsor {
	margin-bottom: 20px;
}

#gotop {
	position: fixed;
	right: -100px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	font-size: 1.0rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #003479;
	transition: .3s ease-in-out;
	z-index: 100;
}
#gotop:before {
	position: relative;
	top: 10px;
	left: calc(50% - 2px);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	margin-bottom: 2px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	transition: .3s ease-in-out;
}
#gotop.gotop_in {
	right: 0;
}

@media screen and (max-width: 767px) {
	footer {
		padding: 8vw 0 6vw;
	}
	footer::before {
		top: 8px;
		height: 2px;
	}
	footer .cosponsor *,
	footer small {
		font-size: 2.67vw;
	}
	footer .cosponsor {
		margin-bottom: 3.6vw;
	}
	#gotop {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}
	#gotop:before {
		position: relative;
		top: 8px;
		left: calc(50% - 1px);
		width: 6px;
		height: 6px;
		margin-bottom: 2px;
	}
}


/* ==============================================
  mordal
============================================== */
.modal_open,
.modal_close {
	cursor: pointer;
}
.modal_box {
	position: fixed;
	display: none;
	width: 93.75vw;
	max-width: 990px;
	max-height: 84vh;
	padding: 5.5555555vw 6.4814814vw 1.8518518vw;
	background: #fff;
	overflow-y: scroll;
	z-index: 1000;
}
.modal_close {
	position: absolute;
	top: 1.3888888vw;
	right: 1.3888888vw;
	width: 3.7037037vw;
	height: 3.7037037vw;
	color: #fff;
	background: #00a0df;
	z-index: 2000;
}
.modal_close::before,
.modal_close::after {
	position: relative;
	top: calc(50% - 1px);
	left: 25%;
	content: '';
	display: block;
	width: 1.85vw;
	border-top: 2px solid #fff;
}
.modal_close::before {
	transform: skewY(-45deg);
}
.modal_close::after {
	transform: skewY(45deg);
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 120vh;
	background-color: rgba(0, 0, 0, .8);
	z-index: 100;
}
.modal_box ul li,
.modal_box p {
	font-size: 1.6rem;
}
.modal_box p.hint_msg {
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

@media screen and (min-width: 1081px) {
	.modal_box {
		padding: 60px 70px 20px;
	}
	.modal_close {
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
	}
	.modal_close::before,
	.modal_close::after {
		width: 20px;
	}
}

@media screen and (max-width: 767px) {
	.modal_box {
		width: 94vw;
		max-height: 96vh;
		padding: 16vw 3.2vw 6vw;
	}
	.modal_close {
		top: 3.2vw;
		right: 3.2vw;
		width: 10vw;
		height: 10vw;
	}
	.modal_close::before,
	.modal_close::after {
		width: 4.8vw;
	}
	.modal_box .title_bg_jdb {
		width: 100%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.modal_box ul li,
	.modal_box p {
		font-size: 3.2vw;
	}
	.modal_box p.hint_msg {
		font-size: 3.8vw;
	}
}


/* ==============================================
  print
============================================== */
@media print {
	#gotop,
	#gotop:before {
		display: none;
	}
}