@charset "UTF-8";

/*------------------------------------------------------------------
    [svg icon]
------------------------------------------------------------------*/

.c-ico {
    color: transparent;
    font: 0/0 a;
    overflow: hidden;
    text-shadow: none;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    vertical-align: middle;
     height: 40px;
    width: 40px;
}

.ico_quality01 { background-image: url(/lib/img/all_icon/ico_quality01.svg);}
.ico_quality02 { background-image: url(/lib/img/all_icon/ico_quality02.svg);}
.ico_quality03 { background-image: url(/lib/img/all_icon/ico_quality03.svg);}




/*------------------------------------------------------------------
    [sub common]
------------------------------------------------------------------*/
.carousel-title {
    color: #fff;
    line-height: 1.4em;
    width: auto;
    height: auto;
}

.carousel-title span {
    font-size: 43px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .07em;
    display: block;
    line-height: 1.4em;
}
.carousel-title .jpn {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.parallax-content {
    padding-top: 220px;
    padding-bottom: 120px;
}

/* .img-responsive { display: inline-block; }*/

.second-titlebox  {margin-bottom: 50px;}


.cboxtit01 { font-size: 28px; font-weight: bold;}
.cboxtit02 { font-size: 16px; }
.cboxtit03 { font-size: 22px; font-weight: bold; }
.cboxtit04 { color:#333; font-size: 16px; font-weight: bold; padding:10px; }
.cboxtit05 { color:#333; font-size: 14px; font-weight: bold; padding:30px; }


@media screen and (max-width: 991px) {
.carousel-title span {font-size: 34px;}
.carousel-title .jpn {font-size: 17px;}
.second-titlebox  {margin-bottom: 20px;}
.cboxtit01 { font-size: 20px;}
.cboxtit02, .cboxtit04 { font-size: 14px;}
.cboxtit03 {     
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7; }

}






/*------------------------------------------------------------------
    [01 job]
------------------------------------------------------------------*/
#job01  {
    display: block;
    background: url(/lib/img/job/jobbg.jpg) no-repeat top center;
    background-size: cover;
    padding: 60px 0px;
    /* height: 450px;*/
}


.sub-small-text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
}

.iconbox {
    margin-top: 30px;
    margin-bottom: 10px;
}
.pointbox {
    background: #fff;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}


#job02, #offer02, #partner01 {background: #f2f6f9;}
.quality_wrap {margin-top: 20px;}
.pointbox  {background: #fff; text-align: center;}
.pointbox.color01 {border: 1px solid #25326a;}
.pointbox.color02 {border: 1px solid #1b8d9e;}
.pointbox.color03 {border: 1px solid #1b659e;}
.tbox {
    background: #25326a;
    color: #Fff;
    padding: 5px 10px;
    letter-spacing: 0.05em;
    font-size: 17px;
}
.tbox.color02{background:#1b8d9e!important; }
.tbox.color03{background:#1b659e!important; }

.ptcolor01 {color:#25326a;}
.ptcolor02 {color:#1b8d9e;}
.ptcolor03 {color:#1b659e;}


.quality_wrap div {
      float: left;
      width: 32%;
      margin-right: 1.5%;
  }
.quality_wrap div:nth-child(3) {
     margin-right: 0%;
  }

@media screen and (max-width: 991px) {
  #jobmv .parallax-window {
       background-position: 97% center!important;
}
  #job01 { padding: 60px 20px;  background-position: 0% 100%;}
  .sub-small-text { font-size: 14px;}
   .quality_wrap div {
      float: none;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 20px;
  }
}


/* flow */ 
#job03 {background: #fff;}
.bluebox {
    background: #25326a;
    padding: 30px;
    /* color: #fff; */
    text-align: center;
    margin-bottom: 15px;
}

.bluebox p {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.bluebox p.en {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 500;
    font-style: italic;
}
.blueboxbtm {font-size: 14px;}
.stepbox {margin-top: 60px; margin-left: -35px;}
.stepbox li {
     float: left;
     width: 18%;
     margin-right: 2%;
}
.stepbox li:nth-child(5){
 margin-right: 0px;
}

@media screen and (max-width: 991px) {
.stepbox {
    margin-top: 0px;
}
.stepbox li {
    width: 100%;
    float: none;
    margin-right: 0%;
    margin-bottom: 6%;
}

}



/*------------------------------------------------------------------
    [02 offer]
------------------------------------------------------------------*/
#offer01{}
.imgbox{
  margin-top: 30px;
  text-align: center;
}
.imgbox-txt {
    background: #1c8d9e;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 7px 20px;
}

#offer02 h4{
   margin-top: 30px;
}


@media screen and (max-width: 991px) {
.imgbox-txt {font-size: 14px;}

}


/*------------------------------------------------------------------
    [03 partner]
------------------------------------------------------------------*/
#partner01 .cboxtit05 {
   text-align: left;
}



/*------------------------------------------------------------------
    [06 contact ]
------------------------------------------------------------------*/
#subcontact {
    background: #f2f6f9;
     padding: 60px 0px;
}
#subcontact .content-lg {
    padding: 0px;
}


/* tab */
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  width: 970px;
  margin: 0 auto;}

.tab_item {
  width: calc(100%/2);
  height: 50px;
  /* border-bottom: 3px solid #22316d;*/
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.9;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#subcontact01:checked ~ #subcontact01_content,
#subcontact02:checked ~ #subcontact02_content
 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #22316d;
  color: #fff;
}

@media screen and (max-width: 991px) {
#subcontact { padding: 0px 0px;}  
.tabs {width: 100%;}
.tab_item {
    width: calc(100%/1);
    line-height: 1.6em;
    height: auto;
    float: none;
    margin-bottom: 5px;
    padding: 10px;
}
.tab_content {
    padding: 30px 10px;
}

}







/* system btn */
.subscribeBtn input {
    background: #22316d;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 25px 50px;
    line-height: 0;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.subscribeBtn input:hover, .subscribeBtn input:focus, .subscribeBtn input.focus {
  color: #fff;
  background: #354584;
  border-color: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* form */
#formBlock {
   width: 900px;
   margin: 0 auto;
}
/* form  
-------------------*/
/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-left: 1px solid #efefe8;
  border-top: 1px solid #efefe8;
  width: 100%;
}
#formBlock table th, #formBlock table td {
    font-size: 1.4rem;
    font-weight: bold;
}
.bscTbl01 table.center th, .bscTbl01 table.center td {
  text-align: center;
}
.bscTbl01 table th, .bscTbl01 table td {
  background: #FFF;
  border-right: 1px solid #efefe8;
  border-bottom: 1px solid #efefe8;
  line-height: 1.4;
  padding: 20px 20px 17px;
  text-align: left;
}
.bscTbl01 table th {
  background: #fff;
  vertical-align: middle;
}
.bscTbl01 table tr.head th {
  background: #66b878;
  color: #FFF;
}

/* input */
input.textFocus {
  color: #333;
}
input.wSS, input.wS, input.wM, input.wL, input.wLL {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  line-height: 140%;
  padding: 8px 10px;
}
input {
  vertical-align: middle;
}
.w30 {
    width: 30% !important;
}
.wSS {
  width: 85px !important;
}
.wS {
  width: 170px !important;
}
.wM {
  width: 270px !important;
}
.wL {
  width: 470px !important;
}
.wLL {
  width: 100% !important;
}
.imeOn {
  ime-mode: active;
}
.imeOff {
  ime-mode: disabled;
}
textarea.txtarea {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  height: 200px;
  padding: 10px;
  width: 100%;
}

option {
  font-size: 1.4rem !important;
}

label {
  cursor: pointer;
}

label:hover {
  color: #999;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 3px;
  /* margin-top: 0px; */
}

.formErr {
  color: #E54E52;
  font-weight: bold;
}

select.slctArea {
  background: #f9f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  padding: 8px;
}

input.inputErr, textarea.inputErr {
  background: #FADFDE;
}

input:focus, select:focus, textarea:focus {
  background: #f9f8f8;
}

.pulldownWrap {
  overflow: hidden;
  width: 50%;
  margin: 0;
  text-align: left;
}

.add_01 {
  width: 40%;
}

.pulldownWrap.cp_sl02 .selectLink {
  color: #333;
    background: #fff;
    border: 1px solid #ccc;
}
.errText {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ea0000;
  padding: 3px 5px;
  margin-top: 10px;
}

.cauText {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.4 !important;
  margin-top: 5px;
}

#formBlock .formList {
  overflow: hidden;
}

#formBlock .formList li {
  overflow: hidden;
  margin-bottom: 10px;
}

#formBlock .formList li span {
  display: inline-block;
  margin-right: 10px;
}

#formBlock .formList li input {
  display: inline-block;
  float: left;
  margin-top: 6px;
  width: 15px;
}

#formBlock .formList li label {
  float: right;
  display: inline-block;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
}

