@charset "UTF-8";

.mainimg {
  
}
.mainimg img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
h2.h201 {
  margin-top: 110px;
  padding: 30px 120px;
  background: #ff490f;
  text-align: center;
}
h2.h201 .en {
  color: #fff;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}
h2.h201 .jp {
  color: #fff;
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 782px) {
  h2.h201 {
    margin-top: 0px;
    padding: 20px 5%;
  }
  h2.h201 .en {
    font-size: 45px;
  }
  h2.h201 .jp {
    font-size: 25px;
  }
}
.contents { position: relative; margin: 0px auto; width: 1360px; max-width:94%; background: #fff; padding:0px 0 0 0; z-index: 2;}
.contents .content {
  padding: 0 0px 0px;
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 782px) {
  .contents {
    margin: 0 3.33%;
    padding: 0px 3.33%;
    max-width: inherit;
    width: auto;
  }
  .contents .content {
    padding-bottom: 0px;
    width: auto;
    max-width: inherit;
  }
}

h3.h301 {
  text-align: center;
  margin-top: 90px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
h3.h301 span { display: inline-block; padding: 0 10px; position: relative;}
h3.h301 span::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #ff490f;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
@media only screen and (max-width: 782px) {
  h3.h301 {
    margin-top: 40px;
    font-size: 25px;
  }
  h3.h301 span { display: inline-block; padding: 0 10px; position: relative;}
  h3.h301 span::before {
    height: 6px;
    bottom: -4px;
  }
}

.flex3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.flex3 dl {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 25px;
  margin-top: 60px;
}
.flex3 dl dt {
  text-align: center;
  color: #ff490f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex3.numbers dl dt .en {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  background: #ff490f;
  font-weight: bold;
  font-size: 60px;
  line-height: 80px;
}
.flex3 dl dt .jp {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.flex3.numbers dl dt .jp {
  height: 80px;
  margin: 10px 0 0;
}
.flex3 dl dd { font-size: 90%; letter-spacing: 0.1rem;}

@media only screen and (max-width: 782px) {
  .flex3 {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .flex3 dl {
    width: auto;
    padding: 0;
    margin-top: 50px;
  }
  .flex3.numbers dl dt .en {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
  }
  .flex3 dl dt .jp {
    margin: 15px 0;
    font-size: 16px;
  }
  .flex3.numbers dl dt .jp {
    height: auto;
    margin: 15px 0;
  }
  .flex3.icons dl dt .en img { height: 50px; width: auto;}
}

.bg_yellow {
  background: #fefad6;
  padding-top: 90px;
  padding-bottom: 150px;
  margin-top: 100px;
  margin-bottom: 150px;
}

h2.h202 {
  margin: 0;
  text-align: center;
}
h2.h202 .en {
  color: #000;
  font-size: 60px;
  line-height: 1.1;
  display: block;
}
h2.h202 .jp {
  color: #000;
  font-size: 32px;
  display: block;
  line-height: 1.2;
}
.fig { margin-top: 50px;}

@media only screen and (max-width: 782px) {
  .bg_yellow {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  h2.h202 {
    margin: 0px;
  }
  h2.h202 .en {
    font-size: 45px;
  }
  h2.h202 .jp {
    font-size: 25px;
  }
  .fig { margin-top: 20px;}
}

h3.qa {
  margin-top: 80px;
  text-align: center;
}
h3.qa span {
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 0 10px 20px;
  line-height: 1;
}
h3.qa span::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 10px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

dl.qa {
  margin-top: 40px;
}
dl.qa + dl.qa { margin-top: 90px;}

dl.qa dd { margin-top: 20px; position: relative; padding: 25px 40px; font-size: 114%; background: #fff; border-radius: 10px;}
dl.qa:nth-child(odd) dt {
  text-align: right;
}
dl.qa dd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 47px;
  left: 0;
  top: -46.5px;
  background: url("../img/recruit/survey/right.png") no-repeat calc(100% - 200px) bottom / 89px 47px;
}
dl.qa:nth-child(odd) dd::before {
  position: absolute;
  background: url("../img/recruit/survey/left.png") no-repeat 160px bottom / 89px 47px;
}
dl.qa.red dd { color: #dd583e;}
dl.qa.green dd { color: #93af72;}
dl.qa.blue dd { color: #72afb4;}

dl.qa dt { position: relative;}
dl.qa dt { padding-top: 47px;}
dl.qa dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #dd583e;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  height: 100px;
  width: 575px;
}
dl.qa.red dt span { background: #dd583e;}
dl.qa.green dt span { background: #93af72;}
dl.qa.blue dt span { background: #72afb4;}
dl.qa dt span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 47px;
  left: 0;
  top: -46.5px;
  background: url("../img/recruit/survey/left-red@2x.png") no-repeat 155px bottom / 89px auto;
}
dl.qa.blue dt span::after {
  background: url("../img/recruit/survey/right-blue.png") no-repeat 360px bottom / 89px auto;
}
dl.qa.green dt span::after {
  background: url("../img/recruit/survey/left-green@2x.png") no-repeat 155px bottom / 89px auto;
}

@media only screen and (max-width: 782px) {
  h3.qa {
    margin-top: 40px;
    text-align: center;
  }
  h3.qa span {
    font-size: 50px;
    padding: 0 10px 15px;
  }
  h3.qa span::before {
    height: 5px;
  }

  dl.qa {
    margin-top: 10px;
  }
  dl.qa + dl.qa { margin-top: 20px;}
  dl.qa dd { margin-top: 40px; padding: 15px 20px;border-radius: 7px; font-size: 13px;}
  
  dl.qa dd::before {
    background: url("../img/recruit/survey/right.png") no-repeat calc(100% - 40px) bottom / 45px auto;
  }
  dl.qa:nth-child(odd) dd::before {
    background: url("../img/recruit/survey/left.png") no-repeat 30px bottom / 40px auto;
  }
  dl.qa dt span {
    border-radius: 5px;
    font-size: 16px;
    height: 50px;
    width: 285px;
    max-width: 100%;
  }
  dl.qa dt span::after {
    background: url("../img/recruit/survey/left-red@2x.png") no-repeat 30px bottom / 45px auto;
  }
  dl.qa.blue dt span::after {
    background: url("../img/recruit/survey/right-blue.png") no-repeat 215px bottom / 45px auto;
  }
  dl.qa.green dt span::after {
    background: url("../img/recruit/survey/left-green@2x.png") no-repeat 30px bottom / 45px auto;
  }
}


