@charset "UTF-8";

/*
Theme Name:   Kosugi corporate
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      2.0
Template:     archetype2019
*/

/* Font
--------------------------------*/

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

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

*,
*:before,
*:after {
  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;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "YuGothic", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

.win {
  font-weight: 500;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #444;
}

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-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 {
  margin-top: 60px;
  margin-bottom: 60px;
}

section section {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

caption {
  text-align: center;
}

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

th {
  color: #10B56C;
  font-weight: 700;
  white-space: nowrap;
}

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: 1px solid #ccc;
  border-radius: 4px;
}

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[type=submit] {
  line-height: 1.5;
  min-width: 240px;
  padding: 12px;
  border-radius: 3px;
  background: #10B56C;
  color: #fff;
  text-align: center;
}

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

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

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.breadcrumbs > ol,
.site-content,
.site-footer-content {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

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

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

h1 {
  line-height: 1.25;
}

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

h2 + section,
h3 + section,
h4 + section,
h5 + section,
h6 + section {
  margin-top: 0;
}

h2 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

h2:after {
  display: block;
  width: 5px;
  height: 0.968em;
  margin: 0.8em auto 0;
  background: #10B56C;
  content: "";
}

h3 {
  position: relative;
  padding: 0 0 8px 18px;
  border-bottom: 1px solid #afc2b0;
  font-weight: 400;
  font-size: 20px;
}

h3:after {
  position: absolute;
  top: 0.075em;
  bottom: calc(0.075em + 8px);
  left: 0;
  width: 5px;
  background: #10B56C;
  content: "";
}

h4,
h5,
h6 {
  margin-bottom: 16px;
}

h4 {
  color: #10B56C;
  font-size: 17px;
}

h5 {
  padding: 10px;
  background: #dcf4ea;
  color: #333;
  font-size: 16px;
}

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

.site {
  position: relative;
  margin: auto;
}

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

.btn {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  min-width: 210px;
  padding: 8px 40px;
  border: 3px solid #E5ECE6;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "YuGothic", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.btn:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 1em;
  margin: auto;
  color: #10B56C;
  font: 12px/1 icomoon;
  content: "\e901";
}

.btn:hover,
.btn:focus {
  border-color: #10B56C;
}

.btn2 {
  display: inline-block;
  max-width: 100%;
  min-width: 240px;
  line-height: 1.5;
  box-shadow: none;
  padding: 12px;
  border: 1px solid #6F8D7A;
  border-radius: 3px;
  font-family: -apple-system, BlinkMacSystemFont, "YuGothic", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.image {
  text-align: center;
}

.tagline {
  max-width: 37em;
  margin: 0 auto 1.5rem;
  font-weight: 700;
  font-size: 17px;
  text-align: justify;
}

.lede {
  margin: 1.5rem auto;
}

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

.break:before {
  white-space: pre;
  content: "\a";
}

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

.text-with-image__text {
  text-align: justify;
}

.text-with-image__text .link {
  margin-top: 1.5em;
}

.paragraph {
  margin: 1.75em 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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding-left: 3.125vw;
}

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

.global-nav {
  display: none;
}

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

.global-nav__item {
  margin-top: 16px;
}

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

.global-nav__link {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.global-nav__link[target=_blank]:after {
  opacity: 0.75;
  margin-left: 0.3em;
  font-family: icomoon;
  font-size: 0.75em;
  content: "\e90b";
}

.global-nav__item:nth-child(5) .global-nav-child__item:first-child {
  flex: 100%;
}

.global-nav-child {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.882353em;
}

.global-nav-child__item {
  margin-left: 1em;
  white-space: nowrap;
}

.global-nav-child__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.global-nav-child__link[target=_blank]:after {
  opacity: 0.75;
  margin-left: 0.3em;
  font-family: icomoon;
  font-size: 0.75em;
  content: "\e90b";
}

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

.fixed .site {
  position: relative;
}

.menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100001;
  background: #10B56C;
  transition: none;
  color: #fff;
}

.menu-button[data-open=true] {
  box-shadow: 0 0 0 1px #fff;
}

.admin-bar .menu-button {
  top: 46px;
}

.menu-icon {
  display: block;
  margin: auto;
}

.menu-icon__bar {
  transform-origin: 50% 50%;
  transition: 0.5s;
  fill: currentColor;
}

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

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

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

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

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

span.menu-icon {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

span.menu-icon__bar {
  position: absolute;
  background: currentColor;
}

.menu-tooltip {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 28px;
  line-height: 28px;
  margin: auto 20px auto 0;
  padding: 0 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.8);
  transform-origin: calc(100% + 20px) 50%;
  transition: opacity 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.menu-tooltip:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 4px 0 4px 20px;
  border-left-color: rgba(0, 0, 0, 0.8);
  content: "";
}

.menu-tooltip[data-remove=true] {
  opacity: 0;
  speak: none;
}

@keyframes float {
  50% {
    transform: scale(1.05);
  }
}

.drawer {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 3.125vw 20px;
  background: rgba(16, 181, 108, 0.9);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  color: #fff;
  transition: 0.3s;
}

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

.jumbotron {
  position: relative;
  z-index: 0;
  height: calc(100vh - 60px);
  max-height: 540px;
  overflow: hidden;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.jumbotron:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(25, 61, 9, 0.25);
  content: "";
}

.jumbotron__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
}

.jumbotron__movie video {
  vertical-align: bottom;
}

.jumbotron__content {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(25, 61, 9, 0.25);
}

.jumbotron__caption {
  line-height: 1.2;
  margin: 0;
  padding: 0 0.4em 20px;
  border-bottom: 1px solid;
  font-size: 8vw;
  letter-spacing: 0.1em;
  word-break: keep-all;
}

.jumbotron__text {
  line-height: 1.5;
  margin: 24px 0.5em;
  letter-spacing: 0.1em;
  word-break: keep-all;
}

.jumbotron__btn {
  border-color: currentColor;
}

.jumbotron__scroll {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 24px;
  left: 0;
  width: 1em;
  line-height: 1;
  margin: auto;
  background: transparent;
  color: inherit;
  font-size: 50px;
}

.jumbotron__scroll:before {
  font-family: icomoon;
  content: "\e902";
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

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

.site-footer {
  background: #F0F0F0;
}

.site-footer-content {
  padding-top: 50px;
}

.site-footer-content:before {
  display: block;
  width: 78.6666666667vw;
  height: 12.2666666667vw;
  margin: 0 auto 40px;
  background: url(images/logo.svgz) no-repeat 50% 50%;
  background-size: contain;
  content: "";
}

.site-footer-content--h:before {
  background-image: url(/assets/images/logo_holdings_h.png);
}

.foot-link {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.foot-link__item {
  margin-bottom: 16px;
}

.copyright {
  margin: 40px 0;
  font-size: 10px;
  text-align: center;
}

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

.back2top {
  display: block;
  line-height: 1;
  padding: 15px 0;
  background: #10B56C;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.back2top:before {
  display: block;
  position: relative;
  top: 0;
  transition: inherit;
  font-family: icomoon;
  font-size: 50px;
  content: "\e900";
}

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

.site-content {
  margin-top: 30px;
  margin-bottom: 60px;
}

.home .site-content {
  margin-top: 0;
  margin-bottom: 0;
}

.no-posts {
  margin: 60px 0;
  font-weight: 700;
  text-align: center;
}

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

.search-form {
  display: flex;
  max-width: 400px;
}

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

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

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

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

.breadcrumbs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 12px;
  color: #10B56C;
  font-size: 0.75em;
}

.breadcrumbs > ol {
  display: flex;
}

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

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

.breadcrumbs li:last-child {
  color: #444;
  font-weight: 700;
}

.breadcrumbs li + li:before {
  margin: 0 1em;
  color: #6C6C6C;
  font-weight: 400;
  content: "/";
}

.breadcrumbs a {
  text-decoration: none;
}

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

.home-main > section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}

.home-heading {
  position: relative;
  padding-top: 36px;
  color: #10B56C;
  font-weight: 700;
  font-size: 14px;
}

.home-heading:before {
  display: block;
  margin-bottom: 4px;
  color: #444;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  content: attr(data-en);
}

.home-heading:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1em;
  height: auto;
  margin: auto;
  background: transparent;
  color: #444;
  font: 32px/1 icomoon;
  content: "\e904";
}

.home-heading--news:after {
  content: "\e905";
}

.home-heading--posts:after {
  content: "\e906";
}

.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px 3px;
}

