@charset "UTF-8";
.webBriefingPage *,
.webBriefingPage *:before,
.webBriefingPage *:after {
  box-sizing: border-box;
}
.webBriefingPage .inMainVisual {
  width: 100%;
  height: 650px;
  background-image: url(/recruit/image/webbriefing/main_visual.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.webBriefingPage .inMainVisual h2 {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
}
.webBriefingPage .layout {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
.webBriefingPage .flexBox {
  display: flex;
  justify-content: space-between;
}
.briefingBack {
  background: #f8f7f7;
  text-align: center;
  padding: 0;
  min-width: 1100px;
}
.briefingBack h3 {
  margin-bottom: 20px;
  padding: 0px 0px 10px;
}
.briefingBack h3 strong {
  display: block;
  font-size: 36px;
  text-align: center;
}
.briefingBack .lineBox {
  background: #00a493;
  height: 4px;
  width: 80px;
  margin: 20px auto 10px;
  line-height: 0px;
  font-size: 0px;
}
.briefingBack .briefingBox {
  padding: 70px 0 120px;
  background: url("/recruit/image/webbriefing/briefingBg.jpg") center;
  background-size: cover;
}
.briefingBack .briefingBox p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 1px;
}
.briefingBack .briefingBox p strong {
  margin-right: 3px;
  padding: 0 5px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #FFFFFF;
  background: #00a493;
}
.briefingBack .briefingBox .briefingText {
  position: absolute;
  top: -20px;
  left: 20px;
}
.briefingBack .overviewBox {
  padding: 60px 0;
}
.briefingBack .overviewBox .textBox {
  flex-basis: 32%;
  padding: 35px 30px;
  text-align: left;
  background: #FFFFFF;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.briefingBack .overviewBox .textBox h4 {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.briefingBack .overviewBox .textBox p {
  line-height: 28px;
  font-size: 12px;
}
.briefingBack .stepBox {
  padding: 60px 0;
  background: #FFFFFF;
}
.briefingBack .stepBox ol > li {
  position: relative;
  margin-bottom: 75px;
}
.briefingBack .stepBox ol > li:nth-of-type(odd) {
  flex-direction: row;
}
.briefingBack .stepBox ol > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.briefingBack .stepBox ol > li:nth-of-type(even) .imageArea span {
  right: auto;
  left: -75px/2;
}
.briefingBack .stepBox ol > li:nth-of-type(1) .imageArea {
  background: url("/recruit/image/webbriefing/step1Image.jpg") center center no-repeat;
  background-size: cover;
}
.briefingBack .stepBox ol > li:nth-of-type(2) .imageArea {
  background: url("/recruit/image/webbriefing/step2Image.jpg") center center no-repeat;
  background-size: cover;
}
.briefingBack .stepBox ol > li:nth-of-type(3) .imageArea {
  background: url("/recruit/image/webbriefing/step3Image.jpg") center center no-repeat;
  background-size: cover;
}
.briefingBack .stepBox ol > li:nth-of-type(4):after {
  content: none;
}
.briefingBack .stepBox ol > li:nth-of-type(4) .imageArea {
  background: url("/recruit/image/webbriefing/step4Image.jpg") center center no-repeat;
  background-size: cover;
}
.briefingBack .stepBox ol > li:nth-of-type(5):after {
  content: none;
}
.briefingBack .stepBox ol > li:nth-of-type(5) .imageArea {
  background: url("/recruit/image/webbriefing/step5Image.jpg") center center no-repeat;
  background-size: cover;
}
.briefingBack .stepBox ol > li > div {
  flex-basis: 50%;
}
.briefingBack .stepBox ol > li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  width: 53px;
  height: 40px;
  margin: auto;
  background: url("/recruit/image/webbriefing/stepArrow.png") no-repeat center;
  background-size: cover;
}
.briefingBack .stepBox ol > li .imageArea {
  position: relative;
}
.briefingBack .stepBox ol > li .imageArea span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -75px/2;
  width: 75px;
  height: 75px;
  margin: auto;
  padding-top: 12px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #00a493;
}
.briefingBack .stepBox ol > li .imageArea span b {
  font-size: 36px;
}
.briefingBack .stepBox ol > li .textArea {
  padding: 50px 60px;
  text-align: left;
  border: 5px solid #00a493;
}
.briefingBack .stepBox ol > li .textArea h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.briefingBack .stepBox ol > li .textArea p {
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0;
}
.briefingBack .stepBox ol > li .textArea .link1 {
  display: block;
  margin: 10px 0 15px;
  padding: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #00a493;
  border: 2px solid #00a493;
}
.briefingBack .stepBox ol > li .textArea .linkList {
  flex-wrap: wrap;
}
.briefingBack .stepBox ol > li .textArea .linkList > li {
  width: 48%;
  margin-bottom: 15px;
}
.briefingBack .stepBox ol > li .textArea .linkList > li:nth-of-type(odd) {
  margin-right: 2%;
}
.briefingBack .stepBox ol > li .textArea .linkList > li:nth-of-type(4) a {
  padding-top: 8px;
  line-height: 1.4;
}
.briefingBack .stepBox ol > li .textArea .linkList > li:nth-of-type(n+3) {
  margin-bottom: 0;
}
.briefingBack .stepBox ol > li .textArea .linkList > li a {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #00a493;
}
.briefingBack .stepBox ol > li .textArea .app {
  display: inline-block;
  height: 53px;
  margin: 10px 0;
}
.briefingBack .stepBox ol > li .textArea .app:nth-of-type(1) {
  margin-right: 15px;
}
.briefingBack .stepBox ol > li .textArea .app img {
  width: auto;
  height: 100%;
}
.briefingBack .stepBox .buttonBox .entry a {
  display: block;
  width: 565px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background: #00a493;
  margin: 0 auto;
}
.briefingBack .stepBox .buttonBox .entry p {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
}
.briefingBack .stepBox .buttonBox .line p {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
}
.briefingBack .notesBox {
  background: #FFFFFF;
}
.briefingBack .notesBox .notesWrap {
  margin-bottom: 50px;
  padding: 40px 20px;
  background: #fafafa;
}
.briefingBack .notesBox .notesWrap h3 {
  font-size: 26px;
}
.briefingBack .notesBox .notesWrap .data {
  width: 55%;
}
.briefingBack .notesBox .notesWrap .data:nth-of-type(2) {
  flex: 1;
  width: 45%;
}
.briefingBack .notesBox .notesWrap .data dl {
  justify-content: left;
  padding: 0 20px;
}
.briefingBack .notesBox .notesWrap .data dl dt {
  margin-right: 40px;
  font-size: 20px;
}
.briefingBack .notesBox .notesWrap .data dl dd {
  flex: 1;
  padding-top: 5px;
  font-size: 13px;
  text-align: left;
}
