/* ----- common ----- */
/* title */
.sub_title {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  background: #ffffff url("../images/common/singl_ttlbg.png") no-repeat bottom center;
  background-size: contain;
  position: relative;
}
.sub_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background: url("../images/common/singl_ttlanime.gif") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sub_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 70px;
  background: url("../images/common/cont_hr.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  bottom: -65px;
  left: 0;
}
.sub_title h2 {
  margin: 0 auto 20px auto;
  font-size: 42px;
  font-family: "Yusei Magic", sans-serif;
  text-align: center;
  line-height: 1.4;
  color: #493821;
}
/* メニュー */
.main_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 30px;
  width: fit-content;
  margin: auto;
  padding: 10px 60px;
  background: #fff2de;
  border-radius: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.main_menu ul li {
  padding-left: 24px;
  position: relative;
  align-items: center;
}
.main_menu ul li:hover a {
  color: #00821c;
  font-weight: bold;
}
.main_menu ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/common/menu_icon.png") no-repeat top center;
  position: absolute;
  top: 2px;
  left: 0;
}

/* タブレット用のスタイル */
@media screen and (max-width: 1081px) {
  .sub_title h2 {
    margin: 0 auto 80px auto;
    font-size: calc(100vw / 24);
  }
  .sub_title {
    height: 20vw;
    background-size: contain !important;
  }
  .main_menu ul {
    width: 80%;
    padding: 10px 50px;
    gap: 10px 30px;
    font-size: calc(100vw / 56);
  }
}
/* スマホ用のスタイル */
@media screen and (max-width: 768px) {
  .sub_title {
    height: 32vw;
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff url("../images/common/singl_ttlbg_sp.png") no-repeat bottom center;
    background-size: contain;
    position: relative;
  }
  .sub_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    background: url("../images/common/singl_ttlanime_sp.gif") no-repeat top center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sub_title h2 {
    padding: 2vw 3vw;
    margin: 0 auto 6vw auto;
    font-size: calc(100vw / 18);
  }
}

