@charset "utf-8";
/* CSS Document */

/* Variables */
:root {
  --primary: #206139;
  --bg-green: #f5f5ee;
}

* {
  box-sizing: border-box;
}

/* UIkit */
.uk-navbar-nav {
  gap: 0;
}

.uk-width-2-7\@s,
.uk-width-3-7\@s,
.uk-width-4-7\@s,
.uk-width-5-7\@s {
  width: 100%;
}

.uk-flex-right\@s {
  justify-content: center !important;
}

.uk-logo {
  min-height: 0;
}

@media (min-width: 640px) {
  .uk-width-2-7\@s {
    width: 28%;
  }

  .uk-width-3-7\@s {
    width: 43%;
  }

  .uk-width-4-7\@s {
    width: 57%;
  }

  .uk-width-5-7\@s {
    width: 72%;
  }

  .uk-flex-right\@s {
    justify-content: end !important;
  }

}

/* UIkit end */

/* General */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /* font-weight: 600; */
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-top: none;
  font-size: 16px;
  color: #262626;
  line-height: 3rem;
  overflow-x: hidden;
  margin: 0;
  z-index: 0;
}

dd {
  margin: 0;
}

li {
  /* list-style: none; */
}

a,
button {
  transition: 0.2s !important;
}

a:hover,
button:hover {
  opacity: 0.8 !important;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.body_contents {
  margin: 0 auto;
}

.instxt {
  display: none;
}

.spbr {
  display: none;
}

span.br-point {
  display: inline-block;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.button-green {
  position: relative;
  background-color: var(--primary);
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 44px;
  width: 100%;
  min-height: 60px;
}

.button-green:hover {
  background-color: var(--primary);
  color: #fff;
  opacity: 0.8;
}

.button-green--entry {
  z-index: 10000;
}

.button-green--menu {
  height: 60px;
  width: 60px;
  padding: 0;
  border-left: 1px solid #fff;
  z-index: 10000;
}

/* hamburger */

.global-nav {
  position: fixed;
  right: -750px;
  top: 0;
  width: 450px;
  height: 100vh;
  padding: 0 15px;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 1000;
  overflow-y: auto;
}

.hamburger {
  cursor: pointer;
  z-index: 10000;
}

.global-nav__list {
  margin: 100px auto;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: left;
  padding: 0 14px;
}

.global-nav__item a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #111;
}

.global-nav__item a:hover {
  background-color: #eee;
  transition: all 0.6s;
}

.hamburger__line {
  position: absolute;
  left: 16px;
  width: 30px;
  height: 3px;
  background-color: white;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 18px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 38px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 28px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 28px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

.nav-open .global-nav {
  right: -50px;
}

.nav-open .global-nav li.global-nav__item:first-child {
  /*font-size: 20px;*/
  font-weight: bold;
  padding: 0 0 15px 0;
}

.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

/* gNav_button */

.global-nav .button-2 {
  box-sizing: border-box;
  overflow: hidden;
  width: 250px;
  height: 55px;
  margin: 45px 0 0 30px;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #185e33;
  background: #185e33;
  text-align: center;
  cursor: pointer;
  letter-spacing: 2px;
}

.global-nav .button-2 a {
  width: 250px;
  height: 55px;
  margin: 16px auto 0;
  padding: 0;
  color: #ffffff;

  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
}

.global-nav .button-2 a:hover {
  opacity: 0.8;
  background: #185e33;
}

.global-nav .sns {
  width: 350px;
}

.global-nav .sns li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px 15px 0 0;
  border-radius: 50px;
}

.global-nav .sns li img {
  display: block;
  width: auto;
  height: 22px;
  margin: 14px auto 0;
}

.global-nav .tel {
  width: 350px;
  padding-left: 30px;
}

.global-nav .tel span img {
  width: 26px;
  margin: -5px 10px 0 0;
}

.global-nav .tel dd:first-of-type a {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.global-nav .tel dd:first-of-type a:hover {
  text-decoration: none;
}

.button-white {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 2.5vw;
  width: 100%;
  min-height: 60px;
}

.button-white:hover {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  opacity: 0.8;
}

.button-white--small {
  width: 80%;
}

hr {
  border-top: 1px solid var(--primary);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 40px);
  box-sizing: border-box;
}

.section-title {
  color: var(--primary);
}

.section-title--center {
  text-align: center;
}

.section-title span {
  font-size: 2rem;
  opacity: 0.8;
}

.sub-title {
  color: var(--primary);
  font-size: 2rem;
  font-weight: bold;
}

/* main */
main {
  padding-top: 60px;
}

/* Header */
.header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

.logo__img {
  margin-left: 12px;
  width: 220px;
}

/* foot print */

nav#footprint {
  font-size: .75em;
  color: #29603B;
  opacity: .8;
}

