@charset "UTF-8";

.contents {
    /*width: 100%;*/
    z-index: 2;
}


#mvArea01 {
    background: url(/images/people/mv01.jpg) no-repeat 50% 100% /cover;
    height: auto;
    background-attachment: inherit !important;
}

#mvArea01 h1 {
    font-size: 1em;
    line-height: 1em !important;
    position: absolute;
    top: 40px;
    left: 40px;
}

#mvArea01 .type02Title {
    text-align: center;
    padding: 120px 0;
}

#mvArea01 h2 {
    background-color: rgba(0, 70, 198, 0.7);
    margin: auto;
    display: inline-block;
    padding: 40px 0;
    width: 80%;
    max-width: 600px;
    color: #fff;
    text-align: center;
}

.careerBox {
    max-width: 1280px;
    margin: 60px auto 0;
    width: 95%;
}

.careerBox .inr {
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.careerBox h3 {
    margin-top: 80px;
    font-size: 2.3rem;
    line-height: 4rem;
    letter-spacing: 0.2rem;
    color: #0046C6;
    font-family: "Yu Mincho", "YuMincho", serif !important;
}

.buttonList {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    border-bottom: 3px solid #0046C6;
}

 .buttonList li {
    width: 23%;
}

 .buttonList li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid #e1e1e1;
    border-right: 3px solid #e1e1e1;
    border-left: 3px solid #e1e1e1;
    text-align: center;
}

 .buttonList li a:hover {
    color: #fff;
    background-color: #0046C6;
    border-top: 3px solid #0046C6;
    border-right: 3px solid #0046C6;
    border-left: 3px solid #0046C6;
}

.contentBox li {
    padding-top: 80px;
    text-align: left;
}

.contentBox li h4 {
    border: 1px solid #0046C6;
    color: #0046C6;
    display: inline-block;
    padding: 10px 60px;
    font-size: 1.4em;
    letter-spacing: .2em;
}

.contentBox .contentBoxInr {
    margin-top: 40px;
}

.contentBox .contentBoxInr h5 {
    font-size: 1.2em;
    letter-spacing: .1em;
}

.contentBox li p {
    margin-top: 20px;
    line-height: 2em;
}

.contentBox li p a {
    color: #0046C6;
}

.contentBox li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}

.contentBox li dl dt {
    width: 20%;
}

.contentBox li dl dd {
    width: 80%;
    line-height: 2em;
}

.contact {
    background-color: #e1e1e1;
    max-width: 1280px;
    margin: 60px auto 0;
    padding: 20px 0;
}

.contact .inr {
    border: 5px solid #0046C6;
    background-color: #fff;
    padding: 80px 0;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    ;
}

.contact > .inr > p {
    margin-top: 20px;
    line-height: 2.2em;
}

.contact h2 {
    padding-top: 0 !important;
    color: #0046C6;
    font-size: 2em;
}

.contact .matters {
    border: 1px solid #000;
    max-width: 600px;
    width: 95%;
    margin: 20px auto 0;
    text-align: left;
    padding: 20px 0;
}

.contact ul {
    padding-left: 40px;
}

.contact li {
    list-style: disc;
    line-height: 2em;
    padding-top: 0 !important;
}

.contact .formArea {
    background: linear-gradient(-135deg, #0046C6, #2482FF);
    padding: 20px 0;
    color: #fff;
    max-width: 780px;
    width: 95%;
    margin: 40px auto 0;
    height: 250px;
}

.contact .formArea .conv {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .formArea .conv div {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 150px;
}

.contact .formArea .conv .mailConv {
    width: 49%;
}

.contact .formArea .conv .lineConv {
    width: 49%;
    text-align: center;
}

.contact .formArea .conv .lineConv a {
    background: none;
    height: 0;
    padding-top: 0;
}

.contact .formArea .conv .lineConv img {
    width: 50%;
}

.contact .formArea p {
    margin-top: 20px;
}

.contact h3 {
    font-size: 2em;
    font-weight: normal;
    margin-top: 0 !important;
    color: #fff;
}

.contact a {
    max-width: 140px;
    width: 100%;
    background-color: #fff;
    color: #0046C6;
    font-family: "Yu Mincho", "YuMincho", serif !important;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 1.2em;
    vertical-align: bottom;
    line-height: 1.4em !important;
    letter-spacing: 0.1em;
}

.contentBox .note {
    margin-top: 10px;
}

.contentBox .note h5 {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-size: 1.1em;
}

.contentBox .note p {
    margin-top: 0;
}

.contentBox .note ol li {
    padding-top: 5px;
}

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

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

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

    #mvArea01 h1 {
        top: 10px;
        left: 10px;
    }

    #mvArea01 h1 img {
        max-width: 70px;
    }

    #mvArea01 .type02Title {
        padding: 90px 0 20px;
    }

    #mvArea01 h2 {
        padding: 10px 0 !important;
        letter-spacing: .1em;
        line-height: 1.8em !important;
    }

    #mvArea01 h2 span {
        font-size: 2rem;
        letter-spacing: 0.4rem;
    }

    .type02Title h2 {
        padding-bottom: 20px;
        letter-spacing: 1rem;
        font-size: 1.5em;
    }

    .careerBox h3 {
        margin-top: 20px;
        font-size: 1.6rem;
    }

     .buttonList {
        margin-top: 20px;
    }

     .buttonList li a {
        padding: 10px 0;
    }

    .contentBox li {
        padding-top: 40px;
    }

    .contentBox .contentBoxInr {
        margin-top: 20px;
    }

    .contentBox li dl dt {
        width: 100%;
        color: #0046C6;
    }

    .contentBox li dl dd {
        width: 100%;
    }




    .careerBox {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
    }

    .careerBox .inr {
        padding: 20px 0;
    }

    .careerBox h2 {
        font-size: 1.5em;
    }

    .careerBox > .inr > p {
        margin-top: 0;
    }

    .careerBox .matters {
        margin: 10px auto 0;
        padding: 10px 0;
    }

    .careerBox .formArea {
        margin: 20px auto 0;
        height: auto;
    }