/*  Introduction   */
.Introduction {
  padding: 120px 0 80px;
  margin: 0 auto;
  background: url(../images/common/singl_cacthanime.gif) no-repeat top 25% left 8%;
  background-size: auto 60%;
  position: relative;
}
.Introduction .intro_box h3 {
  font-size: 180%;
  font-weight: bold;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
.Introduction .intro_box .intro_txt {
  padding: 20px 0 0 60px;
}
.Introduction .intro_img {
  width: 56vw;
  height: 40vh;
  max-height: 420px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.Introduction .intro_img::before {
  content: "";
  display: block;
  height: 110%;
  width: 100%;
  background: url(../images/common/intro_kazari.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -14%;
  z-index: 1;
}

/* スライダー */
.min-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.min-slider .slick-slide {
  margin: 0;
}

@media (max-width: 1081px) {
  .Introduction {
    padding: 120px 0 0;
    background: url(../images/common/singl_cacthanime.gif) no-repeat top 15% left 5%;
    background-size: auto 60%;
  }
  .Introduction .intro_box .intro_txt {
    padding: 30px 0 0 60px;
  }
  .Introduction .intro_img {
    height: 28vh;
    max-height: 280px;
    padding: 20px 0;
    position: absolute;
    bottom: auto;
    top: 2vw;
    right: 0;
  }
}
@media (max-width: 768px) {
  .Introduction {
    padding: 45vw 0 8vw;
    margin: 0 auto 6vw;
    background: url(../images/common/singl_cacthanime.gif) no-repeat top 55% left 2%;
    background-size: 40% auto;
  }
  .Introduction .intro_box h3 {
    font-size: 150%;
    padding-left: 8vw;
  }
  .Introduction .intro_box .intro_txt {
    padding: 10px 0 0 0;
    text-align: right;
  }
  .Introduction .intro_img {
    width: 100vw;
    padding: 0 0 20px;
    height: 32vh;
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .Introduction .intro_img::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/common/intro_kazari.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}

/* ----- crops.php #crop ----- */
/* crop */
#crop .crops_nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}
#crop .crops_items {
  position: relative;
  padding-top: 240px;
  margin-bottom: 60px;
  background: url(../images/lower/crops_bg.png) no-repeat right -350px top 0px;
}
#crop .crops_items .crops_items_name {
  width: 40%;
  max-width: 680px;
  margin: 0 auto 10px 55%;
  font-size: 200%;
  font-weight: bold;
  color: #00821c;
  overflow: hidden;
}
#crop .crops_items .crops_items_name span {
  position: relative;
}
#crop .crops_items .crops_items_name span::after {
  content: "";
  display: block;
  border-bottom: 8px double #493821;
  width: 50vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 110%;
}
#crop .crops_items .crops_items_txt {
  width: 41%;
  max-width: 680px;
  margin: 20px auto 10px 55%;
  line-height: 2;
  position: relative;
}
#crop .crops_items .crops_items_graph {
  width: 50%;
  max-width: 840px;
  margin: 20px auto 10px 45%;
  line-height: 0;
}
#crop .crops_items .crops_items_img {
  width: 52%;
  height: 420px;
  /*! max-width: 980px; */
  line-height: 0;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: -1;
}
#crop .crops_items .crops_items_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 反転 */
#crop .crops_items:nth-of-type(even) {
  background: url(../images/lower/crops_bg.png) no-repeat left -350px top 0px;
}
#crop .crops_items:nth-of-type(even) .crops_items_name {
  margin: 40px 55% 10px auto;
}
#crop .crops_items:nth-last-of-type(even) .crops_items_txt {
  margin: 20px 55% 10px auto;
}
#crop .crops_items:nth-last-of-type(even) .crops_items_graph {
  margin: 20px 45% 10px auto;
  line-height: 0;
}
#crop .crops_items:nth-last-of-type(even) .crops_items_img {
  right: 0;
  left: auto;
}
@media (max-width: 1081px) {
  #crop .crops_nav li {
    max-width: 100px;
  }
  #crop .crops_items {
    padding-top: 100px;
    background: url(../images/lower/crops_bg.png) no-repeat right -10% top 0px;
    background-size: 50%;
  }
  #crop .crops_items .crops_items_img {
    height: 320px;
    top: 60px;
  }
  #crop .crops_items:nth-of-type(even) .crops_items_name {
    margin: 20px 57% 10px auto;
  }
  #crop .crops_items .crops_items_graph {
    width: 60%;
    margin: 20px auto 10px 36%;
  }
  #crop .crops_items:nth-last-of-type(even) .crops_items_graph {
    margin: 20px 36% 10px auto;
    line-height: 0;
  }
  #crop .crops_items:nth-of-type(even) {
    background: url(../images/lower/crops_bg.png) no-repeat left -10% top 0px;
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  #crop .crops_nav {
    padding: 5vw;
    gap: 20px;
  }
  #crop .crops_items {
    position: relative;
    padding: 50vw 0 10vw;
    margin-bottom: 60px;
    background: url(../images/lower/crops_bg.png) no-repeat right -70vw top 10vw;
    background-size: 170%;
  }
  #crop .crops_items .crops_items_name {
    width: 90%;
    margin: 0 auto 10px auto;
    font-size: 200%;
  }
  #crop .crops_items .crops_items_name span::after {
    width: 90vw;
    top: 50%;
    left: 120%;
  }
  #crop .crops_items .crops_items_txt {
    width: 90%;
    margin: 0 auto 10px 5vw;
    line-height: 2;
    position: relative;
  }
  #crop .crops_items .crops_items_graph {
    width: 90%;
    margin: 0 auto 10px auto;
  }
  #crop .crops_items .crops_items_img {
    width: 80%;
    height: 42vw;
    position: absolute;
    top: 5vw;
    z-index: 1;
  }

  /* 反転 */
  #crop .crops_items:nth-of-type(even) {
    background: url(../images/lower/crops_bg.png) no-repeat left -70vw top 10vw;
    background-size: 170%;
  }
  #crop .crops_items:nth-of-type(even) .crops_items_name,
  #crop .crops_items:nth-last-of-type(even) .crops_items_txt,
  #crop .crops_items:nth-last-of-type(even) .crops_items_graph {
    margin: 0 auto 10px auto;
  }
  #crop .crops_items:nth-last-of-type(even) .crops_items_img {
    right: 0;
    left: auto;
  }
}

