@charset "UTF-8";
/*基本の青*/
/*薄い青*/
/*薄いグレー*/
/*収納*/
/*発行*/
/*発行用薄い色*/
/*スマホメニューの色*/
/*スマホメニューの色*/
@-webkit-keyframes extend {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes extend {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.ipad_block {
  display: none;
}

.wrapper.reqlogin {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.wrapper.reqlogin footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrapper.reqlogin #reqloginheader {
  padding: 20px;
}
.wrapper.reqlogin #reqbacewrapper {
  padding-top: 100px;
}
.wrapper.reqlogin .reqpassbox {
  padding: 0;
  position: absolute;
  top: 20%;
  width: 100%;
}
.wrapper.reqlogin .reqpassbox p {
  margin-bottom: 20px;
}
.wrapper.reqlogin .reqpassbox input[type=password] {
  padding: 5px;
  width: 12em;
}
.wrapper.reqlogin .reqpassbox input[type=submit] {
  font-size: 1em;
  padding: 10px 20px;
  border: none;
  width: 10em;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #2745a9;
  color: #fff;
}

.passbox {
  position: absolute;
  width: 400px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}
.passbox input {
  font-size: 16px;
}
.passbox.open {
  display: block;
}

#recruit header #navigation .contactbtn {
  display: none;
}
#recruit header #navigation .servicemenu {
  margin-right: 0;
}
#recruit .recruitmenu {
  margin: 0 auto;
  display: block;
  background-color: #82a2e9;
}
#recruit .recruitmenu .recruitmenu_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 0;
}
#recruit .recruitmenu .recruitmenu_inner .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit .recruitmenu .recruitmenu_inner .titlebox {
  width: 160px;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}