#formBlock .fltList li {
  float: left;
  margin: 0 10px 5px 0;
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
}

#formBlock .fltList li:nth-child(2n) {
  margin: 0;
}

#formBlock .lineList li {
  display: inline-block;
  margin-right: 20px;
}

#formBlock .lineList li input {
  float: none;
  margin: 0;
  margin-right: 3px;
}

#formBlock .lineList li label {
  float: none;
  width: auto;
}

#formBlock .formSyear {
  overflow: hidden;
  border-bottom: 1px dotted #ccccba;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#formBlock .formSyear dt {
  float: left;
  padding: 10px 0 0 25px;
  width: 85px;
}

#formBlock .formSyear dd {
  float: left;
  width: -webkit-calc(100% - (170px + 90px));
  width: calc(100% - (170px + 90px));
}

#formBlock .formSyear dd:last-child {
  width: 90px;
}

#formBlock .onBlock {
  background: #fffdc5;
}

#formBlock .onBlock {
  background: #fffdc5;
}


.req {
    color: #ea0000;
    font-weight: 600;
    display: inline-block;
    font-size: 1.4rem;
    padding: 3px 2px;
    margin: -1px 5px 0;
    vertical-align: middle;
}
.reqbox {
    background: #fff;
    color: #02223c;
    padding: 1px 10px;
    margin-top: 7px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}
