@charset "utf-8";

/*---------------------------------------------
	募集要項CSS
---------------------------------------------*/
#require{
margin-left:auto;
margin-right:auto;
max-width:1180px;
padding-left:20px;
padding-right:20px;
}

.h_require {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:40px;
  letter-spacing:0.05em;
  margin-bottom:40px;
}

.h_require:before, .h_require:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.h_require:before {
  left:0;
}
.h_require:after {
  right: 0;
}


#application h3 {
	font-size: 120%;
	text-align: center;
	padding-bottom: 3%;
}

#application h3 span {
	display: inline-block;
	position: relative;
	line-height: 1.0;
	letter-spacing: 0.2em;
	background: none;
	color: #000;
}

#application h3 span::before {
	content: '';
	width: 35px;
	height: 2px;
	display: block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	left: -45px;
	top: 48%;
}

#application h3 span::after {
	content: '';
	width: 35px;
	height: 2px;
	display: block;
	background: #000;
	border-radius: 2px;
	position: absolute;
	right: -40px;
	top: 48%;
}

.app_data {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.app_data dl {
        font-size:18px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.app_data dl dt {
	width: 160px;
	padding: 15px 20px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}

.app_data dl dd {
	width: calc(100% - 170px);
	padding: 15px 20px;
	box-sizing: border-box;
}

.app_data dl dd ul li {
	display: block;
	/* 	margin-right: 20px; */
}

#application section>p {
	max-width: 580px;
	margin: 1% auto 4%;
}

.app_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.app_img dl {
	width: 48%;
	text-align: center;
	margin-bottom:40px;
}

.app_img dl dt {
	margin-bottom: 10px;
}

.app_img dl dd {
	font-size: 90%;
}

.fukuri_box{
margin-top:80px;
}

.fukuri_p{
text-align:center;
font-weight:700;
font-size:110%;
margin-bottom:60px;
}

#boshu_img img {
  width: 100%;
  height: 400px ;
  object-fit: cover;
  object-position: right 70% !important;
}

/*
-----------------------------------------------
タブレット
----------------------------------------------- */
@media screen and (max-width: 820px) {

.h_require {
  font-size:24px;
  margin-bottom:20px;
}

.fukuri_box{
margin-top:40px;
}

.app_data dl {
        font-size:13px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

  .app_data dl dt {
    width: 85px;
    padding: 15px 10px;
    letter-spacing: 0;
  }

  .app_data dl dd {
    width: calc(100% - 90px);
    padding: 15px 10px;
  }

  .app_img dl {
    width: 90%;
    max-width: 380px;
    margin: 0 auto 5%;
  }

  .app_img dl dt {
    margin-bottom: 3px;
  }

  .app_img dl dd {
    font-size: 80%;
  }
}

/*
-----------------------------------------------
SP
----------------------------------------------- */
@media screen and (max-width: 767px) {
#boshu_img img {
    height: 200px;
      object-fit: cover;
  object-position: 70% 70% !important;
  }

.fukuri_p{
text-align:left;
font-size:110%;
margin-bottom:30px;
}

}