@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/* その他（共通）*/
body.layout-lower
.visual {
  background: url("../../_images/recruit/visual.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* メッセージ*/
body.page-message
.visual {
  background: url("../../_images/recruit/message/visual.jpg?20260311") no-repeat;
  background-size: cover;
  background-position: center 38%;
}
body.page-message
#visual .body {
  height: 700px;
}

/* 先輩社員インタビュー 詳細*/
body.page-interview-single
.visual {
  background-size: cover;
  background-position: center;
}
body.page-interview-single
#visual .body {
  height: 700px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  /* メッセージ*/
  body.page-message
  .visual {
    background: url("../../_images/recruit/message/visual-sp.jpg") no-repeat;
    background-size: 100%;
  }
  body.page-interview-single
  #visual .body {
    height: 350px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-message
  #visual .body {
    height: 350px;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 採用情報
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.recruit {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.recruit .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しテキスト
/* ------------------------------------------------------------------------------------------------- */

.recruit .title-2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  padding-left: 1.55em;
  line-height: 1.4;
}
.recruit .title-2::before {
  content: "";
  display: block;
  background: var(--c-d-orange);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .title-2 {
    font-size: 2.0rem;
  }
  .recruit .title-2::before {
    width: 20px;
  }
}

/* ****************************************************************************************************
   * メッセージ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#message .section-1 {
  position: relative;
  min-height: 450px;
}
#message .section-2 {
  position: relative;
  margin-top: 90px;
  min-height: 450px;
}
#message .section-2 .photo {
  text-align: right;
}

#message .section-1 .inner {
  margin-left: 0;
  margin-right: auto;
  padding-right: 40px;
  max-width: 600px;
}
#message .section-2 .inner {
  margin-right: 0;
  margin-left: auto;
  padding-left: 40px;
  max-width: 600px;
}

#message .section-1 .inner .detail {
  padding-right: 10px;
}
#message .section-2 .inner .detail {
  padding-left: 10px;
}

.recruit .inner .detail {}

.recruit .inner .detail .subtitle {
  font-size: 3.3rem;
  color: var(--c-orange);
  font-weight: 900;
  line-height: 1.4;
}
.recruit .inner .detail .text {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #message .section-1 {
    min-height: 100%;
    text-align: left;
  }
  #message .section-2 {
    min-height: 100%;
    margin-top: 40px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {
  /*ブラウザの幅が736px以下の時*/
  #message .section-1 .inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding-right: 0;
    max-width: 100%;
  }
  #message .section-2 .inner {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    padding-left: 0;
    max-width: 100%;
  }
  #message .section-1 .inner .detail {
    padding-right: 0;
  }
  #message .section-2 .inner .detail {
    padding-left: 0;
  }

  .recruit .inner .detail .subtitle {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#message .section-1 .photo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px;
  width: calc(50% - 50px);
}
#message .section-2 .photo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 50px;
  width: calc(50% - 50px);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #message .section-1 .photo {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #message .section-2 .photo {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

.recruit .lead {
  margin-top: 80px;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .lead {
    margin-top: 1em;
  }
  .recruit .lead p {
    text-align: left !important;
  }
}


/* ========================================
   関東メディカルが求めるのは、こんな人材
======================================== */

#desired {
  padding-top: 0;
  padding-bottom: 90px;
}
#desired .box {
  border-radius: 20px;
  background: var(--c-bg-orange);
  padding: 40px;
}
#desired .box ul.layout-flex-4 {}
#desired .box ul.layout-flex-4 li {
  text-align: center;
}
#desired .box ul.layout-flex-4 li .caption {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #desired .box {
    border-radius: 20px;
    background: var(--c-bg-orange);
    padding: 20px;
  }
  #desired .box ul.layout-flex-4 li .icon {}
  #desired .box ul.layout-flex-4 li .icon img {
    width: 75px;
  }
  #desired .box ul.layout-flex-4 li .caption {
    font-size: 1.4rem;
  }
}

/* ========================================
   画像ギャラリー
======================================== */