.business-grid__item {
  text-align: center;
}

.business-grid__link {
  display: block;
  height: 100%;
  background: #10B56C;
  text-decoration: none;
}

.business-grid__image {
  text-align: center;
}

.business-grid__content {
  position: relative;
  z-index: 0;
  line-height: 1.333;
  padding: 0 4px 12px;
  background: inherit;
  color: #fff;
}

.business-grid__content:before {
  display: block;
  position: relative;
  top: -3px;
  margin-bottom: 7px;
  font: 25px/1 icomoon;
  content: "\e907";
}

.business-grid__content:after {
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.business-grid__item--baibai .business-grid__content:before {
  content: "\e908";
}

.business-grid__item--tenant .business-grid__content:before {
  content: "\e909";
}

.business-grid__item--consulting .business-grid__content:before {
  content: "\e90a";
}

.business-grid__item--toushi .business-grid__content:before {
  content: "\e90d";
}

.business-grid__item--facility .business-grid__content:before {
  content: "\e90c";
}

.business-grid__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 5.0666666667vw;
  word-break: auto-phrase;
}

.business-grid__text {
  margin: 0;
  font-size: 3.2vw;
  word-break: keep-all;
}

.home-news-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #F0F0F0;
}

.post-list {
  list-style: none;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.125em;
}

.post-list__item {
  padding: 18px 10px;
  border-bottom: 1px solid #D4D4D4;
}

.post-list__item:last-child {
  border: 0;
}

.post-list__meta {
  margin-bottom: 4px;
}

.post-list__date {
  margin-right: 8px;
  font-weight: 700;
}

.post-list__category {
  display: inline-block;
  line-height: 1.6;
  min-width: 8.5em;
  padding: 0 0.25em;
  background: #10B56C;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.post-list--urgent {
  margin-bottom: 32px;
}

.post-list--urgent .post-list__category {
  background: #ff3b3b;
}

.urgent-post-caption {
  line-height: 1.25;
  margin-bottom: 8px;
  color: #ff3b3b;
  font-weight: 700;
}

.post-grid {
  line-height: 1.25;
}

.post-grid__item {
  margin-top: 20px;
}

.post-grid__item:first-child {
  margin-top: 0;
}

.post-grid__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.post-grid__image {
  flex: 0 0 120px;
  margin-right: 16px;
  transition: inherit;
  text-align: center;
}

.post-grid__image > img {
  width: 100%;
}

.separate-navigation {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: center;
}

.separate-navigation__part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 292px;
  margin-top: 1px;
  background: #333;
  background: linear-gradient(rgba(32, 59, 20, 0.6), rgba(32, 59, 20, 0.6)), url(images/bg_sep_company.jpg) no-repeat 50% 50% #333;
  background-size: cover;
  color: #fff;
}

.separate-navigation__part--recruit {
  background-image: linear-gradient(rgba(32, 59, 20, 0.6), rgba(32, 59, 20, 0.6)), url(images/bg_sep_recruit.jpg);
}

.separate-navigation__caption {
  width: 260px;
  line-height: 1.48;
  margin: 0 auto 20px;
  font-size: 21px;
  letter-spacing: 0.2em;
}

.separate-navigation__caption:before {
  display: block;
  margin-bottom: 12px;
  border-bottom: 1px solid;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  content: attr(data-en);
  speak: none;
}

.separate-navigation__btn {
  border-color: currentColor;
}

.home-link-area {
  padding: 0;
}

.link-area__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  font-size: 16px;
  text-align: center;
}

.link-area__heading:before,
.link-area__heading:after {
  position: static;
  flex: 0 0 13.333vw;
  width: auto;
  height: 5px;
  border: solid #B7D7C6;
  border-width: 1px 0;
  background: transparent;
  content: "";
}

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

.banner-list__item {
  flex: 0 0 49%;
  margin-top: 8px;
}

.banner-list__item:nth-child(-n+2) {
  margin-top: 0;
}

.banner-list__item:empty {
  display: none;
}

/* Hazard Map */

.hazard-map {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hazard-map li {
  list-style: none;
  display: block;
  width: 6rem;
  border: 1px solid #10B56C;
  border-radius: 3px;
  margin: 1rem;
}

.hazard-map li a {
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem 0;
}

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

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: url(images/h_company.jpg) no-repeat 50% 50% #a8a8a8;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.page-header--solution {
  background-image: url(images/h_solution.jpg);
}

.page-header--office {
  background-image: url(images/h_address.jpg?2);
}

.page-title {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
}

.page-title:before {
  display: block;
  min-width: 5.66em;
  margin-bottom: 0.2em;
  padding: 0 0.5em 0.2em;
  border-bottom: 1px solid;
  font-family: Oswald, sans-serif;
  font-size: 2.524em;
  text-transform: uppercase;
  content: attr(data-en);
  speak: none;
}

.page-list {
  max-width: 940px;
  margin: 0 auto;
  font-size: 0.875em;
}

.page-list__item {
  margin-top: 10px;
}

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

.page-list__link {
  display: block;
  display: flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #10B56C;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.page-list__link:before {
  display: inline-block;
  margin-right: auto;
  font-family: icomoon;
  font-size: 0.786em;
  content: "\e901";
}

.page-list__link:after {
  display: inline-block;
  margin-left: auto;
  width: 0.786em;
  content: "";
}

.page-list__link[target=_blank]:after {
  opacity: 0.75;
  width: auto;
  margin-right: auto;
  margin-left: 0.3em;
  font-family: icomoon;
  font-size: 11px;
  content: "\e90b";
}

.page-list__link--current {
  background: #10B56C;
  color: #fff;
  pointer-events: none;
}

.link-part {
  margin: 0;
}

.link-part + .link-part {
  margin-top: 32px;
}

.link-part__heading {
  position: relative;
  color: inherit;
  padding-left: 1.25em;
  font-weight: 400;
  font-size: 16px;
}

.link-part__heading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1px;
  margin: auto;
  background: currentColor;
  content: "";
}

/** Company */

.content-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.content-nav__item {
  flex: 0 0 48%;
  margin-top: 20px;
}

.content-nav__item:nth-child(-n+2) {
  margin-top: 0;
}

.content-nav__link {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
}

.content-nav__image {
  transition: inherit;
}

.content-nav__image > img {
  width: 100%;
}

.content-nav__title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 8px;
  background: rgba(16, 181, 108, 0.85);
  color: #fff;
  font-size: 13px;
}

.content-nav__title:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  font-family: icomoon;
  content: "\e901";
}

/* Philosophy */

.company-policy__caption {
  margin-bottom: 20px;
  font-size: 1.375em;
  text-align: center;
}

