@charset "UTF-8";

/*
Theme Name:   フォレスト
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype2018
*/

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?8u4j13");
  src: url("fonts/icomoon.eot?8u4j13#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8u4j13") format("truetype"), url("fonts/icomoon.woff?8u4j13") format("woff"), url("fonts/icomoon.svg?8u4j13#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
  font-size: 0.875em;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}

dd + dt {
  margin-top: 1em;
}

section,
.introduction-area {
  padding: 40px 0;
}

article > section,
section > section {
  margin: 40px 0;
  padding-top: 0;
  padding-bottom: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  position: relative;
  padding: 4px 8px 4px 16px;
  background: #4FA51E;
  color: #fff;
  font-weight: 700;
  font-size: 1.125em;
  text-align: left;
}

caption:before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: 4px;
  background: currentColor;
  content: "";
}

th,
td {
  vertical-align: baseline;
  padding: 8px;
  border: 0;
  border-bottom: 1px solid #a6a6a6;
  text-align: left;
}

th {
  color: #4FA51E;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

tbody th:first-child,
tbody td:first-child {
  padding-left: 0;
}

tbody th:last-child,
tbody td:last-child {
  padding-right: 0;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 0;
  background: #eaeaea;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

h2 {
  margin-bottom: 24px;
  color: #4FA51E;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-size: 24px;
  text-align: center;
}

h2[data-en] {
  font-size: 14px;
}

h2[data-en]:before {
  display: block;
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  content: attr(data-en);
}

h3 {
  position: relative;
  margin-left: 20px;
  padding: 9px 0;
  border-bottom: 1px solid;
  color: #4FA51E;
  font-size: 18px;
}

h3:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 10px;
  background: currentColor;
  content: "";
}

/* Remove Margin
--------------------------------*/

.entry-content > :first-child,
.post:first-child,
.widget:first-child,
.paragraph:first-child,
p:first-child,
article > section:first-child,
section > section:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.entry-content > :last-child,
.post:last-child,
.widget:last-child,
.paragraph:last-child,
.lede:last-child,
.tagline:last-child,
p:last-child,
article > section:last-child,
section > section:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

.fixed,
.fixed > body {
  height: 100%;
  overflow: hidden;
}

.fixed .site {
  position: relative;
}

.site-content,
.foot-menu__list,
.site-footer-content,
.site-header-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

/* Common
--------------------------------*/

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn,
input[type=submit] {
  line-height: 1.5;
  box-shadow: none;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: #4FA51E;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.btn {
  display: block;
  position: relative;
  max-width: 100%;
}

.btn:before {
  position: absolute;
  right: 10px;
  font-family: icomoon;
  content: "\e900";
}

.btn:not([href]) {
  opacity: 0.65;
}

.btn small {
  font-size: 0.75em;
}

.image,
.graph,
.link,
.tagline {
  text-align: center;
}

.image > img {
  width: 100%;
}

.link {
  margin-top: 20px;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.lede {
  display: table;
  margin: 3rem auto 1.5rem;
}

.headline {
  color: #4FA51E;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-weight: 700;
}

.headline:before {
  content: "【";
}

.headline:after {
  content: "】";
}

.text-width-image__image {
  margin-bottom: 1em;
  text-align: center;
}

.text-width-image__image > img {
  width: 1005px;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

/* Header
--------------------------------*/

.site-header-content {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.global-nav {
  display: none;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  text-align: center;
}

.no-js .global-nav {
  display: block;
}

.global-nav__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100%;
}

.global-nav__link {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

.menu-button {
  position: absolute;
  top: 0;
  right: 3.125vw;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: transparent;
  color: inherit;
}

.menu-button[data-open=true] {
  z-index: 100001;
  color: #fff;
}

.menu-icon {
  display: block;
}

.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: transform 0.5s;
  stroke: currentColor;
  stroke-width: 4px;
  stroke-linecap: round;
}

.menu-icon__bar--1 {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.menu-icon__bar--2 {
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

[data-open=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

[data-open=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

[data-open=true] .menu-icon__bar--3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.drawer[aria-hidden=false] {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hero {
  position: relative;
  max-height: 720px;
  overflow: hidden;
  color: #fff;
  background: #ccc;
  text-align: center;
}

.hero:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
}

.hero__movie {
  height: 300px;
}

.hero__movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}

.hero__text {
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  margin: 0;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  font-size: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.hero__text:after {
  display: block;
  font-family: "FOT-筑紫ゴシック Pr5N M", sans-serif;
  font-size: 0.7em;
  content: attr(data-en);
  speak: none;
}

.hero__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 26px;
  margin: auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

/* Footer
--------------------------------*/

.site-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #4FA51E;
  color: #fff;
}

.site-footer-content {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
}

.foot-menu {
  border-top: 1px solid;
  background: #fff;
  color: #4FA51E;
  padding: 8px 0;
  font-size: 12px;
}

.foot-menu__list {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.foot-menu__item:after {
  content: " / ";
}

.foot-menu__item:last-child:after {
  content: none;
}

.organization {
  text-align: center;
}

.organization > span {
  display: block;
}

.foot-nav {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 16px -5px 0;
  padding: 16px 0 0;
  border-top: 1px solid;
  font-size: 12px;
}

.foot-nav__item {
  margin: 0 5px;
}

.foot-nav__item:before {
  margin-right: 0.5em;
  font-family: icomoon;
  content: "\e900";
}

.copyright {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}

.copyright > small {
  font-size: 1em;
}

.social-link {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4286em;
  margin: 1.4286em 0;
  padding: 0;
}

.social-link a {
  display: block;
  text-decoration: none;
}

.social-link a:hover,
.social-link a:focus {
  opacity: 0.7;
}

.social-link a:before {
  display: block;
  font: 2em/1 icomoon;
  content: "\e902";
}

.social-link a[href*="instagram.com"]:before {
  content: "\e903";
}

.social-link a[href*="tiktok.com"]:before {
  content: "\e904";
}

/* Site Content
--------------------------------*/

.site-content--blog {
  margin-top: 40px;
  margin-bottom: 40px;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

.company-business-area,
.news-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #EAEAEA;
  background-size: cover;
}

.recruit-area > h2,
.recruit-area > h2:before {
  color: inherit;
}

.recruit-area > h2:after {
  background: currentColor;
}

/* 404
--------------------------------*/

.not-found {
  margin: 40px 0;
}

.search-form {
  display: -webkit-flex;
  display: flex;
  max-width: 400px;
  border: 1px solid #ccc;
}

.search-form__field[type=search] {
  -webkit-flex: 1;
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  -webkit-flex: 0 0 4em;
  flex: 0 0 4em;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/

.sidebar {
  margin-top: 40px;
}

.widget {
  margin: 40px 0;
  padding: 0;
}

.widget__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-color: #4FA51E;
  color: #111;
  font-size: 12px;
}

.widget__title:before {
  position: static;
  width: auto;
  color: #4FA51E;
  margin-right: 1em;
  background: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.333em;
  content: attr(data-en);
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list > li {
  position: relative;
  padding-left: 1.3em;
}

.category-list > li:before {
  position: absolute;
  left: 0;
  width: 1em;
  color: #4FA51E;
  font-family: icomoon;
  text-align: center;
  content: "\e900";
}

.recent-list {
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.recent-list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a6a6a6;
}

.recent-list__date {
  display: block;
  margin-right: 1em;
  font-size: 0.9285714286em;
  white-space: nowrap;
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 8px 0;
  font-size: 0.875em;
}

.breadcrumbs > ol {
  display: -webkit-flex;
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 4px;
  content: ">";
}

/* Home
--------------------------------*/

.mission-area {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url(images/bg_mission.jpg) no-repeat 50% 50% #333;
  background-size: cover;
  color: #fff;
}

.mission-area:after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 12px;
  content: "熊本 菊池渓谷";
}

.mission-area > h2,
.mission-area > h2:before {
  color: inherit;
}

.business-list {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.business-list__item {
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-top: 10px;
}

.business-list____dummy {
  display: none;
}

.business-list__link {
  display: block;
  background: #4FA51E;
  color: #fff;
  text-decoration: none;
}

.business-list__image {
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
}

.business-list__image > img {
  width: 100%;
}

.business-list__title {
  display: block;
  padding: 2px 0 2px 1em;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-size: 12px;
}

.business-list__title:before {
  margin-right: 1em;
  font-family: icomoon;
  content: "\e900";
}

.post-list {
  list-style: none;
  max-width: 670px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
}

.post-list__item {
  padding: 6px 0;
  border-bottom: 1px solid;
}

.recruit-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url(images/bg_recruit.jpg) no-repeat 50% 0 #808080;
  background-size: cover;
  color: #fff;
}

/* Page
--------------------------------*/

.page-header {
  padding: 22px 0;
  background: #4FA51E;
  color: #fff;
  text-align: center;
}

.page-title {
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.page-title:before {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  content: attr(data-en);
}

.featured-image {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 40px;
  text-align: center;
}

.featured-image__caption {
  display: block;
  margin: 0 3.125vw;
  font-size: 12px;
  text-align: right;
}

/** Company */

.message__author {
  text-align: right;
}

.message__author-name {
  display: block;
  font-weight: 700;
  font-size: 16/14em;
}

.corporate-philosophy-area {
  padding: 2em 1em;
  background: #000;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1rem;
}

.corporate-philosophy-area__heading {
  line-height: 1;
  margin: 0 0 1em;
  color: #b89746;
  font: inherit;
  font-size: 1.5em;
}

.corporate-philosophy {
  list-style: none;
  counter-reset: li-count;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.corporate-philosophy > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5em;
  counter-increment: li-count;
  padding: 0.75em 0.625em;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.corporate-philosophy > li::before {
  grid-column: 1;
  color: #b89746;
  content: counter(li-count, decimal-leading-zero) ".";
}

.coc-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 0 15%;
  background: url(images/deco_coc.svgz) no-repeat 50% 100%;
  background-size: contain;
  color: #4FA51E;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  font-size: 12px;
  text-align: center;
}

.coc-list__item {
  display: inherit;
  -webkit-flex: 0 0 128px;
  flex: 0 0 128px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 128px;
  margin: 10px 10px 0;
  border: 1px solid;
  border-radius: 50%;
}

.coc-list__item dt {
  margin: 0;
  font-size: 1.2222em;
}

.coc-list__item dd {
  margin: 0;
}

.company-profile-image {
  margin-bottom: 20px;
  text-align: center;
}

.name-list {
  width: auto;
}

.name-list th,
.name-list td {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
}

.name-list th {
  padding-right: 1em;
}

.company-profile th,
.business-table th,
.history th {
  width: 24%;
}

/** Business */

.business-photos__item {
  margin-top: 16px;
}

.business-photos__caption {
  margin-bottom: 5px;
  color: #4FA51E;
  font-size: 16px;
  text-align: center;
}

.business-photos__image {
  position: relative;
  width: 110px;
  margin: 0 auto;
}

.business-photos__title {
  display: block;
  font-size: 12px;
  text-align: right;
}

.business-photos__flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.business-photos__flow > .business-photos__image:nth-child(2) {
  margin-left: 20px;
}

.business-photos__flow > .business-photos__image:nth-child(2):before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 20px;
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #4FA51E;
  font-family: icomoon;
  text-align: center;
  content: "\e900";
}

.data-list {
  display: table;
}

.data-list__item {
  display: table-row;
}

.data-list__item > dt {
  display: table-cell;
  padding-right: 1em;
  font-weight: 400;
  white-space: nowrap;
}

.data-list__item > dd {
  display: table-cell;
}

/** Contact */

.contact-privacy-policy {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #a6a6a6;
}

.contact-privacy-policy a:before {
  display: inline-block;
  color: #4FA51E;
  font-family: icomoon;
  text-decoration: none;
  content: "\e900 ";
}

.contact-privacy-policy__caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

.contact-privacy-policy__caption:before {
  content: none;
}

/** Office */

.office {
  margin-top: 40px;
}

.office__image {
  margin-bottom: 1em;
  text-align: center;
}

.office__image > img {
  width: 100%;
}

.office__header {
  margin-bottom: 4px;
}

.office__category {
  display: table;
  margin-bottom: 8px;
  padding: 0 8px;
  background: #4FA51E;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro E", sans-serif;
  text-align: center;
}

.office__name {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
}

.office__name:before {
  content: none;
}

.office__info {
  margin-bottom: 1em;
}

.office__contact {
  display: -webkit-flex;
  display: flex;
}

.office__fax {
  margin-left: 1em;
}

.office__description {
  margin-bottom: 1em;
}

.office__data {
  margin: 0;
}

.office__data dt {
  display: table;
  margin: 0 0 4px;
  padding: 0 8px;
  border: 1px solid #999;
  font-weight: 400;
}

.office__data dd {
  margin: 0;
}

.office__link {
  margin-top: auto;
}

/** Link */

.link-list {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 312.5px;
  margin: 0 auto;
  padding: 0;
}

.link-list__item {
  flex: 0 0 48%;
}

.link-list__item:nth-child(n+3) {
  margin-top: 12px;
}

/** Recruit */

.recruit-info-list__item {
  margin: 40px 0 0;
}

.recruit-info-list__item:first-child {
  margin-top: 0;
}

.recruitment-guideline ul {
  margin: 0;
}

.bonuse-and-payrise {
  margin: 0;
}

.bonuse-and-payrise__item {
  display: -webkit-flex;
  display: flex;
}

.bonuse-and-payrise__item > dt {
  font-weight: 400;
}

.bonuse-and-payrise__item > dt:after {
  content: "：";
}

.bonuse-and-payrise__item > dd {
  margin: 0;
}

/** Privacy Policy */

.privacy-policy-part {
  padding-top: 0;
}

.privacy-policy-part__heading {
  margin-bottom: 1rem;
  text-align: left;
}

/* Post
--------------------------------*/

.post {
  margin: 40px 0;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.entry-date {
  color: #666;
}

.post-categories {
  display: -webkit-inline-flex;
  display: inline-flex;
}

.post-categories > a {
  display: inline-block;
  line-height: 1.6667;
  margin-left: 1em;
  padding: 0 8px;
  background: #4FA51E;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.entry-title {
  margin: 0;
  font-size: 24px;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 40px;
}

.post-share__heading {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  margin: 0;
  padding: 0;
  border: 0;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.alignnone {
  vertical-align: baseline;
}

div.wpcf7 {
  margin: 40px auto 0;
}

.fields {
  border-top: 1px solid #a6a6a6;
}

.field {
  padding: 10px 0;
  border-bottom: 1px solid #a6a6a6;
}

.field__label {
  display: block;
  margin-bottom: 6px;
}

.field__note {
  margin: 0;
  color: #666;
  font-size: 0.8571428571em;
}

.required,
.optional {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
  padding: 0 5px;
  background: #e54b52;
  color: #fff;
  font: 12px/1.6667 "FOT-筑紫ゴシック Pr5 D", sans-serif;
}

.optional {
  background: #4b86e5;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  text-align: center;
}

label[for],
.wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit,
.wpcf7-confirm {
  width: 240px;
}

input.wpcf7-submit {
  margin-left: 20px;
}

input.wpcf7-submit:first-child {
  margin-left: 0;
}

input.wpcf7-confirm {
  margin-left: 20px;
}

.sent input.wpcf7-confirm {
  margin-left: 0;
}

input.wpcf7-back {
  width: 160px;
  margin-bottom: 20px;
  padding: 6px;
  background: #ddd;
  color: #666;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  left: -0.8em;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  background: #999;
}

input.wpcf7c-conf {
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-note {
  width: fit-content;
  margin: 24px auto;
  color: #999;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.75em;
}

/* Page Navigation
--------------------------------*/

.navigation {
  margin: 60px auto 0;
  text-align: center;
}

.pagination {
  margin-right: -4px;
  margin-left: -4px;
}

.post-navigation a {
  text-decoration: none;
}

.nav-links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  color: #4FA51E;
}

.nav-next > a,
.nav-previous > a {
  display: block;
  position: relative;
  z-index: 1;
  width: 38px;
  border: 1px solid;
  line-height: 36px;
  font-size: 22px;
}

.nav-next > a:before,
.nav-previous > a:before {
  display: block;
  font-family: icomoon;
  content: "\e900";
}

.nav-next {
  -webkit-order: 0;
  order: 0;
  margin-right: auto;
}

.nav-next > a:before {
  content: "\e901";
}

.nav-previous {
  -webkit-order: 1;
  order: 1;
  margin-left: auto;
}

.back-link {
  margin-top: 60px;
  text-align: center;
}

.navigation + .back-link {
  margin-top: -38px;
}

.btn--back {
  display: inline-block;
  width: 200px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-numbers {
  display: inline-block;
  min-width: 38px;
  line-height: 36px;
  margin: 0 4px;
  padding: 0 6px;
  border: 1px solid;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.page-numbers:hover,
.page-numbers:focus {
  background: rgba(79, 165, 30, 0.2);
}

.page-numbers:before {
  vertical-align: top;
  font-family: icomoon;
}

.page-numbers.current {
  background: #4FA51E;
  color: #fff;
}

.page-numbers.prev:before {
  content: "\e901";
}

.page-numbers.next:before {
  content: "\e900";
}

/* Social
--------------------------------*/

.share-buttons {
  display: -webkit-flex;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}

.share-buttons__item {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 4px;
}

.share-buttons__link {
  display: block;
  width: 48px;
  height: 46px;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}

.share-buttons__link:before {
  display: block;
  font: 20px/2.3 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}

.share-buttons__item:hover .share-buttons__link,
.share-buttons__item:focus .share-buttons__link {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
}

.share-buttons__link.facebook {
  background-color: #3b5998;
}

.share-buttons__link.twitter {
  background-color: #1da1f3;
}

.share-buttons__link.googleplus {
  background-color: #dd4b39;
}

.share-buttons__link.tumblr {
  background-color: #36465d;
}

.share-buttons__link.pocket {
  background-color: #ef4056;
}

.share-buttons__link.hatena {
  background-color: #00a5de;
}

.share-buttons__link.line {
  background-color: #00c300;
}

.share-buttons__title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "LINE";
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #e54b52;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 480px) {
  .hero__movie {
    height: 56.25vw;
  }

  .hero__text {
    font-size: 5vw;
  }

  .hero__logo {
    width: 216px;
    height: 52px;
  }

  .business-list__item {
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }

  .business-list__title {
    font-size: 11px;
  }

  .link-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: none;
  }

  .link-list__item {
    flex: 0 0 31.25%;
    margin-left: 3.125%;
  }

  .link-list__item:nth-child(3n+1) {
    margin-left: 0;
  }

  .link-list__item:nth-child(3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  section,
  .introduction-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  article > section,
  section > section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  caption {
    padding: 6px 16px 6px 20px;
  }

  caption:before {
    top: 6px;
    bottom: 6px;
    left: 6px;
    width: 5px;
  }

  th,
  td {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  h2 {
    margin-bottom: 40px;
  }

  h2[data-en] {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 3.5px 0 3.5px calc(50% + 50px);
    text-align: left;
  }

  h2[data-en]::before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    line-height: 1;
    height: 1em;
    margin: auto 50px auto 0;
  }

  h2[data-en]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 22px;
    margin: auto;
    background: #111;
    -webkit-transform: rotate(26.6deg);
    transform: rotate(26.6deg);
    content: "";
  }

  .btn {
    display: inline-block;
    width: 400px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .link {
    margin-top: 40px;
  }

  .tagline {
    font-size: 1.25rem;
    word-break: keep-all;
  }

  .tagline > span {
    display: block;
  }

  .text-width-image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .text-width-image__image,
  .text-width-image__text {
    -webkit-flex: 0 0 47.9166666667%;
    flex: 0 0 47.9166666667%;
    margin: 0;
  }

  .text-width-image__text .btn {
    display: block;
    width: auto;
  }

  .site-header-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-title {
    margin-bottom: 10px;
    text-align: center;
  }

  .global-nav {
    display: block;
    line-height: 1.4;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .global-nav .social-link {
    display: none;
  }

  .global-nav__inner {
    display: contents;
  }

  .global-nav__list {
    display: flex;
  }

  .global-nav__item {
    -webkit-flex: 1;
    flex: 1;
  }

  .global-nav__link {
    padding: 4px 0;
  }

  .global-nav__link:before {
    display: block;
    color: #4FA51E;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    content: attr(data-en);
  }

  .menu-button {
    display: none;
  }

  .hero__text {
    top: 6.667vw;
    letter-spacing: 0.4em;
  }

  .hero__text:after {
    font-size: 0.48em;
    letter-spacing: 0.1em;
  }

  .hero__logo {
    top: 22.3vw;
    bottom: auto;
  }

  .site-footer-content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "organization social" "foot-nav foot-nav";
    align-items: start;
    gap: 0 1.7143em;
  }

  .organization {
    grid-area: organization;
  }

  .social-link {
    grid-area: social;
    margin: 0;
  }

  .social-link a {
    font-size: 2em;
  }

  .foot-nav {
    grid-area: foot-nav;
  }

  .foot-menu {
    padding: 16px 0;
    font-size: 1em;
    font-weight: 700;
  }

  .foot-menu__item:after {
    margin: 0 0.3em;
    content: " / ";
  }

  .organization {
    text-align: left;
  }

  .foot-nav {
    position: relative;
    z-index: 1;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    padding-top: 6px;
    font-size: 1.4583333333vw;
  }

  .foot-nav__item {
    -webkit-flex: 0 16.667%;
    flex: 0 16.667%;
    margin: 10px 0 0;
  }

  .site-content--blog {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  main {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .sidebar {
    -webkit-flex: 0 0 31.875%;
    flex: 0 0 31.875%;
    margin: 0;
  }

  .recent-list__item {
    display: block;
  }

  .recent-list__date {
    line-height: 1.25;
  }

  .mission-area {
    padding-top: 19.2708333333vw;
    padding-bottom: 19.2708333333vw;
    background-image: url(images/bg_mission@1920.jpg);
  }

  .mission-area > h2:after {
    background: currentColor;
  }

  .business-list {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .business-list__item {
    -webkit-flex-basis: 19%;
    flex-basis: 19%;
  }

  .business-list__item:nth-child(n) {
    margin-left: 1.25%;
  }

  .business-list__item:nth-child(5n+1) {
    margin-left: 0;
  }

  .business-list__dummy {
    display: block;
    flex: 100%;
  }

  .business-list__link {
    display: block;
  }

  .business-list__title {
    font-size: 12px;
  }

  .post-list__item {
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
  }

  .post-list__date {
    width: 6em;
  }

  .recruit-area {
    background-image: url(images/bg_recruit@1920.jpg);
  }

  .recruit-area__heading:after {
    background: currentColor;
  }

  .featured-image {
    margin-top: 60px;
  }

  .corporate-philosophy-area {
    padding: 3em 2.5em;
  }

  .corporate-philosophy-area__heading {
    font-size: 1.875em;
  }

  .corporate-philosophy {
    font-size: 1.10125em;
  }

  .coc-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0 120px;
    font-size: 18px;
  }

  .coc-list__item {
    -webkit-flex-basis: 230px;
    flex-basis: 230px;
    height: 230px;
    margin: 0;
  }

  .company-profile-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .company-profile-image,
  .company-profile-content {
    -webkit-flex: 0 0 47.9166666667%;
    flex: 0 0 47.9166666667%;
  }

  .company-profile-image {
    margin-bottom: 0;
    padding-top: 13px;
  }

  .company-profile-image > img {
    width: 100%;
  }

  .business-photos {
    display: -webkit-flex;
    display: flex;
  }

  .business-photos__item {
    margin-right: 20px;
  }

  .business-photos__caption {
    font-size: 16px;
    text-align: left;
  }

  .business-photos__image {
    width: 160px;
  }

  .contact-privacy-policy {
    margin-top: 40px;
    padding: 20px;
  }

  .office-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -50px;
  }

  .office-list--warehouse {
    margin-top: 0;
  }

  .office {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
  }

  .office--no-image {
    -webkit-flex-basis: 47.9166666667%;
    flex-basis: 47.9166666667%;
  }

  .office .btn {
    display: block;
    width: auto;
  }

  .office__image,
  .office__content {
    -webkit-flex: 0 0 47.9166666667%;
    flex: 0 0 47.9166666667%;
    margin-bottom: 0;
  }

  .office__content {
    display: inherit;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .office--no-image .office__content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .office--no-image .office__info {
    margin-bottom: 30px;
  }

  .link-list__item:nth-child(n+4) {
    margin-top: 20px;
  }

  .recruitment-guideline th {
    width: 7em;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .field {
    display: -webkit-flex;
    display: flex;
  }

  .field__label {
    display: inherit;
    -webkit-flex: 0 0 240px;
    flex: 0 0 240px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding-right: 20px;
  }

  .field__control {
    -webkit-flex: 1;
    flex: 1;
    max-width: calc(100% - 240px);
  }

  .field__label {
    padding-right: 40px;
  }

  .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
  }

  input.wpcf7-confirm {
    width: 450px;
  }

  input.wpcf7-back {
    margin: 0;
  }

  .btn--back {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }

  h2 {
    margin-bottom: 60px;
  }

  .site-content,
  .foot-menu__list,
  .site-footer-content,
  .site-header-content {
    padding-right: 0;
    padding-left: 0;
  }

  .btn {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .site-header-content {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .site-title {
    margin-bottom: 0;
  }

  .global-nav {
    margin: 0;
    font-size: 12px;
  }

  .global-nav__item {
    -webkit-flex: auto;
    flex: auto;
    margin-left: 24px;
  }

  .global-nav__item:first-child {
    margin-left: 0;
  }

  .global-nav__link {
    position: relative;
  }

  .global-nav__link:before {
    font-size: 16px;
  }

  .global-nav__link:after {
    position: absolute;
    top: 100%;
    left: -4px;
    width: 0;
    height: 2px;
    background: #4FA51E;
    transition: inherit;
    content: "";
  }

  .global-nav__link:hover:after,
  .global-nav__link:focus:after {
    width: calc(100% + 4px);
  }

  .hero__movie {
    height: 640px;
  }

  .hero__text {
    top: 64px;
    font-size: 48px;
  }

  .hero__logo {
    top: 214px;
  }

  .foot-menu {
    padding: 20px 0;
  }

  .foot-nav {
    font-size: 14px;
  }

  .foot-nav__link:hover,
  .foot-nav__link:focus {
    text-decoration: none;
  }

  .mission-area {
    padding-top: 185px;
    padding-bottom: 185px;
  }

  .business-list__item {
    -webkit-flex-basis: 168px;
    flex-basis: 168px;
    margin-top: 32px;
  }

  .business-list__item:nth-child(n) {
    margin-left: 30px;
  }

  .business-list__item:nth-child(5n+1) {
    margin-left: 0;
  }

  .business-list__title {
    font-size: 14px;
  }

  .post-list__item {
    padding: 23px 0;
  }

  .recruit-area {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .page-header {
    padding: 32px 0;
  }

  .featured-image__caption {
    width: 960px;
    margin: 0 auto;
  }

  .business-photos__item {
    margin-right: 40px;
  }

  .business-photos__caption {
    font-size: 18px;
  }

  .business-photos__image {
    width: 220px;
  }

  .business-photos__title {
    font-size: 14px;
  }

  .business-photos__flow > .business-photos__image:nth-child(2):before {
    font-size: 20px;
  }

  .link-list a:hover,
  .link-list a:focus {
    opacity: 0.65;
  }

  div.wpcf7 {
    margin-top: 60px;
  }

  .btn--back {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .category-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1em;
  }

  .category-list > li {
    margin-left: 1em;
  }

  .business-table,
  .history {
    display: block;
    width: auto;
  }

  .business-table > caption,
  .business-table > tbody,
  .business-table tr,
  .business-table th,
  .business-table td,
  .history > caption,
  .history > tbody,
  .history tr,
  .history th,
  .history td {
    display: inherit;
    width: 100%;
  }

  .business-table td,
  .history td {
    padding-left: 0;
  }

  .wpcf7-text {
    width: 100%;
  }
}

@media print {
  body {
    min-width: 1024px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}