#gallery {
  padding-top: 0;
}
#main .gallery .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
#main .gallery .list .item {
    display: block;
    width: 25%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid transparent;
}
#main .gallery .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}
#main .gallery .list .item:hover img {
    transform: scale(1.05);
}
@media (max-width:768px) {
#main .gallery .list {
  margin-top: 20px;
}
    #main .gallery .list .item {
        width: 33%;
    }
}
@media (max-width:540px) {
    #main .gallery .list .item {
        width: 50%;
    }
}


/* ****************************************************************************************************
   * 働きやすい職場
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#benefits section ~ section {
  padding-top: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits section ~ section {
    padding-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#benefits .contents.layout-2 {}
#benefits .contents .images {
  width: 42%;
  margin-right: 5%;
}
#benefits .contents .detail {
  width: 53%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits .contents .images {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #benefits .contents .detail {
    width: 100%;
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト（2列）
/* ------------------------------------------------------------------------------------------------- */

#benefits .initiatives {}
#benefits ul.list {
  margin-top: 30px;
}
#benefits ul.list li {
  background: var(--c-bg-orange);
  padding: 20px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#benefits ul.list li .icon {
  width: 50px;
  display: block;
  text-align: center;
}
#benefits ul.list li p {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 2em;
  margin-top: 0;
}

#benefits .initiatives ul.layout-flex-2 > :nth-child(n+3),
#benefits .point ul.list li ~ li {
  margin-top: 20px;
}
#benefits .point ul.list li p {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #benefits ul.list {
    margin-top: 20px;
  }
  #benefits ul.list li {
    padding: 20px;
  }
  #benefits ul.list li .icon {
    width: 25px;
    display: block;
    text-align: center;
  }
  #benefits ul.list li p {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 1em;
    margin-top: 0;
    width: 85%;
  }
  
  #benefits .initiatives ul.layout-flex-2 > :nth-child(n+3),
  #benefits .point ul.list li ~ li {
    margin-top: 20px;
  }
  #benefits .point ul.list li p {
    font-size: 1.6rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  #benefits .initiatives ul.layout-flex-2 > * ~ * {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * 先輩社員インタビュー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#introduction {
  position: relative;
  padding-bottom: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #introduction {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#interview-nav ul.layout-flex-3 {}
#interview-nav ul.layout-flex-3 li {
  width: 31%;
  max-width: 330px;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#interview-nav ul.layout-flex-3 li:nth-child(n+4) {
  margin-top: 50px;
}
#interview-nav ul.layout-flex-3 li a.item {
  position: relative;
  display: block;
}
#interview-nav ul.layout-flex-3 li a.item:hover {
  opacity: 1;
}
#interview-nav ul.layout-flex-3 li a.item::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 0px;
  border-top: solid 2px var(--c-orange);
  border-right: solid 2px var(--c-orange);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
  margin-left: -4px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#interview-nav ul.layout-flex-3 li a.item:hover::after {
  right: -0.5em;
}
#interview-nav ul.layout-flex-3 li .photo {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  border-radius: 10px;
}
#interview-nav ul.layout-flex-3 li .photo img {
  transition: 0.2s;
  border-radius: 10px;
}
#interview-nav ul.layout-flex-3 li:hover .photo img {
  transform: scale(1.1);
}

#interview-nav ul.layout-flex-3 li .detail {
  margin-top: 0.5em;
}
#interview-nav ul.layout-flex-3 li .detail span {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: var(--c-d-orange);
  border-radius: 60px;
  padding: 0.2em 1em;
}
#interview-nav ul.layout-flex-3 li .detail p {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}
#interview-nav ul.layout-flex-3 li .detail small {
  display: block;
  margin-top: 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-nav ul.layout-flex-3 {
    justify-content: center;
    gap: 20px;
  }
  #interview-nav ul.layout-flex-3 li {
    width: 48%;
    max-width: 330px;
  }
  #interview-nav ul.layout-flex-3 li:nth-child(n+4) {
    margin-top: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-nav ul.layout-flex-3 li {
    width: 330px;
  }
}

