@charset "UTF-8";


.pc_none{
	display: none;
}
@media screen and ( max-width:768px ) {
.baner_sp {
	width:100%;

	position:fixed;
	bottom:-3px;
	right:0;
	z-index:20;
	display:none;
}

.b_btn_1 {
	text-align: center;
	width:50%;
	float:left;
	margin:0;
	color:#fff;
	background-color:#e7550c;
	padding:5% 0;
	font-size:1.5rem;
}

.b_btn_2 {
	text-align: center;
	width:50%;
	float:right;
	margin:0;
	color:#fff;
	background-color:#d83509;
	padding:6% 0;
	font-size:1.5rem;
}

.b_btn_1 img,
.b_btn_2 img {
		width: auto;
}

}

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  text-align: center;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 3.5vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

.hidden {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.flex_wrap {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.inner {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

@media screen and (max-width: 959px) {
  .pagetop {
    right: 10px;
    bottom: 80px;
  }
}

.pagetop .up_img {
  font-size: 5rem;
  color: #ea5404;
}

@media screen and (max-width: 959px) {
  .pagetop .up_img {
    font-size: 3rem;
  }
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a img:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  margin: 0;
  padding: 0;
}

.header .h_logo {
  width: auto;
  padding: 0.5% 0;
}

@media screen and (max-width: 959px) {
  .header .h_logo {
    width: 60%;
    margin: auto;
  }
}



/* --------------------------------
 * box_1
 * -------------------------------- */
.box_1 {
  width: 100%;
  margin: auto;
  padding: 107px 0 20px 0;
	position: relative;
	background-color: #FFF;
}

.box_1 .inner {

}

.box_1 .title_1 {
	max-width: 530px;
	padding-bottom: 25px;
	padding-left: 4%;
}

.box_1 .title_2 {
	max-width: 1200px;
	padding: 0 0% 2% 0%;
	margin: -8% 0 0 0;
}

@media screen and (max-width: 959px) {
	.box_1 {
		  padding: 20px 0;
		background-position: left;
	}

  .box_1 .title_1 {
    width: 80%;
  }

	.box_1 .title_2 {
		margin: 0 0 0 0;
		max-width: 1200px;
		padding: 0 5% 0 5%
	}
}
/* --------------------------------
 * box_2
 * -------------------------------- */
.box_2 {
  width: 100%;
  margin: auto;
	background-color: #FFF;
	height: 35vw;
	min-height: 440px;
}

.box_2 .main_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 959px) {
	.box_2 {
		height: 105vw;
	}
}

/* --------------------------------
 * box_3
 * -------------------------------- */
.box_3 {
  width: 100%;
  margin: auto;
	background-color: #FFF;
	position: relative;
	background-image: url(../images/bg_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.box_3 .player_1 {
	position: absolute;
	right: 0;
	height: 98%;
	width: auto;
	z-index: 0;
	bottom: -4rem;
}

.box_3 .player_2 {
	position: absolute;
	top: 22%;
	left: 5%;
	height: 33%;
	width: auto;
	z-index: 0;
}

.box_3 .player_3 {
	position: absolute;
	bottom: 2%;
	left: 1%;
	height: 52%;
	width: auto;
	z-index: 1;
}

.box_3 .title_3 {
	position: relative;
	top: -50px;
	position: relative;
	z-index: 2;
}

.box_3 .flex_wrap {
	padding: 0 5%;
	margin: auto;
	margin-top: -30px;
	z-index: 2;
	position: relative;
	z-index: 2;
}

.box_3 .flex_wrap img {
	width: 23%;
	height: auto;
	position: relative;
	z-index: 2;
}

.box_3 .title_4 {
	max-width: 840px;
	position: relative;
	z-index: 2;
}

.box_3 .application_info {
	padding: 25px 20px;
	text-align: left;
	border: 1px solid #E7E7E7;
	margin: 40px auto 0px;
	position: relative;
	z-index: 2;
	background-color: #FFF;
}

.box_3 .application_info dl {
	line-height: 1.75;
}

.box_3 .application_info dl dt {
	display: inline-block;
	width: 10%;
	float:left;
}

.box_3 .application_info dl dd {
	display: inline-block;
	width: 89%;
}

@media screen and (max-width: 1500px) {
	.box_3 .player_1 {
		bottom: -4rem;
		right: 0;
	}
}

@media screen and (max-width: 1280px) {
	.box_3 .player_1 {
		right: -15%;
		bottom: 0;
	}
}

@media screen and (min-width: 960px) {
	.box_3 .event_sp,
	.box_3 .player_side {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.box_3 {
	  padding: 0 0%;
		background-image: none;
	}

	.box_3 .title_3 {
		top: -42px;
		padding: 0 5%;
	}

	.box_3 .flex_wrap{
		margin-top: 0px;
		padding: 0;
	}

	.box_3 .flex_wrap img {
		width: 45%;
		margin-bottom: 20px;
		height: auto;
		display: block;
	}

	.box_3 .application_info dl dt {
		display: inline-block;
		width: 100%;
		float:left;
	}

	.box_3 .application_info dl dd {
		display: inline-block;
		width: 100%;
	}

	.box_3 .application_info {
		padding: 15px;
		margin: 40px 5% 0px;
	}

	.box_3 .event_sp {
		padding-left: 3%;
		margin-bottom: 20px;
	}

	.box_3 .player_side {
		position: relative;
	}

	.box_3 .player_2 {
		position: absolute;
		top: -12%;
		left: 3%;
		height: 50%;
		width: auto;
		z-index: 0;
	}

	.box_3 .player_3 {
		position: absolute;
		height: 96%;
		right: -23%;
		bottom: -50%;
		left: inherit;
	}

	.box_3 .title_4 {
		padding: 0 15%;
		position: relative;
		z-index: 3;
	}

	@media screen and (max-width: 480px) {
		.box_3 .title_3 {
			top: -30px;
		}
	}

}

/* --------------------------------
 * box_4
 * -------------------------------- */
.box_4 {
  width: 100%;
  margin: auto;
	margin-bottom: 25px;
}

/* --------------------------------
 * box_5
 * -------------------------------- */
.box_5 {
  width: 100%;
  margin: auto;
}

.box_5 h2 {
	font-weight: bold;
	font-size: 3.0rem;
	margin-bottom: 15px;
	letter-spacing: -2px;
}

.box_5 p {
	margin-bottom: 25px;
	letter-spacing: -2px;
}

.box_5 .baner_2 {
	max-width: 850px;
	margin-bottom: 70px;
}

@media screen and (max-width: 959px) {
	.box_5 {
		padding: 0 5%;
	}
	.box_5 h2 {
		font-size: 2.4rem;
	}

	.box_5 p {
		line-height: 1.75;
	}

	.box_5 .baner_2 {
		margin-bottom: 40px;
	}

}

/* --------------------------------
 * box_6
 * -------------------------------- */
.box_6 {
  width: 100%;
  margin: auto;
}

.box_6 h2 {
	font-weight: bold;
	font-size: 3.0rem;
	margin-bottom: 15px;
	letter-spacing: -2px;
}

.box_6 p {
	margin-bottom: 25px;
	letter-spacing: -2px;
}

.box_6 .baner_3 {
	max-width: 850px;
	margin-bottom: 110px;
}

@media screen and (max-width: 959px) {
	.box_6 {
		padding: 0 5%;
	}
	.box_6 h2 {
		font-size: 2.4rem;
	}

	.box_6 p {
		line-height: 1.75;
	}

	.box_6 .baner_3 {
		margin-bottom: 40px;
	}

}

/* --------------------------------
 * box_7
 * -------------------------------- */
.box_7 {
  width: 100%;
  margin: auto;
	background-color: #FFF;
	height: 25vw
}

.box_7 .footer_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 959px) {
	.box_7 {
		height: 43vw;
	}

	.box_7 .footer_bg {

	}
}

/* --------------------------------
 * baner
 * -------------------------------- */
.baner {
  display: block;
  width: auto;
  position: fixed;
  right: -200px;
  top: 30%;
  z-index: 999;
}

@media screen and (max-width: 959px) {
  .baner {
    width: 100%;
    right: 0;
    top: -100px;
    height: 85px;
  }
}

.baner_img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .baner_img {
    width: 100%;
    height: 85px;
  }
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  margin: 0 auto;
	background-color: #ECECEC;
	padding: 3% 0;
}

.footer .f_logo_area {
	width: 49%;
	margin: auto;
}

.footer .f_logo_area a {
	color: #000;
	margin-left: 30px;
	position: relative;
  top: -20px;
	font-weight: bold;
}

.footer .f_logo_area a:active {
	color: #000;
}

.footer .text {
  font-size: 1.2rem;
	width: 49%;
	margin: auto;
	display: block;
}

@media screen and (max-width: 959px) {
  .footer {
	  padding: 3% 0;
    width: 100%;
  }

	.footer .f_logo_area {
		width: 100%;
	}

	.footer .text {
		width: 100%;
	}

	.footer .f_logo_area a {
		width: 100%;
		position: inherit;
		display: block;
		margin: 2% auto 4%;
		font-weight: 500;
	}
}

@media screen and (max-width: 959px) {
  .footer .text {
    font-size: 2vw;
  }
}

.footer .f_logo {
  width: auto;
  margin: 1% 0 0;
}

@media screen and (max-width: 959px) {
  .footer .f_logo {
    width: 50%;
  }


}
