/* title-visual */
#title-visual {
  position: relative;
  height: 200px; max-height: 200px;
  background: url(/img/recruit.jpg) -250% 65% no-repeat;
  background-size: 115% auto;
	display: flex;
  z-index: -2;
	-webkit-box-pack: center;
     -ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
#title-visual h2 {
  position: absolute;
  top: 50%;
  left:15%;
  margin: -0.9em;
	font-size: 180%;
  line-height: 200%;
	color: #000;
  -moz-text-shadow: 5px 7px 14px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 5px 7px 14px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 5px 7px 14px rgba(0, 0, 0, 0.8);
  text-shadow: 5px 7px 14px rgba(0, 0, 0, 0.8);
}

.title-bg {
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: -1;
  background:linear-gradient(110deg,#eee 50%, rgba(255,255,255,.3));
}

.section1, .section2 {
  height: auto;
  width: 100%;
  padding: 5% 10%;
}

.section1 .info span.policy {
  font-size: 131%;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  color: #de9610;
	padding: 0 65px;
  text-shadow:
          #333 1px 1px 0, #333 -1px -1px 0,/*右下、左上*/
          #333 -1px 1px 0, #333 1px -1px 0,/*右上、左下*/
          #333 0px 1px 0, #333  0-1px 0,/*右、左*/
          #333 -1px 0 0, #333 1px 0 0;/*上、下*/
}

.section1 .info span.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.section1 .info span.annotation {
  font-size: 75.5%;
  padding-bottom:  3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section1 .info span.annotation em {
  border-bottom:  dotted 1px #666;
}

.section1 .button {
  width: 300px;
}

.section2 .info {
  width: 100%;
  height: 100%;
}

.section2 .info {
  margin: 0 0;
  background: rgba(222, 222, 222, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.section2 .info .box-title {
  font-size: 1.2em;
  background: rgba(222, 150, 16, 0.6);
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow:
          #333 1px 1px 0, #333 -1px -1px 0,/*右下、左上*/
          #333 -1px 1px 0, #333 1px -1px 0,/*右上、左下*/
          #333 0px 1px 0, #333  0-1px 0,/*右、左*/
          #333 -1px 0 0, #333 1px 0 0;/*上、下*/
}
.section2 .info p {
  padding: 15px 20px;
  margin: 0;
}

.section2 {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  background-image: none;
}

.s2_left {
  width: 100%;
  height: 100%;
  padding: 5% 10%;
	box-sizing: border-box;
	color: #000;
	text-align: center;
  order: 1;
  background: url(/img/shinsotu.jpg) no-repeat center center;
  background-size: cover;
	padding-bottom: 30px;
}

.s2_right {
  width: 100%;
  height: 100%;
  padding: 5% 10%;
	box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: center;
  order: 2;
  background: url(/img/chuto.jpg) no-repeat center center;
  background-size: cover;
	padding-bottom: 30px;
}

/* media query */
@media screen and (max-width: 900px) {
  .section1 .info span.policy {
    padding: 0 0;
  }
  .section2 {
    display: inline-block;
  }
}

@media screen and (max-width:480px){
}

@media screen and (max-width: 400px) {
  #title-visual h2 {
    margin: 0em;
  }
	.section1, .section2 {
    padding: 5% 5%;
	}
}