.company-policy__text em {
  color: #10B56C;
}

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

.business-philosophy__item {
  position: relative;
  margin: 0.5em 0;
  padding-left: 1.5em;
}

.business-philosophy__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: radial-gradient(circle, #10B56C 3px, transparent 3px);
  content: "";
}

.company-vision-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.56;
  height: 25.5102040816vw;
  background: url(images/bg_company_vision.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 4vw;
  word-break: keep-all;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.company-vision {
  max-width: 56em;
  margin: 20px auto 0;
  text-align: justify;
}

/* Advantage */

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

.advantage-list__item {
  flex: 0 0 48.5%;
  margin-top: 10px;
  border-radius: 6px;
  background: #8ed463;
  color: #fff;
}

.advantage-list__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  border-radius: inherit;
  text-align: center;
  text-decoration: none;
}

.advantage-list__anchor:before {
  display: block;
  flex: 0 0 auto;
  width: 46px;
  height: 38px;
  margin-bottom: 8px;
  background: url(images/sprite_advantage.svgz) no-repeat 0 0;
  background-size: auto 100%;
  content: "";
}

.advantage-list__item:nth-child(2) > .advantage-list__anchor:before {
  background-position: 25% 0;
}

.advantage-list__item:nth-child(3) > .advantage-list__anchor:before {
  background-position: 50% 0;
}

.advantage-list__item:nth-child(4) > .advantage-list__anchor:before {
  background-position: 75% 0;
}

.advantage-list__item:nth-child(5) > .advantage-list__anchor:before {
  background-position: 100% 0;
}

.advantage-list__text {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  justify-content: center;
  line-height: 1.333;
  font-weight: 700;
  font-size: 15px;
}

/* Greeting */

.greeting__header {
  position: relative;
  margin-bottom: 16px;
}

.greeting__image {
  margin-bottom: 16px;
  text-align: center;
}

.greeting__tagline {
  line-height: 1.4;
  margin: 0;
  font-size: 18px;
  text-align: justify;
}

.greeting__text {
  text-align: justify;
}

.greeting__author {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 18px;
}

.greeting__author-post {
  margin-right: 1em;
  font-size: 0.6923076923em;
}

/* Profile */

.organization-chart {
  text-align: center;
}

.organization-chart__note {
  font-weight: 700;
  font-size: 0.8125em;
  text-align: left;
}

.related-link {
  list-style: none;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.related-link__item {
  margin-top: 16px;
}

/* History */

.company-history {
  font-size: 0.75em;
}

.company-history th {
  text-align: center;
}

/* Social Contribution */

.sponsorship-image {
  text-align: center;
}

/* Work Environment */

.whats > dt {
  font-weight: inherit;
  font-size: 1.3125em;
}

.whats > dt:after {
  content: "・・・";
}

.whats > dd {
  margin-top: 1em;
  margin-left: 0;
}

.planning-period {
  margin-top: 30px;
  padding: 10px;
  border: 5px solid #f2d2d2;
  background: #fff1f1;
  font-weight: 700;
}

.plan-block {
  counter-reset: plan;
}

.plan {
  counter-increment: plan;
}

.plan__heading {
  margin: 0 0 20px;
  padding: 0;
  background: #10B56C;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

.plan__num,
.plan__target {
  display: block;
  padding: 8px 10px;
}

.plan__num {
  border-bottom: 1px solid;
}

.plan-measures {
  width: auto;
}

.plan-measures th,
.plan-measures td {
  padding: 4px 0;
  border: 0;
  color: inherit;
}

.plan-measures th {
  padding-right: 1em;
}

.plan-measures__caption {
  margin-bottom: 4px;
  text-align: left;
}

.plan-measures__caption:before {
  content: "≪";
}

.plan-measures__caption:after {
  content: "≫";
}

/* Media */

.movie {
  margin-top: 30px;
}

.movie:first-child {
  margin-top: 0;
}

.movie__caption {
  margin-bottom: 0.4em;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 600;
  font-size: 18px;
}

.movie__content {
  position: relative;
}

.movie__content:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.movie__content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** Solution */

/* manage-owner */

.points {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  counter-reset: points;
}

.points__item {
  position: relative;
  margin: 10px 0;
  padding: 10px 10px 10px calc(20px + 2em);
  border-radius: 6px;
  background: #10B56C;
  color: #fff;
  counter-increment: points;
}

.points__item:before {
  position: absolute;
  left: 10px;
  width: 2em;
  font-weight: 400;
  text-align: center;
  content: "0" counter(points);
}

.win .points__item:before {
  font-weight: 500;
}

.points__item:nth-child(n+10):before {
  content: counter(points);
}

.step-block {
  margin-top: 40px;
  counter-reset: step;
}

.step {
  margin: 30px 0;
  counter-increment: step;
}

.step__heading {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px calc(2.38em + 10px);
  background: #10B56C;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
}

.step__heading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.38em;
  box-shadow: 1px 0 currentColor;
  padding-top: inherit;
  padding-bottom: inherit;
  text-align: center;
  content: "0" counter(step);
}

.step:nth-child(n+10) .step__heading:before {
  content: counter(step);
}

.service-list {
  list-style: none;
  line-height: 1.4286;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.service-list__item {
  margin-top: 10px;
  padding: 8px 10px;
  background: #dcf4ea;
  color: #10B56C;
  font-weight: 700;
  text-align: center;
}

.optional-service {
  font-weight: 700;
}

.inquiry-list {
  list-style: none;
  padding: 8px 10px;
  border: 3px solid #10B56C;
  font-size: 0.875em;
}

/* consul */

.proposal-asset-utilization-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.proposal-asset-utilization-list__item {
  display: flex;
  flex: 0 0 48.5%;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 6px;
  background: #10B56C;
  color: #fff;
  text-align: center;
}

.proposal-asset-utilization-list__item:before {
  display: block;
  flex: 0 0 auto;
  width: 50px;
  height: 32px;
  margin-bottom: 8px;
  background: url(images/sprite_consul.svgz) no-repeat 0 0;
  background-size: auto 100%;
  content: "";
}

.proposal-asset-utilization-list__item:nth-child(2):before {
  background-position: 25% 0;
}

.proposal-asset-utilization-list__item:nth-child(3):before {
  background-position: 50% 0;
}

.proposal-asset-utilization-list__item:nth-child(4):before {
  background-position: 75% 0;
}

.proposal-asset-utilization-list__item:nth-child(5):before {
  background-position: 100% 0;
}

.proposal-asset-utilization-list__text {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  justify-content: center;
  line-height: 1.333;
  font-weight: 700;
  font-size: 14px;
}

/* plan */

.planning-flow {
  max-width: 960px;
  margin: 30px auto 0;
}

.planning-flow__image {
  text-align: center;
}

.planning-flow-division__item {
  margin-top: 20px;
  padding: 10px 10px 15px;
  border: 3px solid #10B56C;
  background: #e6fff4;
}

.planning-flow-division__item--kikaku {
  border-color: #f2b25f;
  background: #fffde6;
}

.planning-flow-division__item--kikaku .planning-flow-division__name {
  background: #f2b25f;
}

.planning-flow-division__item--chintai {
  border-color: #63b4ea;
  background: #e6feff;
}

.planning-flow-division__item--chintai .planning-flow-division__name {
  background: #63b4ea;
}

.planning-flow-division__item--kanri {
  border-color: #f482a8;
  background: #ffefef;
}

.planning-flow-division__item--kanri .planning-flow-division__name {
  background: #f482a8;
}

.planning-flow-division__name {
  margin-bottom: 16px;
  padding: 6px;
  background: #10B56C;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.planning-flow-division__content {
  font-size: 0.875em;
  text-align: justify;
}

.series__item {
  margin-top: 30px;
  text-align: center;
}

.series__item:first-child {
  margin-top: 0;
}

.series__image {
  margin-bottom: 10px;
}

.series__name {
  font-weight: 700;
}

.series__address {
  font-size: 0.889em;
}

.takuchi-list {
  list-style: none;
  margin-top: 2em;
  padding-left: 0;
}

/** Residents */

.residents-link {
  list-style: none;
  width: 216px;
  margin: 0 auto;
  padding: 0;
}

.residents-link--alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  max-width: 437.5px;
}

.residents-link__item {
  margin-top: 16px;
}

.residents-link__item:first-child {
  margin-top: 0;
}

.residents-link--alt .residents-link__item {
  flex: 0 0 48%;
}

.residents-link--alt .residents-link__item:nth-child(2) {
  margin-top: 0;
}

/** Recruit */

.recruit-introduction__tagline {
  color: #10B56C;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.0625em;
  text-align: justify;
}

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

.recruit-introduction__text {
  text-align: justify;
}

/** Privacy Policy */

.page-policy {
  counter-reset: privacy-policy;
}

.privacy-policy-header {
  margin-bottom: 2em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dadada;
  font-size: 0.75em;
  text-align: right;
}

.privacy-policy-part {
  margin-top: 50px;
  margin-bottom: 0;
  counter-increment: privacy-policy;
  counter-reset: privacy-policy2;
}

.privacy-policy-part__heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #10B56C;
  text-align: left;
}