/* ごぼう茶 */
.gobocha {
  padding: 120px 0 60px;
}
.gobocha .Introduction {
  padding: 120px 0 60px;
  margin: 0 auto 60px;
  background: url(../images/lower/gobocha_bg.png) no-repeat top right -8%;
  background-size: auto 100%;
}
.gobocha .Introduction .intro_box h3 {
  width: 45%;
  margin: 0 0 0 auto;
  font-size: 180%;
  font-weight: bold;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
.gobocha .Introduction .intro_box .intro_txt {
  width: 43%;
  margin: 0 0 0 auto;
  padding: 20px 0 0 60px;
}
.gobocha .Introduction .intro_img {
  right: auto;
  left: 0;
}
.gobocha .Introduction .intro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gobocha .gobocha_list,
.gobocha .gobocha_list li {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.gobocha .gobocha_list .gobocha_list_img {
  width: 50%;
}
.gobocha .gobocha_list .gobocha_list_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  font-size: 110%;
}
.gobocha .gobocha_list .gobocha_list_menu dl {
  border-bottom: 2px dotted #493821;
}
.gobocha .gobocha_list .gobocha_list_menu dd {
  margin: 10px 0;
}
.gobocha .gobocha_banner {
  width: 100%;
  max-width: 620px;
  margin: 60px auto;
  transition: all 0.3s ease;
}
.gobocha .gobocha_banner:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media (max-width: 1081px) {
  .gobocha {
    padding: 8vw 0 6vw;
  }
  .gobocha .Introduction {
    padding: 8vw 0 0;
  }
  .gobocha .Introduction .intro_img {
    height: 20vh;
  }
  .gobocha .gobocha_list li {
    width: 48%;
  }
  .gobocha .gobocha_list .gobocha_list_img {
    width: 45%;
  }
  .gobocha .gobocha_list .gobocha_list_menu {
    gap: 1vw;
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .gobocha {
    padding: 12vw 0 6vw;
  }
  .gobocha .Introduction {
    padding: 45vw 0 8vw;
    margin: 0 auto 6vw;
    background: url(../images/lower/gobocha_bg.png) no-repeat top 65% left 2%;
    background-size: 60% auto;
  }
  .gobocha .Introduction .intro_box h3 {
    width: 100%;
    font-size: 150%;
    padding-left: 8vw;
  }
  .gobocha .Introduction .intro_box .intro_txt {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: right;
  }
  .gobocha .gobocha_list li {
    width: 100%;
  }
  .gobocha .gobocha_banner {
    margin: 3vw auto 6vw;
  }
}
/* ----- brand.php #brand ----- */
/* policy */
#brand .policy_cotns {
  background: url(../images/lower/crops_bg.png) no-repeat right -280px top 50px;
  padding: 180px 0;
  position: relative;
  z-index: -1;
}
#brand .policy_cotns dt,
#brand .policy_cotns .policy_cotns_txt {
  width: 45%;
  /* max-width: 720px; */
  margin: 20px auto 10px 50%;
  line-height: 2;
  position: relative;
}
#brand .policy_cotns .policy_cotns_img {
  width: 45%;
  height: 420px;
  /*! max-width: 980px; */
  line-height: 0;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
#brand .policy_cotns .policy_cotns_img2 {
  width: 28%;
  height: 420px;
  line-height: 0;
  position: absolute;
  top: 45%;
  left: 20%;
  z-index: -1;
}
#brand .policy_cotns .policy_cotns_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1081px) {
  #brand .policy {
    margin: 10vw 0;
  }
  #brand .policy_cotns {
    padding: 45vw 0 0;
  }
  #brand .policy_cotns dt,
  #brand .policy_cotns .policy_cotns_txt {
    width: 90%;
    margin: 20px auto 10px auto;
    line-height: 2;
    position: relative;
  }
  #brand .policy_cotns .policy_cotns_img {
    width: 62%;
    height: 40vh;
    max-height: 360px;
    top: 0;
    overflow: hidden;
  }
  #brand .policy_cotns .policy_cotns_img2 {
    width: 42%;
    height: 30vh;
    top: 8%;
    left: auto;
    right: 0;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  #brand .policy_cotns {
    padding: 56vw 0;
  }
  #brand .policy_cotns dt,
  #brand .policy_cotns .policy_cotns_txt {
    width: 90%;
    margin: 20px auto 10px auto;
    line-height: 2;
    position: relative;
  }
  #brand .policy_cotns .policy_cotns_img {
    width: 100%;
    height: 24vh;
    top: 0;
    overflow: hidden;
  }
  #brand .policy_cotns .policy_cotns_img2 {
    width: 90%;
    height: 24vh;
    top: auto;
    bottom: 0;
    left: 5%;
    overflow: hidden;
  }
}

