@charset "utf-8";

main img {
	width: 100%;
	min-width: initial;
	max-width: initial;
	height: initial;
}
main p {
	line-height: 1.8;
}
@media screen and (min-width: 768px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc_only {
		display: none !important;
	}
}

/* ==============================================
  キービジュアル
============================================== */
.kv .btn_lang {
	position: absolute;
	top: 2.4074074vw;
	left: 1.8518518vw;
}
.kv .btn_lang a {
	position: relative;
	display: block;
	padding: 0.75em 1.09em 0.75em 36px;
	font-size: 1.4rem;
	font-weight: 700;
	background: #fff;
}
.kv .btn_lang a::before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #003479;
	border-right: 1px solid #003479;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

@media screen and (min-width: 1081px) {
	.kv .btn_lang {
		top: 26px;
		left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.kv .btn_lang {
		top: 3.2vw;
		left: 3.2vw;
	}
	.kv .btn_lang a {
		padding-left: 5.6vw;
		font-size: 2.67vw;
	}
	.kv .btn_lang a::before {
		left: 0.8vw;
		width: 1.4vw;
		height: 1.4vw;
	}
}

/* ==============================================
	キービジュアル
============================================== */
.kv {
	position: relative;
	background: #d2cdca;
}
.kv .inner {
	height: 500px;
	max-height: 500px;
}
.kv .title_copy {
  font-family: '游明朝','YuMincho','Hiragino Mincho ProN W3','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN', 'HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  line-height: 1.4;
	text-align: center;
	font-size: 34px;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.kv .inner {
		padding-top: 0;
		background: url(../img/kv.jpg) no-repeat center;
		background-size: cover;
	}
	.kv .title_copy {
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0,52,121,0.6);
		z-index: 1;
		width: 100%;
	  padding: 15px 0;
	}
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.kv .inner {
		height: 400px;
		max-height: 400px;
	}
	.en .kv .title_copy {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.kv .inner {
	  padding: 0;
		height: 0;
		max-height: 0;
		background: none;
		position: static;
	}
	.kv .title_copy {
		background: rgba(0,52,121,1);
		font-size: 4.7vw;
	  padding: 4vw 2vw;
	}
	.en .kv .title_copy br {
		display: none;
	}
}

/* ==============================================
	lead_message
============================================== */
.lead_message {
	padding: 40px 0;
}
.lead_message h2 {
	font-size: 2.2rem;
	text-align: center;
	color: #003479;
}
.lead_message p {
	margin-top: 30px;
	font-size: 1.8rem;
}
.lead_message_images {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lead_message_images img {
	width: 49%;
}
@media screen and (max-width: 1080px) {
	.lead_message .inner {
		padding: 0 2vw;
	}
	.lead_message h2 br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.lead_message {
		padding: 4vw 0 6vw;
	}
	.lead_message .inner {
		padding: 0 4vw;
	}
	.lead_message h2 {
		font-size: 3.5vw;
	}
	.en .lead_message h2 br {
		display: none;
	}
	.lead_message_images {
		margin-top: 4vw;
		display: block;
	}
	.lead_message_images img {
		width: 100%;
	}
	.lead_message_images img + img {
		margin-top: 2.5vw;
	}
	.lead_message p {
		margin-top: 4vw;
		font-size: 1.4rem;
	}
}

/* ==============================================
	map
============================================== */
.map {
	padding: 0 0 60px;
}
.map p {
	color: #003479;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.map .inner {
		max-width: 950px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1080px) {
	.map {
		padding: 0 2vw 60px;
	}
}
@media screen and (max-width: 767px) {
	.map {
		padding: 0 0 8vw;
	}
	.map .inner {
		padding: 0 4vw;
	}
	.map p {
		font-size: 1.4rem;
	}
}

/* ==============================================
	sec
============================================== */
.sec {
	padding: 40px 0 60px;
}
.sec01,
.sec03 {
	background: #a8e7ff;
}
.sec .sec_cover {
	overflow: hidden;
}
.sec .sec_title {
	color: #003479;
	font-size: 3rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}
.sec02 .sec_title,
.sec04 .sec_title {
	text-align: right;
}
.sec .sec_title::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 100%;
  background: #003479;
  z-index: 1;
}
.sec .sec_title span {
	position: relative;
	z-index: 2;
}
.sec01 .sec_title span,
.sec03 .sec_title span {
  background: #a8e7ff;
  padding-right: 0.5em;
}
.sec02 .sec_title span,
.sec04 .sec_title span {
  background: #fff;
  padding-left: 0.5em;
}
.sec .sec_text {
	font-size: 1.8rem;
}
.sec .sec_textBox {
	padding-top: 6px;
}
.sec .sec_textBox p {
	font-size: 1.3rem;
	line-height: 1.6;
}
@media screen and (max-width: 1080px) {
	.sec .inner {
		padding: 0 2vw;
	}
}
@media screen and (max-width: 767px) {
	.sec {
			padding: 8vw 0 8vw;
		}
	.sec .inner {
		padding: 0 4vw;
	}
	.sec .sec_title {
		font-size: 1.8rem;
		margin-bottom: 4vw;
	}
	.sec .sec_title {
		text-align: center;
	}
	.sec .sec_text {
		font-size: 1.4rem;
	}
	.sec .sec_title span {
	  padding: 0 0.8em;
	}
	.sec .sec_textBox p {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
@media screen and (min-width: 768px) {
	/* sec01 */
	.sec01 .sec_text {
		width: 47%;
		float: left;
	}
	.sec01 .sec_imgBox_01 {
		width: 49%;
		float: right;
	}
	.sec01 .sec_imgBox_01 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec01 .sec_imgBox_01 .sec_imgBox img {
		width: 48%;
	}
	.sec01 .sec_imgBox_01 .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec01 .sec_imgBox_01 .sec_textBox p {
		width: 48%;
	}
	.sec01 .sec_imgBox_02 {
		margin-top: 30px;
	}
	.sec01 .sec_imgBox_02 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec01 .sec_imgBox_02 .sec_imgBox img {
		width: 23.51%;
	}
	.sec01 .sec_imgBox_02 .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec01 .sec_imgBox_02 .sec_textBox p:nth-child(1) {
		width: 49%;
	}
	.sec01 .sec_imgBox_02 .sec_textBox p:nth-child(2),
	.sec01 .sec_imgBox_02 .sec_textBox p:nth-child(3) {
		width: 23.51%;
	}

	/* sec02 */
	.sec02 .sec_text {
		width: 47%;
		float: right;
	}
	.sec02 .sec_imgBox_01 {
		width: 49%;
		float: left;
	}
	.sec02 .sec_imgBox_01 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec02 .sec_imgBox_01 .sec_imgBox img {
		width: 48%;
	}
	.sec02 .sec_imgBox_01 .sec_textBox {
		margin-bottom: 20px;
	}
	.sec02 .sec_contestBox {
		border: 1px solid #003479;
		padding: 30px 30px 40px;
		margin-top: 30px;
	}
	.sec02 .sec_contestBox .sec_contest_title {
		color: #003479;
		font-size: 2.4rem;
		font-weight: bold;
	}
	.sec02 .sec_contestBox .sec_contest_text {
		font-size: 1.6rem;
		width: 73.13%;
		margin: 15px  0 30px;
	}
	.sec02 .sec_contestBox .sec_imgBox {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	.sec02 .sec_contestBox .sec_imgBox img.img_s {
		width: 23.72%;
		margin-right: 1.65%;
	}
	.sec02 .sec_contestBox .sec_imgBox img.img_m {
		width: 23.72%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sec02 .sec_contestBox .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec02 .sec_contestBox .sec_textBox p {
		width: 23.72%;
	}

	/* sec03 */
	.sec03 .sec_imgBox_01 {
		margin-top: 30px;
		width: 100%;
	}
	.sec03 .sec_imgBox_01 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec03 .sec_imgBox_01 .sec_imgBox img {
		width: 23.51%;
	}
	.sec03 .sec_imgBox_01 .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec03 .sec_imgBox_01 .sec_textBox p:nth-child(1) {
		width: 74.5%;
	}
	.sec03 .sec_imgBox_01 .sec_textBox p:nth-child(2) {
		width: 23.51%;
	}

	/* sec04 */
	.sec04 .sec_text {
		width: 47%;
		float: right;
	}
	.sec04 .sec_imgBox_01 {
		width: 49%;
		float: left;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox img {
		width: 48%;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox img:nth-child(3),
	.sec04 .sec_imgBox_01 .sec_imgBox img:nth-child(4) {
		margin-top: 20px;
	}
	.sec04 .sec_imgBox_02 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	/* sec01 */
	.sec01 .sec_imgBox_01 .sec_imgBox,
	.sec01 .sec_imgBox_02 .sec_imgBox,
	.sec01 .sec_imgBox_03 .sec_imgBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: space-between;
	  -ms-flex-pack: space-between;
	  justify-content: space-between;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center
	}
	.sec01 .sec_imgBox_01 .sec_imgBox img,
	.sec01 .sec_imgBox_02 .sec_imgBox img,
	.sec01 .sec_imgBox_03 .sec_imgBox img {
		width: 48%;
		min-width: auto;
	}
	.sec01 .sec_imgBox_01 .sec_textBox,
	.sec01 .sec_imgBox_03 .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec01 .sec_imgBox_01 .sec_textBox p,
	.sec01 .sec_imgBox_03 .sec_textBox p {
		width: 48%;
	}
	.sec01 .sec_imgBox {
		margin-top: 4vw;
	}

	/* sec02 */
	.sec02 .sec_imgBox_01 .sec_imgBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: space-between;
	  -ms-flex-pack: space-between;
	  justify-content: space-between;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center
	}
	.sec02 .sec_imgBox_01 .sec_imgBox img {
		width: 48%;
		min-width: auto;
	}
	.sec02 .sec_imgBox {
		margin-top: 4vw;
	}
	.sec02 .sec_contestBox {
		border: 1px solid #003479;
		padding: 4vw 3vw;
		margin-top: 6vw;
	}
	.sec02 .sec_contestBox .sec_contest_title {
		color: #003479;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.sec02 .sec_contestBox .sec_contest_text {
		font-size: 1.4rem;
		margin-top: 3vw;
	}
	.sec02 .sec_contestBox .sec_imgBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: space-between;
	  -ms-flex-pack: space-between;
	  justify-content: space-between;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center
	}
	.sec02 .sec_contestBox .sec_imgBox img {
		width: 49%;
		min-width: auto;
	}
	.sec02 .sec_contestBox .sec_textBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sec02 .sec_contestBox .sec_textBox p {
		width: 49%;
	}

	/* sec03 */
	.sec03 .sec_imgBox {
		margin-top: 4vw;
	}

	/* sec04 */
	.sec04 .sec_imgBox {
		margin-top: 4vw;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox img {
		width: 48.6%;
		min-width: auto;
	}
	.sec04 .sec_imgBox_01 .sec_imgBox img:nth-child(3),
	.sec04 .sec_imgBox_01 .sec_imgBox img:nth-child(4) {
		margin-top: 2.5%;
	}
	.sec04 .sec_imgBox_02 .sec_textBox {
		margin-top: 4vw;
	}
	.sec04 .sec_imgBox_02 .sec_imgBox {
		margin-top: 2vw;
	}
}

/* ==============================================
	comment
============================================== */
.comment {
	padding: 40px 0 60px;
	background: #77b4ee;
}
.comment h2 {
	font-size: 3rem;
	text-align: center;
	color: #003479;
}
.comment .commentBox {
	background: #fff;
	padding: 30px;
	margin-top: 25px;
	border-radius: 5px;
}
.comment .commentBox_01 .comment_img,
.comment .commentBox_03 .comment_img {
	float: right;
	width: 14.6%;
}
.comment .commentBox_02 .comment_img,
.comment .commentBox_04 .comment_img {
	float: left;
	width: 14.6%;
}
.comment .commentBox .comment_name {
	font-size: 1.8rem;
	color: #003479;
	font-weight: bold;
}
.comment .commentBox .comment_text {
	font-size: 1.6rem;
	padding-top: 15px;
}
.comment .commentBox .js-modal-open {
	color: #003479;
	text-decoration: underline;
}
.comment .commentBox .js-modal-open:hover {
	text-decoration: none;
}
@media screen and (max-width: 1080px) {
	.comment .inner {
		padding: 0 2vw;
	}
}
@media screen and (min-width: 768px) {
	.comment .commentBox_01 .comment_textBox,
	.comment .commentBox_03 .comment_textBox {
		width: 82%;
	}
	.comment .commentBox_02 .comment_textBox,
	.comment .commentBox_04 .comment_textBox {
		padding-left: 18%;
	}
}
@media screen and (max-width: 767px) {
	.comment {
		padding: 7vw 0 8vw;
	}
	.comment .inner {
		padding: 0 4vw;
	}
	.comment h2 {
		font-size: 2rem;
	}
	.comment .commentBox {
		padding: 4vw;
		margin-top: 3vw;
	}
	.comment .commentBox_01 .comment_img,
	.comment .commentBox_03 .comment_img {
		float: right;
		width: 18%;
		margin: 0 0 2vw 4vw;
	}
	.comment .commentBox_02 .comment_img,
	.comment .commentBox_04 .comment_img {
		float: left;
		width: 18%;
		margin: 0 6vw 2vw 0;
	}
	.comment .commentBox .comment_img {
		min-width: auto;
	}
	.comment .commentBox .comment_name {
		font-size: 1.6rem;
	}
	.comment .commentBox .comment_text {
		font-size: 1.4rem;
		padding-top: 2vw;
	}
}

/* ==============================================
  mordal
============================================== */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1080px;
  max-height: 80%;
  overflow-y: scroll;
  border-radius: 5px;
  z-index: 103;
}
.modal__content h3 {
	font-weight: bold;
	color: #003479;
}
.modal__content p {
	line-height: 1.8;
}
.modal__content p span {
	display: block;
	font-weight: bold;
}
.modal__inner{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 1080px;
  height: 80%;
  z-index: 102;
}
.js-modal-close-btn {
	position: fixed;
	top: -30px;
	right: -70px;
	font-size: 8rem;
	color: #999;
}
@media screen and (min-width: 768px) {
	.modal__content{
	  padding: 40px;
	}
	.modal__content h3 {
		font-size: 2rem;
		padding-bottom: 40px;
	}
	.modal__content h3 span {
		font-size: 1.6rem;
	}
	.modal__content p {
		font-size: 1.6rem;
		padding-bottom: 40px;
	}
	.modal__content p span {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.modal__content{
	  width: 90%;
	  max-height: 80%;
	}
	.modal__content{
	  padding: 3vw;
	}
	.modal__content h3 {
		font-size: 1.6rem;
		padding-bottom: 5vw;
	}
	.modal__content h3 span {
		font-size: 1.4rem;
		display: block;
	}
	.modal__content p {
		font-size: 1.4rem;
		padding-bottom: 5vw;
	}
	.modal__content p span {
		font-size: 1.6rem;
	}
	.modal__inner{
	  width: 90%;
	  height: 80%;
	}
	.js-modal-close-btn {
		position: fixed;
		top: -65px;
		right: 0;
		font-size: 6rem;
	}

}

/* ==============================================
	print
============================================== */
@media print and (-ms-high-contrast: none) {
	.kv .title_copy {
		font-size: 3.6rem;
	}
}