.privacy-policy-part__heading:before {
  content: counter(privacy-policy) ". ";
}

.privacy-policy-part__heading:after {
  content: none;
}

.privacy-policy-part > section {
  counter-increment: privacy-policy2;
}

.privacy-policy-part > section:not(:only-of-type) > h3:before {
  content: counter(privacy-policy2) ". ";
}

.privacy-policy-part section {
  margin-top: 40px;
  margin-bottom: 0;
}

.privacy-policy-list {
  list-style: circle;
}

.privacy-policy-list > dt {
  display: list-item;
  margin-left: 1.5em;
}

.privacy-policy-list > dd {
  margin-left: 1.5em;
}

.privacy-policy-list--count {
  list-style: none;
  padding-left: 0;
  counter-reset: count;
}

.privacy-policy-list--count > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: count;
}

.privacy-policy-list--count > li:before {
  position: absolute;
  top: 0.41667em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  line-height: calc(1.5em - 2px);
  border: 1px solid;
  border-radius: 50%;
  font-size: 0.75em;
  text-align: center;
  content: counter(count);
}

.privacy-policy-desk {
  padding: 10px;
  border: 1px dotted #dadada;
  background: #ffc;
  font-size: 0.9375em;
}

.privacy-policy-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.privacy-policy-contact__item {
  display: flex;
  margin-right: 1em;
}

.privacy-policy-contact__item:nth-child(3) {
  flex: 0 1 100%;
}

.privacy-policy-contact__item > dt {
  font-weight: inherit;
}

.privacy-policy-contact__item > dt:after {
  content: " : ";
}

.privacy-policy-contact__item > dd {
  margin: 0;
}

.recruit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit-grid__item {
  flex: 0 0 calc(50% - 1.5px);
  margin-top: 8px;
  text-align: left;
}

.recruit-grid__item:nth-child(-n+2) {
  margin-top: 0;
}

.recruit-grid__link {
  display: block;
  height: 100%;
  background: #10B56C;
  text-decoration: none;
}

.recruit-grid__image {
  text-align: center;
}

.recruit-grid__content {
  position: relative;
  z-index: 0;
  line-height: 1.333;
  padding: 12px;
  background: inherit;
  color: #fff;
}

.recruit-grid__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 4.2666666667vw;
  text-align: center;
}

.recruit-grid__text {
  margin: 0;
  font-size: 3.2vw;
}

.recruit-grid__text > span.bold {
  font-weight: bold;
  color: yellow;
}

.recruit-grid2__item {
  line-height: 1.4;
  margin-top: 30px;
}

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

.recruit-grid2__link {
  display: block;
  border: 3px solid #e7ede7;
  text-decoration: none;
}

.recruit-grid2__image {
  position: relative;
}

.recruit-grid2__image:before {
  display: block;
  padding-top: 54.347826087%;
  content: "";
}

.recruit-grid2__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.recruit-grid2__content {
  padding: 10px;
}

.recruit-grid2__title {
  line-height: 1.25;
  margin-bottom: 0.556em;
  color: #10B56C;
  font-weight: 700;
  font-size: 1.125em;
}

.recruit-grid2__description {
  margin-bottom: 1em;
  color: #858585;
  font-size: 0.875em;
  text-align: justify;
}

.recruit-grid2__btn {
  display: block;
  padding: 4.5px;
  border-radius: 3px;
  background: #10B56C;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.hidden_box {
  margin: 0;
  /*前後の余白*/
  padding: 0;
}

.hidden_box label {
  padding: 15px;
  width: 100%;
  font-weight: bold;
  background: #d5dfd6;
  text-align: center;
  cursor: pointer;
  display: block;
}

.hidden_box label:hover {
  background: #efefef;
}

.hidden_box input {
  display: none;
}

.hidden_box input:checked ~ .hidden_show {
  padding: 1px 0;
  height: auto;
  opacity: 1;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.hidden_box .chk {
  display: none;
}

.hidden_box #open-close ~ .btn-open-close::before {
  content: "詳細を開く";
}

.hidden_box #open-close:checked ~ .btn-open-close::before {
  content: "詳細を閉じる";
}

.hidden_box #open-close2 ~ .btn-open-close::before {
  content: "詳細を開く";
}

.hidden_box #open-close2:checked ~ .btn-open-close::before {
  content: "詳細を閉じる";
}

.hidden_box #open-close3 ~ .btn-open-close::before {
  content: "詳細を開く";
}

.hidden_box #open-close3:checked ~ .btn-open-close::before {
  content: "詳細を閉じる";
}

.page-privacy .site-header,
.page-privacy .page-header,
.page-privacy .breadcrumbs,
.page-privacy .page-nav-area,
.page-privacy .site-footer,
.page-terms .site-header,
.page-terms .page-header,
.page-terms .breadcrumbs,
.page-terms .page-nav-area,
.page-terms .site-footer {
  display: none;
}

/* Office
--------------------------------*/

.office-business {
  display: flex;
  margin-right: -4px;
}

.office-business__item {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 30px;
  line-height: 1.1667;
  margin-right: 4px;
  border-radius: 3px;
  background: #78b640;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.office-business__item--manage {
  background: #f6588f;
}

.office-business__item--support {
  background: #fe9251;
}

.office-business__item--sale {
  background: #47b0bd;
}

.office-business__item--development {
  background: #2935cb;
}

.archive-company-name {
  display: block;
  margin-bottom: 0.2143em;
  font-size: 0.90323em;
}

.office-grid__item {
  line-height: 1.4;
  margin-top: 30px;
}

.office-grid__item:first-child {
  margin-top: 0;
}

.office-grid__link {
  display: block;
  border: 3px solid #e7ede7;
  text-decoration: none;
}

.office-grid__image {
  position: relative;
}

.office-grid__image:before {
  display: block;
  padding-top: 54.347826087%;
  content: "";
}

