@charset "UTF-8";
/**背景位置とサイズ******************************/
/**PCmin-width1225**/
/**PHmax-width1224**/
/**PHmax-width415**/
/*アイテム横軸 中央よせ*/
/*アイテム横軸 左側よせてに配置*/
/*アイテム横軸 右側よせてに配置（右から配置ではないので注意）*/
/*アイテム縦軸 中央配置*/
/*アイテム縦軸 後尾配置*/
/*最初と最後のアイテムは端に残りは等間隔*/
/*全てのアイテムは等間隔*/
/*上から下へ垂直方向*/
/*アイテム横軸 右から配置*/
/*横一行に配置*/
/*横複数行に配置*/
/*角丸*/
/*矢印 135が下、-45が上向き、45が右*/
/*--------------------------------------------------------------------------
 recruit
---------------------------------------------------------------------------*/
#recruit hr.interview {
  margin: 0 0 60px 0 !important; }
#recruit #mission {
  padding: 0;
  margin-bottom: 0;
  background: linear-gradient(135deg, #437cd0 25%, #2b6bc3);
  width: 100%;
  height: auto; }
  #recruit #mission .mission_wrap {
    background: url("/recruit/img/img-container.png?v=231124");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain; }
  #recruit #mission .mission_inner {
    width: 1225px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse; }
  #recruit #mission .imgPhoto {
    background: none;
    width: 40vw; }
  #recruit #mission .missionText {
    width: 60vw;
    padding: 130px 0 130px 0; }
  #recruit #mission h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1em;
    text-align: left;
    border-bottom: none; }
    #recruit #mission h2::after {
      display: none; }
  #recruit #mission p {
    line-height: 2.3;
    color: #fff;
    text-align: left; }
    #recruit #mission p .txt-bold {
      font-size: 130%; }
#recruit h2.h2-recruit {
  border-bottom: none;
  margin-bottom: 0.5em; }
  #recruit h2.h2-recruit::after {
    display: none; }
#recruit .boxCol2.cIndexTitleBox li a figure {
  width: 100%;
  height: 320px; }
#recruit .circle-photo-message-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eff8ff;
  padding: 30px;
  margin-bottom: 40px; }
  #recruit .circle-photo-message-box .circle-photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover; }
  #recruit .circle-photo-message-box .message-ttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: none;
    margin-bottom: 0.8em;
    color: #005396; }
  #recruit .circle-photo-message-box .message-box {
    width: calc(100% - 180px); }
#recruit .bnrArea p {
  margin-top: 20px; }
#recruit .bnrArea #bnr {
  display: flex;
  justify-content: center; }
  #recruit .bnrArea #bnr li {
    margin: 20px 10px 30px 10px; }
  #recruit .bnrArea #bnr li:hover a img {
    opacity: 0.7; }

@media all and (max-width: 1324px) {
  #recruit #mission .mission_wrap {
    background: url("/recruit/img/img-container-tb.png?v=231124");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain; }
  #recruit #mission .mission_inner {
    width: calc(100% - 30px) !important;
    padding-left: 15px; } }
@media all and (max-width: 1224px) {
  #recruit #mission .mission_inner {
    width: calc(100% - 15px) !important;
    padding-left: 15px; }
  #recruit #mission .missionText {
    padding: 50px 0 50px 0; } }
@media all and (max-width: 1060px) {
  #recruit #mission .missionText {
    padding: 50px 0 50px 0; }
  #recruit .boxCol2.cIndexTitleBox li a figure {
    width: 100%;
    height: 230px; } }
@media all and (max-width: 820px) {
  #recruit #mission .mission_wrap {
    background: none; }
  #recruit #mission .mission_inner {
    width: 100% !important;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap; }
  #recruit #mission .imgPhoto {
    width: 100%;
    height: 240px;
    margin-top: -160px;
    background: url("/recruit/img/img-container.png?v=231124") no-repeat;
    background-position: bottom right;
    background-size: contain; }
  #recruit #mission .missionText {
    width: 100% !important;
    height: auto;
    padding: 40px 0 0 20px;
    z-index: 10;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); }
  #recruit #mission h2 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: left;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
  #recruit #mission p {
    line-height: 2.0;
    text-align: left;
    font-size: 16px; }
    #recruit #mission p .txt-bold {
      font-size: 120%; } }
@media all and (max-width: 768px) {
  #recruit .boxCol2.cIndexTitleBox li a figure {
    width: 100%;
    height: 200px; }
  #recruit .circle-photo-message-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 20px;
    margin-bottom: 30px; }
    #recruit .circle-photo-message-box .circle-photo img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover; }
    #recruit .circle-photo-message-box .message-ttl {
      font-weight: bold;
      font-size: 20px;
      line-height: 1.4;
      margin-top: 15px;
      margin-bottom: 10px;
      text-align: center; }
    #recruit .circle-photo-message-box .message-box {
      width: 100%; } }