/* ****************************************************************************************************
   * 先輩社員インタビュー(詳細)
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#single {
  position: relative;
  padding-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#single .title-area {
  border-radius: 20px;
  background: var(--c-bg-orange);
  padding: 30px;
}
#single .title-area .title-1 {
  align-items: center;
  justify-content: flex-start;
  flex-direction: inherit;
  min-height: 100%;
}
#single .title-area .title-1::before {
  height: 100%;
}
#single .title-area .title-1 .meta {
  width: 20%;
  min-width: 180px;
  border-right: 1px solid #ccc;
  margin-right: 50px;
}
#single .title-area .title-1 .meta span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: var(--c-d-orange);
  border-radius: 60px;
  padding: 0.2em 1em;
  display: inline-block;
}
#single .title-area .title-1 .meta p {
  margin-top: 0.5em;
  font-size: 1.8rem;
  font-weight: normal;
}
#single .title-area .title-1 .meta p b {
  display: block;
  font-size: 2.4rem;
  margin-top: 40px;
  font-weight: normal;
}

#single .title-area .title-1 .meta + b {
  position: relative;
  display: block;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1.4;
  width: 70%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #single .title-area .title-1 .meta + b {
    font-size: 2.5rem;
    width: 60%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #single .title-area {
    padding: 20px;
  }
  #single .title-area .title-1 .meta {
    min-width: 100%;
    width: 100%;
    border-right: 0;
    margin-right: 0;
  }
  #single .title-area .title-1 .meta span {
    font-size: 1.4rem;
  }
  #single .title-area .title-1 .meta p {
    font-size: 1.6rem;
  }
  #single .title-area .title-1 .meta p b {
    font-size: 1.8rem;
    margin-top: 0;
  }
  #single .title-area .title-1 .meta + b {
    font-size: 2.2rem;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#interview-message {
  padding-top: 0;
}
#interview-message section ~ section {
  padding-top: 90px;
}
#interview-message .detail ~ .detail {
  margin-top: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-message section ~ section {
    padding-top: 50px;
  }
  #interview-message .detail ~ .detail {
    margin-top: 50px;
  }
}

#interview-message .section-odd,
#interview-message .section-even {
  position: relative;
  margin-top: 90px;
  padding-top: 0;
  min-height: 480px;
}
#interview-message .section-odd .inner .detail {
  padding-right: 1em;
}
#interview-message .section-even .inner .detail {
  padding-left: 1em;
}

#interview-message .section-even .photo {
  text-align: right;
}

#interview-message .section-odd .inner {
  margin-left: 0;
  margin-right: auto;
  padding-right: 40px;
  max-width: 600px;
}
#interview-message .section-even .inner {
  margin-right: 0;
  margin-left: auto;
  padding-left: 40px;
  max-width: 600px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 960px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-message .section-odd:first-child {
    margin-top: 40px;
    min-height: 100%;
  }
  #interview-message .section-odd {
    margin-top: 40px;
    min-height: 100%;
  }
  #interview-message .section-even {
    margin-top: 40px;
    min-height: 100%;
    text-align: left;
  }
  #interview-message .section-odd .inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding-right: 0;
    max-width: 100%;
  }
  #interview-message .section-even .inner {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    padding-left: 0;
    max-width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width: 736px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-message .section-odd:first-child {
    margin-top: 0;
    min-height: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

#interview-message .section-odd .photo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px;
  width: calc(50% - 50px);
}
#interview-message .section-even .photo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 50px;
  width: calc(50% - 50px);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-message .section-odd .photo {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #interview-message .section-even .photo {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}


/* ****************************************************************************************************
   * 先輩インタビュー　ナビ
**************************************************************************************************** */

#interview-nav {
  position: relative;
  background: url("../../_images/recruit/interview-nav-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 120px;
  margin-right: 0;
  margin-left: auto;
  z-index: 2;
  width: calc( 100% - 120px );
  border-radius: 60px 0 0 60px;
  max-width: 1440px;
  overflow: hidden;
}

#interview-nav .body {
  max-width: 1120px;
  margin-left: 100px !important;
  margin-right: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  #interview-nav {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 0 auto 60px;
    z-index: 2;
    width: 100%;
  }
  #interview-nav .body {
    margin: 0 auto !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#interview-nav .title-area .title {
  color: #000;
}
#interview-nav .title-area .title::after {
  color: var(--c-orange);
}

