@charset "UTF-8";
@font-face {
  font-family: "tsunagi";
  src: url("../font/TsunagiGothic.woff") format("woff"); }
/*****************************************/
.job_descriptions {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
  .job_descriptions .btn {
    transition: .3s;
    max-width: 640px;
    width: 100%;
    height: 90px;
    text-align: center;
    display: block;
    background-color: #F4AD3C;
    margin: 0 auto;
    color: #fff;
    border-radius: 15px;
    text-decoration: none; }
    .job_descriptions .btn span {
      font: 1.8rem/87px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.03em;
      position: relative;
      padding: 0 40px 0 0; }
      .job_descriptions .btn span:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        background: url("../images/common/icon_arrow.svg") center center no-repeat;
        top: 55%;
        left: auto;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        width: 24px;
        height: 24px; }
  .job_descriptions .back {
    transition: .3s;
    color: #4E4E4E;
    font: 1.6rem/48px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 55px auto 0;
    width: 240px;
    height: 50px;
    border: 1px solid #D9D9D9;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 50px; }

.new,
.career {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .new h3,
  .career h3 {
    font: 2.8rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    width: 175px;
    text-align: center;
    letter-spacing: 0.03em; }
  .new ul,
  .career ul {
    max-width: 680px;
    padding: 30px 0 0;
    width: calc(100% - 230px); }
  .new li,
  .career li {
    margin-bottom: 30px; }
    .new li:last-child,
    .career li:last-child {
      margin: 0; }
    .new li a,
    .career li a {
      transition: .3s;
      color: #fff;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      background-color: #ccc;
      padding: 15px 30px 15px 40px;
      border-radius: 50px;
      text-decoration: none; }
  .new .job_name,
  .career .job_name {
    width: calc(100% - 185px);
    font: 2rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0 0 0 20px;
    position: relative; }
    .new .job_name:before,
    .career .job_name:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      top: 13px;
      left: 0; }
  .new .single,
  .career .single {
    padding: 3px 40px 0 0;
    font: 1.6rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.03em;
    position: relative; }
    .new .single:before,
    .career .single:before {
      transition: .3s;
      position: absolute;
      content: "";
      display: block;
      background: url("../images/common/icon_arrow.svg") center center no-repeat;
      top: 55%;
      left: auto;
      right: 0;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      width: 24px;
      height: 24px; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .new,
  .career {
    display: block; }
    .new h3,
    .career h3 {
      margin: 0 auto 45px; }
    .new ul,
    .career ul {
      max-width: 680px;
      padding: 0;
      margin: 0 auto;
      width: 100%; }
    .new li a,
    .career li a {
      color: #fff;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      background-color: #ccc; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .new,
  .career {
    display: block; }
    .new h3,
    .career h3 {
      font: 2.8rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 700;
      letter-spacing: 0.03em;
      margin: 0 auto 45px; }
    .new ul,
    .career ul {
      max-width: 680px;
      padding: 0;
      margin: 0 auto;
      width: 100%; }
    .new li a,
    .career li a {
      padding: 15px 15px 15px 25px;
      border-radius: 10px;
      color: #fff;
      display: block; }
    .new .job_name,
    .career .job_name {
      width: 100%; }
    .new .single,
    .career .single {
      width: fit-content;
      margin: 0 0 0 20px;
      text-align: right; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .job_descriptions {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .job_descriptions .btn {
      height: 80px; }
      .job_descriptions .btn span {
        font: 1.6rem/80px "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: 700;
        padding: 0 30px 0 0; }
        .job_descriptions .btn span:before {
          background: url("../images/common/icon_arrow.svg") center center no-repeat;
          background-size: contain;
          width: 20px;
          height: 20px; }

  .new h3,
  .career h3 {
    font: 2.4rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    width: 175px;
    text-align: center;
    letter-spacing: 0.03em; }
  .new ul,
  .career ul {
    max-width: 680px; }
  .new li,
  .career li {
    margin-bottom: 20px; }
  .new .job_name,
  .career .job_name {
    font: 1.8rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0 0 0 20px; }
  .new .single,
  .career .single {
    padding: 3px 30px 0 0;
    font: 1.5rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700; }
    .new .single:before,
    .career .single:before {
      background: url("../images/common/icon_arrow.svg") center center no-repeat;
      background-size: contain;
      width: 20px;
      height: 20px; } }
/*max-width:480px*/
@media (hover: hover) {
  .new li a:hover,
  .career li a:hover {
    background-color: #F8C559; }
    .new li a:hover .single:before,
    .career li a:hover .single:before {
      right: -5px; }

  .job_descriptions .btn:hover {
    background-color: #FF6600; }
    .job_descriptions .btn:hover span:before {
      right: -5px; }
  .job_descriptions .back:hover {
    color: #FF6600;
    border: 1px solid #FF6600; } }
/**************************************************************/
.new {
  padding: 0 0 60px;
  border-bottom: dashed 1px #333333; }
  .new h3 {
    padding: 52px 0 0;
    color: #EA7A60;
    background: url("../images/common/icon_leaf03.svg") top center no-repeat; }
  .new li a {
    background-color: #EA7A60; }

.career {
  padding: 60px 0 0;
  margin: 0 auto 220px; }
  .career h3 {
    padding: 70px 0 0;
    color: #79503A;
    background: url("../images/common/icon_leaf04.svg") top center no-repeat; }
  .career li a {
    background-color: #79503A; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .career {
    padding: 60px 0 0;
    margin: 0 auto 100px; }
    .career h3 {
      padding: 70px 0 0;
      color: #79503A;
      background: url("../images/common/icon_leaf04.svg") top center no-repeat; }
    .career li a {
      background-color: #79503A; } }
/*max-width:480px*/
/**************************************************************/
.single h3 {
  font: 2rem/1.8em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  padding: 75px 0 10px;
  margin: 0 auto 30px; }
  .single h3:after {
    width: 50px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
.single h4 {
  text-align: center;
  font: 3.4rem/1.5em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 50px; }
.single table {
  border: 1px solid #D9D9D9;
  width: 100%;
  margin: 0 auto 100px; }
.single th {
  padding: 20px 40px;
  border-bottom: 1px solid #D9D9D9;
  width: 210px;
  background-color: #FBF4EA;
  color: #707070;
  text-align: left;
  font: 1.5rem/2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500; }
  .single th span {
    padding: 0 0 0 22px;
    position: relative;
    width: fit-content;
    margin: 0;
    text-align: left; }
    .single th span:before {
      position: absolute;
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #ccc;
      border-radius: 50%;
      left: 0;
      top: 7px; }
.single td {
  font: 1.5rem/2em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  padding: 20px 40px;
  border-bottom: 1px solid #D9D9D9;
  width: calc(100% - 210px;); }

.single_new h3 {
  color: #EA7A60;
  background: url("../images/common/icon_leaf03.svg") top 20px center no-repeat;
  background-size: 47px; }
  .single_new h3:after {
    background-color: #EA7A60; }
.single_new h4 {
  color: #EA7A60; }
.single_new th span:before {
  background-color: #EA7A60; }

.single_career h3 {
  color: #79503A;
  background: url("../images/common/icon_leaf04.svg") top center no-repeat;
  background-size: 65px; }
  .single_career h3:after {
    background-color: #79503A; }
.single_career h4 {
  color: #79503A; }
.single_career th span:before {
  background-color: #79503A; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .single h4 {
    text-align: center;
    font: 3rem/1.5em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700; }
  .single table {
    border: none;
    width: 100%;
    margin: 0 auto 50px; }
  .single tr {
    border: 1px solid #D9D9D9;
    margin: 0 0 15px;
    display: block;
    width: 100%; }
  .single th {
    padding: 10px 20px;
    display: block;
    width: 100%; }
  .single td {
    display: block;
    width: 100%;
    padding: 20px;
    border-bottom: none;
    width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single h4 {
    text-align: center;
    font: 2.6rem/1.5em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 700; } }
/*max-width:480px*/
.no_single {
  width: 100%;
  display: block;
  font: 1.8rem/1.5em "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700; }