.office-grid__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.office-grid__content {
  padding: 10px;
}

.office-grid__head {
  display: flex;
  flex-direction: column;
}

.office-grid__name {
  order: 2;
  font-size: 21px;
}

.office-grid__business {
  order: 1;
  margin-bottom: 4px;
}

.office-grid__address {
  margin-bottom: 10px;
  font-size: 14px;
}

.office-grid__tel {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 24px;
  text-align: center;
}

.office-grid__tel small {
  font-size: 0.5em;
}

.office-grid__btn {
  display: block;
  padding: 4.5px;
  border-radius: 3px;
  background: #10B56C;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.office__meta {
  margin-bottom: 1em;
}

.office__image {
  text-align: center;
}

.office__business {
  margin-top: 12px;
}

.office__comment {
  text-align: justify;
}

.office__info {
  margin-top: 30px;
}

.office__map {
  margin-top: 30px;
}

.office__access {
  margin-top: 1em;
}

.office__sections {
  margin-top: 60px;
}

.office-googlemap {
  width: 100%;
  height: 260px;
  background: #F0F0F0;
}

.office-info,
.section-info {
  font-size: 0.8125em;
}

.office-info th,
.office-info td,
.section-info th,
.section-info td {
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
  font-weight: 400;
}

.office-info th,
.section-info th {
  color: inherit;
  white-space: normal;
}

.busy-season-text {
  display: inline-block;
  color: #ff3b3b;
}

.office-section {
  margin: 40px 0 0;
}

.office-section__image {
  margin-bottom: 10px;
  text-align: center;
}

.office-nav-area {
  margin-top: 60px;
}

/* Recruit
--------------------------------*/

.recruit__tagline {
  line-height: 1.3333333333;
  margin-top: 0;
  color: #10B56C;
  font-weight: 700;
  font-size: 20px;
}

/* Archive
--------------------------------*/

.archive-title {
  margin-top: 0;
  border-bottom: 1px dotted #ccc;
  font-weight: 700;
}

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

.post {
  margin: 20px 0;
  padding-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}

.entry-title {
  position: relative;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #10B56C;
  font-size: 20px;
}

.entry-title:after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 5px;
  border-top: 1px dashed #10B56C;
  content: "";
}

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

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

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  color: #666;
  font-size: 0.9375em;
}

.entry-date {
  margin-right: 1em;
}

.entry-footer {
  margin-top: 40px;
  padding-top: 4px;
  border-top: 1px dotted #ccc;
  font-size: 13px;
  text-align: right;
}

.entry-content {
  margin-top: 40px;
}

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

.back-link {
  text-align: right;
}

.back-link > a:before {
  content: "[";
}

.back-link > a:after {
  content: "]";
}