@media all and (max-width: 660px) {
  #recruit .boxCol2.cIndexTitleBox li a figure {
    width: 100%;
    height: 160px; } }
@media all and (max-width: 600px) {
  #recruit hr.interview {
    margin: 0 0 20px 0 !important; }
  #recruit .boxCol2.cIndexTitleBox li a figure {
    width: 100%;
    height: 220px; } }
@media all and (max-width: 450px) {
  #recruit hr.interview {
    margin: 0 0 20px 0 !important; }
  #recruit #mission .mission_wrap {
    background: none; }
  #recruit #mission .mission_inner {
    width: 100% !important;
    padding: 15px 0 0 10px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap; }
  #recruit #mission .imgPhoto {
    width: 100%;
    height: 180px;
    margin-top: -60px;
    background: url("/recruit/img/img-container.png?v=231124") no-repeat;
    background-position: bottom right;
    background-size: contain; }
  #recruit #mission .missionText {
    width: 100% !important;
    height: auto;
    padding: 10px 0 0 0; }
  #recruit #mission h2 {
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-align: left; }
  #recruit #mission p {
    line-height: 2.0;
    text-align: left;
    font-size: 14px; }
    #recruit #mission p .txt-bold {
      font-size: 120%; }
  #recruit .boxCol2.cIndexTitleBox li a figure {
    width: 100%;
    height: 180px; }
  #recruit .bnrArea {
    padding: 15px 0 15px 0; }
    #recruit .bnrArea p {
      line-height: 1.4;
      margin-top: 0; }
    #recruit .bnrArea #bnr {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-top: 15px; }
      #recruit .bnrArea #bnr li {
        margin: 0 0 10px 0; } }
/*--------------------------------------------------------------------------
 interview Index
---------------------------------------------------------------------------*/
.cwrap .contents .boxCol3.photoIndex > li a:hover figcaption {
  text-decoration: none; }