#recruit .recruitmenu .recruitmenu_inner .menubox {
  width: calc(100% - 160px);
}
#recruit .recruitmenu .recruitmenu_inner .menubox ul {
  text-align: center;
}
#recruit .recruitmenu .recruitmenu_inner .menubox ul li {
  display: inline-block;
}
#recruit .recruitmenu .recruitmenu_inner .menubox ul li a {
  color: #fff;
  padding: 0 20px;
}
#recruit #mainimg {
  margin-bottom: 110px;
}
#recruit #mainimg .scrollbox {
  width: 60px;
  position: relative;
}
#recruit #mainimg .scrollbox .scrollitem {
  position: absolute;
  bottom: 200px;
  left: 20px;
}
#recruit #mainimg .scrollbox .scrollitem:after {
  position: absolute;
  bottom: -120px;
  left: 3px;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #333;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: extend 1.5s linear 0s infinite alternate none running;
          animation: extend 1.5s linear 0s infinite alternate none running;
}
#recruit #mainimg .recmainimgbox {
  width: calc(100% - 60px);
}
#recruit #mainimg .recmainimgbox .textbox {
  width: 240px;
  position: relative;
}
#recruit #mainimg .recmainimgbox .textbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6vw;
  max-width: 78px;
}
#recruit #mainimg .recmainimgbox .imgbox02 {
  width: calc(100% - 240px);
}
#recruit #bacewrapper {
  color: #5e657e;
}
#recruit .h2box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
#recruit .h2box h2 {
  text-align: left;
  width: 12em;
  color: #5e657e;
}
#recruit .h2box h2:before {
  content: "";
  background: url(../images/recruit/h2line.svg) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#recruit .h2box .h2img {
  width: calc(100% - 12em);
  text-align: left;
}
#recruit .h2box .h2img img {
  height: 10vw;
}
#recruit #contents01 {
  padding-bottom: 80px;
}
#recruit #contents01 .h2img img {
  height: 12vw;
}
#recruit #contents01 .imgbox {
  position: relative;
}
#recruit #contents01 .imgbox .textbox {
  position: absolute;
  width: 50vw;
  max-width: 620px;
  top: 60px;
  left: 44vw;
}
#recruit #contents01 .imgbox .textbox dl {
  text-align: left;
  color: #82a2e9;
}
#recruit #contents01 .imgbox .textbox dl dt {
  font-size: 1.2em;
  margin-bottom: 40px;
}
#recruit #contents02 {
  padding-bottom: 80px;
}
#recruit #contents02 .readtext {
  text-align: left;
  color: #82a2e9;
  font-size: 1.4em;
}
#recruit #contents02 .bgbox {
  margin-top: 30px;
  width: 90%;
  background-color: #f4f4f4;
  padding: 100px 0;
}
#recruit #contents02 .itemlistbox {
  max-width: 1050px;
}
#recruit #contents02 .itembox {
  max-width: 550px;
  width: 45%;
}
#recruit #contents02 .itembox:nth-child(1) {
  margin-bottom: 80px;
}
#recruit #contents02 .itembox:nth-child(2) {
  margin-bottom: 80px;
}
#recruit #contents02 .itembox dl {
  margin-top: 40px;
  text-align: left;
}
#recruit #contents02 .itembox dl dt {
  color: #82a2e9;
  font-size: 1.4em;
  margin-bottom: 20px;
}
#recruit #contents03 {
  padding-bottom: 80px;
  text-align: left;
}
#recruit #contents03 .readtext {
  text-align: left;
  color: #82a2e9;
  font-size: 1.4em;
}
#recruit #contents03 .linkbox01 dl {
  color: #82a2e9;
  margin-top: 40px;
  text-align: left;
  width: 45%;
}
#recruit #contents03 .linkbox01 dl dt {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#recruit #contents03 .bgbox {
  margin-top: 80px;
  background: linear-gradient(90deg, #fff 0%, #fff 150px, #e6ecfb 150px, #e6ecfb 100%);
}
#recruit #contents03 .bgbox .linkbox0101 {
  width: 45%;
}
#recruit #contents03 .bgbox .linkbox0102 {
  width: 50%;
}
#recruit #contents03 .linkbox02 .bgbox {
  margin-top: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#ebfaf5), color-stop(50%, #ebfaf5), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #ebfaf5 0%, #ebfaf5 50%, #fff 50%, #fff 100%);
}
#recruit #contents03 .linkbox02 .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit #contents03 .linkbox02 .linkbox0201 {
  width: 45%;
}
#recruit #contents03 .linkbox02 .linkbox0202 {
  width: 45%;
}
#recruit #contents03 .linkbox02 dl {
  margin-top: 40px;
  text-align: left;
  color: #33cc99;
}
#recruit #contents03 .linkbox02 dl dt {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#recruit #contents03 .linkbox03 .bgbox {
  margin-top: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff5f5), to(#fff5f5));
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #fff5f5 50%, #fff5f5 100%);
}
#recruit #contents03 .linkbox03 .flexbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit #contents03 .linkbox03 .linkbox0301 {
  width: 45%;
}
#recruit #contents03 .linkbox03 .linkbox0302 {
  width: 45%;
}
#recruit #contents03 .linkbox03 dl {
  margin-top: 40px;
  text-align: left;
  color: #ff9999;
}
#recruit #contents03 .linkbox03 dl dt {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#recruit #contents03 .linkbox04 {
  background: url(../images/recruit/linkbox04bg.jpg) top right no-repeat;
  margin-top: 80px;
  padding-top: 80px;
}
#recruit #contents03 .linkbox04 .imgbox {
  width: 90%;
}
#recruit #contents03 .linkbox04 .titlebox {
  margin-top: 80px;
  padding-bottom: 40px;
  text-align: left;
}
#recruit #contents03 .linkbox04 .titlebox .linkbox04_ttl {
  margin-bottom: 40px;
}
#recruit #contents03 .linkbox04 .titlebox dl {
  color: #82a2e9;
}
#recruit #contents03 .linkbox04 .titlebox dl dt {
  font-size: 1.4em;
  margin-bottom: 20px;
}
#recruit #contents03 .linkbox04 .titlebox dl dd {
  font-size: 1.2em;
}
#recruit #contents03 .h3box {
  text-align: left;
}
#recruit #contents03 h3 {
  text-align: left;
  margin-bottom: 20px;
}
#recruit #contents03 h3 img {
  max-height: 64px;
  margin: 0 auto 0 0;
  display: block;
}
#recruit #contents04 {
  padding-bottom: 80px;
}
#recruit #contents04 .bgbox {
  background-color: #f4f4f4;
  padding: 80px 0;
}
#recruit #contents04 .bgbox .itembox {
  width: 28.5714285714%;
  margin-bottom: 40px;
}
#recruit #contents04 .bgbox .itembox dl {
  margin-top: 20px;
  text-align: left;
}
#recruit #contents04 .bgbox .itembox dl dt {
  color: #82a2e9;
  font-size: 1.2em;
}
#recruit #contents04 .bgbox .itembox dl dd {
  font-size: 0.8em;
}
#recruit #contents05 {
  padding-bottom: 80px;
}
#recruit #contents05 dl {
  text-align: left;
  border-top: 1px #bec2c8 solid;
  padding-top: 10px;
}
#recruit #contents05 dl dt {
  width: 12em;
  float: left;
  font-size: 1.2em;
}
#recruit #contents05 dl dd {
  padding-left: 15em;
  border-bottom: 1px #bec2c8 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#recruit #contents05 dl dd ul {
  font-size: 0.9em;
  margin-left: 20px;
}
#recruit #contents05 dl dd ul.marklist li {
  padding-left: 1em;
  text-indent: -1em;
}
#recruit #contents05 .infobox {
  margin-top: 80px;
}
#recruit #contents05 .infobox .infoboxinner {
  width: 23.8095238095%;
}
#recruit #contents05 .infobox .infoboxinner img {
  width: 100%;
}
#recruit #contents05 .infobox .infoboxinner.infobox_a {
  background-color: #859be7;
}
#recruit #contents05 .infobox .infoboxinner.infobox_b {
  background-color: #7ab5d9;
}
#recruit #contents05 .infobox .infoboxinner.infobox_c {
  background-color: #a0b1c9;
}
#recruit #contents05 .infobox .infoboxinner.infobox_d {
  background-color: #b3b8c0;
}

