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

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

* {
  box-sizing: border-box;
}

/* UIkit */
.uk-link,
a {
  color: unset;
}

ul {
  padding-left: 0;
  margin: 0;
}

p {
  margin: 0;
}

.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;
}

a:hover {
  text-decoration: none;
}

@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 {
  @media (max-width: 767px) {
    font-size: 16px;
  }

  @media (min-width: 768px) and (max-width: 1540px) {
    font-size: 1.038961039vw;
  }

  @media (min-width: 1541px) {
    font-size: 16px;
  }
}

/*
body {
  font-weight: 600;
  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: 18px;
  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;
}

.share {
  position: fixed;
  top: 250px;
  right: 60px;
  height: 100px;
}

.share li:nth-child(2) {
  position: fixed;
  top: 310px;
  right: 55px;
}

.share li:last-child {
  margin: 0;
  position: fixed;
  top: 350px;
  right: 60px;
  width: auto;
}

.share li:first-child img {
  width: auto;
  height: 48px;
}

.share li:nth-child(2) img,
.share li:last-child img {
  width: auto;
  height: 20px;
}

.share a {
  opacity: 1;
}

/* top news */
#topnews {
  background: #F5F5EE;
}

#topnews a {
  display: block;
  color: var(--primary);
  text-decoration: none !important;
}

#topnews .label {
  font-size: .8em;
  background: #FFF;
  margin-right: .5em;
  padding: .5em .2em;
  border: 1px solid var(--primary);
}

#topnews a:hover .label {
  text-decoration: none !important;
}

/* HAMBURGER */

.button-white {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  font-size: 18px;
  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 {
  font-size: 40px;
  line-height: 80%;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary);
}

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

.section-title span {
  font-size: 20px;
  opacity: 0.8;
}

/* 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;
}

.sub-title {
  font-size: .6em;
  margin-bottom: 5px;
}

.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: 30px;
}

.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 */
.p-office_sapporo .lower-scope {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.5px;
}

.p-office_sapporo .lower-scope ul {
  padding-left: 30px;
}

.p-office_sapporo .lower-scope p,
.p-office_sapporo .lower-scope li {
  font-size: 16px;
  font-weight: 600;
}

#jobopenings.uk-container-large {
  max-width: 1400px;
}

#jobopenings img {
  display: block;
  margin: 40px 0 80px;

}

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

}

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

}

/* 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 (min-width: 640px) and (max-width: 1280px) {

  .c-header__nav-ttl,
  .footer-menu__list-wrap {
    font-size: 1vw;
  }

  .entry-btn.-pc {
    font-size: 0.7vw;
  }

  .c-header__nav-list {
    gap: 1.1rem;
  }

  .c-header__logo {
    padding: 2.5rem 1.13rem 1.875rem;
  }
}

@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: 16px;
    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: 20px;
  }

  .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: 15px;
    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 */
  .p-office_sapporo .lower-scope {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #jobopenings img {
    margin: 0 0 40px;

  }

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

  .share {
    position: fixed;
    top: 250px;
    right: 3%;
    height: 100px;
  }

  .share li:nth-child(2) {
    position: fixed;
    top: 310px;
    right: 2%;
  }

  .share li:last-child {
    margin: 0;
    position: fixed;
    top: 340px;
    right: 3.5%;
    width: auto;
  }

  .share li:first-child img {
    width: auto;
    height: 45px;
  }

  .share li:nth-child(2) img,
  .share li:last-child img {
    width: auto;
    height: 16px;
  }

  .share a {
    opacity: 1;
  }

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

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

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