.boxCol3.photoIndex {
  margin-top: 1em;
  justify-content: space-between; }
  .boxCol3.photoIndex li a {
    color: #000;
    display: block; }
    .boxCol3.photoIndex li a figure {
      overflow: hidden;
      position: relative;
      margin-bottom: 0; }
      .boxCol3.photoIndex li a figure img {
        width: 100%; }
    .boxCol3.photoIndex li a .profile {
      position: relative;
      background: #fff;
      display: block;
      margin-bottom: 15px; }
      .boxCol3.photoIndex li a .profile .sub {
        position: absolute;
        top: -10px;
        left: -5px;
        font-size: 11px;
        background: #fff;
        padding: 1px 5px; }
      .boxCol3.photoIndex li a .profile .explanation {
        font-size: 13px;
        display: block;
        line-height: 1.2; }
      .boxCol3.photoIndex li a .profile .name {
        font-size: 16px;
        font-weight: bold;
        display: block; }
    .boxCol3.photoIndex li a:hover .profile {
      background: #fff;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .boxCol3.photoIndex li a:hover .profile .sub {
        background: #fff;
        transform: scale(1);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .boxCol3.photoIndex li a:hover .profile .name {
        color: #138dba; }
      .boxCol3.photoIndex li a:hover .profile .explanation {
        color: #138dba; }
  .boxCol3.photoIndex::before {
    content: "";
    display: block;
    width: calc(33% - 20px);
    order: 1; }
  .boxCol3.photoIndex::after {
    content: "";
    display: block;
    width: calc(33% - 20px); }

@media all and (min-width: 1225px) {
  .boxCol3.photoIndex li {
    width: calc(33% - 20px);
    margin: 0 0 20px 0; }
    .boxCol3.photoIndex li a figure {
      width: 100%;
      height: 200px; }
      .boxCol3.photoIndex li a figure img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
    .boxCol3.photoIndex li a .profile {
      padding: 2px 0 0 0; }
    .boxCol3.photoIndex li a:hover {
      text-decoration: none !important;
      color: #000; }
      .boxCol3.photoIndex li a:hover figure img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
@media all and (max-width: 1224px) {
  .boxCol3.photoIndex li {
    width: 30%;
    margin: 10px 1.6% 50px 1.6%; }
    .boxCol3.photoIndex li a figure {
      width: 100%;
      height: 160px; }
    .boxCol3.photoIndex li a .profile {
      padding: 2px 0 0 0; }
      .boxCol3.photoIndex li a .profile .explanation {
        font-size: 12px; }
      .boxCol3.photoIndex li a .profile .explanation.single {
        margin-top: 1em; }
    .boxCol3.photoIndex li a:hover {
      text-decoration: none;
      color: #000; } }
@media all and (max-width: 1024px) {
  .boxCol3.photoIndex li a figure {
    height: 130px; } }
@media all and (max-width: 799px) {
  .boxCol3.photoIndex {
    display: flex; }
    .boxCol3.photoIndex li {
      width: calc(50% - 20px);
      margin: 0 0 20px 0; }
      .boxCol3.photoIndex li a figure {
        width: 100%;
        max-height: 170px; }
      .boxCol3.photoIndex li a .profile {
        padding: 2px 0 0 0; }
        .boxCol3.photoIndex li a .profile .explanation {
          font-size: 14px; }
    .boxCol3.photoIndex::before {
      content: "";
      display: block;
      width: calc(50% - 20px);
      order: 1; }
    .boxCol3.photoIndex::after {
      content: "";
      display: block;
      width: calc(50% - 20px); } }
@media all and (max-width: 600px) {
  .boxCol3.photoIndex li {
    width: calc(50% - 8px);
    margin: 0 0 20px 0; }
    .boxCol3.photoIndex li a figure {
      width: 100%;
      max-height: 100px;
      margin-bottom: 0; }
      .boxCol3.photoIndex li a figure figcaption p {
        font-size: 4vw; } }
@media all and (max-width: 499px) {
  .boxCol3.photoIndex {
    display: flex;
    justify-content: space-between; }
    .boxCol3.photoIndex li {
      width: 70%;
      margin: 0 auto 20px auto; }
      .boxCol3.photoIndex li a figure {
        width: 100%;
        max-height: 200px;
        margin-bottom: 0; }
        .boxCol3.photoIndex li a figure figcaption p {
          font-size: 4vw; }
      .boxCol3.photoIndex li a .profile {
        padding: 2px 0 0 0; }
        .boxCol3.photoIndex li a .profile .explanation {
          font-size: 10px; }
        .boxCol3.photoIndex li a .profile .name {
          font-size: 16px; }
    .boxCol3.photoIndex::before {
      content: "";
      display: block;
      width: 100%;
      order: 1; }
    .boxCol3.photoIndex::after {
      content: "";
      display: block;
      width: 100%; } }
/*--------------------------------------------------------------------------
 interview page
---------------------------------------------------------------------------*/
#recruit .mainVisual {
  height: 28.5vw;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center; }
  #recruit .mainVisual img {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #recruit .mainVisual div {
    z-index: 10;
    text-align: right;
    padding: 0 50px 0 0;
    margin: 0; }
    #recruit .mainVisual div h1 {
      display: inline-block; }
      #recruit .mainVisual div h1 span {
        background: #fff;
        font-size: 21px;
        font-weight: 900;
        color: #003396;
        padding: 0.5vw;
        margin: 0;
        line-height: 1; }
    #recruit .mainVisual div .catchphrase {
      font-size: 48px;
      font-weight: 900;
      line-height: 1.4;
      color: #fff;
      margin: 0;
      text-shadow: 0px 0px 5px #003366; }
  #recruit .mainVisual::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 28.5vw;
    border-bottom: 45vw solid #005396;
    border-left: 20vw solid transparent;
    border-right: 0px solid transparent; }
#recruit .mainVisual.interview03 img {
  position: absolute;
  width: 80%;
  top: 80%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (min-width: 1225px) {
  #recruit .boxCol2.cIndexTitleBox li a figure figcaption p {
    font-size: 24px; } }
@media all and (max-width: 1080px) {
  #recruit .mainVisual div h1 span {
    font-size: 2vw; }
  #recruit .mainVisual div .catchphrase {
    font-size: 4vw; } }
@media all and (max-width: 999px) {
  #recruit .mainVisual {
    height: 40vw; }
    #recruit .mainVisual div {
      padding: 0 10px 0 0; }
    #recruit .mainVisual::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 40vw;
      border-left: 20vw solid transparent;
      border-right: 0px solid transparent; }
  #recruit .mainVisual.interview03 img {
    position: absolute;
    width: 80%;
    top: 60%;
    left: 35%; } }
@media all and (max-width: 799px) {
  #recruit .mainVisual {
    height: 45vw; }
    #recruit .mainVisual::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 45vw;
      border-left: 20vw solid transparent;
      border-right: 0px solid transparent; }
  #recruit .fnone {
    padding: 0;
    margin: 0 auto 20px auto !important;
    width: 100%; } }
@media all and (max-width: 768px) {
  #recruit .mainVisual div h1 {
    line-height: 1.5; } }
@media all and (max-width: 499px) {
  #recruit .boxCol2.cIndexTitleBox {
    text-align: left; } }
@media all and (max-width: 450px) {
  #recruit .mainVisual div h1 {
    line-height: 1.2; }
    #recruit .mainVisual div h1 span {
      font-size: 2vw;
      padding: 3px; }
  #recruit .mainVisual div .catchphrase {
    font-size: 3.4vw; } }