.remodal {
  color: #5e657e;
}
.remodal .remodal-close {
  padding: 10px;
}
.remodal .remodal-close.closecoloe01 {
  background-color: #82a2e9;
}
.remodal .remodal-close.closecoloe02 {
  background-color: #33cc99;
}
.remodal .remodal-close.closecoloe03 {
  background-color: #ff9999;
}
.remodal .imgbox {
  position: relative;
  margin-bottom: 115px;
}
.remodal .imgbox .textimg {
  position: absolute;
}
.remodal .imgbox .textimg.iewtext02 {
  bottom: -80px;
  right: 40px;
}
.remodal .imgbox .textimg.iewtext04 {
  bottom: -80px;
  left: 30%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.remodal .imgbox .textimg.iewtext05 {
  bottom: -80px;
  left: 40px;
}
.remodal .modalinner {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.remodal .modalinner .mordal_ttl {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 40px;
}
.remodal .modalinner .mordal_ttl.color01 {
  color: #82a2e9;
}
.remodal .modalinner .mordal_ttl.color02 {
  color: #33cc99;
}
.remodal .modalinner .mordal_ttl.color03 {
  color: #ff9999;
}
.remodal .modalinner .namebox {
  margin-bottom: 20px;
  font-size: 1.2em;
}
.remodal .modalinner .namebox2 {
  margin-bottom: 20px;
}
.remodal .modalinner .commentsbox {
  margin-bottom: 40px;
}
.remodal .modalinner .infobox {
  width: 48%;
}
.remodal .modalinner .infobox dl dt {
  margin-bottom: 20px;
  font-size: 1.2em;
}
#modal_fcontents .fimgbox img {
  width: 100%;
}
#modal_fcontents .namelistbox {
  background-color: #f4f4f4;
  padding: 40px;
}
#modal_fcontents .namelistbox .ttlbox {
  text-align: left;
  margin-bottom: 50px;
}
#modal_fcontents .namelistbox .namebox_inner {
  width: 31.25%;
}
#modal_fcontents .namelistbox .namebox_inner .namebox_photo {
  width: 80px;
}
#modal_fcontents .namelistbox .namebox_inner .namebox_text {
  width: calc(100% - 90px);
}
#modal_fcontents .namelistbox .namebox_inner dl {
  text-align: left;
  color: #82a2e9;
}
#modal_fcontents .namelistbox .namebox_inner dl dt {
  margin-bottom: 10px;
}
#modal_fcontents .namelistbox .namebox_inner dl dd {
  font-size: 0.8em;
}
#modal_fcontents .modalinner {
  margin-top: 80px;
}
#modal_fcontents .modalinner dl {
  text-align: left;
}
#modal_fcontents .modalinner dl dt {
  width: 3em;
  float: left;
}
#modal_fcontents .modalinner dl dd {
  padding-left: 4em;
}
#modal_fcontents .modalinner .mordal_subttl {
  margin-bottom: 20px;
  font-size: 1.2em;
}
#modal_fcontents .modalinner .mordal_interviewlist {
  margin-bottom: 40px;
}