nav#footprint a {
  text-decoration: none;
  color: #29603B;
}

/* main visual */
#main-visual {
  padding-top: 20px;
}

.main-visual-full {
  position: relative;
  margin-bottom: 48px;
}

.main-visual__img {
  width: 100%;
}

.main-title {
  font-weight: bold;
  font-size: clamp(30px, 3.7vw, 40px);
  color: #000;
  margin-bottom: 16px;
  line-height: 1.5;
}

.main-subtitle {
  font-weight: 600;
}

.title-box {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(24, 94, 50, 0.9);
  padding: 3vw 94px;
  color: white;
  font-size: clamp(20px, 3.6vw, 48px);
  min-width: 50%;
  letter-spacing: 4px;
  padding-left: 5vw;
}

.title-box_caption {
  font-size: 1.3vw;
  display: block;
  padding-left: 5px;
  padding-top: 8px;
  letter-spacing: 4px;
}

.hr__container {
  margin: 60px 0 !important;
  width: 100%;
}

/* entry */

#entry {
  padding-top: 110px !important;
  margin-top: -90px !important;
  margin-bottom: 60px;
}

.entry__item {
  padding: 20px 4px;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}

.leaf {
  margin-bottom: 16px;
}

.tag_new {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 0 .5em;
}

/* interview & figures */
.hr__half {
  left: -20px;
  transform: translate(0, 0);
  margin-top: 16px;
  width: calc(100% + 20px);
}

/* Intern_Staff */
#staff_intern {
  background: var(--bg-green);
  padding: 50px 30px;
}


/* Environment */
#environment {
  background: var(--bg-green);
  padding: 50px 30px;
}

/* Information */
.info {
  font-weight: normal;
}

.info__date {
  color: #bbb;
  display: flex;
  align-items: center;
}

.info__date::after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-left: 3rem;
}

.info a {
  color: #262626;
}

.phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.phone-link {
  font-size: 36px;
  color: var(--primary);
  margin: 0 auto;
  padding: 32px 0 12px;
  text-align: center;
  line-height: 40px;
}

.phone-link:hover {
  color: var(--primary);
  opacity: 0.8;
  text-decoration: none;
}

.phone-available {
  text-align: center;
}

/* job openings */
#jobopenings img {
  display: block;
  margin: 4rem 0 8rem;

}

#jobopenings li {
  margin: 0 0 2rem;
  line-height: 1.75;
  list-style-type: disc;

}

.title__job {
  display: block;
  font-size: .75em;
  color: #666;

}

/* shop */
.shop-img{
  position: relative;
  height: 300px;
  overflow: hidden;
}
.shop-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-img span{
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding:5px 10px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}

/* overview */
dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 90%;
  margin: 0 auto;
}

