@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  max-width: 1080px;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ボディ
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.visual {
  background: url("../../_images/recruit/visual.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ****************************************************************************************************
   * 求人案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.recruit {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

#message {
  padding-bottom: 100px;
}

#recruit {
  padding-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.recruit .title-1 {
  color: var(--c-orange);
  font-size: 3.4rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .title-1 {
    color: var(--c-orange);
    font-size: 2.4rem;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#recruit .layout-flex-2 {}
#recruit .layout-flex-2 .item {
  background: var(--c-orange);
  border-radius: 30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#recruit .layout-flex-2 .item:nth-child(n+3) {
  margin-top: 60px;
}
#recruit .layout-flex-2 .images {
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  display: block;
  border-radius: 30px 30px 0 0;
}
#recruit .layout-flex-2 .images img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
#recruit .layout-flex-2 .item:hover .images img {
  transform: scale(1.1);
}

#recruit .layout-flex-2 .detail {
  padding: 30px;
}
#recruit .layout-flex-2 .detail .caption {
  font-size: 2.4rem;
  color: var(--c-yellow);
  text-align: center;
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
}
#recruit .layout-flex-2 .detail .text {
  color: #fff;
}

#recruit .layout-flex-2 .detail .link-btn {
  margin-top: 20px;
}
#recruit .layout-flex-2 .detail .btn {
  background: var(--c-yellow);
  color: var(--c-orange);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #recruit .layout-flex-2 .item:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* ****************************************************************************************************
   * 募集要項
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.application-list ~ .application-list {
  padding-top: 60px;
}


/* ----------------------------------------------------------------------------------------------------
   * 見出し
/* ------------------------------------------------------------------------------------------------- */

.application-list .title-2 {
  position: relative;
  background: var(--c-orange);
  font-size: 3.0rem;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  line-height: 1.4;
  padding: 0.2em 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .application-list .title-2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.application-list table {
  margin-top: 0;
}

/* ****************************************************************************************************
   * Q&A
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#faq .item {
  position: relative;
  padding-top: 40px;
  padding-left: 5.5em;
}
#faq .item ~ .item {
  border-top: 1px solid #cccccc;
}

#faq .item::before {
  content: "";
  display: block;
  background: url(../../_images/recruit/recruit-icon.png) no-repeat;
  background-size: 73px 65px;
  width: 73px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
}

#faq .item .title {
  font-size: 3.0rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
#faq .item .text {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
#faq .item {
  position: relative;
  padding-left: 3.5em;
  padding-top: 20px;
}
#faq .item ~ .item {
  border-top: 1px solid #cccccc;
}
#faq .item::before {
  content: "";
  display: block;
  background: url(../../_images/recruit/recruit-icon.png) no-repeat;
  background-size: 36px 32px;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
}
#faq .item .title {
  font-size: 2.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.4;
}
}


/* ****************************************************************************************************
   * 職員からのメッセージ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#staff ul {}

#staff ul li {}
#staff ul li:nth-child(n+3) {
  margin-top: 60px;
}

#staff ul li .title {
  font-size: 1.8rem;
  color: #fff;
  background: var(--c-orange);
  text-align: center;
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
  padding: 0.2em;
}

#staff ul li .detail .caption {
  text-align: center;
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
  font-size: 2.1rem;
  margin-top: 1em;
}



/* ****************************************************************************************************
   * ホームヘルパーの業務紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-job #message {
  padding-bottom: 0;
}
#job {
  position: relative;
  padding-top: 100px;
}

.recruit .job-list {}
.recruit .job-list ~ .job-list {
  margin-top: 60px !important;
}

.recruit .job-list .title-2 {
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
  font-size: 2.4rem; 
  font-weight: bold;
  color: var(--c-orange);
  margin-bottom: 1em;
}

.recruit .job-list .images {
  text-align: center;
}

.recruit .job-list dl.text {
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
}
.recruit .job-list .job-item {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recruit .job-list .text dt {
  font-size: 2.1rem; 
  width: 30%;
}
.recruit .job-list .text dd {
  font-size: 2.8rem; 
  width: 70%;
  margin: 0;
}

.recruit .job-list p.text {
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
  font-size: 2.1rem; 
}

.recruit .job-list small {
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  margin-top: 0.5em;
}

.recruit .job-list.layout-2 {
  justify-content: flex-start;
}

.recruit .job-list.layout-2 .item:nth-child(2) {
  margin-left: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .job-list .title-2 {
    font-size: 2.0rem; 
  }
  .recruit .job-list .text dt {
    font-size: 1.8rem; 
  }
  .recruit .job-list .text dd {
    font-size: 2.4rem; 
  }
  .recruit .job-list p.text {
    font-size: 1.8rem; 
  }
  
  .recruit .job-list.layout-2 .item:nth-child(2) {
    margin-left: 60px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .recruit .job-list ~ .job-list {
    margin-top: 30px !important;
  }
  .recruit .job-list > * {
    width: 100%;
  }
  .recruit .job-list > * ~ * {
    margin-top: 30px;
  }
  
  .recruit .job-list.layout-2 .item:nth-child(2) {
    margin-left: 0;
  }
}