.contactbox {
  background-color: #80a1eb;
  padding: 70px 0;
  color: #fff;
}
.contactbox .contact_ttl {
  margin-bottom: 35px;
}
.contactbox .contact_btn {
  margin-bottom: 20px;
}
.contactbox .contact_btn a {
  background-color: rgba(94, 101, 126, 0.5);
  padding: 30px;
  border: 1px #fff solid;
  display: block;
  max-width: 643px;
  margin: 0 auto;
  line-height: 1;
}
.contactbox .contact_btn a img {
  height: 18px;
}
.contactbox .contact_btn a:hover {
  background-color: rgba(94, 101, 126, 0.3);
}
.contactbox .contact_btn a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 1336px) {
  #recruit #contents03 .linkbox01 .bgbox {
    background: linear-gradient(90deg, #fff 0%, #fff 120px, #e6ecfb 120px, #e6ecfb 100%);
  }
  .recruitmenu .recruitmenu_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #recruit #contents03 .linkbox01 .bgbox {
    background: linear-gradient(90deg, #fff 0%, #fff 20px, #e6ecfb 20px, #e6ecfb 100%);
  }
}
@media screen and (max-width: 840px) {
  #recruit #contents01 .h2box .h2img, #recruit #contents02 .h2box .h2img, #recruit #contents03 .h2box .h2img, #recruit #contents04 .h2box .h2img, #recruit #contents05 .h2box .h2img {
    margin-top: 50px;
  }
  #recruit #contents01 .h2box .h2img img, #recruit #contents02 .h2box .h2img img, #recruit #contents03 .h2box .h2img img, #recruit #contents04 .h2box .h2img img, #recruit #contents05 .h2box .h2img img {
    height: auto;
    width: 100%;
  }
  #recruit .contactbox {
    padding: 60px 30px;
  }
  #recruit .contactbox p {
    margin-bottom: 20px;
  }
  #recruit .contactbox .contact_ttl img {
    height: 20px;
  }
  #recruit .recruitmenu {
    position: relative;
    z-index: 1;
    min-height: 60px;
  }
  #recruit .recruitmenu .recruitmenu_inner {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #recruit .recruitmenu .recruitmenu_inner .titlebox {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #recruit .recruitmenu .recruitmenu_inner .titlebox img {
    height: 15vw;
  }
  #recruit .recruitmenu .recruitmenu_inner .titlebox:after {
    content: "";
    background: url(../images/common/slidearrow_off.svg) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #recruit .recruitmenu .recruitmenu_inner .titlebox.active:after {
    background: url(../images/common/slidearrow_on.svg) 0 0 no-repeat;
    background-size: contain;
  }
  #recruit .recruitmenu .recruitmenu_inner .menubox {
    width: 100%;
    display: none;
    padding-top: 10px;
  }
  #recruit .recruitmenu .recruitmenu_inner .menubox ul {
    padding-top: 10px;
  }
  #recruit .recruitmenu .recruitmenu_inner .menubox ul li {
    text-align: left;
    width: 100%;
    border-bottom: 1px #fff solid;
    padding: 0;
  }
  #recruit .recruitmenu .recruitmenu_inner .menubox ul li a {
    padding: 20px;
    display: block;
  }
  #recruit #mainimg {
    margin-bottom: 80px;
  }
  #recruit #mainimg .scrollbox {
    display: none;
  }
  #recruit #mainimg .recmainimgbox {
    width: 100%;
    height: 70vh;
    position: static;
  }
  #recruit #mainimg .recmainimgbox .imgbox02 {
    width: 100%;
  }
  #recruit #mainimg .recmainimgbox .textbox img {
    left: 10%;
    top: 60px;
    -webkit-transform: none;
            transform: none;
    width: 18vw;
  }
  #recruit .h2box {
    display: block;
    margin-bottom: 40px;
  }
  #recruit .h2box .h2img {
    width: 100%;
  }
  #recruit .h2box .h2img img {
    height: 30vw;
  }
  #recruit #contents01 {
    margin-bottom: 80px;
  }
  #recruit #contents01 .imgbox {
    display: block;
    background-color: #f4f4f4;
    padding: 40px;
  }
  #recruit #contents01 .imgbox .textbox {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  #recruit #contents01 .imgbox .sp_block.sp_img {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -100px;
  }
  #recruit #contents02 .bgbox {
    width: 100%;
    padding: 40px 0;
  }
  #recruit #contents02 .itembox {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #recruit #contents02 .itembox:nth-child(1) {
    margin-bottom: 40px;
  }
  #recruit #contents02 .itembox:nth-child(2) {
    margin-bottom: 40px;
  }
  #recruit #contents02 .itembox dl {
    margin-top: 20px;
  }
  #recruit #contents02 .itembox dl dt {
    margin-bottom: 10px;
  }
  #recruit #contents02 .itembox dl dd {
    font-size: 0.9em;
  }
  #recruit #contents03 .linkbox01 {
    padding-top: 0;
  }
  #recruit #contents03 .linkbox01 .bgbox {
    background: #e6ecfb;
    width: 95%;
    margin: 40px 0 40px auto;
    padding: 40px;
  }
  #recruit #contents03 .linkbox01 .splinkbox0101 {
    width: 50vw;
  }
  #recruit #contents03 .linkbox01 .splinkbox0102 {
    width: 50vw;
    margin: -40px 0 0px auto;
  }
  #recruit #contents03 .linkbox01 .splinkbox0103 {
    width: 50vw;
    margin: 0px auto 20px 0;
  }
  #recruit #contents03 .linkbox02 .bgbox {
    background: #ebfaf5;
    background-size: 90%;
    background-color: none;
    padding: 0;
  }
  #recruit #contents03 .linkbox02 .linkbox0201 {
    margin-top: 0px;
    width: 100%;
  }
  #recruit #contents03 .linkbox02 .linkbox0201 img {
    width: 80vw;
  }
  #recruit #contents03 .linkbox02 .linkbox0202 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #recruit #contents03 .linkbox03 .bgbox {
    background: none;
  }
  #recruit #contents03 .linkbox03 .contentsinner2 {
    padding-left: 0;
    padding-right: 0;
  }
  #recruit #contents03 .linkbox03 .linkbox0301 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #recruit #contents03 .linkbox03 .linkbox0302 {
    width: 100%;
    background-color: #fff5f5;
    margin-top: 80px;
  }
  #recruit #contents03 .linkbox03 .linkbox0302 img {
    width: 80vw;
  }
  #recruit #contents03 h3 img {
    height: 42px;
  }
  #recruit #contents03 .linkbox01 dl {
    width: 100%;
  }
  #recruit #contents03 .linkbox04 {
    background: url(../images/recruit/linkbox04bg.jpg) top left 80px no-repeat;
  }
  #recruit #contents03 .linkbox04 .imgbox {
    width: 100%;
  }
  #recruit #contents04 .bgbox .itembox {
    width: 100%;
  }
  #recruit #contents04 .bgbox .itembox .imgbox {
    width: 80%;
    margin: 0 auto;
  }
  #recruit #contents04 .bgbox .itembox dl dt {
    margin-bottom: 20px;
  }
  #recruit #contents05 .contentsinner2 {
    padding: 0;
  }
  #recruit #contents05 .contentsinner2 dl dt {
    width: 6em;
    font-size: 1em;
  }
  #recruit #contents05 .contentsinner2 dl dd {
    padding-left: 7em;
    font-size: 0.9em;
  }
  #recruit #contents05 .contentsinner2 dl dd ul {
    margin-left: 5px;
  }
  #recruit #contents05 .infobox.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit #contents05 .infobox .infoboxinner {
    width: 47.619047619%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .remodal .imgbox {
    margin-bottom: 60px;
  }
  .remodal .imgbox .textimg {
    bottom: -30px;
    right: auto;
    left: 20px;
    width: 80%;
  }
  .remodal .imgbox .textimg.iewtext02 {
    bottom: -30px;
    right: auto;
  }
  .remodal .imgbox .textimg.iewtext04 {
    bottom: -30px;
    right: auto;
    width: 90%;
  }
  .remodal .modalinner {
    width: 90%;
  }
  .remodal .modalinner .infobox {
    width: 100%;
    margin-bottom: 40px;
  }
  .remodal .modalinner .mordal_ttl {
    font-size: 1.4em;
  }
  #modal_fcontents .namelistbox {
    padding: 20px;
  }
  #modal_fcontents .namelistbox .ttlbox {
    margin-bottom: 20px;
  }
  #modal_fcontents .namelistbox .namebox_inner {
    width: 100%;
    margin-bottom: 30px;
  }
  #modal_fcontents .namelistbox .namebox_inner:last-child {
    margin-bottom: 0px;
  }
  #modal_fcontents .namelistbox .namebox_inner .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #modal_fcontents .namelistbox .namebox_inner dl dt {
    margin-bottom: 3px;
  }
  .wrapper.reqlogin .reqpassbox input[type=password] {
    font-size: 16px;
  }
  .contactbox .contact_btn a {
    width: 60vw;
    padding: 20px;
  }
}
@media screen and (max-width: 414px) {
  #recruit #mainimg .recmainimgbox {
    height: auto;
  }
}
@media (orientation: portrait) {
  .ipad #recruit #mainimg .recmainimgbox {
    height: auto;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad #recruit #mainimg .recmainimgbox {
    height: auto;
  }
  .ipad #recruit #mainimg .recmainimgbox .textbox img {
    width: 6vw;
  }
  .ipad #recruit #contents01 .imgbox .textbox {
    top: 0px;
  }
}
@media only screen and (min-device-width: 1024px) and (orientation: landscape) {
  .ipad #recruit #mainimg .recmainimgbox .textbox {
    width: 140px;
  }
  .ipad #recruit #mainimg .recmainimgbox .imgbox02 {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .ipad #recruit .ipad_block {
    display: block;
  }
  .ipad #recruit #mainimg .recmainimgbox {
    height: auto;
  }
  .ipad #recruit #contents01 .imgbox .textbox {
    top: 0px;
  }
  .ipad #recruit #contents03 .sp_block {
    display: none;
  }
  .ipad #recruit #contents03 .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ipad #recruit #contents03 .linkbox02 .bgbox {
    margin-top: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#ebfaf5), color-stop(50%, #ebfaf5), color-stop(50%, #fff), to(#fff));
    background: linear-gradient(90deg, #ebfaf5 0%, #ebfaf5 50%, #fff 50%, #fff 100%);
  }
  .ipad #recruit #contents03 .linkbox02 .flexbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad #recruit #contents03 .linkbox02 .linkbox0201 {
    width: 45%;
  }
  .ipad #recruit #contents03 .linkbox02 .linkbox0202 {
    width: 45%;
  }
  .ipad #recruit #contents03 .linkbox02 dl {
    margin-top: 40px;
    text-align: left;
    color: #33cc99;
  }
  .ipad #recruit #contents03 .linkbox02 dl dt {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .ipad #recruit #contents03 .linkbox03 .bgbox {
    margin-top: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff5f5), to(#fff5f5));
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #fff5f5 50%, #fff5f5 100%);
  }
  .ipad #recruit #contents03 .linkbox03 .flexbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad #recruit #contents03 .linkbox03 .linkbox0301 {
    width: 45%;
  }
  .ipad #recruit #contents03 .linkbox03 .linkbox0302 {
    width: 45%;
  }
  .ipad #recruit #contents03 .linkbox03 dl {
    margin-top: 40px;
    text-align: left;
    color: #ff9999;
  }
  .ipad #recruit #contents03 .linkbox03 dl dt {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
  .ipad #recruit #contents05 .infobox .infoboxinner {
    width: 24.3902439024%;
  }
}