section {
  margin-bottom: 2em;
}
.img-fluid2 {
  max-width: 50%;
  height: auto;
}
.maintitle__image {
  height: 25vh;
}
.maintitle .hgroup {
  top: 65%;
}
.recruit .hgroup h1 {
  padding: 1em 0 0.5em;
}
.hgroup h1.hgroup_h1 {
	font-size: 2em;
}
.hgroup .sub {
	font-size:1.2rem;
	text-align:center;
}

.hgroup h2 {
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
.f-container {
	display:flex;
	flex-diretion: row;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.f-right {
	margin:0 0 0 1rem;
}
.recruit h3 {
	border-bottom: none;
	padding-bottom: .5em;
	margin-bottom: 0em;
}
.outline_box{
	display:flex;
	flex-diretion: row;
	flex-wrap:nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #347852;
	align-items: center;
}
.outline_box .o-left{
	width:20%;
}
.outline_box .o-rigth{
	width:80%;
}
.outline_box p {
  margin-top: 0;
  margin-bottom: .3rem;
}
.outline_box ol,.outline_box ul{
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.recruit-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 900px;
	margin: 35px auto 0;
	padding: 0;
}
.recruit-list li {
	border-radius: 5px;
	background-color: #f5f5f5;
	overflow: hidden;
	width: 48.71795%;
	margin: 0 0 2rem;
}
.recruit-list li:last-child {
  margin: 0 auto 2rem;
}

.recruit-list .recruit-list-ttl {
	font-size: 1.6rem;
	padding: 12px 0;
	background-color: #dcdcdc;
	text-align: center;
	font-weight: 700;
}
.recruit-list .recruit-list-ttl.fs14 {
		font-size: 1.4rem;
}
/*.recruit-list .recruit-list-inr {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 160px;
	display: table;
	width: 90%;
	margin: 0 auto;
}
*/.recruit-list .recruit-list-inr {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 160px;
	display: flex;
	width: 90%;
	margin: 0 auto;
}
.recruit-list .recruit-list-inr.pd25{
	padding: 25px 0 0;
}

.recruit-list .recruit-list-inr.pd30{
	padding: 30px 0 0;
}
.recruit-list .recruit-list-inr.pd40{
	padding: 40px 0 0;
}
.recruit-list .recruit-list-inr.pd23{
	padding: 20px 0 50px;
}
/*.recruit-list .recruit-list-txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:50%;
}*/
.recruit-list .recruit-list-txt {
  display: flex;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  align-items: center;
}
.recruit-list .recruit-list-txt.img-txt {
  width: 50%;
}
.recruit-list .recruit-list-txt span {
}
.recruit-list .recruit-list-txt span.recruit-list-num {
	font-size: 500%;
	font-weight: bold;
}
.recruit-list .recruit-list-txt span.recruit-list-unit {
	font-size: 200%;
	font-weight: bold;
	position: relative;
	top: 10%;
	left: 2%;
}

.recruit-list-txt-color{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;;
}

.recruit-list-txt-color .recruit-list-txt-color-blue{
	color: #0085cd;
	font-weight:bold;
	max-height: 72px;
	align-items: baseline;
	justify-content: center;
}

.recruit-list-txt-color .recruit-list-txt-color-red{
	color: #e60012;
	font-weight:bold;
	align-items: baseline;
	justify-content: center;
}

.recruit-list-txt-color .recruit-list-color-gender{
	font-size: 150%;
	position:relative;
	bottom:5px;
}
.recruit-list-txt-color .recruit-list-color-num{
	font-size: 400%;
}
.recruit-list-txt-color .recruit-list-color-unit{
	font-size: 155%;
}
.recruit-list-chart{
	text-align:center;
	width:50%;
}
.recruit-list-chart img{
	width:150px;
	height:150px;
}
.recruit-list .recruit-list-add{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1rem .5rem;
}
.recruit-list .recruit-list-add dl{
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 0;
}
.recruit-list .recruit-list-add dl dt{
	width: 60%;
	font-size: 127%;
	margin: 0 0 .5rem;
	border-bottom: 1px dotted;
}
.recruit-list .recruit-list-add dl dd{
	width: 40%;
	text-align: right;
	font-size: 150%;
	margin: 0 0 .5rem;
	font-weight: bold;
	border-bottom: 1px dotted;
}
.recruit-list .speech-bubble {
	position: relative;
	overflow: initial;
}
.recruit-list .speech-bubble.transform {
	transform: rotate(-6deg);
	top:15px;
}

.recruit-list .speech-bubble span.box-txt {
	position: absolute;
	top: -40px;
	left: 248px;
	color: #347852;
	font-weight: bold;
	font-size: 115%;
	font-family: 'HGS創英角ﾎﾟｯﾌﾟ体', sans-serif;
	text-align: center;
	line-height:1.2em;
}
.recruit-list .speech-bubble.b2{
	height: 40px;
}
.recruit-list .speech-bubble.b2 span.box-txt{
	transform: rotate(-6deg);
	top: -10px;
	left: 276px;
	font-size: 120%;
}
.recruit-list .speech-bubble.b3{
	height: 40px;
}
.recruit-list .speech-bubble.b3 span.box-txt{
	transform: rotate(-6deg);
	top: -12px;
	left: 276px;
	font-size: 100%;
}
.recruit-list .speech-bubble.b4{
}
.recruit-list .speech-bubble.b4 span.box-txt{
	top: -30px;
}
.recruit-list .speech-bubble.b5{
	height: 57px;
}
.recruit-list .speech-bubble.b5 span.box-txt{
	top: -19px;
	left: 299px;
	font-size: 120%;
}
.recruit-list .speech-bubble.b5 span.box-txt.old{
	font-size: 140%;
	left: 284px;
}
.recruit-list .speech-bubble.b6{
}
.recruit-list .speech-bubble.b6 span.box-txt{
	top: -13px;
	left: 238px;
}
.recruit-list .speech-bubble.b7{
}
.recruit-list .speech-bubble.b7 span.box-txt{
	top: -64px;
}

.recruit-list-images{
	justify-content: center;
	width: 100%;
	align-items: center;
}
.recruit-list-images .recruit-list-images-left{
	width: 100%;
	text-align: center;
}
.recruit-list-images .recruit-list-images-left img{
	width: 70%;
}
.recruit-list-images .recruit-list-images-left img.age-structure{
	width: 75%;
}
.recruit-list-images .recruit-list-images-right{
	width: 30%;
}
.recruit-list-images .recruit-list-images-right img{
}
.recruit-list-images .recruit-list-images-right img.right_img{
	width:50%;
}
.qa-anchor {
	margin: 0 0 5rem;
}
.qa-anchor ul {
	display:flex;
	flex-diretion: row;
	flex-wrap:nowrap;
	justify-content: space-between;
	list-style: none;
	width: 55%;
	margin: 2rem auto;
	padding: 0;
}
.qa-anchor ul li {
	background: #347852;
	border-radius: 4px;
	color: #fff;
	width: 30%;
	position: relative;
}
.qa-anchor ul li::after {
 position: absolute;
 top: 15px;
 right: 18px;
 display: block;
 width: 7px;
 height: 7px;
 margin: auto;
 content: '';
 transform: rotate(135deg);
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
}
.qa-anchor ul li a {
	color: #fff;
	font-weight: bold;
 padding: .5rem 2rem;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.qa-anchor ul li:hover {
	opacity: 0.8;
}
.qa-list dl {
	position: relative;
	margin: 30px 0 0;
	cursor: pointer;
	border: 1px solid #DDD;
}
.qa-list dl:first-child {
	margin-top: 0;
}
.qa-list dl::after {
 position: absolute;
 top: 27px;
 right: 26px;
 display: block;
 width: 7px;
 height: 7px;
 margin: auto;
 content: '';
 transform: rotate(135deg);
 border-top: 2px solid #000;
 border-right: 2px solid #000;
}
.qa-list .open::after {
 transform: rotate(-45deg);
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 60px;
	font-weight: bold;
	background: #DDD;
}
.qa-list dl dt::before {
 font-size: 22px;
 line-height: 1;
 position: absolute;
 top: 20px;
 left: 20px;
 display: block;
 content: 'Q.';
 color: #347852;
}
.qa-list dl dd::before {
 font-size: 22px;
 line-height: 1;
 position: absolute;
 left: 20px;
 display: block;
 content: 'A.';
 font-weight: bold;
 color: #ff0000;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
	margin: 30px 0 0;
	color: #347852;
	font-weight: 444;
}
.qa-list dl dd p:first-child {
	margin-top: 0;
}


/*** 下から登場するアニメーション ***/
@keyframes updown-anim{
  0%{
    transform: translateY(110%); /*表示範囲外から*/
  }
  100%{
    transform: translateY(0); /*通常の位置へ*/
  }
}

/*** アニメーションさせる要素 ***/
.updown{
  display: flex;
  overflow: hidden;
}
.updown span{
  transform: translateY(110%); /*下（範囲外）に隠しておく*/
  display: block; /*ブロック要素に変更*/
}

/*** スクロールで画面に入った場合 ***/
.updown.active span{
  animation: 0.8s updown-anim linear forwards; /*一度だけのアニメーション（終了時点で固定）*/
}

/*** 各文字のアニメーション遅延時間 ***/
.updown span:nth-child(1) {
  animation-delay: 0s;
}
.updown span:nth-child(2) {
  animation-delay: 0.05s;
}
.updown span:nth-child(3) {
  animation-delay: 0.1s;
}
.updown span:nth-child(4) {
  animation-delay: 0.15s;
}
.updown span:nth-child(5) {
  animation-delay: 0.2s;
}
.updown span:nth-child(6) {
  animation-delay: 0.25s;
}
.updown span:nth-child(7) {
  animation-delay: 0.3s;
}
.updown span:nth-child(8) {
  animation-delay: 0.35s;
}
.updown span:nth-child(9) {
  animation-delay: 0.4s;
}
.updown span:nth-child(10) {
  animation-delay: 0.45s;
}
.updown span:nth-child(11) {
  animation-delay: 0,5s;
}
.updown span:nth-child(12) {
  animation-delay: 0.55s;
}
.updown span:nth-child(13) {
  animation-delay: 0.6s;
}
.updown span:nth-child(14) {
  animation-delay: 0.65s;
}
.updown span:nth-child(15) {
  animation-delay: 0.7s;
}
.updown span:nth-child(16) {
  animation-delay: 0.75s;
}


.updown dl{
  transform: translateY(110%); /*下（範囲外）に隠しておく*/
  display: block; /*ブロック要素に変更*/
}

/*** スクロールで画面に入った場合 ***/
.updown.active dl{
  animation: 0.9s updown-anim linear forwards; /*一度だけのアニメーション（終了時点で固定）*/
}

/*** 各文字のアニメーション遅延時間 ***/
.updown dl:nth-child(1) {
  animation-delay: 0s;
}
.updown dl:nth-child(2) {
  animation-delay: 0.5s;
}


 @media screen and (max-width: 767px) {
.f-container {
  flex-direction: column;
}
.f-right {
  margin: 1rem 0 0;
}
.recruit-list {
  flex-direction: column;
}
.recruit-list li {
  width: 100%;
  margin: 0 0 2rem;
}
.recruit-list-txt-color .recruit-list-color-gender {
  font-size: 110%;
}
.recruit-list-txt-color .recruit-list-color-num {
  font-size: 300%;
}
.recruit-list-chart img {
  width: 70%;
  height: 90%;
}
.recruit-list .recruit-list-txt span.recruit-list-num {
  font-size: 350%;
  font-weight: bold;
}
.recruit-list .recruit-list-inr {
  width: 90%;
  margin: 0 auto;
}
.recruit-list .recruit-list-inr.pd25{
	padding: 10px 0;
}

.recruit-list .recruit-list-inr.pd30{
	padding: 10px 0;
}
.recruit-list .recruit-list-inr.pd40{
	padding: 10px 0;
}
.recruit-list .recruit-list-inr.pd23{
	padding: 20px 0 50px;
}
.recruit-list .recruit-list-add {
  margin: 1rem 0rem;
}
.recruit-list .recruit-list-add dl dt {
  font-size: 100%;
}
.recruit-list .recruit-list-add dl dd {
  font-size: 120%;
}
.qa-anchor {
  margin: 0 0 2rem;
}
.qa-anchor ul {
  flex-direction: column;
  width: 95%;
}
.qa-anchor ul li {
  width: 100%;
  margin: 0 0 1rem;
}
.qa-list{
	margin:0 0 2rem;
}
.qa-list dl {
 margin: 10px 0 0;
}
.qa-list dl:after {
 top: 20px;
 right: 20px;
 width: 7px;
 height: 7px;
}
.qa-list dl dt {
 padding: 16px 40px 16px 50px;
 font-size: 14px;
}
.qa-list dl dt::before {
 font-size: 14px;
 top: 20px;
 left: 20px;
}
.qa-list dl dd::before {
 font-size: 14px;
 left: 20px;
 margin-top: 5px;
}
.qa-list dl dd {
 margin: 0;
 padding: 16px 16px 16px 50px;
 font-size: 14px;
}
.qa-list dl dd p {
 margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
 margin-top: 0;
}
}
@media screen and (max-width: 420px) {
.recruit-list .speech-bubble.b2 span.box-txt {
  transform: rotate(-6deg);
  top: -19px;
  left: 220px;
  font-size: 120%;
}
.recruit-list .speech-bubble.b3 span.box-txt {
  transform: rotate(-6deg);
  top: -23px;
  left: 206px;
  font-size: 100%;
}
.recruit-list .speech-bubble.b4 span.box-txt {
  top: -40px;
  left: 209px;
}
.recruit-list .speech-bubble.b5 span.box-txt {
  top: -25px;
  left: 257px;
  font-size: 120%;
}
.recruit-list .speech-bubble.b5 span.box-txt.old {
	left: 210px;
	top: -14px;
}
.recruit-list .speech-bubble.b7 span.box-txt {
  top: -64px;
  left: 220px;
}
.recruit-list-chart img {
  width: 80%;
  height: 90%;
}
}
