@charset "UTF-8";
/* CSS Document */



.m-recruit{
  width: calc(100% - 60px);
  margin:30px auto 40px;
  border-radius: 50px;
  background: url(../img/recruit/message-bk.png);
  background-size: cover;
  background-position: center;
}

.h2-title{
  text-align: center;
}
.h2-en{
  font-size: 44px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1;
}
.h2-jp{
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.flex-box2{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;

}

.flex-inner{
  width: 48%;
}
.text-rig{
  text-align: right;
}
.more-btn{
  display: inline-block;
  width: 230px;
}
.h3-title-center{
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.mexxage-box p{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  
	.flex-box2{
    display: flex;
    justify-content: space-between;
  
  }
  
  .flex-inner{
    width: 100%;
  }
	  
}

.no-requirement{
  text-align: center;
  font-size: 24px;
  margin: 100px auto;
}

.company-outline {
	border-top: 1px solid #354245;
  margin-bottom: 50px;
}
.company-outline-inner {
	border-bottom: 1px solid #354245;
	display: flex;
	padding: 60px 0px;
}

.company-outline-title{
	font-size: 1.6rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.6rem;
	width: 70%;
}

@media (max-width: 767px) {
  .company-outline-title{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.5rem;
	width: 70%;
}
  
  
}

.recruit-arae{
  margin: 200px auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.recruit-img{
  width: 40%;
}
.recruit-text{
  width: 50%;
}
.h4-text{
  font-size: 40px;
  margin-bottom: 20px;
}
.recruit-text p{
  font-size: 20px;
  margin-bottom: 20px;
}
.h3-en {
    font-size: 64px;
    color: #4273A0;
    margin-right: 20px;
    font-weight: normal;
}
.h3-jp {
    font-size: 36px;
    color: #132730;
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .service-content .service-a{
    width: 100%;
    margin-bottom: 20px;
  }
	.recruit-img{
    width: 100%;
  }
  .recruit-text{
    width: 100%;
  }
	  .mv-inner {

    width: 80%;
}
.h2-en {
    font-size: 34px;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1;
}
.h2-jp {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.h3-title-m {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.flex-inner p {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
#section01 {
    padding: 5em 0px 5em;
    position: relative;
}
.h3-title{
  width: 50%;
}
.morebtn-area{
  width: 50%;
}
.title-area{
  flex-flow: row wrap;
}
.h3-en {
    font-size: 34px;
    color: #4273A0;
    margin-right: 20px;
    width: 100%;
    display: block;
    font-weight: normal;
}
.h3-jp {
    font-size: 18px;
    color: #132730;
    width: 100%;
    display: block;
    font-weight: normal;
}
.news-inner {
    width: 100%;
}
.news-link .days {
    color: #4273A0;
    font-weight: bold;
    font-size: 10px;
    width: 15%;
}
.news-link .news-t-s {
    color: #132730;
    font-size: 15px;
    width: 70%;
}
.service-content {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 15px auto 50px;
}
.recruit-arae{
flex-flow: row wrap;
margin: 100px auto 50px;
}
.h4-text {
    font-size: 20px;
    margin-bottom: 20px;
}
.recruit-text p {
    font-size: 15px;
    margin-bottom: 20px;
}
.snr {

    padding-bottom: 20px;
}
.h3-title-center {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.mexxage-box p {
    color: #fff;
    font-weight: bold;
    font-size:15px;
    margin-bottom: 15px;
    font-weight: normal;
}
}

.more-button-center{
  display: block;
}

.more-button-center a{
  width: 80%;
  display: block;
  max-width: 300px;
  margin: 50px auto;
}