/*** 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 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.field__label {
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.required,
.optional {
  display: inline-block;
  margin-left: 0.3em;
  padding: 0 10px;
  border-radius: 3px;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

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

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

.submit {
  text-align: center;
  text-indent: 20px;
}

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

.wpcf7-submit {
  width: 240px;
}

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

.wpcf7-recaptcha > div {
  margin: 30px auto;
}

.form-privacy-policy {
  text-align: center;
}

.form-privacy-policy a {
  color: #3198d8;
}

.select-element {
  display: block;
  position: relative;
}

.select-element:before,
.select-element:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  pointer-events: none;
  cursor: pointer;
  content: "";
}

.select-element:before {
  border-radius: 0 4px 4px 0;
  background: #10B56C;
}

.select-element:after {
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #fff;
  font-size: 10px;
  text-align: center;
  pointer-events: none;
  content: "▼";
}

.select-element > select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding-right: 28px;
  padding-left: 8px;
  background: #fff;
}

.select-element > select::-ms-expand {
  display: none;
}

input.p-postal-code {
  width: auto;
}

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

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

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

.post-navigation {
  max-width: 320px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

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

.nav-links {
  display: flex;
  justify-content: center;
}

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

.nav-next > a:before {
  font-family: icomoon;
  content: "\e903";
}

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

.nav-previous > a:after {
  font-family: icomoon;
  content: "\e901";
}

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  box-sizing: content-box;
  margin: 0 4px;
  padding: 8px;
  border: 1px solid #10B56C;
  border-radius: 3px;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

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

.page-numbers.current {
  background: #10B56C;
  color: #fff;
}

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

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

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

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

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

.share-buttons__link {
  display: block;
  width: 48px;
  border-radius: 8px;
  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__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: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

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

@media print, screen and (min-width: 375px) {
  .jumbotron__caption {
    font-size: 30px;
  }

  .site-footer-content:before {
    width: 295px;
    height: 46px;
  }

  .business-grid__title {
    font-size: 19px;
  }

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

  .recruit-grid__title {
    font-size: 16px;
  }

  .recruit-grid__text {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 480px) {
  th,
  td {
    padding-right: 16px;
    padding-left: 16px;
  }

  .jumbotron {
    height: 70.3125vw;
    max-height: none;
  }

  .banner-list {
    justify-content: flex-start;
    max-width: 750px;
  }

  .banner-list__item {
    flex-basis: 32%;
    margin-left: 2%;
  }

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

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

  .content-nav {
    justify-content: flex-start;
  }

  .content-nav__item {
    flex-basis: 30.612245%;
    margin-left: 4.0816326531%;
    margin-top: 20px;
  }

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

  .content-nav__item:nth-child(3) {
    margin-top: 0;
  }

  .company-policy {
    text-align: center;
  }

  .company-vision-tagline {
    font-size: 2.3469387755vw;
  }

  .advantage-list__item {
    flex-basis: 18.7755102041%;
    margin: 0;
  }

  .advantage-list__item:nth-child(2n) {
    background: #19ce7e;
  }

  .company-history {
    font-size: 1em;
  }

  .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .service-list__item {
    display: flex;
    flex: 0 0 49%;
    flex-direction: column;
    justify-content: center;
    max-width: 49%;
    margin-top: 15px;
    padding: 10px 12px;
  }

  .service-list__item:nth-child(-n+2) {
    margin-top: 0;
  }

  .proposal-asset-utilization-list__item {
    flex-basis: 18.7755102041%;
    margin: 0;
  }

  .planning-flow-division {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .planning-flow-division__item {
    flex: 0 0 48%;
  }

  .series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
  }

  .series__item {
    flex: 0 0 31.25%;
    margin: 30px 0 0 3.125%;
  }

  .series__item:nth-child(-n+3) {
    margin-top: 0;
  }

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

  .residents-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    max-width: 900px;
  }

  .residents-link--alt {
    max-width: 437.5px;
  }

  .residents-link__item {
    flex: 0 0 48%;
  }

  .residents-link__item:nth-child(2) {
    margin-top: 0;
  }

  .recruit-grid2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .recruit-grid2__item {
    flex: 0 0 48%;
  }

  .recruit-grid2__item:nth-child(2) {
    margin-top: 0;
  }

  .recruit-grid2__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .recruit-grid2__content {
    display: flex;
    flex: 1 auto;
    flex-direction: column;
  }

  .recruit-grid2__btn {
    margin-top: auto;
  }

  .office-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .office-grid__item {
    flex: 0 0 48%;
  }

  .office-grid__item:nth-child(2) {
    margin-top: 0;
  }

  .office-grid__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .office-grid__content {
    display: flex;
    flex: 1 auto;
    flex-direction: column;
  }

  .office-info th,
  .section-info th {
    width: calc(4em + 20px);
  }

  .section-info tr:nth-child(2n+1) {
    background: #f5f5f5;
  }
}

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

@media print, screen and (min-width: 768px) {
  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  section section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  th,
  td {
    padding: 20px 24px;
  }

  input[type=submit] {
    min-width: 320px;
  }

  h2 + section,
  h3 + section,
  h4 + section,
  h5 + section,
  h6 + section {
    margin-top: 0;
  }

  h2 {
    font-size: 3.1632653061vw;
  }

  h5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .admin-bar {
    position: relative;
  }

  .tagline {
    font-size: 2.14286vw;
    text-align: center;
  }

  .tagline > span {
    display: block;
  }

  .text-with-image {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .text-with-image--sc {
    flex-direction: row;
  }

  .text-with-image__image {
    flex: 0 0 36.7346938776%;
    margin: 0;
  }

  .text-with-image--sc .text-with-image__image {
    flex-basis: 42.8571428571%;
  }

  .text-with-image__text {
    flex: 0 0 53.0612244898%;
  }

  .text-with-image__text .link {
    margin-top: 2em;
    text-align: inherit;
  }

  .text-with-image--sc .text-with-image__text {
    flex-basis: 52.0408163265%;
  }

  .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .site-title {
    width: 121px;
  }

  .global-nav {
    font-size: 22px;
  }

  .menu-tooltip--active {
    display: block;
    animation: float 1.5s infinite;
  }

  .drawer {
    width: calc(100% - 100px);
  }

  .jumbotron {
    background-image: none;
  }

  .jumbotron__movie:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 120px;
    margin: auto;
    border: 10px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate linear 1.5s infinite;
    animation: rotate linear 1.5s infinite;
    content: "";
  }

  .jumbotron__movie[data-loading=false]:before {
    content: none;
  }

  .jumbotron__content {
    align-items: center;
  }

  .jumbotron__caption {
    font-size: 4.21875vw;
  }

  .jumbotron__text {
    margin-bottom: 6.25vw;
    font-size: 1.796875vw;
  }

  .jumbotron__scroll {
    bottom: 40px;
  }

  .site-footer-content:before {
    width: auto;
    height: 58px;
  }

  .site-footer-content--h:before {
    width: 480px;
  }

  .foot-link {
    display: flex;
    justify-content: center;
  }

  .foot-link__item {
    margin: 0 10px;
  }

  .back2top {
    padding: 25px 0;
  }

  .site-content {
    margin-top: 60px;
  }

  .breadcrumbs {
    font-size: 0.875em;
  }

  .home-heading {
    display: table;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }

  .home-heading:after {
    top: 2px;
    right: 100%;
    left: auto;
    line-height: 42px;
    margin-right: 24px;
  }

  .business-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.04082vw;
  }

  .post-list {
    display: table;
    width: 100%;
    padding: 20px;
  }

  .post-list__item {
    display: table-row;
    padding: 0;
  }

  .post-list__meta,
  .post-list__content {
    display: table-cell;
    vertical-align: baseline;
    padding: 15px 0;
    border: inherit;
  }

  .post-list__meta {
    padding-right: 1em;
    padding-left: 10px;
    white-space: nowrap;
  }

  .post-list__content {
    width: 100%;
    padding-right: 10px;
  }

  .urgent-post-caption {
    font-size: 18px;
  }

  .post-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .post-grid__item {
    flex-basis: 23.4693877551%;
    margin-left: 2.0408163265%;
  }

  .post-grid__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .post-grid__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .post-grid__link {
    display: block;
  }

  .post-grid__image {
    margin: 0 0 10px;
  }

  .separate-navigation {
    display: flex;
    position: relative;
  }

  .separate-navigation:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    margin: auto;
    background: #fff;
    content: "";
  }

  .separate-navigation__part {
    flex: 0 0 50%;
    height: 39.0625vw;
    margin-top: 0;
    background-image: linear-gradient(rgba(32, 59, 20, 0.6), rgba(32, 59, 20, 0.6)), url(images/bg_sep_company_l.jpg);
  }

  .separate-navigation__part--recruit {
    background-image: linear-gradient(rgba(32, 59, 20, 0.6), rgba(32, 59, 20, 0.6)), url(images/bg_sep_recruit_l.jpg);
  }

  .link-area__heading {
    margin-bottom: 30px;
    font-size: 2.1428571429vw;
  }

  .link-area__heading:before,
  .link-area__heading:after {
    flex-basis: 31.4285714286vw;
    max-width: 308px;
  }

  .banner-list {
    justify-content: center;
    max-width: none;
  }

  .banner-list__item {
    flex-basis: 23.4693877551%;
    margin-top: 12px;
    margin-left: 2.04081334%;
  }

  .banner-list__item:nth-child(4) {
    margin-top: 0;
  }

  .banner-list__item:nth-child(3n+1) {
    margin-left: 2.04081334%;
  }

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

  .banner-list__item:empty {
    display: block;
    background: #F0F0F0;
  }

  .page-header {
    height: 29.5918367347vw;
    background-image: url(images/h_company_l.jpg);
  }

  .page-header--solution {
    background-image: url(images/h_solution_l.jpg);
  }

  .page-header--office {
    background-image: url(images/h_address_l.jpg?2);
  }

  .page-title {
    font-size: 2.1428571429vw;
  }

  .page-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 38px;
    font-size: 12px;
  }

  .page-list__item {
    flex: 0 0 calc((100% - 30px) / 4);
    margin-left: 10px;
  }

  .page-list__item:nth-child(-n+4) {
    margin-top: 0;
  }

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

  .page-list__link {
    padding: 0 0 0 12px;
  }

  .page-list__link[href="#cleaning-staff"] {
    padding-right: 0;
    font-size: 0.8333333333em;
  }

  .page-list__link[href="#cleaning-staff"]:before,
  .page-list__link[href="#cleaning-staff"]:after {
    font-size: 0.9432em;
  }

  .link-part__heading {
    font-size: 1.9387755102vw;
  }

  .content-nav__item {
    margin-top: 24px;
  }

  .content-nav__title {
    padding: 6px 12px;
    font-size: 16px;
  }

  .company-policy {
    margin-top: 40px;
  }

  .company-policy__caption {
    margin-bottom: 1.5em;
    font-size: 2em;
  }

  .company-policy__text {
    font-size: 1.0625em;
  }

  .business-philosophy__item {
    padding-left: 2.4em;
  }

  .business-philosophy__item:before {
    width: 2.4em;
  }

  .advantage-list__item {
    flex-basis: 18.7755102041%;
    margin: 0;
    border-radius: 10px;
  }

  .advantage-list__anchor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .advantage-list__anchor:before {
    width: 69px;
    height: 57px;
    margin-bottom: 10px;
  }

  .advantage-list__text {
    font-size: 16px;
  }

  .greeting__header {
    margin-bottom: 32px;
    background: #111;
    color: #fff;
  }

  .greeting__image {
    margin: 0;
  }

  .greeting__heading {
    position: absolute;
    top: 16%;
    left: 10.2040816327%;
  }

  .greeting__tagline {
    width: 15em;
    line-height: 2.08333;
    margin-bottom: 1em;
    font-size: 2.2959183673vw;
  }

  .greeting__tagline > span {
    display: block;
  }

  .greeting__author {
    padding-right: 0.9230769231em;
    font-size: 2.487244898vw;
  }

  .greeting__text {
    line-height: 2;
  }

  .organization-chart__note {
    margin-top: 4em;
    text-align: inherit;
  }

  .related-link {
    display: flex;
    flex-wrap: wrap;
  }

  .related-link__item {
    flex: 0 0 31.49%;
    margin: 20px 0 0 2.765%;
  }

  .related-link__item:nth-child(-n+3) {
    margin-top: 0;
  }

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

  .sponsorship-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .sponsorship-item {
    flex: 0 0 42.86%;
    margin-bottom: 0;
  }

  .sponsorship-item:nth-child(2) {
    margin-top: 0;
  }

  .planning-period {
    padding: 17px;
    text-align: center;
  }

  .plan__heading {
    display: flex;
    padding: 0;
    font-size: 18px;
  }

  .plan__num {
    display: flex;
    flex: 0 0 4.7778em;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0 currentColor;
    padding: 0;
    border: 0;
  }

  .plan__target {
    padding: 14px;
  }

  .movie__caption {
    font-size: 20px;
  }

  .points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.291667;
  }

  .points__item {
    display: flex;
    flex: 0 0 18.3673469388%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 2.0408163265%;
    padding: 2.8em 0 20px;
  }

  .points__item:nth-child(-n+5) {
    margin-top: 0;
  }

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

  .points__item:before {
    top: 0.8em;
    left: 50%;
    width: auto;
    line-height: 1.5;
    border-bottom: 1px solid;
    transform: translateX(-50%);
    font-size: 0.875em;
  }

  .points--4 .points__item {
    flex-basis: 23.4693877551%;
  }

  .points--4 .points__item:nth-child(5) {
    margin-top: 20px;
  }

  .points--4 .points__item:nth-child(5n+1) {
    margin-left: 2.0408163265%;
  }

  .points--4 .points__item:nth-child(4n+1) {
    margin-left: 0;
  }

  .service-list {
    justify-content: flex-start;
  }

  .service-list__item {
    flex-basis: 31.6326530612%;
    max-width: 31.6326530612%;
    margin-left: 1.5306122449%;
  }

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

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

  .inquiry-list {
    display: table;
  }

  .proposal-asset-utilization-list__item {
    flex-basis: 18.7755102041%;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 10px;
  }

  .proposal-asset-utilization-list__item:before {
    width: 75px;
    height: 48px;
    margin-bottom: 16px;
  }

  .residents-link--alt {
    max-width: 900px;
  }

  .residents-link--alt .residents-link__item {
    flex-basis: 23.3334%;
  }

  .residents-link--alt .residents-link__item:nth-child(-n+4) {
    margin-top: 0;
  }

  .recruit-introduction__content {
    display: flex;
  }

  .recruit-introduction__image {
    flex: 0 0 280px;
    margin: 0 20px 0 0;
  }

  .recruit-introduction__text {
    line-height: 1.5;
  }

  .privacy-policy-part__heading {
    font-size: 24px;
  }

  .recruit-grid__item {
    flex-basis: 24.167%;
    margin-top: 0;
  }

  .office__content-wrap {
    display: flex;
    justify-content: space-between;
  }

  .office__meta {
    flex: 0 0 46.9387755102%;
    margin-bottom: 0;
  }

  .office__comment {
    flex: 0 0 48.9795918367%;
  }

  .office__sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .office-info {
    display: block;
  }

  .office-info > tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .office-info tr {
    display: flex;
    flex: 0 0 46.9387755102%;
    align-items: center;
  }

  .office-info tr:nth-child(4n+1),
  .office-info tr:nth-child(4n+2) {
    background: #f5f5f5;
  }

  .office-section {
    flex: 0 0 46.9387755102%;
  }

  .office-section:nth-child(-n+2) {
    margin-top: 0;
  }

  .office-section__image {
    margin-bottom: 20px;
  }

  .recruit__tagline {
    font-size: 2.8571428571vw;
  }

  .recruit__content {
    display: flex;
    justify-content: space-between;
  }

  .recruit__image {
    flex: 0 0 28.3673469388%;
  }

  .recruit__image img {
    width: 100%;
  }

  .recruit__description {
    flex: 0 0 68.5714285714%;
    text-align: justify;
  }

  .recruit__description:only-child {
    flex-basis: 100%;
  }

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

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

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

  .field {
    display: flex;
    align-items: flex-start;
  }

  .field__label {
    flex: 0 0 calc(12em + 20px);
    align-items: baseline;
    justify-content: space-between;
    margin: 0;
    padding: 3px 20px 3px 8px;
  }

  .field__control {
    flex: 1;
  }

  .select-element {
    display: inline-block;
  }

  .select-element > select {
    width: auto;
  }
}

@media (min-width: 768px) {
  .hazard-map {
    background: url(./images/kosugi-hazard.png) no-repeat 0 0;
    background-size: cover;
    min-height: 600px;
    display: block;
    position: relative;
  }

  .hazard-map li {
    background: #fff;
    font-weight: bold;
    position: absolute;
  }

  .hazard-map #kumamoto {
    left: 24%;
    top: 56%;
  }

  .hazard-map #koshi {
    left: 32%;
    top: 39%;
  }

  .hazard-map #nishihara {
    left: 51%;
    top: 53%;
  }

  .hazard-map #aso {
    left: 71%;
    top: 27%;
  }

  .hazard-map #minami-aso {
    left: 65%;
    top: 48%;
  }

  .hazard-map #kikuyo {
    left: 39%;
    top: 46%;
  }

  .hazard-map #ozu {
    left: 48%;
    top: 38%;
  }

  .hazard-map #kikuchi {
    left: 43%;
    top: 20%;
  }

  .hazard-map #mihune {
    left: 44%;
    top: 72%;
  }

  .hazard-map #uto {
    left: 14%;
    top: 79%;
  }

  .hazard-map #kashima {
    left: 30%;
    top: 69%;
  }

  .hazard-map #mashiki {
    left: 40%;
    top: 59%;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2), print and (min-resolution: 2dppx), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .company-vision-tagline {
    background-image: url(images/bg_company_vision@2x.jpg);
  }
}

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

  .admin-bar .drawer {
    top: 32px;
  }
}

@media (min-width: 960px) {
  .hazard-map {
    min-height: 700px;
  }
}

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

  section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  section section {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .breadcrumbs > ol,
  .site-content,
  .site-footer-content {
    padding-right: 0;
    padding-left: 0;
  }

  h2 + section,
  h3 + section,
  h4 + section,
  h5 + section,
  h6 + section {
    margin-top: 0;
  }

  h2 {
    font-size: 31px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  .btn2:hover,
  .btn2:focus {
    background: rgba(0, 0, 0, 0.1);
  }

  .tagline {
    font-size: 21px;
    text-align: center;
  }

  .link {
    margin-top: 50px;
  }

  .site-header-content {
    height: 80px;
    padding-left: 30px;
  }

  .site-title {
    width: 152px;
  }

  .global-nav {
    font-size: 30px;
  }

  .global-nav-child__link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 2px solid;
    transition: inherit;
    content: "";
  }

  .global-nav-child__link:hover:before,
  .global-nav-child__link:focus:before {
    width: 100%;
  }

  .menu-button {
    width: 80px;
    height: 80px;
  }

  .menu-icon {
    transform: scale(1.3333);
  }

  .drawer {
    width: calc(100% - 150px);
    max-width: 1130px;
    padding: 100px 50px 30px;
  }

  .jumbotron__scroll {
    bottom: 152px;
  }

  .copyright {
    font-size: 13px;
  }

  .back2top:hover:before,
  .back2top:focus:before {
    top: -8px;
  }

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

  .no-posts {
    margin: 80px 0;
  }

  .breadcrumbs {
    margin-top: 24px;
  }

  .breadcrumbs a:hover,
  .breadcrumbs a:focus {
    text-decoration: underline;
  }

  .home-main > section {
    padding-bottom: 70px;
  }

  .home-heading:before {
    font-size: 39px;
  }

  .home-heading:after {
    line-height: 48px;
  }

  section.home-business-area {
    position: relative;
    margin: -112px -35px 0;
    padding-right: 35px;
    padding-left: 35px;
    background: #fff;
  }

  .business-grid {
    gap: 20px;
  }

  .business-grid__link:hover,
  .business-grid__link:focus {
    box-shadow: 0 0 0 3px #10B56C;
  }

  .business-grid__content {
    padding: 0 15px 15px;
  }

  .business-grid__title {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .post-list__date {
    margin-right: 28px;
  }

  .post-list__meta {
    padding-right: 30px;
  }

  .urgent-post-caption {
    font-size: 20px;
  }

  .post-grid__link:hover .post-grid__image,
  .post-grid__link:focus .post-grid__image {
    box-shadow: 0 0 0 3px #10B56C;
  }

  .separate-navigation__part {
    height: 500px;
  }

  .link-area__heading {
    font-size: 21px;
  }

  .banner-list__item {
    margin-top: 20px;
  }

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

  .page-header {
    height: 290px;
  }

  .page-title {
    font-size: 21px;
  }

  .page-list {
    line-height: 48px;
    font-size: 14px;
  }

  .page-list__item {
    flex-basis: 220px;
    margin-left: 20px;
    margin-top: 20px;
  }

  .page-list__link:hover,
  .page-list__link:focus {
    background: rgba(16, 181, 108, 0.1);
  }

  .link-part__heading {
    font-size: 19px;
  }

  .content-nav {
    margin-top: 50px;
  }

  .content-nav__link:hover .content-nav__image,
  .content-nav__link:focus .content-nav__image {
    box-shadow: 0 0 0 3px #10B56C;
  }

  .content-nav__item {
    margin-top: 36px;
  }

  .content-nav__title {
    padding: 9.5px 15px;
    font-size: 18px;
  }

  .content-nav__title:after {
    right: 10px;
  }

  .company-policy {
    margin: 80px 0 100px;
  }

  .company-policy__caption {
    font-size: 2.625em;
  }

  .company-policy__text {
    font-size: 1.125em;
  }

  .company-vision-tagline {
    height: 250px;
    font-size: 23px;
  }

  .company-vision {
    margin-top: 40px;
  }

  .advantage-list__anchor:before {
    width: 92px;
    height: 76px;
  }

  .advantage-list__text {
    font-size: 21px;
  }

  .greeting__header {
    margin-bottom: 40px;
  }

  .greeting__tagline {
    font-size: 24px;
  }

  .greeting__author {
    font-size: 26px;
  }

  .organization-chart__note {
    font-size: 1em;
  }

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

  .planning-period {
    margin-top: 50px;
    font-size: 1.3125em;
  }

  .movie {
    margin-top: 50px;
  }

  .movie__caption {
    font-size: 26px;
  }

  .points {
    font-size: 1.5em;
  }

  .step-block {
    margin-top: 60px;
  }

  .step__heading {
    padding: 12px 12px 12px calc(2.38em + 12px);
    font-size: 21px;
  }

  .service-list__item {
    padding: 15px;
  }

  .inquiry-list {
    padding: 10px 15px;
    font-size: 1em;
  }

  .proposal-asset-utilization-list__item:before {
    width: 100px;
    height: 64px;
  }

  .proposal-asset-utilization-list__text {
    font-size: 18px;
  }

  .planning-flow {
    margin-top: 40px;
  }

  .planning-flow-division__item {
    flex-basis: 23.4375%;
    margin-top: 30px;
  }

  .planning-flow-division__content {
    max-width: 13em;
    margin: 0 auto;
  }

  .series__item {
    margin-top: 50px;
    font-size: 1.125em;
  }

  .recruit-introduction__tagline {
    margin-bottom: 24px;
    font-size: 1.3125em;
  }

  .privacy-policy-part {
    margin-top: 60px;
  }

  .privacy-policy-part__heading {
    font-size: 28px;
  }

  .recruit-grid__item {
    flex-basis: 230px;
  }

  .recruit-grid__content {
    padding: 15px;
  }

  .recruit-grid__title {
    margin-bottom: 8px;
    font-size: 19px;
  }

  .recruit-grid2 {
    justify-content: flex-start;
  }

  .recruit-grid2__item {
    flex-basis: 31.22449%;
    margin-left: 3.163265%;
  }

  .recruit-grid2__item:nth-child(3) {
    margin-top: 0;
  }

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

  .recruit-grid2__link:hover,
  .recruit-grid2__link:focus {
    border-color: #10B56C;
  }

  .office-grid {
    justify-content: flex-start;
  }

  .office-grid__item {
    flex-basis: 31.22449%;
    margin-left: 3.163265%;
  }

  .office-grid__item:nth-child(3) {
    margin-top: 0;
  }

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

  .office-grid__address {
    font-size: 14px;
  }

  .office-grid__link:hover,
  .office-grid__link:focus {
    border-color: #10B56C;
  }

  .office-info,
  .section-info {
    font-size: 1em;
  }

  .office-info th,
  .office-info td,
  .section-info th,
  .section-info td {
    padding: 13px 22px;
  }

  .office-info th,
  .section-info th {
    width: calc(4em + 44px);
  }

  .office-nav-area {
    margin-top: 100px;
  }

  .recruit__tagline {
    font-size: 28px;
  }

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

@media print, screen and (min-width: 1280px) {
  .jumbotron {
    height: 900px;
  }

  .jumbotron__caption {
    font-size: 54px;
  }

  .jumbotron__text {
    margin-bottom: 80px;
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .hazard-map li {
    width: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .home .site-title {
    width: 100px;
  }

  .company-profile {
    display: block;
    width: auto;
  }

  .company-profile > caption,
  .company-profile > tbody,
  .company-profile tr,
  .company-profile th,
  .company-profile td {
    display: inherit;
    width: 100%;
  }

  .company-profile th,
  .company-profile td {
    margin-bottom: -1px;
  }

  .plan-measures {
    display: block;
    width: auto;
  }

  .plan-measures > caption,
  .plan-measures > tbody,
  .plan-measures tr,
  .plan-measures th,
  .plan-measures td {
    display: inherit;
    width: 100%;
  }

  .plan-measures tr {
    margin-top: 8px;
  }

  .plan-measures th,
  .plan-measures td {
    padding: 0;
  }

  .field__label .break {
    display: none;
  }

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

@media screen and (max-width: 600px) {
  .admin-bar .drawer {
    padding-top: 126px;
  }
}

@media screen and (max-width: 479px) {
  .advantage-list__item:first-child {
    flex-basis: 100%;
    margin-top: 0;
  }

  .advantage-list__item:nth-child(2),
  .advantage-list__item:nth-child(3) {
    background: #19ce7e;
  }

  .proposal-asset-utilization-list__item:first-child {
    flex-basis: 100%;
    margin-top: 0;
  }

  .office-info,
  .section-info {
    display: block;
    width: auto;
  }

  .office-info > caption,
  .office-info > tbody,
  .office-info tr,
  .office-info th,
  .office-info td,
  .section-info > caption,
  .section-info > tbody,
  .section-info tr,
  .section-info th,
  .section-info td {
    display: inherit;
    width: 100%;
  }

  .office-info th,
  .section-info th {
    background: #f5f5f5;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .office-info tr:nth-child(2n+1) {
    background: #f5f5f5;
  }
}

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

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

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