@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
.topSystem .topSystemCont .detail dl dt span, .mainTitle .mainTitleCont h1 span, .titleStyle01 span, .titleStyle01-b span, .pageNav a, .accordionArea dl dt:before, .accordionArea dl dd:before {
  font-family: 'Amiri', serif;
}

.newsArea h2, .interviewList .listCont .detail dl dd span {
  font-family: 'Montserrat', sans-serif;
}

.mainVisual h1 span, .mainTitle .mainTitleCont h1, .titleStyle01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

/******** index ********/
.mainVisual {
  background: #F6F9FB;
  box-sizing: border-box;
  margin: -100px auto 0;
  height: 765px;
  padding-top: 90px;
  position: relative;
  text-align: center;
}
.mainVisual h1 {
  opacity: 0;
  transition: all 2s;
  transition-delay: 0.5s;
  margin-bottom: 20px;
}
.mainVisual h1.show {
  opacity: 1;
}
.mainVisual h1 span {
  display: block;
  font-size: 145%;
}
@media screen and (max-width: 1260px) {
  .mainVisual {
    height: 690px;
  }
  .mainVisual h1 {
    margin-bottom: 30px;
  }
}
.mainVisual .mainPict {
  display: none;
}
.mainVisual .mainPictLink {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.mainVisual .mainPictLink li {
  opacity: 0;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  width: 11%;
}
.mainVisual .mainPictLink li:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 457px;
  width: 293px;
  position: absolute;
  bottom: 0;
}
.mainVisual .mainPictLink li.show {
  opacity: 1;
}
.mainVisual .mainPictLink li.show:before, .mainVisual .mainPictLink li:hover:before {
  background-position: 0 100%;
}
.mainVisual .mainPictLink li a {
  height: 440px;
  display: block;
  position: relative;
  z-index: 30;
}
.mainVisual .mainPictLink li:nth-child(1) {
  left: 4%;
  z-index: 2;
}
.mainVisual .mainPictLink li:nth-child(1):before {
  background-image: url("../img/index/mainLink03.png");
  height: 482px;
  width: 192px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(1).show:before, .mainVisual .mainPictLink li:nth-child(1):hover:before {
  left: -25px;
}
.mainVisual .mainPictLink li:nth-child(2) {
  left: 19%;
  z-index: 1;
}
.mainVisual .mainPictLink li:nth-child(2):before {
  background-image: url("../img/index/mainLink02.png");
  height: 436px;
  width: 168px;
  left: -28px;
}
.mainVisual .mainPictLink li:nth-child(2).show:before, .mainVisual .mainPictLink li:nth-child(2):hover:before {
  left: -45px;
}
.mainVisual .mainPictLink li:nth-child(3) {
  left: 32%;
  z-index: 1;
}
.mainVisual .mainPictLink li:nth-child(3):before {
  background-image: url("../img/index/mainLink04.png");
  height: 454px;
  width: 157px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(3).show:before, .mainVisual .mainPictLink li:nth-child(3):hover:before {
  top: 3px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(4) {
  left: 43%;
  z-index: 1;
}
.mainVisual .mainPictLink li:nth-child(4):before {
  background-image: url("../img/index/mainLink05.png");
  height: 437px;
  width: 173px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(4).show:before, .mainVisual .mainPictLink li:nth-child(4):hover:before {
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(5) {
  right: 33%;
  z-index: 2;
}
.mainVisual .mainPictLink li:nth-child(5):before {
  background-image: url("../img/index/mainLink06.png");
  height: 439px;
  width: 190px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(5).show:before, .mainVisual .mainPictLink li:nth-child(5):hover:before {
  left: 0;
}
.mainVisual .mainPictLink li:nth-child(6) {
  right: 20%;
  z-index: 2;
}
.mainVisual .mainPictLink li:nth-child(6):before {
  background-image: url("../img/index/mainLink09.png");
  height: 476px;
  width: 253px;
  left: -40px;
}
.mainVisual .mainPictLink li:nth-child(6).show:before, .mainVisual .mainPictLink li:nth-child(6):hover:before {
  left: -30px;
}
.mainVisual .mainPictLink li:nth-child(7) {
  right: 4%;
  z-index: 1;
}
.mainVisual .mainPictLink li:nth-child(7):before {
  background-image: url("../img/index/mainLink07.png");
  height: 481px;
  width: 176px;
  left: -20px;
}
.mainVisual .mainPictLink li:nth-child(7).show:before, .mainVisual .mainPictLink li:nth-child(7):hover:before {
  left: -20px;
}
@media screen and (max-width: 1560px) {
  .mainVisual .mainPictLink {
    max-width: 85%;
  }
  .mainVisual .mainPictLink li:nth-child(1) {
    left: 0;
  }
  .mainVisual .mainPictLink li:nth-child(2) {
    left: 16%;
  }
  .mainVisual .mainPictLink li:nth-child(3) {
    left: 29%;
  }
  .mainVisual .mainPictLink li:nth-child(4) {
    left: 42%;
  }
  .mainVisual .mainPictLink li:nth-child(5) {
    right: 31.5%;
  }
  .mainVisual .mainPictLink li:nth-child(6) {
    right: 16.5%;
  }
  .mainVisual .mainPictLink li:nth-child(7) {
    right: 0;
  }
}
@media screen and (max-width: 1260px) {
  .mainVisual .mainPictLink {
    max-width: 85%;
  }
  .mainVisual .mainPictLink li a {
    height: 360px;
  }
  .mainVisual .mainPictLink li:nth-child(1) {
    left: -7%;
  }
  .mainVisual .mainPictLink li:nth-child(1):before {
    height: 386px;
    width: 154px;
  }
  .mainVisual .mainPictLink li:nth-child(2) {
    left: 11.5%;
  }
  .mainVisual .mainPictLink li:nth-child(2):before {
    height: 349px;
    width: 134px;
  }
  .mainVisual .mainPictLink li:nth-child(3) {
    left: 26%;
  }
  .mainVisual .mainPictLink li:nth-child(3):before {
    height: 363px;
    width: 125px;
  }
  .mainVisual .mainPictLink li:nth-child(4) {
    left: 40.5%;
  }
  .mainVisual .mainPictLink li:nth-child(4):before {
    height: 350px;
    width: 139px;
  }
  .mainVisual .mainPictLink li:nth-child(5) {
    right: 31.5%;
  }
  .mainVisual .mainPictLink li:nth-child(5):before {
    height: 351px;
    width: 152px;
  }
  .mainVisual .mainPictLink li:nth-child(6) {
    right: 14.5%;
  }
  .mainVisual .mainPictLink li:nth-child(6):before {
    height: 381px;
    width: 203px;
  }
  .mainVisual .mainPictLink li:nth-child(7) {
    right: -3%;
  }
  .mainVisual .mainPictLink li:nth-child(7):before {
    height: 385px;
    width: 140px;
  }
}

.newsArea .secCont {
  display: flex;
  max-width: 1080px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.newsArea h2 {
  border-right: 1px solid #DBDBDB;
  color: #FF829F;
  font-size: 106%;
  font-weight: 700;
  width: 10%;
}
.newsArea .newsList {
  margin-left: 5%;
  width: 85%;
}
.newsArea .newsList li {
  font-size: 93%;
}
.newsArea .newsList li span {
  color: #A7A7A7;
  font-weight: 700;
  margin-right: 30px;
}

.topMessage {
  background: url("../img/index/bg01.png") no-repeat 50% 0;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

.secLinkArea,
.topLinkArea {
  padding: 140px 0 100px;
  position: relative;
  text-align: center;
}
.secLinkArea:before,
.topLinkArea:before {
  background: url("../img/index/bg02.png") no-repeat 50% 0;
  background-size: cover;
  content: "";
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.secLinkArea .secCont,
.topLinkArea .secCont {
  max-width: 1080px;
}
.secLinkArea .linkCont,
.topLinkArea .linkCont {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.secLinkArea .linkCont li,
.topLinkArea .linkCont li {
  margin: 0 2.95%;
  width: 29.4%;
}
.secLinkArea .linkCont li:first-child,
.topLinkArea .linkCont li:first-child {
  margin-left: 0;
}
.secLinkArea .linkCont li:last-child,
.topLinkArea .linkCont li:last-child {
  margin-right: 0;
}
.secLinkArea .linkCont li a,
.topLinkArea .linkCont li a {
  background-color: #fff;
  border: 1px solid #938E86;
  height: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.secLinkArea .linkCont li a:after,
.topLinkArea .linkCont li a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  top: 17px;
  right: 30px;
  transition: all 0.5s;
}
.secLinkArea .linkCont li a:hover,
.topLinkArea .linkCont li a:hover {
  background-color: #00479E;
  color: #fff;
}
.secLinkArea .linkCont li a[target="_blank"]:after,
.topLinkArea .linkCont li a[target="_blank"]:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url("../img/common/icon_blank.png");
  top: 23px;
}
.secLinkArea .linkCont li a[target="_blank"]:hover:after,
.topLinkArea .linkCont li a[target="_blank"]:hover:after {
  background-image: url("../img/common/icon_blank2.png");
}
.secLinkArea.workLinkArea:before,
.topLinkArea.workLinkArea:before {
  background: url("../img/index/bg05.png") no-repeat 50% 0;
  background-size: cover;
}
.secLinkArea.recruitLinkArea,
.topLinkArea.recruitLinkArea {
  background: linear-gradient(90deg, #f5fcfd 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(262deg, #DBF4FC 0%, #FBFFEF 100%);
  padding-top: 100px;
}
.secLinkArea.recruitLinkArea:before,
.topLinkArea.recruitLinkArea:before {
  display: none;
}
.secLinkArea.recruitLinkArea + .entryLinkArea:before,
.topLinkArea.recruitLinkArea + .entryLinkArea:before {
  display: none;
}

.topSystem {
  background: url("../img/index/bg03.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.topSystem .secCont {
  max-width: 1260px;
}
.topSystem .topSystemCont {
  display: flex;
  justify-content: space-between;
}
.topSystem .topSystemCont .detail {
  background-color: #fff;
  width: 48.4%;
}
.topSystem .topSystemCont .detail a {
  display: flex;
  align-items: center;
  transition: opacity 0.6s;
  text-decoration: none;
}
.topSystem .topSystemCont .detail a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .topSystem .topSystemCont .detail a:hover {
    opacity: 1;
  }
}
.topSystem .topSystemCont .detail .pict {
  width: 62.29%;
}
.topSystem .topSystemCont .detail dl {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  width: 37%;
}
.topSystem .topSystemCont .detail dl dt {
  font-size: 186%;
  font-weight: 700;
  margin-bottom: 45px;
}
.topSystem .topSystemCont .detail dl dt span {
  font-size: 46%;
  font-weight: 400;
  display: block;
  line-height: 120%;
}
.topSystem .topSystemCont .detail dl dd {
  font-size: 86%;
}
@media screen and (max-width: 1270px) {
  .topSystem .topSystemCont .detail dl {
    padding: 0 5px;
  }
  .topSystem .topSystemCont .detail dl dt {
    font-size: 175%;
  }
}

.topInterview {
  background: url("../img/index/bg04.jpg") no-repeat 50% 100%;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
.topInterview .interviewList {
  margin-bottom: 20px;
}

.interviewList {
  display: flex;
  flex-wrap: wrap;
}
.interviewList .listCont {
  background-color: #fff;
  border: 1px solid #EDF0F5;
  box-sizing: border-box;
  margin: 0 2.39% 40px 0;
  text-align: left;
  width: 31.74%;
}
.interviewList .listCont:nth-of-type(3n) {
  margin-right: 0;
}
.interviewList .listCont a {
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
.interviewList .listCont a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .interviewList .listCont a:hover {
    opacity: 1;
  }
}
.interviewList .listCont .detail {
  padding: 0 30px 30px;
}
.interviewList .listCont .detail h3 {
  font-size: 133%;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 150%;
}
.interviewList .listCont .detail h3 span {
  background-color: #A2DAD8;
  color: #fff;
  display: block;
  font-size: 60%;
  line-height: 140%;
  margin-bottom: 15px;
  padding: 5px 0;
  text-align: center;
  width: 60px;
}
.interviewList .listCont .detail h3 span.cate02 {
  background-color: #FDB784;
}
.interviewList .listCont .detail dl dt {
  font-size: 93%;
  font-weight: 700;
  margin-bottom: 15px;
}
.interviewList .listCont .detail dl dd {
  font-size: 106%;
  font-weight: 700;
}
.interviewList .listCont .detail dl dd span {
  color: #938E86;
  font-size: 62.5%;
  font-weight: 400;
  margin-left: 10px;
}

.entryLinkArea {
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.entryLinkArea:before {
  background: linear-gradient(269deg, #DBF4FC 0%, #FBFFEF 100%);
  content: "";
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.entryLinkArea .entryLink {
  display: flex;
  justify-content: space-between;
}
.entryLinkArea .entryLink li {
  width: 48.41%;
}
.entryLinkArea .entryLink li a {
  background-color: #00ABEA;
  border: 1px solid #00ABEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
  transition: opacity 0.6s;
  text-decoration: none;
}
.entryLinkArea .entryLink li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .entryLinkArea .entryLink li a:hover {
    opacity: 1;
  }
}
.entryLinkArea .entryLink li a img {
  max-width: 320px;
  width: 60%;
}
.entryLinkArea .entryLink li a span {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.entryLinkArea .entryLink li a span:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120%;
  margin-left: 40px;
}
@media screen and (max-width: 1260px) {
  .entryLinkArea .entryLink li a span {
    padding: 0 20px;
  }
  .entryLinkArea .entryLink li a span:after {
    margin-left: 20px;
  }
}
.entryLinkArea .entryLink li:last-child a {
  background-color: #0068B7;
  border-color: #0068B7;
}

/******** temp ********/
.secCont {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.mainTitle {
  height: 300px;
  margin-bottom: 80px;
}
.mainTitle .mainTitleCont {
  background-image: url("../img/about/mainBg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
.mainTitle .mainTitleCont h1 {
  font-size: 266%;
  position: relative;
  text-align: center;
  line-height: 140%;
}
.mainTitle .mainTitleCont h1 span {
  font-weight: 400;
  font-size: 40%;
  display: block;
  line-height: 120%;
}

.thirdTitle {
  display: flex;
  justify-content: flex-end;
  height: auto;
  max-width: 1440px;
  margin: 0 auto 50px;
  position: relative;
}
.thirdTitle .mainTitleCont {
  background: rgba(255, 255, 255, 0.9);
  height: 285px;
  margin: auto 0;
  padding: 0;
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 410px;
}
@media screen and (max-width: 1440px) {
  .thirdTitle .mainTitleCont {
    height: 250px;
    left: 5vw;
  }
}
.thirdTitle .mainPict {
  max-width: 80vw;
}
.thirdTitle .mainPict img {
  width: 100%;
}

.titleStyle01 {
  font-size: 226%;
  margin: 100px 0 35px;
  line-height: 150%;
}
.titleStyle01:first-of-type {
  margin-top: 0;
}
.titleStyle01 span {
  color: #938E86;
  font-size: 41%;
  font-weight: 400;
  display: block;
  line-height: 120%;
}

.titleStyle01-b {
  font-size: 226%;
  margin: 100px 0 20px;
  line-height: 150%;
}
.titleStyle01-b:first-of-type {
  margin-top: 0;
}
.titleStyle01-b span {
  color: #938E86;
  font-size: 38%;
  font-weight: 400;
  display: block;
  line-height: 120%;
  letter-spacing: 0.05em;
}

.titleStyle01-c {
  font-size: 226%;
  margin: 60px 0 35px;
  line-height: 150%;
}
.titleStyle01-c:first-of-type {
  margin-top: 0;
}

.titleStyle02 {
  border-bottom: 1px solid #463729;
  color: #463729;
  font-size: 160%;
  margin-bottom: 35px;
  padding-bottom: 5px;
}

.titleStyle03 {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.pict img,
.fig img {
  max-width: 100%;
}

.fig {
  text-align: center;
}

.pictRowList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.pictRowList li {
  margin-bottom: 20px;
}
.pictRowList li img {
  width: 100%;
}
.pictRowList li span {
  font-size: 120%;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.pictRowList.row2 li {
  margin-right: 1.924%;
  width: 49.038%;
}
.pictRowList.row2 li:nth-child(2n) {
  margin-right: 0;
}
.pictRowList.row3 li {
  margin-right: 1.827%;
  width: 32.115%;
}
.pictRowList.row3 li:nth-child(3n) {
  margin-right: 0;
}
.pictRowList.row4 li {
  margin-right: 1.924%;
  width: 23.557%;
}
.pictRowList.row4 li:nth-child(4n) {
  margin-right: 0;
}

.pictRowArea {
  display: flex;
  justify-content: space-between;
}
.pictRowArea .detail {
  width: 48.076%;
}
.pictRowArea .detail .titleStyle02 {
  margin-top: 0;
}
.pictRowArea .detail .titleStyle03 {
  margin-bottom: 10px;
}
.pictRowArea .pict {
  width: 49.038%;
}
.pictRowArea .map {
  width: 48.07%;
  position: relative;
  padding-top: 375px;
  height: 0;
  overflow: hidden;
}
.pictRowArea .map iframe,
.pictRowArea .map object,
.pictRowArea .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pictRowArea.rowReverse {
  flex-flow: row-reverse;
}
.pictRowArea.type2 .detail {
  width: 62.01%;
}
.pictRowArea.type2 .pict {
  width: 34.61%;
}
.pictRowArea.type2 .fig {
  text-align: center;
  width: 34.61%;
}
.pictRowArea.type2 .fig img {
  max-width: 100%;
}

.rowArea {
  display: flex;
  flex-wrap: wrap;
}
.rowArea.type2 .rowCont {
  margin-right: 2%;
  width: 49%;
}
.rowArea.type2 .rowCont:nth-of-type(2n) {
  margin-right: 0;
}
.rowArea.type3 .rowCont {
  margin-top: 40px;
  margin-right: 2.405%;
  width: 31.73%;
}
.rowArea.type3 .rowCont:nth-of-type(-n+3) {
  margin-top: 0;
}
.rowArea.type3 .rowCont:nth-of-type(3n) {
  margin-right: 0;
}

.rowLink {
  display: flex;
  flex-wrap: wrap;
}
.rowLink li {
  position: relative;
}
.rowLink li .pict img {
  width: 100%;
}
.rowLink li p {
  background-color: #00479E;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  height: 48px;
  display: flex;
  align-items: center;
  line-height: 130%;
  padding: 0 40px 0 20px;
  max-width: 250px;
  width: 85%;
  position: absolute;
  bottom: -20px;
  left: -10px;
  transition: all 0.3s;
}
.rowLink li p:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-image: url("../img/common/icon01.png");
  margin-right: 10px;
}
.rowLink li p:after {
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #00479E 50.5%) no-repeat top left/100% 100%;
  content: "";
  display: block;
  height: 48px;
  width: 10px;
  position: absolute;
  top: 0px;
  right: -10px;
}
.rowLink li a {
  text-decoration: none;
  transition: opacity 0.6s;
  text-decoration: none;
}
.rowLink li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .rowLink li a:hover {
    opacity: 1;
  }
}
.rowLink.div2 li {
  margin: 0 3.846% 40px 0;
  width: 48.077%;
}
.rowLink.div2 li:nth-child(2n) {
  margin-right: 0;
}
.rowLink.div3 li {
  margin: 0 3.86% 40px 0;
  width: 30.76%;
}
.rowLink.div3 li:nth-child(3n) {
  margin-right: 0;
}
.rowLink.div4 li {
  margin: 0 3.85% 40px 0;
  width: 22.11%;
}
.rowLink.div4 li:nth-child(4n) {
  margin-right: 0;
}
.rowLink.div4 li p {
  font-size: 81.25%;
  max-width: 200px;
}

.noticeArea {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 13px;
}
.noticeArea .noticeCont {
  background: url("../img/common/noticeBg.png") repeat;
  padding: 30px 40px;
}
.noticeArea .noticeCont h4 {
  font-size: 120%;
  font-weight: 700;
  margin: 0 auto 15px;
  text-align: center;
}
.noticeArea .noticeCont h4.alLeft {
  text-align: left;
}

.anchorLink {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.anchorLink li {
  margin-right: 25px;
}
.anchorLink li a {
  display: inline-block;
  font-size: 105%;
  font-weight: 700;
  position: relative;
}
.anchorLink li a:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-image: url("../img/common/icon01.png");
  display: inline-block;
  margin-left: 10px;
  vertical-align: -0.25em;
  transform: rotate(90deg);
}

.tabNav {
  display: flex;
  justify-content: center;
}
.tabNav li {
  margin: 0 30px;
  position: relative;
  width: 320px;
}
.tabNav li a {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.tabNav li a:hover {
  background-color: #A2DAD8;
  color: #fff;
  font-weight: 700;
}
.tabNav li a.c {
  background-color: #A2DAD8;
  color: #fff;
  font-weight: 700;
}
.tabNav li a.c:after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #A2DAD8 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #A2DAD8 50.5%) no-repeat top right/50% 100%;
  content: "";
  display: block;
  height: 16px;
  width: 32px;
  margin: 0 auto;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}
.tabNav li:last-child a:hover {
  background-color: #FDB784;
}
.tabNav li:last-child a.c {
  background-color: #FDB784;
}
.tabNav li:last-child a.c:after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #FDB784 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FDB784 50.5%) no-repeat top right/50% 100%;
  content: "";
  display: block;
  height: 16px;
  width: 32px;
}

.tabCont {
  background-color: #FDFBF8;
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 80px 0 30px;
}
.tabCont.c {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.btnFlex {
  display: flex;
  justify-content: center;
}
.btnFlex li {
  margin-left: 20px;
  margin-right: 20px;
}

.tempBtn {
  margin: 0 auto;
  text-align: center;
  width: 320px;
}
.tempBtn a,
.tempBtn button {
  background-color: #fff;
  border: 1px solid #938E86;
  height: 60px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.tempBtn a:after,
.tempBtn button:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
  position: absolute;
  top: 17px;
  right: 30px;
  transition: all 0.5s;
}
.tempBtn a:hover,
.tempBtn button:hover {
  background-color: #00479E;
  color: #fff;
}
.tempBtn a[target="_blank"]:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url("../img/common/icon_blank.png");
  top: 23px;
}
.tempBtn a[target="_blank"]:hover:after {
  background-image: url("../img/common/icon_blank2.png");
}
.tempBtn.alLeft {
  margin: 0;
  text-align: left;
}

a.linkStyle01 {
  font-weight: 700;
  position: relative;
}
a.linkStyle01:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background-image: url("../img/common/icon01.png");
  display: inline-block;
  margin-left: 10px;
  vertical-align: -0.25em;
}
a.linkStyle02 {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
a.linkStyle02:hover {
  color: #3084CC;
  text-decoration: none;
}
a.linkStyle02.blankLink {
  padding-right: 20px;
}
a.linkStyle02.blankLink:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../img/common/blankIcon.png);
  position: absolute;
  top: 6px;
  right: 0px;
}
a.linkStyle02.pdfLink {
  padding-right: 20px;
}
a.linkStyle02.pdfLink:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 16px;
  width: 15px;
  background-image: url(../img/common/pdfIcon.png);
  position: absolute;
  top: 5px;
  right: 0px;
}

.tagStyle01 {
  border: 1px solid #00479E;
  font-size: 81.25%;
  margin: 0 10px 10px 0;
  padding: 2px 20px;
}

.tagStyle02 {
  background-color: #00479E;
  color: #fff;
  font-size: 81.25%;
  margin: 0 10px 10px 0;
  padding: 2px 10px;
}

table.tableStyle01 {
  background-color: #fff;
  margin: 0;
}
table.tableStyle01 th {
  background-color: #F7F7F7;
  box-sizing: border-box;
  border-bottom: 1px solid #F1F1F1;
  font-weight: 600;
  padding: 25px;
  max-width: 250px;
  min-width: 200px;
  width: 20%;
}
table.tableStyle01 td {
  border-bottom: 1px solid #F1F1F1;
  box-sizing: border-box;
  font-weight: 400;
  padding: 25px;
  vertical-align: middle;
}
table.formTable {
  margin-bottom: 50px;
}
table.formTable th {
  border-bottom: 1px solid #00479E;
  box-sizing: border-box;
  font-size: 95%;
  font-weight: 700;
  padding: 35px 20px;
  width: 235px;
}
table.formTable th.req {
  background-clip: padding-box;
  position: relative;
}
table.formTable th.req:after {
  border: 1px solid #FF0000;
  color: #FF0000;
  content: "必須";
  font-size: 81.25%;
  font-weight: 500;
  line-height: 150%;
  margin-left: 20px;
  padding: 2px 8px 1px;
}
table.formTable td {
  border-bottom: 1px solid #00479E;
  font-size: 95%;
  padding: 25px 0;
  vertical-align: middle;
}
table.formTable td input[type="text"],
table.formTable td input[type="email"] {
  background-color: #fff;
  border: 1px solid #CAECED;
  box-sizing: border-box;
  height: 48px;
  padding: 0 12px;
  max-width: 340px;
  width: 100%;
}
table.formTable td input[type="text"]:placeholder-shown,
table.formTable td input[type="email"]:placeholder-shown {
  color: #9f9f9f;
}
table.formTable td input[type="text"]::-webkit-input-placeholder,
table.formTable td input[type="email"]::-webkit-input-placeholder {
  color: #9f9f9f;
}
table.formTable td input[type="text"]:-moz-placeholder,
table.formTable td input[type="email"]:-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
table.formTable td input[type="text"]::-moz-placeholder,
table.formTable td input[type="email"]::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
table.formTable td input[type="text"]:-ms-input-placeholder,
table.formTable td input[type="email"]:-ms-input-placeholder {
  color: #9f9f9f;
}
table.formTable td input[type="text"].size01,
table.formTable td input[type="email"].size01 {
  margin-right: 10px;
  width: 100px;
}
table.formTable td textarea {
  background-color: #fff;
  border: 1px solid #CAECED;
  box-sizing: border-box;
  height: 200px;
  padding: 10px;
  width: 100%;
}
table.formTable td textarea:placeholder-shown {
  color: #9f9f9f;
}
table.formTable td textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}
table.formTable td textarea:-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
table.formTable td textarea::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}
table.formTable td textarea:-ms-input-placeholder {
  color: #9f9f9f;
}
table.formTable tr:first-of-type th,
table.formTable tr:first-of-type td {
  border-top: 1px solid #00479E;
}
table.formTable + .btnFlex {
  margin-top: 60px;
}

.pageNav {
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
}
.pageNav a {
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 50%;
  color: #999;
  font-weight: 400;
  height: 32px;
  font-size: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.pageNav a:hover {
  background-color: #dcdcdc;
  color: #555;
}
.pageNav a.next {
  background-color: #3084CC;
  border-color: #3084CC;
  margin: 0 0 0 12px;
  padding: 0;
  transition: opacity 0.6s;
  text-decoration: none;
}
.pageNav a.next:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .pageNav a.next:hover {
    opacity: 1;
  }
}
.pageNav a.next:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url("../img/common/icon02.png");
}
.pageNav a.prev {
  background-color: #3084CC;
  border-color: #3084CC;
  margin: 0 12px 0 0;
  padding: 0;
  transition: opacity 0.6s;
  text-decoration: none;
}
.pageNav a.prev:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .pageNav a.prev:hover {
    opacity: 1;
  }
}
.pageNav a.prev:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 10px;
  width: 7px;
  background-image: url(../img/common/icon02.png);
  transform: scale(-1, 1);
}
.pageNav span {
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #999;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.pageNav span.current {
  border: 1px solid #dcdcdc;
  background-color: #dcdcdc;
  border-radius: 50%;
  color: #000;
  margin: 0 4px;
}

p.centerLead {
  font-size: 120%;
  font-weight: 700;
  margin: 40px auto 0;
  text-align: center;
}
p.centerLead + .titleStyle01 {
  margin-top: 80px;
}
p.leftLead {
  font-size: 120%;
  font-weight: 700;
}
p.indentTxt {
  padding-left: 1.15em;
  text-indent: -1.15em;
}
p.small {
  color: #666;
  font-size: 85%;
}
p.big {
  font-size: 106%;
  font-weight: 700;
}

span.innerIndent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.fColorRed {
  color: #ff0000;
}

ul.indentList li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.numList li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}
ul.circleList li {
  margin-bottom: 4px;
  padding-left: 18px;
  position: relative;
}
ul.circleList li:before {
  background-color: #122a80;
  border-radius: 50%;
  content: "";
  height: 8px;
  display: block;
  width: 8px;
  position: absolute;
  top: 9px;
  left: 0px;
}

.accordionArea dl dt {
  background: url("../img/common/tableBg.png") repeat;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  height: 80px;
  align-items: center;
  padding: 25px 70px 25px 75px;
  position: relative;
  transition: all 0.6s;
}
.accordionArea dl dt:before {
  content: "Q.";
  font-size: 133%;
  position: absolute;
  top: 25px;
  left: 35px;
}
.accordionArea dl dt:after {
  color: #3084CC;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 94%;
  position: absolute;
  top: 25px;
  right: 30px;
  transition: all 0.6s;
}
.accordionArea dl dd {
  box-sizing: border-box;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0 0 0 75px;
  position: relative;
  transition: all 0.6s;
}
.accordionArea dl dd:before {
  content: "A.";
  font-size: 133%;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 35px;
  transition: all 0.6s;
}
.accordionArea dl.show dt:after {
  transform: rotate(-180deg);
}
.accordionArea dl.show dd {
  visibility: visible;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.accordionArea dl.show dd:before {
  top: 23px;
}
.accordionArea.nonFaq dl dt {
  font-size: 120%;
  padding-left: 30px;
}
.accordionArea.nonFaq dl dt:before {
  display: none;
}
.accordionArea.nonFaq dl dd {
  padding-left: 0;
}
.accordionArea.nonFaq dl dd:before {
  display: none;
}

.select-area {
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  position: relative;
}
.select-area:after {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 180%;
  white-space: nowrap;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-image: url("../img/contact/selectIcon.png");
  position: absolute;
  top: 20px;
  right: 20px;
}
.select-area select {
  box-sizing: border-box;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  height: 50px;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 36px 4px 10px;
  position: relative;
  z-index: 2;
}
.select-area select::-ms-expand {
  display: none;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}
input[type="checkbox"] + label:before {
  background: url("../img/entry/check.png") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
input[type="checkbox"]:checked + label:before {
  background-position: 0 100%;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  margin-right: 25px;
  padding: 5px 0 5px 42px;
  position: relative;
}
input[type="radio"] + label:before {
  background: url(../img/entry/radio.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
input[type="radio"]:checked + label:before {
  background-position: 0 100%;
}

/*********** work ***************/
.linkRowArea {
  display: flex;
  flex-flow: row-reverse;
  margin-bottom: 40px;
  position: relative;
}
.linkRowArea:nth-of-type(2n) {
  flex-flow: row;
}
.linkRowArea:nth-of-type(2n) .detail {
  margin-right: 0;
  margin-left: -200px;
}
.linkRowArea .pict {
  width: 60.31%;
}
.linkRowArea .pict a {
  display: block;
  transition: opacity 0.6s;
  text-decoration: none;
}
.linkRowArea .pict a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .linkRowArea .pict a:hover {
    opacity: 1;
  }
}
.linkRowArea .detail {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  margin-top: 200px;
  margin-right: -200px;
  padding: 80px;
  position: relative;
  width: 54.76%;
}
.linkRowArea .detail .tempBtn {
  float: right;
  margin: 70px 0 0;
  text-align: right;
}

.workThirdTitle {
  display: flex;
  justify-content: flex-end;
  height: auto;
  max-width: 1440px;
  margin: 0 auto 50px;
  position: relative;
}
.workThirdTitle .mainTitleCont {
  background: rgba(3, 39, 83, 0.62);
  height: 285px;
  margin: auto 0;
  padding: 0;
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 410px;
}
@media screen and (max-width: 1440px) {
  .workThirdTitle .mainTitleCont {
    height: 250px;
    left: 5vw;
  }
}
.workThirdTitle .mainPict {
  max-width: 80vw;
}
.workThirdTitle .mainPict img {
  width: 100%;
}

.thirdContArea {
  margin-bottom: 100px;
  padding: 40px 0 60px;
  position: relative;
}
.thirdContArea:before {
  background: linear-gradient(115deg, #FDFCEB 0%, #FAD8DF 100%);
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 94%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .thirdContArea:before {
    width: 98.5%;
  }
}
.thirdContArea .thirdContDetail {
  background-color: #fff;
  padding: 40px;
}

.workInterviewLinkArea {
  background: linear-gradient(122deg, #FDFCEB 0%, #FAD8DF 100%);
  padding-top: 80px;
  padding-bottom: 100px;
}
.workInterviewLinkArea .titleStyle02 {
  margin-bottom: 40px;
}
.workInterviewLinkArea .interviewList {
  margin-bottom: 40px;
}

/*********** about ***************/
.fig {
  text-align: center;
}
.fig img {
  max-width: 90%;
}

.officeInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.officeInfo p {
  font-size: 93%;
  line-height: 150%;
}
.officeInfo .tempBtn {
  margin: 0;
}
@media screen and (max-width: 1080px) {
  .officeInfo .tempBtn {
    width: 25vw;
  }
}

/*********** system ***************/
.trainingFig img {
  max-width: 100%;
}

.trainingPict {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.trainingPict li {
  width: 48%;
}
.trainingPict li img {
  width: 100%;
}

/*********** interview ***************/
.interviewThirdTitle {
  display: flex;
  justify-content: center;
  height: auto;
  margin: 0 auto 70px;
  position: relative;
}
.interviewThirdTitle .mainPict {
  max-height: 420px;
  overflow: hidden;
  width: 100%;
}
.interviewThirdTitle .mainPict img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .interviewThirdTitle .mainPict {
    min-height: 380px;
    display: flex;
    justify-content: center;
  }
  .interviewThirdTitle .mainPict img {
    height: 100%;
    width: auto;
  }
}
.interviewThirdTitle .mainTitleCont {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  display: block;
  height: 305px;
  margin: auto 0;
  padding: 25px 30px;
  position: absolute;
  left: 180px;
  top: 0;
  bottom: 0;
  text-align: left;
  width: 520px;
}
@media screen and (max-width: 1440px) {
  .interviewThirdTitle .mainTitleCont {
    height: 290px;
    left: 5vw;
  }
}
.interviewThirdTitle .mainTitleCont h1 {
  font-size: 175%;
  margin-bottom: 15px;
  line-height: 130%;
  text-align: left;
}
.interviewThirdTitle .mainTitleCont h1 span {
  font-size: 41%;
  margin: 0 0 25px;
}
.interviewThirdTitle .mainTitleCont .career {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.interviewThirdTitle .mainTitleCont .career dt {
  background-color: #FDB784;
  color: #fff;
  font-size: 128%;
  font-weight: 700;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  line-height: 100%;
  width: 115px;
}
.interviewThirdTitle .mainTitleCont .career dt.cate02 {
  background-color: #EAA004;
}
.interviewThirdTitle .mainTitleCont .career dd {
  font-size: 85%;
  line-height: 140%;
}
.interviewThirdTitle .mainTitleCont .name {
  font-size: 120%;
  font-weight: 700;
}
.interviewThirdTitle .mainTitleCont .name span {
  font-size: 85%;
  font-weight: 500;
}

.interviewThirdCont {
  margin-bottom: 50px;
  padding: 80px 0 40px;
}
.interviewThirdCont .interviewPictArea {
  min-height: 470px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 140px;
  padding-right: 90px;
  position: relative;
}
/*.interviewThirdCont .interviewPictArea:nth-of-type(2n) {
  flex-flow: row-reverse;
  padding-right: 0;
  padding-left: 90px;
}
.interviewThirdCont .interviewPictArea:nth-of-type(2n) .pict {
  left: auto;
  right: 0;
}
.interviewThirdCont .interviewPictArea:last-of-type {
  display: block;
  margin-bottom: 0;
  padding: 0 !important;
}
.interviewThirdCont .interviewPictArea:last-of-type .pict {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
}
.interviewThirdCont .interviewPictArea:last-of-type .detail {
  margin: -80px auto 0;
  padding-top: 60px;
  text-align: center;
  min-width: 680px;
  width: 63%;
}*/
.interviewThirdCont .interviewPictArea .pict {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 68.25%;
}
.interviewThirdCont .interviewPictArea .detail {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  min-width: 520px;
  padding: 35px 30px 1px;
  position: relative;
  width: 43%;
}
.interviewThirdCont .interviewPictArea .detail dl {
  margin-bottom: 30px;
}
.interviewThirdCont .interviewPictArea .detail dl dt {
  font-size: 120%;
  font-weight: 700;
}
.interviewThirdCont .interviewPictArea .detail dl dd {
  margin-top: 12px;
}
@media screen and (max-width: 1280px) {
  .interviewThirdCont .interviewPictArea {
    min-height: 37vw;
    padding-right: 40px;
  }
  .interviewThirdCont .interviewPictArea:nth-of-type(2n) {
    padding-left: 40px;
  }
  .interviewThirdCont .interviewPictArea .pict {
    width: 75%;
  }
}
.interviewThirdCont.type2 {
  background: linear-gradient(-90deg, #fff 0%, #fff 20%, #EDF0F5 20%, #EDF0F5 100%);
}
@media screen and (max-width: 1820px) {
  .interviewThirdCont.type2 {
    background: linear-gradient(-90deg, #fff 0, #fff 16%, #EDF0F5 16%, #EDF0F5 100%);
  }
}
@media screen and (max-width: 1620px) {
  .interviewThirdCont.type2 {
    background: linear-gradient(-90deg, #fff 0, #fff 12%, #EDF0F5 12%, #EDF0F5 100%);
  }
}
@media screen and (max-width: 1440px) {
  .interviewThirdCont.type2 {
    background: linear-gradient(-90deg, #fff 0, #fff 105px, #EDF0F5 105px, #EDF0F5 100%);
  }
}
.interviewThirdCont.type2 .secCont {
  max-width: 1440px;
  padding: 0;
}
.interviewThirdCont.type2 .interviewPictArea {
  display: block;
}
.interviewThirdCont.type2 .interviewPictArea .pict {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
}
.interviewThirdCont.type2 .interviewPictArea .detail {
  margin: -40px auto 0;
  width: 910px;
}

.interviewLinkArea {
  background: linear-gradient(122deg, #FDFCEB 0%, #FAD8DF 100%);
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.interviewLinkArea:before {
  background: url("../img/index/bg02.png") no-repeat 50% 0;
  background-size: cover;
  content: "";
  height: 50px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.interviewLinkArea .titleStyle02 {
  margin-bottom: 40px;
}
.interviewLinkArea .interviewList {
  margin-bottom: 40px;
}

/*********** recruit ***************/
/*********** process ***************/
.processRowArea {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto 90px;
}
.processRowArea .processCont {
  text-align: center;
  width: 42.554%;
}
.processRowArea .processCont h2 {
  font-size: 226%;
  margin-bottom: 30px;
}
.processRowArea .processCont ul li {
  background-color: #F7EBE6;
  box-sizing: border-box;
  color: #5E3601;
  font-size: 120%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 140%;
  height: 100px;
  margin-bottom: 80px;
  padding-top: 10px;
  position: relative;
}
.processRowArea .processCont ul li:after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #F7EBE6 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #F7EBE6 50.5%) no-repeat top right/50% 100%;
  content: "";
  display: block;
  height: 40px;
  width: 0px;
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}

/*********** faq ***************/
.faqArea:last-of-type {
  margin-bottom: 60px;
}
.faqArea dl {
  border: 1px solid #f1f1f1;
}
.faqArea dl dt {
  background-color: #F7F7F7;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 50px;
  position: relative;
}
.faqArea dl dt:before {
  content: "Q，";
  position: absolute;
  top: 25px;
  left: 25px;
}
.faqArea dl dd {
  background-color: #fff;
  padding: 25px 50px;
  position: relative;
}
.faqArea dl dd:before {
  content: "A，";
  position: absolute;
  top: 25px;
  left: 25px;
}