/* ****************************************************************************************************
   * 募集要項
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

#main .article .inner {
  max-width: 100%;
  width: 1630px;
  display: flex;
  align-items: stretch;
  padding: 0 15px;
  margin: 0 auto 120px;
}
#main .article #main-area {
  max-width: calc(100% - 18.25%);
  width: 1080px;
  padding-bottom: 0;
}
#main .article #main-area .body {
  padding: 0 !important;
}
#main .article #side-area {
  width: 14%;
  margin-top: 50px;
  margin-right: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  #main .article #side-area {
    width: 20%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main .article #main-area {
    max-width: 100%;
  }
  #main .article #side-area {
    display: none;
  }
}


/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */

#main .article #side-area ul {
  position: sticky;
  top: 200px;
}
#main .article #side-area ul li {
  position: relative;
  font-size: 1.6rem;
}
#main .article #side-area ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
#main .article #side-area ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/nav-arrow.png") no-repeat;
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  position: absolute;
  top: 9px;
  left: 0;
}
#main .article #side-area ul li ~ li {
  margin-top: 30px;
}
#main .article #side-area ul li a {
  position: relative;
  color: #bbbbbb;
  font-weight: bold;
  padding-left: 0.8em;
  display: flex;
  align-items: center;
}
#main .article #side-area ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
#main .article #side-area ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
#main .article #side-area ul li a.is-current{
  color: var(--c-orange);
}

/* ****************************************************************************************************
   * メインエリア
**************************************************************************************************** */

#main .article #main-area section ~ section {
  padding-top: 120px;
}
#main .article #main-area .body {
  padding: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main .article #main-area section ~ section {
    padding-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * エントリーボタン
/* ------------------------------------------------------------------------------------------------- */

[id^="requirement-"] .link-btn {
  margin-top: 40px;
}
[id^="requirement-"] .link-btn .btn {
  width: 300px;
/*  padding: 0.8em;*/
  background: var(--c-d-orange);
}
[id^="requirement-"] .link-btn .btn:hover {
  background: var(--c-black);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  [id^="requirement-"] .link-btn {
    margin-top: 20px;
  }
  [id^="requirement-"] .link-btn .btn {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em;
    max-width: 300px;
  }
}


/* ****************************************************************************************************
   * エントリーフォーム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {}

#contact-form-2 .message {
  text-align: left;
}
#contact-form-2 .text a {
  color: var(--c-orange);
  text-decoration: underline;
}
#contact-form-2 .text a:hover {
  color: var(--c-orange);
  text-decoration: none;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:960px) {

table.radius:not(.no-responsive),
table.radius:not(.no-responsive) tbody,
table.radius:not(.no-responsive) tr,
table.radius:not(.no-responsive) tr > * {
  width: 100%;
  display: block;
}
#main table.radius tbody tr th {
  border-right: 0;
}
table.radius:not(.no-responsive) tr ~ tr {
  margin-top: 0;
}

table.radius:not(.no-responsive) tr > th {
  margin-bottom: 5px;
  padding: 5px 10px 2px;
}

table.radius:not(.no-responsive) tr > td {
/*  border: none;*/
}

}
/* ----------------------------------------------------------------------------------------------------
   * 検索フォーム項目
/* ------------------------------------------------------------------------------------------------- */

#main label {
  vertical-align: middle;
  display: inline-block;
}
#main input[type="text"] {
  width: 100%;
  font: inherit;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
#main input[name="namae"] {}
#main input[name="kana"] {}
#main input[type="email"],
#main input[type="email2"] {}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main select {
  padding: 0.55em 0.75em 0.55em 0.55em;
  cursor: pointer;
  font: inherit;
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: none;
  background: none;
  background: #fff;
  width: 20em;
}
#main textarea {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 0.5em;

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #main select {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブルレイアウト
/* ------------------------------------------------------------------------------------------------- */

#main input {
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 0.5em;
}

#main .privacy-check {
  font-size: 1.6rem;
  text-align: center;
}
#main .privacy-check a {
  text-decoration: underline;
}
#main .privacy-check a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message {
  margin-top: 40px;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact-form-2 .message {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 1em;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 0;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 0;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/**
* 必須
*/
#main span.hissu {
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.1em 0.8em;
  line-height: 1.4;
  border-radius: 5px;
}
table tr.require > th {
  position: relative;
}
table tr.require > th:after {
  content: '必須';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: bold;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0.2em .3em;
  background: #ff0000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 5px;
}