/* efficiency */
#brand .efficiency {
  padding: 120px 0 60px;
}
#brand .efficiency .Introduction {
  background: url(../images/common/singl_ttlanime.gif) no-repeat top center;
  background-size: contain;
  padding: 0 0 30px 0;
}
#brand .efficiency .Introduction .intro_box .intro_txt {
  padding: 0;
  text-align: center;
}
#brand .efficiency .machine .machine_box {
  width: 82%;
  margin: 0 0 140px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#brand .efficiency .machine .machine_box:nth-of-type(even) {
  margin: 0 0 140px auto;
}
#brand .efficiency .machine .machine_box .machine_txt {
  width: calc(48% - 20px);
}
#brand .efficiency .machine .machine_box .machine_txt dt {
  font-size: 160%;
  font-weight: bold;
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 4px dotted #a67c52;
  position: relative;
}
#brand .efficiency .machine .machine_box .machine_txt dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: #a67c52 10px solid;
  border-color: transparent transparent transparent #a67c52;
  position: absolute;
  top: 8px;
  left: 0;
}
#brand .efficiency .machine .machine_box .machine_txt dd {
  line-height: 1.6;
}
#brand .efficiency .machine .machine_box .machine_img {
  width: calc(52% - 20px);
}
#brand .efficiency .machine .machine_box .machine_anime1 {
  width: 20%;
  max-width: 200px;
  position: absolute;
  right: -22%;
  bottom: 0;
}
#brand .efficiency .machine .machine_box .machine_anime2 {
  width: 20%;
  max-width: 200px;
  position: absolute;
  left: -22%;
  bottom: 0;
}

@media (max-width: 1081px) {
  #brand .efficiency {
    padding: 8vw 0 6vw;
  }
  #brand .efficiency .Introduction {
    background: url(../images/common/singl_ttlanime.gif) no-repeat top center;
    background-size: contain;
  }
  #brand .efficiency .machine .machine_box {
    width: 100%;
  }
  #brand .efficiency .Introduction .intro_box .intro_txt {
    text-align: left;
  }
  #brand .efficiency .machine .machine_box .machine_txt dt {
    font-size: 150%;
  }
  #brand .efficiency .machine .machine_box .machine_anime1 {
    right: 0;
    bottom: -50%;
  }
  #brand .efficiency .machine .machine_box .machine_anime2 {
    left: 25%;
    bottom: -60%;
  }
}

@media (max-width: 768px) {
  #brand .efficiency {
    padding: 12vw 0 6vw;
  }
  #brand .efficiency .Introduction {
    background: url(../images/common/singl_ttlanime_sp.gif) no-repeat top center;
    background-size: contain;
  }
  #brand .efficiency .machine .machine_box .machine_txt,
  #brand .efficiency .machine .machine_box .machine_img {
    width: 90%;
    margin: auto;
    order: 2;
  }
  #brand .efficiency .machine .machine_box .machine_img {
    order: 1;
    margin-bottom: 20px;
  }
  #brand .efficiency .machine .machine_box .machine_txt dt {
    font-size: 140%;
  }
  #brand .efficiency .machine .machine_box .machine_anime1 {
    width: 30%;
    max-width: 200px;
    position: absolute;
    right: 0;
    bottom: -26%;
  }
  #brand .efficiency .machine .machine_box .machine_anime2 {
    width: 30%;
    max-width: 200px;
    position: absolute;
    left: 0;
    bottom: -26%;
  }
}

