@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
    ― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  letter-spacing: 1px;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 600;
}

.global.sentence p {
  letter-spacing: 2px;
  font-size: 18px;
}
.global.link a {
  color: #6bc45f;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global.link a .catch {
  letter-spacing: 6px;
  font-size: 26px;
  padding: 0 15px 0 0;
}
.global.link a .arrow {
  line-height: 0;
  width: 35px;
}
.global.button a {
  padding: 10px 40px 10px 40px;
}
.global.button a .catch {
  letter-spacing: 3px;
  font-size: 22px;
  padding: 0 0 0 10px;
}
.global.button.line a {
  color: #fff;
  background: linear-gradient(90deg, rgb(78, 165, 80) 0%, rgb(128, 183, 107) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
}
.global.button.line a .icon {
  line-height: 0;
  width: 40px;
}
.global.button.line a .icon img {
  width: 100%;
  height: auto;
}
.global.button.contact-form a {
  color: #fff;
  background: linear-gradient(90deg, rgb(213, 184, 94) 0%, rgb(218, 184, 131) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(236, 236, 236, 0.2) 0px 7px 29px 0px;
}
.global.button.contact-form a .icon {
  line-height: 0;
  width: 40px;
}
.global.button.contact-form a .icon img {
  width: 100%;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 2.5vw;
    padding: 0 15px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 3vw;
  }
  .global.button a {
    padding: 10px 30px 10px 30px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 2vw;
    padding: 0 0 0 10px;
  }
  .global.button.line a .icon {
    width: 4vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    width: 4vw;
  }
  .global.button.contact-form a .icon img {
    width: 100%;
    height: auto;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 2vw;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 2.5vw;
    padding: 0 15px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 3vw;
  }
  .global.button a {
    padding: 10px 20px 10px 20px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 2.25vw;
    padding: 0 0 0 10px;
  }
  .global.button.line a .icon {
    width: 4vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    width: 4vw;
  }
  .global.button.contact-form a .icon img {
    width: 100%;
    height: auto;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .global.sentence p {
    letter-spacing: 2px;
    font-size: 4vw;
  }
  .global.link a {
    color: #6bc45f;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .global.link a .catch {
    letter-spacing: 6px;
    font-size: 5.25vw;
    padding: 0 5px 0 0;
  }
  .global.link a .arrow {
    line-height: 0;
    width: 6vw;
  }
  .global.button a {
    padding: 10px 20px 10px 20px;
  }
  .global.button a .catch {
    letter-spacing: 1px;
    font-size: 4.25vw;
    padding: 0 0 0 7px;
  }
  .global.button.line a .icon {
    line-height: 0;
    width: 7vw;
  }
  .global.button.line a .icon img {
    width: 100%;
    height: auto;
  }
  .global.button.contact-form a .icon {
    line-height: 0;
    width: 7vw;
  }
  .global.button.contact-form a .icon img {
    width: 100%;
    height: auto;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PHILOSOPHY 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.job-description {
  background: linear-gradient(45deg, #e7ffe4 0%, #efffc4 100%);
  padding: 50px 0 50px 0;
}
.job-description .container .table-wrapper table {
  box-shadow: rgba(110, 189, 139, 0.2) 0px 7px 29px 0px;
  border-collapse: collapse;
  max-width: 1280px;
  margin: 0px auto 0;
}
.job-description .container .table-wrapper table tbody tr th {
  width: 25%;
  background: linear-gradient(90deg, #52ae46 0%, #26af80 100%);
  color: #fff;
  font-size: 24px;
  padding: 10px 10px 10px 10px;
  position: relative;
}
.job-description .container .table-wrapper table tbody tr th::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #72c367 0%, #4fb490 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.job-description .container .table-wrapper table tbody tr td {
  font-weight: 700;
  color: #111111;
  width: 75%;
  padding: 10px 30px 10px 30px;
  font-size: 18px;
}
.job-description .container .table-wrapper table tbody tr td ul {
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
}
.job-description .container .table-wrapper table tbody tr td ul li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.job-description .container .table-wrapper table tbody tr:nth-child(2n+1) td {
  background: #fff;
}
.job-description .container .table-wrapper table tbody tr:nth-child(2n) td {
  background: #f6fae8;
}
.job-description .container .table-wrapper table tbody tr:last-child th::before {
  display: none;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .job-description .container .table-wrapper table {
    max-width: 92%;
    margin: 50px auto 0;
  }
  .job-description .container .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 2.5vw;
    padding: 10px 10px 10px 10px;
  }
  .job-description .container .table-wrapper table tbody tr th::before {
    bottom: 0;
    width: 100%;
    height: 2px;
  }
  .job-description .container .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 1.75vw;
  }
  .job-description .container .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
  }
  .job-description .container .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .job-description .container .table-wrapper table {
    max-width: 92%;
    margin: 50px auto 0;
  }
  .job-description .container .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 2.75vw;
    padding: 10px 10px 10px 10px;
  }
  .job-description .container .table-wrapper table tbody tr th::before {
    bottom: 0;
    width: 100%;
    height: 2px;
  }
  .job-description .container .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 30px 10px 30px;
    font-size: 2vw;
  }
  .job-description .container .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
  }
  .job-description .container .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .job-description .container .table-wrapper table {
    max-width: 100%;
    margin: 50px auto 0;
  }
  .job-description .container .table-wrapper table tbody tr th {
    width: 25%;
    font-size: 5vw;
    padding: 10px 5px 10px 5px;
    position: relative;
  }
  .job-description .container .table-wrapper table tbody tr th::before {
    width: 100%;
    height: 2px;
  }
  .job-description .container .table-wrapper table tbody tr td {
    width: 75%;
    padding: 10px 25px 10px 25px;
    font-size: 4vw;
  }
  .job-description .container .table-wrapper table tbody tr td ul {
    margin: 0 0 0 0;
    padding: 0 0 0 25px;
  }
  .job-description .container .table-wrapper table tbody tr td ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */