@charset "utf-8";
/*------------------------  common  ------------------------*/

/*-------------------  web font  -------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");

/*------------  reset  ------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
form {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  border: none;
  width: 100%;
  vertical-align: bottom;
}
a {
  color: #111;
  text-decoration: none;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}

@media screen and (max-width: 800px) {
  a:hover {
    opacity: 1;
  }
}

@media (min-width: 801px) {
  .call[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*------------  base  ------------*/
html {
  height: -webkit-fill-available;
}
body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #111;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1020px) {
  body {
    font-size: 16px;
  }
}

#home .gnav .nav-home .nav-link,
#vision .gnav .nav-vision .nav-link,
#job .gnav .nav-job .nav-link,
#shirakawa .gnav .nav-shirakawa .nav-link,
#farmer .gnav .nav-farmer .nav-link,
#company .gnav .nav-company .nav-link,
#recruit .gnav .nav-recruit .nav-link {
  color: #0b4a9a;
}

/*------------  header  ------------*/
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  z-index: 1000;
}
#header .header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1200px;
  height: 110px;
}
#header .logo {
  display: flex;
  align-items: center;
  width: 105px;
  z-index: 1001;
}
#header .logo .link {
  display: block;
}
#header .logo .link:hover {
  opacity: 1;
}
.menu-btn {
  display: none;
  pointer-events: none;
}

#header .header-gnav {
  padding: 50px 0 0;
}
#header .header-gnav .gnav {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
#header .header-gnav .gnav .nav {
  padding: 0 10px;
  border-left: 1px solid #e9e9e9;
}
#header .header-gnav .gnav .nav:first-of-type {
  border-left: none;
}
#header .header-gnav .gnav .nav:last-of-type {
  padding: 0 0 0 10px;
}
#header .header-gnav .gnav .nav .nav-link {
  display: block;
  padding: 6px 12px;
}
#header .header-gnav .gnav .nav .nav-link:hover {
  opacity: 1;
  color: #0b4a9a;
}

#header .lang {
  position: absolute;
  top: 17px;
  right: 2%;
  z-index: 1002;
}
#header .lang .lang-nav {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
}
#header .lang .lang-nav .jp {
  padding: 0 6px;
  border-right: 1px solid #e9e9e9;
}
#header .lang .lang-nav .en {
  padding: 0 2px 0 6px;
}
#header .lang .lang-nav .nav-link {
  display: block;
  padding: 4px 12px;
}
#header .lang .lang-nav .nav-link:hover {
  opacity: 1;
  color: #0b4a9a;
}
#header .lang .lang-nav .en .nav-link {
  color: #bbb;
}
#header .lang .lang-nav .en .nav-link:hover {
  opacity: 1;
  color: #0b4a9a;
}

@media screen and (max-width: 1020px) {
  #header .header-inner {
    height: 100px;
  }
  #header .logo {
    width: 68px;
  }
  #header .header-gnav {
    padding: 42px 0 0;
  }
  #header .header-gnav .gnav {
    font-size: 15px;
  }
  #header .header-gnav .gnav .nav .nav-link {
    padding: 6px 8px;
  }
  #header .lang {
    top: 16px;
  }
  #header .lang .lang-nav {
    font-size: 14px;
  }
  #header .lang .lang-nav .nav-link {
    padding: 4px 8px;
  }
}

@media screen and (max-width: 800px) {
  #header .header-inner {
    justify-content: flex-start;
    padding: 0 12px;
    width: 100%;
    height: 58px;
  }
  #header .logo {
    width: 55px;
  }

  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 12px;
    background: #0b4a9a;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 15px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 22px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 29px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  #header .header-gnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    z-index: 1000;
  }
  #header .header-gnav.active {
  }
  #header .header-gnav .gnav {
    display: block;
    padding: 20px 5% 24px;
    width: 100%;
    font-size: 14px;
  }
  #header .header-gnav .gnav .nav {
    padding: 0;
    width: 100%;
    border-left: none;
  }
  #header .header-gnav .gnav .nav:last-of-type {
    padding: 0;
  }
  #header .header-gnav .gnav .nav .nav-link {
    display: block;
    padding: 16px 10px;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
  }

  #header .lang {
    position: absolute;
    top: 18px;
    right: 52px;
  }
  #header .lang .lang-nav {
    font-size: 13px;
  }
  #header .lang .lang-nav .jp {
    padding: 0 5px;
  }
  #header .lang .lang-nav .en {
    padding: 0 5px;
  }
  #header .lang .lang-nav .nav-link {
    padding: 5px 9px;
  }
}

/*------------  wrap  ------------*/
.wrap {
}

/*------------  btn  ------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  position: relative;
  background: #0b4a9a;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  border-radius: 9999px;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  background: url(/images/icon_arw.svg);
  background-size: contain;
  transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
  .btn {
    height: 42px;
    font-size: 15px;
    font-weight: 400;
  }
  .btn::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
}

.btn2,
.btn3 {
  display: inline-block;
  position: relative;
  padding: 10px 52px 12px 0;
}
.btn2 .label,
.btn3 .label {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #111111;
}
.btn2::before,
.btn3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  background: #0b4a9a;
  transform: translate(0, -50%);
  border-radius: 9999px;
}
.btn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  background: url(/images/icon_arw.svg) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}
.btn3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 16px;
  background: url(/images/icon_site.svg) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
  .btn2,
  .btn3 {
    padding: 10px 46px 10px 0;
  }
  .btn2 .label,
  .btn3 .label {
    font-size: 14px;
  }
  .btn2::before,
  .btn3::before {
    width: 38px;
    height: 38px;
  }
  .btn2::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
  .btn3::after {
    right: 12px;
    width: 14px;
    height: 14px;
  }
}

/*------------  footer  ------------*/

#footer {
}
#footer .footer-nav {
  padding: 25px 0;
  background: #0b4a9a;
  color: #fff;
}
#footer .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 620px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
#footer .footer-nav-list .nav {
  margin: 10px 22px;
}
#footer .footer-nav-list .nav .nav-link {
  color: #fff;
}

@media screen and (max-width: 1020px) {
  #footer .footer-nav-list {
    max-width: 840px;
    font-size: 14px;
  }
  #footer .footer-nav-list .nav {
    margin: 10px 18px;
  }
}

@media screen and (max-width: 800px) {
  #footer .footer-nav {
    padding: 23px 0;
  }
  #footer .footer-nav-list {
    justify-content: flex-start;
    font-size: 13px;
  }
  #footer .footer-nav-list .nav {
    flex-basis: calc(100% / 2);
    margin: 0;
    padding: 12px 16px;
  }
}