/**
* 任意
*/
table tr.any > th {
  position: relative;
}
table tr.any > th:after {
  content: '任意';
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: bold;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #999999;
  padding: .25em 0.2em .3em;
  background: #dddddd;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  table tr.require > th:after,
  table tr.any > th:after {
    margin-right: -5px;
    margin-top: -2px;
  }
}



/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn {
  width: 300px;
  cursor: pointer;
  color: #fff;
  background: var(--c-d-orange);
  margin: 0;
}
#main .form-button .btn:hover {
  background: var(--c-black);
  opacity: 1;
}
#main .form-button .btn:hover:after {
  right: 0.5em;
}

#main .form-button .btn span {
  background: #fff;
}
#main .form-button .btn span::after {
  border-color: var(--c-d-orange);
}
#main .form-button .btn > input {
  background: none;
  padding: 0;
  border: 0;
  margin: 0 auto;
}
/* ローディング画像*/
div.wpcf7 .wpcf7-spinner {
  display: none;
}

#main .form-button .return.btn {
  border: none;
  cursor: pointer;
  width: auto;
  background: none;
  color: #000;
  box-shadow: none;
  margin: 0;
}
#main .form-button .return.btn::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .form-button .btn {
    width: 200px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン（戻る）
/* ------------------------------------------------------------------------------------------------- */

.contact .link-btn .btn.return {
  font-size: 1.6rem;
  width: 350px;
  padding: 25px 3em;
  font-weight: 900;
}
.contact .link-btn .btn.return::after {
  border: 0px;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  left: 15px;
  right: auto;
  transition: 0.2s left;
}
.contact .link-btn .btn.return:hover::after {
  left: 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .contact .link-btn .btn.return {
    font-size: 1.6rem;
    width: auto;
    padding: 20px 3em;
  }
}



















/* ****************************************************************************************************
   * 下部ナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {
  position: relative;
  padding-bottom: 100px;
  z-index: 3;
}
#page-nav .body {
  position: relative;
  max-width: 1440px;
  background: url("../../_images/recruit/recruit-nav-bg.png") no-repeat;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1440px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav {
    position: relative;
    z-index: 3;
  }
  #page-nav .body {
    position: relative;
    max-width: 100%;
    background: url("../../_images/index/recruit-bg.png") no-repeat;
    z-index: 1;
    padding-top: 60px;
    border-radius: 60px;
  }
  #page-nav .body .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#page-nav .title {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * ナビエリア
/* ------------------------------------------------------------------------------------------------- */

#page-nav .nav-area {
  max-width: 1080px;
  margin: 60px auto 0;
}
#page-nav .nav-area ul {
  justify-content: center;
}
#page-nav .nav-area ul li {
  width: 32%;
  padding: 0;
}
#page-nav .nav-area ul li:nth-child(n+4) {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .nav-area ul {
    justify-content: center;
  }
  #page-nav .nav-area ul li {
    width: 48%;
    padding: 0;
  }
  #page-nav .nav-area ul li:nth-child(n+3),
  #page-nav .nav-area ul li:nth-child(n+4) {
    margin-top: 20px;
  }

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .nav-area ul li {
    width: 100%;
    padding: 0;
  }
  #page-nav .nav-area ul li:nth-child(n+2),
  #page-nav .nav-area ul li:nth-child(n+4) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#page-nav .nav-area .title-1 {
  font-size: 1.6rem;
}
#page-nav .nav-area .title-1::after {
  content: attr(data-txt);
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.0;
  color: var(--c-orange);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .nav-area .title-1 {
    font-size: 1.4rem;
  }
  #page-nav .nav-area .title-1::after {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#page-nav .nav-area .btn {
  border-radius: 20px;
  padding: 1.5em;
  width: 330px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1080px) {
  /*ブラウザの幅が736px以下の時*/
  #page-nav .nav-area .btn {
    border-radius: 20px;
    padding: 1em;
    width: 100%;
    max-width: 330px;
  }
}
