@charset "utf-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html.bgFixed{
    height: auto;
}
body{
    font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ",sans-serif;
    -webkit-box-sizing:border-box;
    -webkit-text-size-adjust: 100%;
    color: #4d4d4d;
}
img {
    height: auto;
    width: 100%;
}
a:hover {
    text-decoration: none !important;
}
div#container,
#container #main .content {
    width: 100%;
}
#headContent .free {
    font-size: 14px;
}
.spOn{
    display:none !important;
}
.w94 {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 94%;
}
.cnt {
    padding-top: 80px;
    padding-bottom: 100px;
}
.cnt.bgIkari, .cnt.bgBlue {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bgIkari {
  background: url(../images/ikari_bg.jpg) repeat scroll 0 0;
}
.bgBlue {
  background-color: #e8f6ff;
}
.cnt1 .cntIn {
    margin-bottom: 100px;
}
.cnt1 .cntIn.c1w1 {
    margin-bottom: 50px;
}
.cnt1 .cntIn.c1w5 {
    margin-bottom: 0;
}

.kv {
    border-bottom: 5px solid #000;
    position: relative;
}
.kvOntxt {
}
.kvOntxt .w94 {
}
.kvOntxt p {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8),-2px -2px 4px rgba(0,0,0,0.8);
    position: absolute;
    right: 0;
}
.kvTxt {
    padding-top: 25px;
    font-size: 16px;
}


.btnLocation a >span {
    padding-left: 30px;
    position: relative;

}
.btnLocation a >span:before {
    content: "";
    background: url(../images/pin.png) no-repeat scroll 0 0;
    background-size: 20px 30px;
    display: block;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 30px;
    width: 20px;
}
.btnFreeWord {
    margin-top: 10px;
}
.freeWordObj{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.freeWordObj form {
    margin: 0 auto;
    display: block;
    position: relative;
}
.freeWordInput{
    padding: 0 50px 0 0;
    width: 100%;
    position: relative;
}
.freeWordObj #freeword {
    background-color: #fff;
    box-sizing: border-box;
    color: #999;
    display: block;
    font-size: 14px;
    height: 50px;
    padding: 0;
    text-indent: 1em;
    width: 100%;
    border:1px solid #999;
    border-radius: 0;
}
.freeWordObj #freewordsearch {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    border: none;
    height: 50px;
    font-weight: 600;
    font-size: 20px;
    text-indent: 20px;
    border-radius: 0;
    transition: opacity 1.0s ease;
}
.freeWordObj #freewordsearch[type="submit"]:hover  {
    opacity: 0.7;
}
input[type="type"] {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.nth3, .nth2, .nth4{
    font-size: 0;
}
.nth3 >*, .nth2 >*, .nth4 >*{
    display: inline-block;
    vertical-align: top;
}

.bTn a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    position: relative;
    text-align: center;
    padding: 0 5px;
}
.btnT1 a {
    background-color: #000;
    color: #fff !important;
}
.btnT2 a {
    background-color: #0071be;
    color: #fff !important;
}
.btnT2 li.lp:nth-child(1) a {
  background-color: #717171;
  margin-bottom: 20px;
}
.bTn a > span {
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}
.bTn a > span > span {
    display: inline-block;
}
.mynavi_entry_banner{
  height: 56px;
  width: auto;
  margin: auto;
  padding: 2px 0px;
  box-sizing: content-box;
}
.h2Wrap {
    margin: 0 auto;
    max-width: 960px;
    width: 98%;
}
h2 {
    color: #0071be;
    font-size: 35px;
    margin-bottom: 50px;
    line-height: 1.4;
    overflow: hidden;
}
h2 > span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
h2 >span:after {
    background: url(../images/h2dot.png) repeat-x scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 800%;
    left: 100%;
}
h2.intv {
  text-align: center;
  position: relative;
}
h2.intv > span {
  background-color: #fff;
  padding: 0 10px;
  z-index: 2;
}
h2.intv:after {
  background: url(../images/h2dot.png) repeat-x scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 800%;
  left: 0%;
}
h2.intv >span:after {
  content: none;
}
.cnt1 h3 {
    font-size: 25px;
}