.contact .formArea .conv div {
    height: auto;
    }

.contact .formArea .conv .mailConv {
    width: 100%;
}

.contact .formArea .conv .lineConv {
    width: 100%;
    margin-top: 20px;
}

.contact .formArea .conv .lineConv a{
height: 60px;
    }
}



/*2023.09.11 追加 Rev*/

#entryReccomBox_wrap {
    margin-top: 100px;
    margin-bottom: 30px;
    border: 10px solid #e1e1e1;
  }
  
  #entryReccomBox_wrap .entryReccomBox {
    border: 4px solid #0046c6;
    padding: 50px 20px 20px;
  }
  
  #entryReccomBox_wrap .entryReccomBox .entryReccomBox_inr {
    margin: 0 auto;
    max-width: 780px;
  }
  
  #entryReccomBox_wrap .entryReccomBox .entryReccomBox_inr h2 {
    color: #0046c6 !important;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  
  #entryReccomBox_wrap .entryReccomBox .entryReccomBox_inr .centerTxt {
    text-align: center !important;
    line-height: 1.8em;
    margin-bottom: 40px;
  }
  
  #entryReccomBox_blueBox {
    background: linear-gradient(-135deg, #0046c6, #2482ff);
    color: #fff;
    padding: 40px 20px 30px;
  }
  
  #entryReccomBox_blueBox h3 {
    font-size: 1.7em;
    font-family: "Yu Mincho", "YuMincho", serif !important;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
  }
  
  #entryReccomBox_blueBox .btnLR_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
  
  #entryReccomBox_blueBox .btnLR_box .cautionTxt {
    text-align: center;
  }
  
  #entryReccomBox_blueBox .btnLR_box .lBox {
    width: 45%;
    text-align: center;
  }
  
  #entryReccomBox_blueBox .btnLR_box .lBox .click a {
    font-family: "Yu Mincho", "YuMincho", serif !important;
    font-weight: bold;
    font-size: 120%;
    color: #0046c6;
    max-width: 140px;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 1em 0.5em;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
  
  #entryReccomBox_blueBox .btnLR_box .rBox {
    width: 45%;
    text-align: center;
  }
  #entryReccomBox_blueBox .btnLR_box .rBox a {
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
  }
  #entryReccomBox_blueBox .btnLR_box .rBox a img {
    width: 70px;
  }
  
  @media only screen and (max-width: 780px) {
    #entryReccomBox_wrap {
      margin-top: 60px;
      border: 7px solid #e1e1e1;
    }
  
    #entryReccomBox_wrap .entryReccomBox {
      padding: 30px 15px 15px;
    }
  
    #entryReccomBox_wrap .entryReccomBox .entryReccomBox_inr h2 {
      font-size: 2em;
    }
  
    #entryReccomBox_wrap .entryReccomBox .entryReccomBox_inr .centerTxt {
      margin-bottom: 30px;
    }
  
    #entryReccomBox_blueBox {
      padding: 30px 15px 20px;
    }
  
    #entryReccomBox_blueBox h3 {
      margin-bottom: 35px;
    }
  
    #entryReccomBox_blueBox .btnLR_box .lBox {
      width: 100%;
      margin-bottom: 25px;
    }
  
    #entryReccomBox_blueBox .btnLR_box .rBox {
      width: 100%;
    }
  }
  
  #formCautionBox .formCautionBox_title {
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  
  #formCautionBox .formCautionBox_txt {
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  
  #formCautionBox .formCautionBox_ol {
  }
  
  #formCautionBox .formCautionBox_ol li {
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    line-height: 1.6em !important;
  }
  #formCautionBox .formCautionBox_ol li .bold{
    font-weight: bold;
    display: inline-block;
    margin-right: 0.3em;
    color: #0046c6 !important;
  }
  