/* training */
#brand .efficiency .training {
  background: url(../images/common/back_anime.gif) repeat-y top center;
  background-size: 105%;
  padding: 60px 0 80px;
}

#brand .efficiency .training .training_box {
  width: 82%;
  margin: 10px 0 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#brand .efficiency .training .training_box:nth-of-type(even) {
  margin: 10px 5% 120px auto;
}

#brand .efficiency .training .training_box::after {
  content: "";
  display: block;
  width: 0;
  height: 280px;
  background: #d9e02155;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 40px;
  left: -35vw;
  z-index: -1;
  transition: all 0.8s ease;
}
#brand .efficiency .training .training_box:nth-of-type(even)::after {
  right: -35vw;
  left: auto;
}
#brand .efficiency .training .training_box.is-active::before,
#brand .efficiency .training .training_box.is-active::after {
  width: 90vw;
  transition: all 0.8s ease;
}
#brand .efficiency .training .training_box .training_txt {
  width: calc(50% - 20px);
  order: 2;
}
#brand .efficiency .training .training_box dt {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 15px 0;
  margin: 0 auto 20px;
  background: #ffffff;
  border-top: 8px double #a67c52;
  border-bottom: 8px double #a67c52;
  position: relative;
}
#brand .efficiency .training .training_box .training_txt dd {
  line-height: 1.6;
  padding: 0 10px 20px;
  position: relative;
}
#brand .efficiency .training .training_box .training_img {
  width: calc(50% - 20px);
  order: 1;
}
#brand .efficiency .training .training_box .training_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 反転 */
#brand .efficiency .training .training_box:nth-of-type(even) .training_txt {
  order: 1;
}
#brand .efficiency .training .training_box:nth-of-type(even) .training_img {
  order: 2;
}

@media (max-width: 1081px) {
  #brand .efficiency .training {
    padding: 8vw 0 6vw;
  }
  #brand .efficiency .training .training_box {
    width: 100%;
    margin: 10px 0 120px 0;
  }
  #brand .efficiency .training .training_box .training_txt dd {
    margin-top: 10px;
    padding: 15px;
    background: #ffffff99;
  }
  #brand .efficiency .training .training_box .training_img {
    height: 25vh;
  }
}

@media (max-width: 768px) {
  #brand .training {
    padding: 12vw 0 6vw;
  }
  #brand .efficiency .training .training_box .training_txt {
    width: 100%;
    order: 2 !important;
  }

  #brand .efficiency .training .training_box .training_img {
    width: 100%;
    order: 1 !important;
  }
}

/* ----- recruit.php #recruit ----- */
#recruit .sub_title::after {
  z-index: 5;
}
/* greeting */
#recruit .greeting_cotns {
  padding: 120px 0;
  position: relative;
}
#recruit .greeting_cotns dt,
#recruit .greeting_cotns .greeting_cotns_txt {
  width: 45%;
  margin: 20px auto 10px 50%;
  line-height: 2;
  position: relative;
}
#recruit .greeting_cotns .greeting_cotns_img {
  width: 45%;
  line-height: 0;
  position: absolute;
  top: 100px;
  left: 0;
}
#recruit .greeting_cotns .greeting_cotns_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
@media (max-width: 1081px) {
  #recruit .greeting_cotns {
    padding: 35vw 0 6vw;
  }
  #recruit .greeting_cotns dt,
  #recruit .greeting_cotns .greeting_cotns_txt {
    width: 90%;
    margin: 20px auto 10px auto;
    line-height: 2;
    position: relative;
  }
  #recruit .greeting_cotns .greeting_cotns_img {
    width: 100%;
    height: 24vh;
    top: 0;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  #recruit .greeting_cotns dt,
  #recruit .greeting_cotns .greeting_cotns_txt {
    width: 90%;
    margin: 20px auto 10px auto;
    line-height: 2;
    position: relative;
  }
  #recruit .greeting_cotns .greeting_cotns_img {
    height: 16vh;
  }
}

#recruit .looking {
  padding: 120px 0;
}
#recruit .looking .looking_box {
  width: 90%;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
