@charset "UTF-8";
/* CSS Document */
#recruit-lower-top .eng-sub {

}
#recruit-lower-top p{
	color: #3D424B;
}
#recruit-lower-top h3 {
   margin-top: -10px;
}
#policy-content {
    width: calc(100% - 30px);
    padding: 30px 15px;
    margin: 0 auto;
}
#policy-content h3 {
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E1EBEE;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 63px;
}
#policy-content h3::after {
  content: "";
  width: 25px;
  display: block;
  border-bottom: 2px solid;
  color: #3E5EAC;
  position: absolute;
  bottom: -1px;
  left: 0%;
}
#policy-content h4 {
  font-size: 27px;
  text-align: center;
}
#policy-content h5 {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}
#policy-content .p-top {
  font-size: 14px;
  text-align: center;
}
#policy-content p {
  font-size: 14px;
  text-align: justify;
}
#policy-content p span{
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    display: inline-block;
}
.flex-box {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
#policy-content .text-box p span {
  border-bottom: solid #3D424B 1px;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 15px;
}
#policy-content .text-box h5 {
  text-align: left;
}
#policy-content .text-box {
  width: 100%;
  position: relative;
    order: 2;
}
#policy-content .text-box p{
  margin-bottom: 40px;
}
#policy-content .img-box {
    width: 100%;
    height: auto;
    order: 1;
    display: flex;
    flex-flow: column;
    max-width: 240px;
    margin: 0 auto 50px;
}
#policy-content .img-box img {
  width: 100%;
  max-width: 240px;
  text-align: center;
  margin-bottom: 10px;
}
#policy-content .img-box p{
    line-height: 1.4;
}
@media screen and (min-width:768px){
#recruit-lower-top .eng-sub {
  font-size: 100px;
}
#recruit-lower-top h3 {
  font-size: 25px;
  margin-top: -15px;
}
#recruit-lower-top p {
  position: absolute;
  right: 50px;
  padding-top: 0;
  margin-top: -40px;
}
#policy-content {
    width: calc(100% - 60px);
    padding: 60px 30px;
    max-width: 1100px;
}
#policy-content h3 {
  font-size: 20px;
}
#policy-content h5 {
    font-size: 20px;
}
#policy-content .p-top {
  font-size: 16px;
}
#policy-content p {
  font-size: 16px;
  text-align: justify;
}
#policy-content p span {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}
.flex-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
#policy-content .text-box {
    width: calc(100% - 260px);
    position: relative;
    order: 1;
}
#policy-content .img-box {
    width: 240px;
    height: auto;
    order: 2;
    margin-left: 20px;
}
}
@media screen and (min-width:960px){
#policy-content h3 {
  font-size: 24px;
}
#policy-content .p-top {
  font-size: 18px;
}
#policy-content p {
  font-size: 16px;
  text-align: justify;
}
#policy-content p span {
  font-size: 20px;
  text-align: left;
  font-weight: 500;
}
}
@media screen and (min-width:1280px){

}