.cnt1 h3 > span {
    display: inline-block;
    background-image: url(../images/h3_28.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    background-size: 21px 25px;
    padding-left: 30px;
}
.cnt1 h3 > span > span {
    display: inline-block;
}
.cnt1 h4 {
    font-size: 20px;
    line-height: 1.4;
    position: relative;
}
.c2w1 li>img {
  margin: 0 auto 10px;
  max-width: 200px;
}
.c2w1 h3 {
  color: #0071be;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
}
.c2w1 h3 > span {
  display: block;
}
.c2w1 p {
  font-size: 14px;
}

.itvLink a {
  display: block;
  position: relative;
}
.itvLink a .nameBox, .boxBlack {
  background-color: rgba(0,0,0,0.8);
  color: #fff !important;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.itvLink a .nameBox {
  font-size:16px;
  padding: 10px 2% 25px;
}
.itvLink a .nameBox:after {
  content: "\E846";
  font-family: recop-iconfonts;
  font-size: 20px;
  height: 1em;
  line-height:1em;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 5px;
}
.cnt3 .cntIn {
  background: url(../images/dotline.png) repeat-x scroll 0 top;
  padding-top: 60px;
  margin-top: 60px;
}
.cnt3.intv_top .cntIn {
  background: none;
  padding-top: 0;
  margin-top: 60px;
}
.lp_cnt #itv01 {
  background: url(../images/dotline.png) repeat-x scroll 0 top;
  padding-top: 60px;
  margin-top: 60px;
}
.cnt3 .cntIn.c3w0 {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.itvTop {
  position: relative;
}
.itvCatch {
  position: absolute;
  top: 28%;
  left: 5%;
}
.c3w1 .itvCatch,
.c3w4 .itvCatch {
  right: 5%;
  left: auto;
}
.itvCatch strong {
  color: #ffffff;
  text-shadow: 2px 2px 6px #000,-2px -2px 6px #000;
  font-size: 30px;
  line-height: 1.4;
}
.itvTop .boxBlack {
  padding: 15px 3%;
  font-size: 18px;
}
.itw {
}
.itw h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 12px;
  margin-top: 30px;
  color: #0071be;
}
.itw h3 span {
    display: inline-block;
}
.itw p {
  margin-bottom: 30px;
}
.itvimg {
  max-width: 740px;
  margin: 0 auto;
}
.cnt4.bgBlue {
  margin-bottom: 100px;
  overflow: hidden;
}
.cnt4.bgBlue .cntIn {
  position: relative;
}
.c41txt  {
  position: relative;
}
.c41txt > P {
    line-height: 1.7;
}


#areaLink {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
#areaLink div.area table, #areaLink div.area table tr, #areaLink div.area table tr th, #areaLink div.area table tr td {
    border: 1px #a5a5a5 solid;
}
#bottomContent #areaLink div.area table a {
    color: #474747 !important;
}
#scroll_pagetop {
    display: block;
    margin: 0 auto;
    max-width: 960px;
    width: 94%;
    left: 0;
    right: 0;
    opacity: 1 !important;
}
#scroll_pagetop a {
    display: block;
    font-weight: 500;
    line-height: 80px;
    position: relative;
}
#scroll_pagetop .toTop {
    background-color: #338dcb;
    float: right;
    position: relative;
    height: 80px;
    width: 80px;
}
#scroll_pagetop .toTop:after {
    content: "\E844";
    color: #fff;
    right: 0;
    left: 0;
    font-size: 46px;
    text-align: center;
    font-family: recop-iconfonts;
    position: absolute;
    height: 1em;
    line-height: 1;
    bottom: 0;
    top: 0;
    margin: auto;
}

