/************************************************
cmn
************************************************/
body {
  width: 100%;
  font-family: "NotoSans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif, Osaka;
  font-size: 100%;
  line-height: 1.6;
  color: #333333;
  -webkit-text-size-adjust: none;
}

body img {
  width: 100%;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.tb {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .tb {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.pc_line {
  display: inline-block !important;
}

@media only screen and (max-width: 750px) {
  .pc_line {
    display: none !important;
  }
}

.sp_line {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .sp_line {
    display: inline-block !important;
  }
}

.landscape_line {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .landscape_line {
    display: inline-block !important;
  }
}

.pagelink_contents {
  padding-top: 170px;
  margin-top: -170px;
}

@media only screen and (max-width: 750px) {
  .pagelink_contents {
    padding-top: 80px;
    margin-top: -80px;
  }
}

._fz10 {
  font-size: 10px !important;
}

._fz12 {
  font-size: 12px !important;
}

._sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  ._fz10__sp {
    font-size: 10px !important;
  }

  ._sp {
    display: block !important;
  }
}

._align__right {
  text-align: right !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mt1em {
  margin-top: 1em !important;
}


/************************************************
baseArea
************************************************/
/*---------------
header
------------------*/
.headerArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.headerAreaInner {
  position: fixed;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  top: 0;
}

.headerArea a {
  padding-left: 0px;
  background: none;
}

.headerArea p {
  margin-bottom: 0;
}

.headerArea .logo {
  margin-left: 40px;
  max-width: 192px;
}

@media only screen and (max-width: 750px) {
  .headerArea .logo {
    margin-left: 15px;
    width: 25%;
  }
}

.headerArea .headerCenterArea {
  width: 62%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1300px) {
  .headerArea .headerCenterArea {
    display: none;
  }
}

.headerArea .headerCenterArea .topmenu {
  width: 100%;
  display: flex;
}

.headerArea .headerCenterArea .topmenu li:first-child {
  width: 20%;
}

.headerArea .headerCenterArea .topmenu li {
  width: 16%;
}

.headerArea .headerCenterArea .topmenu li p {
  width: 100%;
  font-size: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.headerArea .headerCenterArea .topmenu li p:hover {
  background-color: #009944;
  color: #fff;
}

.headerArea .headerCenterArea .topmenu li.message a {
  width: 100%;
  font-size: 100%;
  display: inline-block;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
}

.headerArea .headerCenterArea .topmenu li.message a:hover {
  background-color: #009944;
  color: #fff;
}

.headerArea .headerCenterArea .topmenu li p:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #009944 transparent transparent transparent;
  border-width: 9px 9px 0 9px;
}

.headerArea .headerCenterArea li .undermenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 40px 30px;
  background: #daf0e3;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  box-sizing: border-box;
}

.headerArea .headerCenterArea li:hover .undermenu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.headerArea .headerCenterArea .undermenu .undermenu_btn {
  display: block;
  width: 100%;
  border: 2px #009944 solid;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  color: #009944;
  position: relative;
}

.btn_normal {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border: 2px #009944 solid;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  color: #009944 !important;
  position: relative;
  margin-top: 20px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .btn_normal {
    margin-top: 10px;
  }
}

.headerArea .headerCenterArea .undermenu .undermenu_btn:hover {
  background-color: #009944;
  color: #fff;
}

.btn_normal:hover {
  background-color: #009944;
  color: #fff !important;
  cursor: pointer;
  position: relative;
}

.headerArea .headerCenterArea .undermenu .undermenu_btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_normal::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerArea .headerCenterArea .undermenu .undermenu_btn:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_normal:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.headerArea .headerCenterArea .undermenu ul.undermenu01 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headerArea .headerCenterArea .undermenu ul.undermenu01 li {
  width: 31%;
}

.headerArea .headerCenterArea .undermenu ul.undermenu01 li p {
  display: inline-block;
  height: auto;
  padding: 0;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.headerArea .headerCenterArea .undermenu ul.undermenu01 li p:hover {
  background-color: transparent;
  color: #000;
}

.headerArea .headerCenterArea .undermenu ul li p:hover:after {
  content: none;
}

.headerArea .headerCenterArea .undermenu .undermenu02 {
  max-width: 1300px;
  margin: 0 auto;
}

.headerArea .headerCenterArea .undermenu .undermenu02 .undermenu_btn {
  max-width: 400px;
  margin: 0 auto;
}

.headerArea .headerCenterArea .undermenu ul.interview {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 20px;
  height: calc(100vh - 330px);
  overflow: auto;
  overscroll-behavior: contain;
}

.headerArea .headerCenterArea .undermenu ul.interview li {
  width: 22%;
  margin-top: 20px;
}

.headerArea .headerCenterArea .undermenu ul.interview li .interview_pic {
  width: 100%;
  padding-top: 64.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: lighten;
  transition: 0.4s ease;
}

.headerArea .headerCenterArea .undermenu ul.interview li:hover .interview_pic {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(1) .interview_pic {
  background-image: url(/recruit/images/img_nav02_wk.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(2) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ss.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(3) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ai.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(4) .interview_pic {
  background-image: url(/recruit/images/img_nav02_kg.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(5) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ma.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(6) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ak.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(7) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ks.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(8) .interview_pic {
  background-image: url(/recruit/images/img_nav02_dy.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li:nth-child(9) .interview_pic {
  background-image: url(/recruit/images/img_nav02_ht.jpg);
}

.headerArea .headerCenterArea .undermenu ul.interview li .interview_pic p {
  width: 80%;
  background-color: #009944;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -40%;
  text-align: center;
  color: #fff;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  padding: 0;
}

.headerArea .headerCenterArea .undermenu ul.interview li .interview_pic p.double {
  display: inline-block;
  width: 96%;
  background-color: #009944;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -48%;
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 80%;
}

.headerArea .headerCenterArea .undermenu ul.interview li .interview_name {
  display: block;
  height: auto;
  text-align: center;
  margin-top: 10px;
  padding: 0;
}

.headerArea .headerCenterArea .undermenu ul.interview li .interview_name:hover {
  background-color: transparent;
  color: #000;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li {
  width: 32%;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: lighten;
  transition: 0.4s ease;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li:nth-child(1) a {
  background-image: url(/recruit/images/img_nav03_01.jpg);
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li:nth-child(2) a {
  background-image: url(/recruit/images/img_nav03_02.jpg);
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li:nth-child(3) a {
  background-image: url(/recruit/images/img_nav03_03.jpg);
}


.headerArea .headerCenterArea .undermenu ul.undermenu03 li a .talk_ttl {
  font-size: 120%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a .talk_ttl p {
  display: block;
  height: auto;
  font-size: 60%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a .talk_ttl p:after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -1em;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a .talk_ttl p:hover {
  background-color: transparent;
}

.headerArea .headerCenterArea .undermenu ul.undermenu03 li a .talk_ttl p:hover:after {
  border: none;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li {
  width: 48%;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li a {
  display: block;
  width: 100%;
  border: 2px #009944 solid;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  color: #009944;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 15px;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li p {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009944;
  padding: 0;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li p:hover {
  background-color: transparent;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li a:hover {
  background-color: #009944;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li a:hover p {
  color: #fff;
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.headerArea .headerCenterArea .undermenu ul.undermenu04 li a:hover::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.headerArea .headerCenterArea .undermenu ul.undermenu06 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headerArea .headerCenterArea .undermenu ul.undermenu06 li {
  width: 31%;
}


.headerArea .headerCenterArea li .contentmask {
  width: 100%;
  height: calc(100vh - 150px);
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}

.headerArea .headerCenterArea li:hover .contentmask {
  visibility: visible;
  opacity: 1;
}

.headerArea .headerRightArea {
  display: block;
  height: 150px;
  width: 310px;
  display: flex;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea {
    height: 60px;
    width: 60px;
  }
}

.headerArea .headerRightArea .entrybutton {
  display: block;
  background-color: #009944;
  height: 150px;
  width: 160px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.headerArea .headerRightArea .entrybutton ul {
  width: 100%;
}

.headerArea .headerRightArea .entrybutton li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  border-bottom: 1px #fff solid;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.headerArea .headerRightArea .entrybutton li a:hover {
  background-color: #008235;
}

.headerArea .headerRightArea .entrybutton li:last-child a {
  border-bottom: none;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea .entrybutton {
    display: none;
  }
}

.headerArea .headerRightArea .menubutton {
  display: block;
  width: 150px;
  height: 150px;
  background: url(/recruit/shared/images/ico_menu.png) no-repeat center center;
  background-size: 44px 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea .menubutton {
    width: 60px;
    height: 60px;
    background: url(/recruit/shared/images/ico_menu_sp.png) no-repeat center center #009944;
    background-size: 30px 33px;
  }
}

.headerArea .headerRightArea #hanburger {
  display: none;
}

.headerArea .headerRightArea #hanburger:checked+.menubutton {
  display: block;
  width: 150px;
  height: 150px;
  background: url(/recruit/shared/images/ico_menu_hover.png) no-repeat center center;
  background-size: 44px 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea #hanburger:checked+.menubutton {
    width: 60px;
    height: 60px;
    background: url(/recruit/shared/images/ico_menu_sp_hover.png) no-repeat center center #009944;
    background-size: 30px 33px;
  }
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.headerArea .headerRightArea .headerMainMenu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 30px 30px 0;
  background: #daf0e3;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea .headerMainMenu {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    padding: 30px 30px 80px;
  }
}

.headerArea .headerRightArea #hanburger:checked~.headerMainMenu {
  visibility: visible;
  opacity: 1;
}

.headerArea .headerRightArea .headerMainMenuInner {
  max-width: 1200px;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea .headerMainMenuInner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(1) {
  width: 20%;
  margin-right: 3%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) {
  width: 54%;
  margin-right: 3%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(3) {
  width: 20%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(4) {
  width: 20%;
  margin-right: 3%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(5) {
  width: 20%;
  margin-right: 3%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(6) {
  width: 20%;
  margin-right: 3%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(7) {
  width: 31%;
}

@media only screen and (max-width: 750px) {
  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(3) {
    width: 100%;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(5) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(6) {
    width: 100%;
  }

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(7) {
    width: 100%;
  }
}

.headerArea .headerRightArea .headerMainMenuInner .mainmenuttl {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px #212121 solid;
  font-weight: 700;
  font-size: 90%;
  color: #009944;
}

.headerArea .headerRightArea .headerMainMenuInner .mainmenuttl span {
  color: #009944;
  font-weight: 700;
  font-size: 180%;
}

.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink {
  display: block;
  width: 98%;
  margin: 15px auto 10px;
  overflow: hidden;
}

.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink li {
  width: 100%;
  margin: 0;
  float: left;
}

.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink li a {
  display: block;
  position: relative;
  padding: 0 10px 0 20px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink li a span {
  font-size: 80%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) .headerMainMenuLink li:nth-child(n+2) {
  width: 55%;
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) .headerMainMenuLink li.w45 {
  width: 45%;
}

@media only screen and (max-width: 750px) {

  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) .headerMainMenuLink li:nth-child(n+2),
  .headerArea .headerRightArea .headerMainMenuInner li:nth-child(2) .headerMainMenuLink li.w45 {
    width: 100% !important;
  }
}

.headerArea .headerRightArea .headerMainMenuInner li:nth-child(5) .mainmenuttl:hover,
.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink li a:hover {
  color: #009944;
}

.headerArea .headerRightArea .headerMainMenuInner .headerMainMenuLink li a::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009944;
  border-right: 2px solid #009944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------------
footer
------------------*/
.footerArea {
  width: 100%;
  height: 100px;
  font-size: 90%;
  padding: 10px 30px;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .footerArea {
    height: auto;
    padding: 20px 10px 10px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
  }
}

.footerArea p {
  margin-bottom: 0;
}

.footerArea .footerLogo {
  width: 180px;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerLogo {
    display: none;
  }
}

.footerArea .footerLogo a {
  background-image: none;
  padding: 0;
}

.footerArea .footerLink {
  display: flex;
  flex-flow: column;
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerLink {
    text-align: center;
  }
}

.footerArea .footerLink ul {
  display: flex;
  margin-bottom: 5px;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerLink ul {
    display: block;
  }
}

.footerArea .footerLink ul li {
  margin-left: 20px;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerLink ul li {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.footerArea .footerLink ul li.blank a {
  background: url(/recruit/shared/images/ico_window.png) no-repeat left 50%;
  background-size: 12px 12px;
}

.footerArea .footerLink ul li a {
  display: inline-block;
  white-space: nowrap;
  padding-left: 14px;
  font-size: 90%;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerLink ul li a {
    white-space: normal;
  }
}

.footerArea .footerSpLogo {
  display: none;
}

@media only screen and (max-width: 750px) {
  .footerArea .footerSpLogo {
    display: block;
    text-align: center;
    margin: 20px auto 10px;
  }

  .footerArea .footerSpLogo a {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}

.footerArea #copyright {
  font-size: 80%;
}

@media only screen and (max-width: 750px) {
  .footerArea #copyright {
    text-align: center;
  }
}


/*---------------
mainArea
------------------*/
.mainArea {
  overflow: hidden;
}

/*---------------
背景
------------------*/
.bk_gray {
  background-color: #F8F8F8;
}

/*---------------
mainimage
------------------*/
.mainimageArea {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 140px;
}

@media only screen and (max-width: 750px) {
  .mainimageArea {
    margin-top: 60px;
    height: 300px;
  }
}

.mainTtl {
  display: inline-block;
  transform: skewX(-12deg);
  padding: 0.3em 2.2em;
  background-color: rgba(0, 153, 68, 0.9);
  z-index: 100;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .mainTtl {
    max-width: 80%;
    padding: 0.8em 1em;
  }
}

.mainTtl span {
  display: inline-block;
  transform: skewX(12deg);
  font-size: 260%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .mainTtl span {
    font-size: 120%;
  }
}

.mainTtlCatch {
  color: #fff;
  font-size: 160%;
  margin-top: 50px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 750px) {
  .mainTtlCatch {
    font-size: 120%;
    margin-top: 25px;
  }
}

/*---------------
maincatch
------------------*/
.maincatchArea {
  width: 100%;
  background-color: #D9F0E3;
  padding: 40px 0;
}

.maincatchAreaBox {
  max-width: 1400px;
  width: 90%;
  background-color: #fff;
  transform: skewX(-12deg);
  padding: 30px 60px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .maincatchAreaBox {
    transform: none;
    padding: 20px 15px;
  }
}

.maincatchAreaInner {
  transform: skewX(12deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 750px) {
  .maincatchAreaInner {
    transform: none;
    flex-flow: column;
  }
}


/*---------------
mainIiner
------------------*/
.mainIiner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/*---------------
NEXT CONTENTS
------------------*/
.nextArea {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 180px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .nextArea {
    padding: 60px 0 100px;
  }
}

.nextArea h2 {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 240%;
  font-weight: 700;
  color: #009944;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 750px) {
  .nextArea h2 {
    font-size: 160%;
  }
}

/*-- Box01 --*/
.nextAreaBox01 {
  width: 70%;
  margin: 0 auto;
  border: 2px #009944 solid;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 {
    width: 90%;
    flex-flow: column;
  }
}

.nextAreaBox01 .txtarea {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 30px;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 .txtarea {
    width: 100%;
    order: 2;
    padding: 10px 0 0 0;
  }
}

.nextAreaBox01 .txtarea h3 {
  font-size: 200%;
  line-height: 1.2;
  text-align: left;
  color: #009944;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 .txtarea h3 {
    font-size: 140%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.nextAreaBox01 .txtarea h3 span {
  display: inline-block;
  font-size: 80%;
  color: #009944;
}

.nextAreaBox01 .txtarea h3::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 2px;
  background-color: #009944;
  position: absolute;
  bottom: 10px;
  left: 0.5em;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 .txtarea h3::before {
    content: none;
  }
}

.nextAreaBox01 .txtarea p {
  text-align: left;
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 .txtarea p {
    display: none;
  }
}

.nextAreaBox01 .picarea {
  width: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox01 .picarea {
    width: 100%;
    order: 1;
  }
}

/*-- Box02 --*/
.nextAreaBox02 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox02 {
    width: 90%;
    flex-flow: column;
  }
}

.nextAreaBox02.--single {
  justify-content: center;
}

.nextAreaBox02 li {
  width: 45%;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox02 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .nextAreaBox02 li:last-child {
    margin-bottom: 0;
  }
}

.nextAreaBox02 li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px #009944 solid;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.nextAreaBox02 li a h3 {
  font-size: 180%;
  text-align: center;
  color: #009944;
  position: relative;
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox02 li a h3 {
    font-size: 120%;
  }
}

.nextAreaBox02 li a h3 span {
  font-size: 50%;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox02 li a h3 span {
    font-size: 50%;
  }
}


/*-- Box03 --*/
.nextAreaBox03 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox03 {
    width: 90%;
    flex-flow: column;
  }
}

.nextAreaBox03 li {
  width: 31%;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox03 li {
    width: 100%;
    margin-bottom: 20px;
  }

  .nextAreaBox03 li:last-child {
    margin-bottom: 0;
  }
}

.nextAreaBox03 li a {
  display: block;
  width: 100%;
  border: 2px #009944 solid;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.nextAreaBox03 li a h3 {
  font-size: 160%;
  text-align: left;
  color: #009944;
  position: relative;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.4;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox03 li a h3 {
    font-size: 120%;
  }
}

.nextAreaBox03 li a h3 span {
  font-size: 60%;
}

@media only screen and (max-width: 750px) {
  .nextAreaBox03 li a h3 span {
    font-size: 50%;
  }
}