#recruit .looking .looking_box .looking_txt {
  width: calc(62% - 20px);
}
#recruit .looking .looking_box .looking_txt dt {
  font-size: 160%;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 4px dotted #8cc63f;
  position: relative;
}
#recruit .looking .looking_box .looking_txt dd {
  line-height: 1.6;
}
#recruit .looking .looking_box .looking_img {
  width: calc(36% - 20px);
  margin-top: 10px;
  overflow: hidden;
  line-height: 0;
  border: 5px #fff solid;
  box-shadow: 0 0 10px #49382155;
}
#recruit .looking .looking_txt2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit .looking .looking_txt2 p:nth-of-type(1) {
  width: 50%;
}
#recruit .looking .looking_video {
  width: 46%;
}
#recruit .looking .looking_video video {
  margin-top: 10px;
  box-shadow: 0 0 10px #49382155;
  border: 5px #fff solid;
}

@media (max-width: 1081px) {
  #recruit .looking {
    padding: 8vw 0 6vw;
  }
  #recruit .looking .looking_box {
    width: 100%;
    margin: 0 auto 6vw auto;
  }
  #recruit .looking .looking_box {
    align-items: end;
  }
  #recruit .looking .cntns_hl2::before {
    width: 52vw;
    left: calc(50% - 26vw);
  }
  #recruit .looking .looking_box .looking_txt {
    width: calc(62% - 2vw);
  }
  #recruit .looking .looking_box .looking_img {
    width: calc(38% - 2vw);
  }
  #recruit .looking .looking_box .looking_txt dt {
    font-size: 150%;
  }
}

@media (max-width: 768px) {
  #recruit .looking {
    padding: 12vw 0 6vw;
  }
  #recruit .Introduction {
    background: url(../images/common/singl_ttlanime_sp.gif) no-repeat top center;
    background-size: contain;
  }
  #recruit .looking .cntns_hl2::before {
    width: 90vw;
    left: calc(50% - 45vw);
  }
  #recruit .looking .looking_box .looking_txt,
  #recruit .looking .looking_box .looking_img {
    width: 90%;
    margin: auto;
    order: 2;
  }
  #recruit .looking .looking_box .looking_img {
    order: 1;
    margin-bottom: 20px;
  }
  #recruit .looking .looking_box .looking_txt dt {
    font-size: 140%;
  }
  #recruit .looking .looking_txt2 p:nth-of-type(1) {
    width: 100%;
  }
  #recruit .looking .looking_video {
    width: 90%;
    margin: 0 auto 6vw;
    border: 3px #fff solid;
  }
}

/* wanted */
#recruit .wanted {
  padding: 120px 0 60px;
}

#recruit .wanted .Introduction {
  margin-bottom: 80px;
  padding: 0;
  background: none;
}
#recruit .wanted .Introduction .intro_txt {
  padding: 0;
  width: fit-content;
  text-align: center;
  margin: auto;
}
#recruit .wanted .job_info .job_info_list {
  width: 80%;
  max-width: 780px;
  margin: 0 auto;
}
#recruit .wanted .job_info .job_info_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #493821;
  border-width: 2px 2px 0 2px;
  background: #8cc63f;
}
#recruit .wanted .job_info .job_info_item dt {
  padding: 10px;
  font-weight: bold;
  font-size: 110%;
  width: 20%;
}
#recruit .wanted .job_info .job_info_item dd {
  padding: 10px;
  width: 80%;
  background: #fff8ed;
  line-height: 1.4;
}
#recruit .wanted .job_info .job_info_item:last-child {
  border-bottom-width: 2px;
}
#recruit .wanted .job_info small {
  display: block;
}
#recruit .wanted .job_info em {
  font-weight: bold;
}
#recruit .wanted .main_btn {
  margin: 30px auto;
}

@media (max-width: 1081px) {
  #recruit .wanted {
    padding: 8vw 0 6vw;
  }
  #recruit .wanted .job_info .job_info_item dt {
    padding: 1vw 2vw 1vw;
  }
  #recruit .wanted .job_info .job_info_item dd {
    padding: 1vw 2vw 1vw;
  }
}