.pri {
    text-decoration: underline;
    color: #fff;
}
.p1 {font-size: 3rem;}


/* privacy scroll */
.contactinfo {
  margin-bottom: 30px;
}
.contactinfo p {
    font-weight: bold;
    font-size: 15px;
}

.privacy {
    overflow-y: scroll;
    height: 150px;
    background: #F7F7F7;
    padding: 10px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}
.privacy p {
    margin-bottom: 15px;
    font-size: 14px;
}

.privacy h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
 /*  #subcontact {padding: 60px 15px;} */
  #subcontact .thanks {  padding: 30px;}
  #formBlock {width: 100%;}
  .p1 {font-size: 2.6rem!important;}
  #formBlock table th, #formBlock table td {
    font-size: 1.2rem;
    word-break: break-word;
    padding: 20px 15px 17px;
   }
 #subcontact li, #subcontact dt, #subcontact dd, #subcontact th, #subcontact td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .pulldownWrap { width: 100%;}
  .wM {width: 100% !important;}
  .req {font-size: 1.3rem;}
  .reqbox { font-size: 13px!important;     line-height: 1.3em;}
  .contactinfo p {font-size: 13px;}
}


/*------------------------------------------------------------------
    [06 contact thanks ]
------------------------------------------------------------------*/






/*------------------------------------------------------------------
    [07 privacy ]
------------------------------------------------------------------*/
