@charset "UTF-8";
/*
Theme Name:   mori industry
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?455ckt");
  src: url("fonts/icomoon.eot?455ckt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?455ckt") format("truetype"), url("fonts/icomoon.woff?455ckt") format("woff"), url("fonts/icomoon.svg?455ckt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
Theme Name:   mori industry
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
/*
Theme Name:   mori industry
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.2765957447vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: clip;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1253.3333333333px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr {
  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%;
  min-height: 1px;
  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;
}
dd + dt {
  margin-top: 1em;
}

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

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

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

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

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

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

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

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .widget:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .widget:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content {
  max-width: 1253.3333333333px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .site-content, .site-footer-content {
    padding-right: 39.1666666667px;
    padding-left: 39.1666666667px;
  }
}

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

.wpcf7-submit, .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

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

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

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

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
.ic-link::before {
  content: "";
  font-family: "icomoon";
  display: block;
}
.ic-link--youtube::before {
  content: "\e901";
}
.ic-link--instagram::before {
  content: "\e900";
}
.ic-link--contact::before {
  content: "\e902";
}

.st0 {
  fill: #529566;
}

.st1 {
  fill: #fff;
}

.common-link {
  text-align: center;
}
.common-link a {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  font-weight: 800;
  text-decoration: none;
  color: #000;
}
.common-link a::before {
  font-family: "icomoon";
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 0;
  border-radius: 50%;
  background-color: #529566;
  position: absolute;
}
.common-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto auto auto 9px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
}
.common-link a:hover {
  opacity: 0.6;
}
.common-link--white a {
  color: #fff;
}
.common-link--white a::before {
  background-color: #fff;
}
.common-link--white a::after {
  border-left: 10px solid #000;
}

.common-title {
  margin-bottom: 30px;
  font-size: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 60px;
  }
}
.common-title .jp::before {
  content: "[";
  margin-right: 0.25em;
}
.common-title .jp::after {
  content: "]";
  margin-left: 0.25em;
}
.common-title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.625em;
}
@media print, screen and (min-width: 768px) {
  .common-title .en {
    font-size: clamp(42px, -48px + 11.71875vw, 72px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .common-title .en {
    font-size: 4.5em;
  }
}
.common-title--white {
  color: #fff;
}

.common-title-en {
  margin-bottom: 30px;
  font-size: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .common-title-en {
    margin-bottom: 60px;
  }
}
.common-title-en .en {
  font-family: "Oswald", sans-serif;
  font-size: 2.625em;
}
@media print, screen and (min-width: 768px) {
  .common-title-en .en {
    font-size: clamp(42px, -48px + 11.71875vw, 72px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .common-title-en .en {
    font-size: 4.5em;
  }
}

.common-movie {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 56.25%;
}
.common-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fadein.left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
.fadein.right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}
.fadein.up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}
.fadein.down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}
.fadein.scroll {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* Header
--------------------------------*/
.site-header {
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
}
.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .site-header-content {
    max-width: 100%;
    height: 90px;
    padding-right: 39.1666666667px;
    padding-left: 39.1666666667px;
  }
}

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

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 7px 0;
  position: relative;
  z-index: 1;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .header-logo a {
    width: 19.9468085106vw;
    height: 5.9840425532vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .header-logo a {
    width: 300px;
    height: 75px;
  }
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-logo img, .header-logo svg {
  width: 100%;
  height: auto;
}

.LGTW .logo .st0 {
  fill: #529566;
}
.LGTW .logo .st1 {
  fill: #fff;
}

.LGTB .logo .st0 {
  fill: #529566;
}
.LGTB .logo .st1 {
  fill: #000;
}

.LWTW .logo .st0 {
  fill: #fff;
}
.LWTW .logo .st1 {
  fill: #fff;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 768px) {
  .global-nav {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.global-nav-content {
  display: none;
}
.no-js .global-nav-content {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .global-nav-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: 100%;
  }
}
.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 54px 3.125vw 0;
}
@media print, screen and (min-width: 768px) {
  .global-nav__inner {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.1914893617vw;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .global-nav__list {
    gap: 50px;
  }
}
.global-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: 1em;
  position: relative;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .global-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    font-size: clamp(16px, 10px + 0.78125vw, 18px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .global-nav__item {
    font-size: 1.125em;
  }
}
.global-nav__item.ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .global-nav__item.ic {
    gap: 20px;
  }
}
.global-nav__link {
  display: block;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .global-nav__link {
    padding: 0;
  }
}

.global-nav a {
  color: #fff;
  text-decoration: none;
}
.global-nav a:hover {
  color: #529566;
}

.LGTW .global-nav a {
  color: #fff;
}
.LGTW .global-nav a:hover {
  color: #1a5729;
}

.LGTB .global-nav a {
  color: #000;
}
.LGTB .global-nav a:hover {
  color: #529566;
}

.LGTB .global-nav .drawer[aria-hidden=false] a {
  color: #fff;
}

.LWTW .global-nav a {
  color: #fff;
}
.LWTW .global-nav a:hover {
  color: #1a5729;
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
@media print, screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-icon {
  display: block;
}
.menu-icon__bar {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu-icon__bar--1 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.menu-icon__bar--2 {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  opacity: 1;
}
.menu-icon__bar--3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
[aria-expanded=true] .menu-icon__bar {
  fill: #fff;
}
[aria-expanded=true] .menu-icon__bar--1 {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar--2 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  opacity: 0;
}
[aria-expanded=true] .menu-icon__bar--3 {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.hero {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  aspect-ratio: 20/25;
  background-color: #fff;
  background-image: url(images/hero_bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .hero {
    height: auto;
    aspect-ratio: 21/20;
  }
}
@media print, screen and (min-width: 1024px) {
  .hero {
    aspect-ratio: 24/20;
  }
}
@media print, screen and (min-width: 1750px) {
  .hero {
    aspect-ratio: 3840/2160;
  }
}
.hero-img {
  width: 100%;
  max-width: 320px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto -81px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .hero-img {
    max-width: 56.9680851064vw;
    margin-bottom: -12.9255319149vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .hero-img {
    max-width: 714px;
    margin-bottom: -162px;
  }
}
@media print, screen and (min-width: 1600px) {
  .hero-img {
    max-width: 714px;
    margin-bottom: -162px;
  }
}

.fv-hero {
  -webkit-animation: FvHero 0.6s both;
          animation: FvHero 0.6s both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes FvHero {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes FvHero {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
            transform: translate(0, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* Footer
--------------------------------*/
.site-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.site-footer--bg {
  background-color: #529566;
  color: #fff;
}
.site-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .site-footer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
  }
}

.org {
  width: 100%;
  font-size: clamp(16px, 4px + 1.5625vw, 20px);
  font-weight: 600;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  .org {
    width: 45%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.org-logo {
  max-width: 200px;
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  .org-logo {
    width: 34.3085106383vw;
    max-width: none;
    margin: 0 0 40px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .org-logo {
    width: 430px;
  }
}
.org-name {
  font-size: 1.2em;
  font-weight: 800;
}
.org-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .org-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
  }
}
.org-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .org-sns {
    margin: 0;
  }
}
.org-sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .org-sns__item {
    margin-right: 20px;
  }
}
.org-sns__item a {
  margin: 0;
  text-decoration: none;
}
.org-sns__item a:hover {
  opacity: 0.6;
}

.footer-map {
  width: 100%;
  text-align: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  .footer-map {
    width: 45%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-map iframe {
  width: 100%;
  max-width: none;
  height: 280px;
}
@media print, screen and (min-width: 768px) {
  .footer-map iframe {
    max-width: 500px;
  }
}
.footer-map a {
  margin: 6px 0;
  font-size: 0.875em;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .footer-map a {
    font-size: 1em;
  }
}
.footer-map a:hover {
  text-decoration: none;
}

.copyright {
  width: 100%;
  margin: 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 0.813em;
  text-align: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    margin: 50px 0;
  }
}

/* Site Content
--------------------------------*/
.site-content {
  overflow-x: hidden;
}
@media print, screen and (min-width: 768px) {
  .site-content {
    overflow-x: visible;
  }
}

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

/* 404
--------------------------------*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0;
  font-size: 0.875em;
}
.breadcrumbs > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/
.front-lead,
.recruit-lead {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 3rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .front-lead,
  .recruit-lead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding-top: 20.7446808511vw;
    padding-right: 0;
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-lead,
  .recruit-lead {
    padding-top: 260px;
  }
}
.front-lead-content,
.recruit-lead-content {
  width: 100%;
  max-width: none;
  color: #529566;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  .front-lead-content,
  .recruit-lead-content {
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-lead-content,
  .recruit-lead-content {
    max-width: 650px;
  }
}
.front-lead__catch,
.recruit-lead__catch {
  margin: 10px 0 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.875em;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .front-lead__catch,
  .recruit-lead__catch {
    margin: 0 0 20px;
    font-size: 7.9787234043vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-lead__catch,
  .recruit-lead__catch {
    font-size: 100px;
  }
}
.front-lead__catch span,
.recruit-lead__catch span {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .front-lead__catch span,
  .recruit-lead__catch span {
    display: block;
  }
}
.front-lead__text,
.recruit-lead__text {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 0.875em;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .front-lead__text,
  .recruit-lead__text {
    font-size: clamp(14px, 2px + 1.5625vw, 18px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-lead__text,
  .recruit-lead__text {
    font-size: 1.125em;
  }
}
.front-lead__img,
.recruit-lead__img {
  width: 80%;
  margin: 0 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media print, screen and (min-width: 768px) {
  .front-lead__img,
  .recruit-lead__img {
    width: 50%;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-lead__img,
  .recruit-lead__img {
    width: calc(100% - 650px);
  }
}

.recruit-lead {
  padding-top: calc(3rem + 60px);
  padding-bottom: 3rem;
  background-color: #529566;
}
@media print, screen and (min-width: 768px) {
  .recruit-lead {
    padding-top: calc(5rem + 90px);
    padding-bottom: 5rem;
  }
}
.recruit-lead-content {
  color: #fff;
}
.recruit-lead__catch {
  -webkit-animation: FvRecruit 0.6s both;
          animation: FvRecruit 0.6s both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.recruit-lead__text {
  -webkit-animation: FvRecruit 0.6s both;
          animation: FvRecruit 0.6s both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes FvRecruit {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes FvRecruit {
  0% {
    opacity: 0;
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.front-loop-slide,
.recruit-loop-slide {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.front-loop-slide .swiper-wrapper,
.recruit-loop-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.front-appeal {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  .front-appeal {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.front-appeal__title {
  margin-bottom: 20px;
  font-size: 1.125em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .front-appeal__title {
    margin-bottom: 4.7872340426vw;
    font-size: clamp(18px, -24px + 5.46875vw, 32px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-appeal__title {
    margin-bottom: 60px;
    font-size: 32px;
  }
}
.front-appeal__title .en {
  display: block;
  margin-bottom: 0.125em;
  font-family: "Oswald", sans-serif;
  font-size: 2.3em;
}
.front-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  counter-reset: number 0;
}
@media print, screen and (min-width: 768px) {
  .front-point {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    margin-bottom: 100px;
  }
}
.front-point__item {
  padding: 60px 3.125vw 20px;
  border: solid 10px;
  -o-border-image: linear-gradient(135deg, rgb(82, 149, 102) 30%, rgb(0, 0, 0) 100%) 1;
     border-image: linear-gradient(135deg, rgb(82, 149, 102) 30%, rgb(0, 0, 0) 100%) 1;
  position: relative;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-point__item {
    padding: 80px 25px 40px;
  }
}
.front-point__item::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  display: flex;
  margin: -30px auto auto;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  background-color: #529566;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  position: absolute;
  clip-path: polygon(100% 75%, 100% 0%, 0% 0%, 0% 75%, 50% 100%);
}
@media print, screen and (min-width: 768px) {
  .front-point__item::before {
    margin-top: -20px;
  }
}
.front-point__catch {
  font-family: 22px;
  font-weight: 800;
  color: #529566;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .front-point__catch {
    font-size: clamp(22px, 10px + 1.5625vw, 26px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-point__catch {
    font-size: 26px;
  }
}
.front-point__catch span {
  display: block;
}
.front-point__text {
  font-family: 1em;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .front-point__text {
    font-size: clamp(16px, 10px + 0.78125vw, 18px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-point__text {
    font-size: 1.125em;
  }
}
.front-point__text strong {
  color: #ff0000;
}

.front-about {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .front-about {
    margin-top: 7.9787234043vw;
    margin-bottom: 7.9787234043vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-about {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.front-about__catch {
  font-family: "Oswald", sans-serif;
  font-size: clamp(25px, -65px + 11.71875vw, 55px);
  font-weight: 800;
  text-align: center;
}
.front-about__text {
  font-size: clamp(16px, 4px + 1.5625vw, 20px);
  font-weight: 600;
  line-height: 2em;
  text-align: center;
}
.front-about__text span {
  display: block;
}

.front-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    margin-bottom: 30px;
  }
}
.front-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: solid 10px;
  -o-border-image: linear-gradient(135deg, rgb(82, 149, 102) 30%, rgb(0, 0, 0) 100%) 1;
     border-image: linear-gradient(135deg, rgb(82, 149, 102) 30%, rgb(0, 0, 0) 100%) 1;
}
.front-service__textarea {
  padding: 20px 3.125vw;
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-service__textarea {
    padding: 35px 25px;
  }
}
.front-service__title {
  font-family: 22px;
  font-weight: 800;
  color: #529566;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .front-service__title {
    font-size: clamp(22px, 10px + 1.5625vw, 26px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-service__title {
    font-size: 26px;
  }
}
.front-service__text {
  font-family: 1em;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .front-service__text {
    font-size: clamp(16px, 10px + 0.78125vw, 18px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-service__text {
    font-size: 1.125em;
  }
}
.front-service__img {
  width: 100%;
}
.front-service__img img {
  width: 100%;
  height: auto;
}

.front-bg {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.125);
}
@media print, screen and (min-width: 768px) {
  .front-bg {
    padding-top: 23.9361702128vw;
    padding-bottom: 170px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-bg {
    padding-top: 300px;
  }
}
.front-bg::before {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -1px 0 0 auto;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #fff;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .front-bg::before {
    height: 15.9574468085vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .front-bg::before {
    height: 200px;
  }
}
.front-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #529566;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}

.front-news {
  max-width: 700px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .front-news {
    margin-bottom: 80px;
  }
}
.front-news__list {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .front-news__list {
    margin-bottom: 30px;
  }
}
.front-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-weight: 600;
  color: #fff;
  border-bottom: solid 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .front-news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.front-news__item:first-child {
  border-top: solid 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .front-news__item:first-child {
    border-top: none;
  }
}
.front-news__item:last-child {
  border-bottom: none;
}
.front-news__date {
  display: block;
  width: 100%;
  padding: 20px 0 0;
}
@media print, screen and (min-width: 768px) {
  .front-news__date {
    width: 8em;
    padding: 25px 0;
  }
}
.front-news__title {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .front-news__title {
    width: calc(100% - 8em);
    padding: 25px 0;
  }
}
.front-news__title:hover {
  text-decoration: underline;
}
.front-news__title[href$=".pdf"]::after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 0.25em;
  font-weight: normal;
}
.front-news__nopost {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .front-news__nopost {
    padding: 25px 0;
  }
}

.front-movie {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .front-movie {
    margin-bottom: 80px;
  }
}
.front-movie-content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .front-movie-content {
    margin-bottom: 30px;
  }
}
.front-instagram {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.front-instagram-content {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .front-instagram-content {
    margin-bottom: 30px;
  }
}

.front-bg-content {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
  padding-left: 0;
  inset: 0;
  z-index: 0;
  position: fixed;
}
.front-bg-content .front-bg--img {
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.front-bg-content .img01 {
  background-image: url(images/front_bg01.webp);
}
.front-bg-content .img02 {
  background-image: url(images/front_bg02.webp);
}
.front-bg-content .img03 {
  background-image: url(images/front_bg03.webp);
}

/* Page
--------------------------------*/
.page-header {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 60px;
  margin-bottom: 73px;
  height: 260px;
  background-color: #529566;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .page-header {
    margin-top: 90px;
    margin-bottom: 9.5744680851vw;
    height: 43.085106383vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .page-header {
    height: 540px;
    margin-bottom: 120px;
  }
}
.page-header--news {
  background-image: url(images/h_news.webp);
}
.page-header--company {
  background-image: url(images/h_company.webp);
}
.page-header--works {
  background-image: url(images/h_works.webp);
}
.page-header--contact {
  background-image: url(images/h_contact.webp);
}
.page-header--entry {
  height: 100px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .page-header--entry {
    height: 15.9574468085vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .page-header--entry {
    height: 200px;
  }
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto -73px auto;
  text-align: center;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .page-title {
    margin-bottom: -9.5744680851vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .page-title {
    margin-bottom: -120px;
  }
}
.page-title .en {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1em;
  color: #529566;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  .page-title .en {
    font-size: clamp(72px, -162px + 30.46875vw, 150px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .page-title .en {
    font-size: 150px;
  }
}
.page-title .jp {
  font-size: 20px;
  color: #529566;
}
@media print, screen and (min-width: 768px) {
  .page-title .jp {
    font-size: clamp(20px, -10px + 3.90625vw, 30px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .page-title .jp {
    font-size: 30px;
  }
}

.common-content {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .common-content {
    padding-top: 7.9787234043vw;
    padding-bottom: 11.170212766vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .common-content {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.common-content.recruit, .common-content.voice {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .common-content.recruit, .common-content.voice {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .common-content.recruit, .common-content.voice {
    padding-top: 0;
  }
}

.news-area {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .news-area {
    padding-top: 7.9787234043vw;
    padding-bottom: 11.170212766vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .news-area {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.news-area__header {
  margin-bottom: 2em;
}
.news-area__date {
  font-weight: bold;
}
.news-area__title {
  margin: 0;
  color: #529566;
}
.news-area__pdf {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.news-area__pdf-link {
  display: block;
  width: auto;
  padding: 15px 20px;
  border: solid 2px #529566;
  background-color: #fff;
  color: #529566;
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.news-area__pdf-link:hover {
  opacity: 0.6;
}
.news-area__pdf-link span::after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 0.25em;
  font-weight: normal;
}

.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-weight: 600;
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .news-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news-list__item:first-child {
  border-top: solid 1px #000;
}
.news-list__date {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
  .news-list__date {
    width: 8em;
    padding: 25px 0;
  }
}
.news-list__link {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  font-size: 1em;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news-list__link {
    width: calc(100% - 8em);
    padding: 25px 0;
  }
}
.news-list__link:hover {
  text-decoration: underline;
}
.news-list__link[href$=".pdf"]::after {
  font-family: "icomoon";
  content: "\e903";
  margin-left: 0.25em;
  font-weight: normal;
}

.greeting-content {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .greeting-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 180px;
    padding-right: 0;
  }
}
.greeting-content__text {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .greeting-content__text {
    width: 43.085106383vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .greeting-content__text {
    width: 50%;
    max-width: 540px;
  }
}
.greeting-content__text .name span {
  font-size: 1.5em;
}
.greeting-content__img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .greeting-content__img {
    width: calc(100% - 43.085106383vw);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .greeting-content__img {
    width: calc(100% - 600px);
  }
}
.greeting-content__img img {
  width: 100%;
  height: auto;
}

.philosophy-head {
  text-align: center;
}
.philosophy-head__catch {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .philosophy-head__catch {
    margin-bottom: 2em;
  }
}
.philosophy-head__catch span {
  display: block;
}
.philosophy-head__text {
  margin-bottom: 1.75em;
}
.philosophy-content {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .philosophy-content {
    margin-bottom: 180px;
    padding: 30px 11.9680851064vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .philosophy-content {
    padding: 50px 150px;
  }
}

.table-area {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .table-area {
    margin-bottom: 90px;
  }
}
.table-area table th {
  border: none;
  width: 9em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #23623f;
}
.table-area table td {
  border: none;
  padding-left: 2em;
}
.table-area--history table tr {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .table-area--history table tr {
    display: table-row;
  }
}
.table-area--history table tr th {
  display: block;
  padding: 0;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
}
@media print, screen and (min-width: 768px) {
  .table-area--history table tr th {
    display: table-cell;
    padding: 6px;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
.table-area--history table tr td {
  display: block;
  padding: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .table-area--history table tr td {
    display: table-cell;
    padding: 6px;
  }
}

.company-license {
  padding: 1px 3.125vw 20px;
  border: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .company-license {
    margin-bottom: 180px;
    padding: 1px 6.3829787234vw 6.3829787234vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .company-license {
    padding: 1pc 80px 80px;
  }
}
.company-license__title {
  margin-top: 20px;
  padding: 0.25em 0;
  font-size: 1.5em;
  background-color: #529566;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .company-license__title {
    margin-top: 40px;
  }
}
.company-license-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .company-license-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company-license-content h4 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}
.company-license__item {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .company-license__item {
    width: 50%;
    margin: 0;
    padding: 0 40px;
    border-right: solid 1px #000;
  }
  .company-license__item:nth-child(2n) {
    border-right: none;
  }
}
.company-license__img {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.company-history-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .company-history-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.company-history .table-area--history {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company-history .table-area--history {
    width: 60%;
  }
}
.company-history__img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .company-history__img {
    width: 40%;
  }
}
.company-history__img span {
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .work-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.work-sidemenu {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .work-sidemenu {
    width: 19.9468085106vw;
    top: 0;
    margin-right: 13.5638297872vw;
    position: sticky;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .work-sidemenu {
    width: 250px;
    margin-right: 170px;
  }
}
.work-sidemenu__title {
  margin: 0 0 20px;
  padding: 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .work-sidemenu__title {
    font-size: 3.9893617021vw;
    padding-bottom: 3.1914893617vw;
    border-bottom: solid 1px #000;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .work-sidemenu__title {
    font-size: 50px;
    padding-bottom: 40px;
  }
}
.work-sidemenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .work-sidemenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 0;
  }
}
.work-sidemenu__list li {
  margin: 0;
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .work-sidemenu__list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.work-sidemenu__list li a {
  display: inline-block;
  padding: 0 0 10px;
  font-size: 1em;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .work-sidemenu__list li a {
    padding: 0;
    font-size: 1.5em;
  }
}
.work-sidemenu__list li a:hover {
  opacity: 0.6;
}

@media print, screen and (min-width: 768px) {
  .work-content {
    width: calc(100% - 33.5106382979vw);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .work-content {
    width: calc(100% - 420px);
  }
}
.work-content__title {
  padding: 6px 10px;
  background-color: #529566;
  font-size: 1.25em;
  color: #fff;
  text-align: center;
}
.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3em;
  padding: 20px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  list-style-type: none;
}
.work-list__item {
  width: 50%;
  margin: 0 0 10px;
  padding: 0 0 0 1.5em;
  line-height: 1.5em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .work-list__item {
    margin: 0;
  }
}
.work-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.work-table.single {
  max-width: 755px;
  margin: 0 auto;
}
.work-table table {
  margin: 1em 0 2em;
  border-spacing: 0;
}
.work-table th, .work-table td {
  padding: 0 6px;
  font-weight: normal;
  border: none;
}
.work-table th {
  width: 4em;
  padding-right: 1.5em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: relative;
}
.work-table th::after {
  content: "／";
  right: 0;
  position: absolute;
}

.work-single {
  max-width: 755px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .work-single {
    padding-top: 7.9787234043vw;
    padding-bottom: 11.170212766vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .work-single {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

.form-area {
  max-width: 1000px;
  margin: 0 auto;
}
.form-area__head {
  text-align: center;
}
.form-area__tel {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 600;
  background-color: #529566;
  color: #fff;
  border-radius: 50px;
}
@media print, screen and (min-width: 768px) {
  .form-area__tel {
    margin: 50px auto;
    font-size: 1.25em;
  }
}
.form-area__tel:hover {
  opacity: 0.6;
}

.contact-list {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact-list {
    margin-top: 40px;
  }
}
.contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__item {
    margin-bottom: 20px;
  }
}
.contact-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 20%;
}
.contact-list__form {
  width: 80%;
}
.contact-list__acceptance {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .contact-list__acceptance {
    margin-top: 60px;
  }
}
.contact-list__btn input[type=submit] {
  background-color: #529566;
  color: #fff;
  border-radius: 16px;
}

.recruit-voice {
  margin: 0 auto;
}
.recruit-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
.recruit-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 47%;
          flex: 1 1 47%;
  margin-bottom: 4%;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.recruit-voice__item:hover {
  opacity: 0.6;
}
.recruit-voice__img {
  position: relative;
  z-index: 0;
}
.recruit-voice__name {
  display: block;
  width: 100%;
  margin: -28px auto 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .recruit-voice__name {
    margin-top: -3vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .recruit-voice__name {
    margin-top: -44px;
  }
}
.recruit-voice__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .recruit-voice__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5em;
    padding-top: 3vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .recruit-voice__date {
    padding-top: 30px;
  }
}
.recruit-voice__date span {
  display: block;
}

.acceptance-title {
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .acceptance-title {
    margin-bottom: 40px;
  }
}

.acceptance-text {
  width: 100%;
  height: 300px;
  padding: 30px 3.125vw;
  overflow-x: scroll;
  border: solid 1px rgba(0, 0, 0, 0.6);
}
@media print, screen and (min-width: 768px) {
  .acceptance-text {
    height: 500px;
    padding: 40px;
  }
}

.acceptance-btn {
  margin: 20px auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .acceptance-btn {
    margin: 40px auto;
  }
}

.recruit-requirments {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #529566;
}
@media print, screen and (min-width: 768px) {
  .recruit-requirments {
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.recruit-requirments .work-area {
  color: #fff;
}
.recruit-requirments .work-sidemenu__title {
  border-color: #fff;
}
.recruit-requirments .work-sidemenu__list li {
  border-color: #fff;
}
.recruit-requirments__title {
  padding: 10px;
  background-color: #fff;
  color: #529566;
  text-align: center;
}
.recruit-requirments__table {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .recruit-requirments__table {
    margin-bottom: 60px;
  }
}
.recruit-requirments__table:last-child {
  margin-bottom: 0;
}
.recruit-requirments__table th, .recruit-requirments__table td {
  border: none;
}
.recruit-requirments__table th {
  width: 6.5em;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media print, screen and (min-width: 768px) {
  .recruit-requirments__table td {
    padding-left: 1em;
  }
}
.recruit-requirments__text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .recruit-requirments__text {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.recruit-footer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  margin-bottom: -60px;
  background-color: #529566;
  background-image: url(images/bg_recruit_footer.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recruit-footer {
    height: 51.0638297872vw;
    margin-bottom: -11.170212766vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .recruit-footer {
    height: 640px;
    margin-bottom: -140px;
  }
}
.recruit-footer__title {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .recruit-footer__title {
    margin-bottom: 15px;
    font-size: clamp(72px, -162px + 30.46875vw, 150px);
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .recruit-footer__title {
    font-size: 150px;
  }
}
.recruit-footer__text {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
}
.recruit-footer__btn {
  display: inline-block;
  margin-bottom: 80px;
  padding: 10px 40px;
  text-decoration: none;
  border: solid 2px #fff;
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recruit-footer__btn {
    margin-bottom: 0;
  }
}
.recruit-footer__btn:hover {
  background-color: #fff;
  color: #529566;
}
.recruit-footer__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 10px auto auto;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
}
.recruit-footer__youtube {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px;
  bottom: 0;
  background-color: #ff0033;
  color: #fff;
  text-decoration: none;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .recruit-footer__youtube {
    margin-bottom: 3.1914893617vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .recruit-footer__youtube {
    margin-bottom: 40px;
  }
}
.recruit-footer__youtube::after {
  margin-left: 0.25em;
  font-family: "icomoon";
  content: "\e901";
}
.recruit-footer__youtube:hover {
  opacity: 0.6;
}

.voice-hero {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #529566;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  position: relative;
}
.voice-hero h2 {
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto -5px auto;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  color: #fff;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .voice-hero h2 {
    font-size: 13.5638297872vw;
    margin-bottom: -10px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .voice-hero h2 {
    font-size: 170px;
  }
}
.voice-hero__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto auto 50px auto;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 800;
  gap: 5px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .voice-hero__catch {
    margin-bottom: 14.3617021277vw;
    font-size: 3.1914893617vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .voice-hero__catch {
    margin-bottom: 200px;
    font-size: 40px;
  }
}
.voice-hero__catch span {
  display: inline-block;
  padding: 0 0.5em;
  background-color: #fff;
  color: #3db270;
  border: solid 1px #529566;
}
.voice-hero__catch span:nth-child(1) {
  margin-right: 5em;
}
.voice-hero__catch span:nth-child(2) {
  margin-left: 5em;
}
.voice-hero__img {
  position: relative;
  z-index: 0;
}
.voice-hero__img img {
  width: 100%;
  height: auto;
}

.voice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .voice-title {
    margin-bottom: 60px;
  }
}
.voice-title__en {
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .voice-title__en {
    font-size: 3em;
  }
}
.voice-title__ja {
  font-size: 1em;
}
.voice-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .voice-img {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .voice-img {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.voice-movie {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #000;
}
@media print, screen and (min-width: 768px) {
  .voice-movie {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .voice-movie {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.voice-movie-content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.voice-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.other-staff-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.other-staff-voice__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .other-staff-voice__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
  }
}
.other-staff-voice__item:hover {
  opacity: 0.6;
}
.other-staff-voice__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .other-staff-voice__textarea {
    margin-bottom: 100px;
    padding: 20px 0;
  }
}
.other-staff-voice__name {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .other-staff-voice__name {
    font-size: 2em;
  }
}
.other-staff-voice__date {
  font-size: 1em;
}
.other-staff-voice__none {
  text-align: center;
}

/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

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

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.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: 2.5rem;
}
.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.post-share__heading {
  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;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: -ms-grid;
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1.5rem;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .field__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  border-radius: 3px;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}
.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: -ms-grid;
  display: grid;
      grid-template-areas: ". btn spinner";
  -ms-grid-columns: 24px 1rem 1fr 1rem 24px;
  grid-template-columns: 24px 1fr 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .submit {
    -ms-grid-columns: 24px 1.5rem auto 1.5rem 24px;
    grid-template-columns: 24px auto 24px;
    gap: 1.5rem;
  }
}

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

.wpcf7-submit {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: btn;
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

.wpcf7-spinner {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: spinner;
  margin: 0;
}

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

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

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

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

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "next prev";
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.nav-single-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 9.1755319149vw;
    margin-bottom: 9.1755319149vw;
  }
}
@media print, screen and (min-width: 1253.3333333333px) {
  .nav-single-links {
    margin-top: 115px;
    margin-bottom: 115px;
  }
}
.nav-single-links .nav-next, .nav-single-links .nav-list, .nav-single-links .nav-previous {
  width: 80%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links .nav-next, .nav-single-links .nav-list, .nav-single-links .nav-previous {
    width: auto;
  }
}
.nav-single-links .nav-next a, .nav-single-links .nav-list a, .nav-single-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #529566;
  background-color: #fff;
  color: #529566;
  font-size: 1em;
  font-weight: 700;
}
.nav-single-links .nav-next a:hover, .nav-single-links .nav-list a:hover, .nav-single-links .nav-previous a:hover {
  opacity: 0.6;
}
.nav-single-links .nav-next {
  margin: 0;
}
.nav-single-links .nav-next a {
  padding: 15px 25px;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links .nav-next a {
    padding: 15px 25px 15px 50px;
  }
}
.nav-single-links .nav-previous a {
  padding: 15px 25px;
}
@media print, screen and (min-width: 768px) {
  .nav-single-links .nav-previous a {
    padding: 15px 50px 15px 25px;
  }
}
.nav-single-links .nav-list {
  margin: 0;
}
.nav-single-links .nav-list a {
  padding: 15px 37px;
  background-color: #529566;
  color: #fff;
}
.nav-single-links .nav-previous {
  margin: 0;
}
.nav-single-links .disabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #ccc;
  background-color: #fff;
  color: #ccc;
  font-size: 1em;
  font-weight: 700;
}

.nav-next {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: next;
  margin-right: auto;
  position: relative;
}
.nav-next > a:before {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  margin-left: 20px;
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 7px solid #529566;
  border-bottom: 7px solid transparent;
  border-left: 0;
  position: absolute;
}

.nav-previous {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: prev;
  margin-left: auto;
  position: relative;
}
.nav-previous > a:after {
  content: "";
  width: 0;
  height: 0;
  right: 0;
  margin-right: 20px;
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #529566;
  position: absolute;
}

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

.page-numbers {
  display: inline-block;
  min-width: 1em;
  line-height: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 4px;
  padding: 10px;
  border: 1px solid #529566;
  color: #529566;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.page-numbers:before {
  height: 10px;
  width: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: top;
  color: #529566;
  font-family: "icomoon";
  font-size: 0.625em;
  position: absolute;
}
.page-numbers.current {
  background-color: #529566;
  color: #fff;
}
.page-numbers.prev:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 7px solid #529566;
  border-bottom: 7px solid transparent;
  border-left: 0;
}
.page-numbers.next:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #529566;
}

/* Social
--------------------------------*/
.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-buttons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 4px;
}
.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
.share-buttons__link:before {
  display: block;
  font: 20px/2.4 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 {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.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: "\f3c0";
}

/* Extra
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1253.3333333333px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}