#scroll_pagetop .jobAll {
    background-color: #717171;
    color: #ffffff !important;
    font-size: 35px;
    font-weight: 500;
    padding: 0 3%;
    text-align: center;
    margin-right: 90px;
}
#scroll_pagetop .jobAll > span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}
#scroll_pagetop .jobAll > span > span {
    display: inline-block;
}
@media screen and (min-width: 769px) {
    .kv {
        background-image: url(../images/kv.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        height: 420px;
    }
    .kvOntxt .w94 {
        height: 420px;
        position: relative;
    }
    .kvOntxt p {
        top: 30%;
    }
    .c1w1 .boxGray {
        background-color: #eeeeee;
        padding: 20px 3%;
    }
    .freeWordObj #freeword {
        height: 40px;
    }
    .freeWordInput {
        padding: 0 40px 0 0;
    }
    .freeWordObj #freewordsearch {
        background-image: url(../images/loupe26.png) ;
        background-size: 26px 26px;
        width: 40px;
        height: 40px;
    }
    .cnt1 h3 {
        border-bottom: 1px solid #0071be;
        margin-bottom: 30px;
        line-height: 1.4;
        font-size: 25px;
    }

    .cnt1 h4 {
        margin-bottom: 20px;
    }
    .cnt1 h4 >span {
        padding-left: 15px;
    }
    .cnt1 h4:before {
        background-color: #0071be;
        content: "";
        display: block;
        height: 18px;
        width: 5px;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .nth3.btnT2 {
        margin-top: -20px;
    }
    .nth3.btnT2 li {
        margin-top: 20px;
    }
    .cnt2 .nth3 {
        margin-top: -50px;
    }
    .cnt2 .nth3 li {
        margin-top: 50px;
    }

    .cnt1 .cntIn > div,.cnt2 .cntIn >*, .cnt3 .cntIn >* {
      margin-left: 3%;
      margin-right: 3%;
    }
    .cnt1 .cntIn .bTn:not(:last-child) {
        margin-bottom: 60px;
    }
    .cnt3 .cntIn >.nth1 {
        margin: 40px auto 0;
        max-width: 600px;
    }
    .cnt4.bgBlue .cntIn:before {
      content: "";
      background-image: url(../images/about_bg.png);
      display: block;
      position: absolute;
      bottom: -80px;
      height: 420px;
      width: 342px;
      right: -10%;
      z-index: 1;
    }
    .c4w1 >* {
        width: 48.5%;
    }
    .c41txt {
        float: right;
        margin-left: 3%;
        z-index: 2;
    }

    .c41txt > P {
        display: inline-block;
        line-height: 1.7;
        vertical-align: middle;
    }
    .bTn a, .itvLink a,#scroll_pagetop a {
        opacity: 1;
        transition: opacity 1.0s ease;
    }
    .bTn a:hover, .itvLink a:hover,#scroll_pagetop a:hover {
        opacity: 0.7;
    }
    .nth2 >* {
        width: calc( 98% / 2);
    }
    .nth3 >* {
        width: calc( 96% / 3);
    }
    .nth4 >* {
        width: calc( 94% / 4);
    }
    .nth3 >*, .nth2 >*, .nth4 >*{
        margin-left: 2%;
    }
    .cnt2 .nth3>* {
        margin-left: 3%;
        width: calc( 92% / 3)
    }
    .nth2 >*:nth-of-type(2n+1),
    .nth3 >*:nth-of-type(3n+1),
    .nth4 >*:nth-of-type(4n+1){
        margin-left: 0;
    }
    .data1, .data2 {
        display: block !important;
    }
    .targetClose {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .pcOn {
        display: none;
    }
    .spOn {
        display: block !important;
    }
    .kvOntxt {
        position: absolute;
        right: 3%;
        top: 20%;
        width: 100%;
    }
    .kvOntxt p {
        font-size: 6.4vw;
    }
    .cnt {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .cnt.bgIkari, .cnt.bgBlue {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cnt4.bgBlue {
        margin-bottom: 70px;
    }
    .cnt1 .cntIn.c1w1,
    .cnt1 .cntIn {
        margin-bottom: 30px;
    }
    .cnt3 .cntIn {
        padding-top: 40px;
        margin-top: 40px;
    }
    .cnt3.intv_top .cntIn {
      margin-top: 40px;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .nth1sp >* {
        width: 100%;
    }
    .nth2sp >* {
        width: calc( 97% / 2);
    }
    .nth2sp >*{
        margin-left: 3%;
    }
    .cnt2 .nth2sp >* {
        margin-left: 5%;
        width: calc(95% /2);
    }
    .nth2sp >*:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .cnt2 .nth2sp {
        margin-top: -20px;
    }
    .btnFreeWord {
        margin-top: 20px;
    }
    .freeWordObj #freewordsearch {
        background-image: url(../images/loupe32.png);
        background-size: 25px 33px;
    }
    .cnt1 h3 {
        font-size: 22px;
        text-align: center;
    }
    .cnt1 h3 > span {
        background-size: 18px 22.5px;
        padding-left: 25px;
        background-position: left 0;
        min-height: 26px;
    }
    .trigger1 {
        border: 1px solid #999;
        line-height: 60px;
        position: relative;
        padding-left: 2%;
        padding-right: 63px;
        /*! height: 60px; */
    }
    .trigger1 > span {
        display: inline-block;
        line-height: 1.2;
        vertical-align: middle;
    }
    .trigger1:before {
        background-color: #000;
        content: "";
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
    }
    .trigger1:before, .trigger1:after,.trigger2:after {
        position: absolute;
    }
    .trigger1:after, .trigger2:after {
        font-family: recop-iconfonts;
        position: absolute;
        height: 1em;
        line-height:1;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "\E846";
        color: #ffffff;
        right: 16px;
        font-size: 30px;
    }
    .trigger2:after {
        color: #0071be;
    }
    .trigger1.is-active:after,
    .trigger2.is-active:after{
        content: "\E844";
    }
    .data1 {
        border-width: 0 1px 1px 1px;
        border-color: #999;
        border-style: solid;
    }
    .c1w3 .is-active + .data1 {
        border-bottom: none;
    }
    .c1w3 .is-active + .data2 {
        border-bottom: 1px solid #999;
    }
    .c1w5 .data1 {
        border: none;
    }
    .cnt1 h4 {
        line-height: 60px;
        padding: 0 3%;
    }
    .trigger2, .data1 > .btnT2.nth1sp a {
        background-color: #fff;
        color: #0071be !important;
        font-weight: 500;
        line-height: 60px;
    }
    .trigger2 {
        border-bottom: 1px solid #999;
    }
    .data2.btnT2.nth1sp:not(:last-child) {
        border-bottom: 1px solid #999;
    }
    .data2.btnT2 li:not(:last-child),
    .data1 > .btnT2.nth1sp li:not(:last-child) {
        border-bottom: 1px solid #999;
    }
    .data2.btnT2.nth1sp a,
    .data1 > .btnT2.nth1sp a {
        text-align: left;
        padding: 0 3%;
    }
    .data2.btnT2.nth1sp a {
        background-color: #e8f6ff;
        color: #0071be !important;
        text-indent: 1em;
    }
    .data2.btnT2.nth1sp a span {
        text-indent: 0;
    }
    .data2.btnT2.nth1sp a:hover {
        background-color: #0071be;
        color: #fff !important;
    }
    .nth2sp li {
        margin-top: 20px;
    }
    .itvLink {
        margin-top: -20px;
    }
    .itvCatch strong {
        font-size: 5.2vw;
    }

    .triggerMore .more, a.targetClose {
        background-color: #999;
        color: #fff !important;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        margin-bottom: 20px;
    }
    .targetClose {
        display: block;
        margin-top: 30px;
    }
    .cnt4.bgBlue {
        background-image: url(../images/about_bg.png);
        background-position: 2% 10px;
        background-repeat: no-repeat;
    }
    .c41txt {
        margin-bottom: 30px;
    }
    #scroll_pagetop a {
        line-height: 60px;
    }
    #scroll_pagetop .toTop {
        height: 60px;
        width: 60px;
    }
    #scroll_pagetop .toTop::after {
        font-size: 32px;
    }
    #scroll_pagetop .jobAll {
        font-size: 22px;
        margin-right: 70px;
    }
    .lp_btn {
      margin-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .cnt {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .cnt4.bgBlue {
        margin-bottom: 50px;
    }
    .cnt1 .cntIn.c1w1,
    .cnt1 .cntIn {
        margin-bottom: 20px;
    }
    .kvTxt {
        padding-top: 20px;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    h2 > span {
        padding-right: 5px;
    }
    .cnt1 h3, .c2w1 h3 {
        font-size: 19px;
    }
    .cnt1 h4, .bTn a, #scroll_pagetop .jobAll {
        font-size: 18px;
    }
    .nth2sp li {
        margin-top: 10px;
    }
    .cnt2 .nth2sp >* {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .cnt2 .nth2sp {
        margin-top: -20px;
    }
    .itvLink a .nameBox {
        padding: 5px 2% 15px;
        font-size: 14px;
    }
    .itvLink a .nameBox::after {
        bottom: 0;
    }
    .cnt3 .cntIn {
        padding-top: 30px;
        margin-top: 30px;
    }
    .cnt3.intv_top .cntIn {
      margin-top: 30px;
    }
    .itvTop .boxBlack {
        font-size: 14px;
        padding: 5px 2%;
    }
    .itw h3 {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .itw p {
        margin-bottom: 20px;
    }
    .cnt4.bgBlue {
        background-size: 60% auto;
    }
    .c41txt {
        margin-bottom: 20px;
    }

}

/* -----------------------------
// バナー
----------------------------- */
#banneR .spBanneR {
    display: none;
    }
#banneR {
	max-width: 960px;
	width: 96%;
    margin: 60px auto 0;
    }

#banneR img {
	max-width: 960px;
	width: 100%;
}
#banneR:hover {
	opacity: 0.7;
}

@media screen and (max-width: 670px) {
	#banneR .pcBanneR { display: none;	}
	#banneR .spBanneR { display: block; }

	#banneR {
    margin: 20px auto;
    }
}