@media (max-width: 768px) {
  #recruit .wanted {
    padding: 12vw 0 14vw;
  }
  #recruit .wanted .Introduction {
    margin-bottom: 8vw;
  }
  #recruit .wanted .Introduction .intro_txt {
    text-align: left;
  }
  #recruit .wanted .job_info .job_info_list {
    width: 100%;
  }
  #recruit .wanted .job_info .job_info_item dt {
    width: 100%;
    font-size: 100%;
    text-align: center;
  }
  #recruit .wanted .job_info .job_info_item dd {
    width: 100%;
  }
}

/* ----- about.php #about ----- */
/* info */
#about .info {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#about .info .conditions_list {
  width: 80%;
  margin: auto;
  /* max-width: 860px; */
  flex-wrap: wrap;
  margin: 0 auto;
}
#about .info .conditions_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 120%;
  background: #ffffff99;
}
#about .info .conditions_item dt {
  width: 22%;
  max-width: 160px;
  padding: 15px 10px;
  line-height: 1.6;
  position: relative;
  border-bottom: 4px solid #229f46;
}
#about .info .conditions_item .list-beasic {
  padding-left: 10px;
}
#about .info .conditions_item .list-beasic::before {
  content: "▼";
  display: inline-block;
  margin-right: 5px;
  font-size: 60%;
  transform: rotate(-90deg);
}
#about .info .conditions_item dd {
  padding: 15px 10px;
  width: calc(100% - 160px);
  line-height: 1.6;
  border-bottom: 4px solid #493821;
}

.conditions_map {
  width: 60%;
  max-width: 800px;
  height: 30vw;
  max-height: 400px;
  margin: 60px auto 0;
}
.conditions_map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1081px) {
  .conditions_map {
    height: 40vw;
  }
  #about .info .conditions_item {
    font-size: 100%;
  }
  #about .info .conditions_item dt {
    width: 20%;
    padding: 2vw 1vw 2vw 4vw;
  }
  #about .info .conditions_item dd {
    width: 80%;
    padding: 2vw 1vw;
  }
}
@media screen and (max-width: 768px) {
  #about .info {
    padding: 8vw 0;
  }
  #about .info .conditions_list {
    width: 100%;
    margin: 4vw auto;
  }
  #about .info .conditions_item .list-beasic {
    padding-left: 4vw;
  }
  #about .info .conditions_item .list-beasic::before {
    width: 2vw;
    height: 2vw;
    margin-left: -3vw;
  }
  #about .info .conditions_item dt {
    width: 28%;
    padding: 2vw 1vw 2vw 4vw;
  }
  #about .info .conditions_item dd {
    width: 72%;
    padding: 2vw 1vw;
  }
  #about .info .conditions_item dd a {
    pointer-events: none;
    display: inline;
  }
  .conditions_map {
    width: 100%;
    height: 50vw;
    margin: 5vw auto 6vw;
  }
}

/* history */
#about .history {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#about .history .history_list {
  width: 90%;
  max-width: 860px;
  flex-wrap: wrap;
  margin: 0 auto;
}
#about .history .history_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #333333;
  border-bottom: none;
  background: #ffffff;
}
#about .history .history_item:last-child {
  border-bottom: 2px solid #333333;
}
#about .history .history_item dt {
  width: 27%;
  max-width: 160px;
  padding: 5px;
  line-height: 1.6;
  position: relative;
  border-right: 2px solid #333333;
}
#about .history .history_item .list-beasic {
  padding-left: 28px;
}
#about .history .history_item .list-beasic::before {
  content: "";
  display: inline-block;
  background: #333333;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-right: 5px;
  border-radius: 30px;
}
#about .history .history_item dd {
  padding-left: 20px;
  padding: 5px;
  width: 73%;
  max-width: 660px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #about .history {
    padding: 8vw 0;
  }
  #about .history .history_list {
    width: 100%;
    margin: 4vw auto;
  }
  #about .history .history_item .list-beasic {
    padding-left: 5vw;
  }
  #about .history .history_item .list-beasic::before {
    width: 2vw;
    height: 2vw;
    margin-left: -3vw;
  }
  #about .history .history_item dt {
    width: 28%;
  }
  #about .history .history_item dd {
    padding-left: 3vw;
    width: 72%;
  }
  #about .history .history_item dd a {
    pointer-events: none;
    display: inline;
  }
}