dt {
  font-size: 1.75rem;
  width: 25%;
  background: #F0F7EE;
  padding-left: 30px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

dd {
  width: 75%;
  padding: 20px;
  border-top: 1px solid #F0F7EE;
}

.flow-container{
    padding: 50px 50px 0 50px;
}
.flow{
    display: block;
    border: #206139 solid 2px;
    color:#206139;
    text-align: center;
    padding: 4px 10px;
    position: relative;
    margin-bottom: 50px;
    width: 400px;
}
.flow::after{
  content: "↓";
  font-size: 40px;
  position: absolute;
  top: 110%;
  left:  50% ;
  transform: translateX(-50%);
}
.flow:last-child::after{
  content: none;
}


/* footer */

.footer .uk-navbar {
  padding: 32px 0 48px;
}

.footer-menu__each {
  text-align: center;
  padding: 0 20px;
  line-height: 16px;
  font-weight: normal;
  text-wrap: nowrap;
}

.footer-menu__each a {
  color: #000;
}

.footer-menu__each:not(:last-child) {
  border-right: 1px solid #000;
}

.footer-icon__each a {
  padding: 0 8px;
}

.footer-icon__each img {
  color: #000;
  width: 32px;
  height: 32px;
}

.copy {
  background: var(--primary);
  text-align: center;
  font-weight: normal;
  color: white;
  padding: 12px 0;
}

@media only screen and (max-width: 640px) {

  /* general */
  body {
    text-align: start;
  }

  hr {
    width: 96%;
    padding: 8px;
    margin: 0 auto;
    left: 0;
    transform: translate(0, 0);
  }

  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }

  .button-green,
  .button-white {
    font-size: 1.6rem;
    padding: 8px;
    width: 100%;
    min-height: 50px;
  }

  .button-green--entry {
    height: 50px;
    padding: 8px 32px;
    line-height: 20px;
  }

  .button-green--menu {
    width: 50px;
    height: 50px;
  }

  #topnews {
    border-bottom: 1px solid var(--primary);
  }

  #topnews .label {
    position: relative;
    top: -2px;
    padding: 0 .2em;
    border: 1px solid var(--primary);
  }

  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 28px;
    height: 3px;
    background-color: white;
    transition: all 0.6s;
  }

  .hamburger__line--1 {
    top: 13px;
  }

  .hamburger__line--2 {
    top: 23px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .nav-open .hamburger__line--1 {
    top: 23px;
  }

  .nav-open .hamburger__line--3 {
    top: 23px;
  }

  .button-green--menu {
    min-width: 40px;
    min-height: 40px;
  }

  /* main visual */
  #main-visual {
    width: initial;
    max-width: 100%;
  }

  .main-visual__img {
    margin-top: 2rem;
  }

  .main-title {
    font-size: 32px;
    text-align: start;
  }

  .hr__container {
    margin: 40px 0 20px !important;
  }

  .section-title {
    font-size: 28px;
    text-align: start;
  }

  .main-visual-full {
    margin-bottom: 0;
  }

  .title-box {
    position: absolute;
    top: initial;
    bottom: -20px;
    left: 0;
    background-color: rgba(24, 94, 50, 0.9);
    padding: 24px 20px;
    color: white;
    font-size: clamp(20px, 7vw, 36px);
    text-align: center;
    min-width: 100%;
    height: fit-content;
    letter-spacing: 4px;
  }

  .title-box_caption {
    font-size: 1.5rem;
    display: block;
    padding-left: 0;
    padding-top: 4px;
    letter-spacing: 4px;
  }

  /* header */
  .logo__img {
    width: 160px;
  }

  /* entry */
  #entry {
    margin-top: -130px !important;
  }

  .entry__item {
    padding: 12px 4px;
  }

  /* interview & figures */
  .hr__half {
    left: 0px;
    margin-top: 16px;
    width: 100%;
  }

  /* job openings */

  #jobopenings img {
    margin: 0 0 4rem;

  }

  #jobopenings .hr__container {
    margin: 0 !important;
  }

/* overview */
dl {
  flex-direction: column;
}
dt{
  width: 100%;
  margin-bottom: 0;
}
dd{
  width: 100%;
  border: none;
}

.flow-container{
  padding: 0;
}
.flow{
  width: 100%;
}

  /* qa */
  #section-qa {
    padding: 20px;
  }

  #section-qa h2 {
    font-size: 2.6rem;
  }

  #section-qa .wrapper {
    width: 100%;
  }

  .question {
    font-size: 1.725rem;
    line-height: 1.5;
    padding: 10px 30px 10px 20px;
  }

  .question::before {
    font-size: 3rem;
    margin-right: 10px;
  }

  .answer {
    font-size: 1.725rem;
  }

  /* footer */
  .footer-menu {
    width: 100%;
  }

  .footer-menu__each {
    width: 100%;
    padding-bottom: 8px;
  }

  .footer-menu__each:not(:last-child) {
    border-right: none;
  }
}