@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
    left: 40px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes text_on_en {
  0% {
    opacity: 0;
    bottom: -20px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineIn {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  @keyframes lineIn {
    0% {
      width: 0;
    }
    100% {
      width: 150vw;
    }
  }
}

@keyframes fadeInFlex {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOutFlex {
  0% {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  1% {
    display: none;
    opacity: 1;
    visibility: hidden;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeInScale {
  0% {
    display: none;
    opacity: 0;
    transform: scale(1.1);
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
}

* {
  min-width: 0;
  min-height: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  line-height: 1.6666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
  font-weight: 500;
  overflow-y: scroll;
  background: #fff;
}

sub {
  font-size: 0.6em;
}

address {
  font-style: normal;
}

input {
  padding: 6px 12px;
  outline: none;
  -webkit-appearance: none;
}

input[type="text"] {
  border: 1px solid #333;
}

input[type="submit"], input[type="button"] {
  border: none;
}

input::placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

/* images */
video {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  flex-shrink: 0;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

.l-footer {
  width: 100%;
  background-color: #60bfad;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.l-main {
  position: relative;
  overflow: hidden;
}

.l-page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  z-index: 10;
}

.l-wrapper {
  position: relative;
  margin-bottom: 110px;
  overflow: hidden;
}

#business .l-wrapper {
  margin-bottom: 0;
}

.c-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  padding: 13px;
  background: linear-gradient(0deg, #00947c 0%, #60bfad 100%);
  color: #fff;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: all 0.5s;
}

@media screen and (min-width: 769px) {
  .c-button:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .c-button_wrap {
    flex-direction: column;
    align-items: center;
  }
}

.c-button_wrap .c-button:first-of-type {
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .c-button_wrap .c-button:first-of-type {
    margin: 0 0 1em 0;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-justify--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-justify--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-justify--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-justify--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-align--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-align--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-align--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-direction--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--grow1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-flex--shrink0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-heading--main {
  margin-bottom: 32px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading--main {
    font-size: 30px;
  }
}

@media screen and (max-width: 414px) {
  .c-heading--main {
    font-size: 24px;
  }
}

.c-heading--main.is-blue {
  color: #0d49ce;
}

.c-heading--main__text {
  position: relative;
  display: table;
  margin: 0 auto 30px;
  padding-bottom: 4px;
  color: #2fa58e;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.c-heading--main__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #60bfad;
}

.c-heading--sub {
  position: relative;
  margin-bottom: 32px;
  padding: 0 0 8px 0;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.c-heading--sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #2fa58e;
}

.c-heading--border--left {
  position: relative;
  margin-bottom: 16px;
  padding-left: 1em;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-heading--border--left::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 3px;
  height: 1em;
  background: #2fa58e;
}

.c-heading--underline {
  display: table;
  border-bottom: 2px solid #2c5395;
}

.c-heading--bg__text {
  display: table;
  margin: 4px auto 10px;
  font-family: "Bebas Neue", cursive;
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-heading--bg__text {
    font-size: 50px;
  }
}

@media screen and (max-width: 320px) {
  .c-heading--bg__text {
    font-size: 40px;
  }
}

.c-heading--bg__text::before {
  content: "";
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-heading--bg__text::before {
    font-size: 13px;
  }
}

.c-heading--bg--green {
  background: #2fa58e;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .c-heading--bg--green {
    padding: 10px 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .c-heading--bg--green {
    font-size: 20px;
  }
}

.c-heading__section--main {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.c-heading--subtitle {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-heading--subtitle {
    font-size: 20px;
  }
}

.c-heading--subtitle span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .c-heading--subtitle span {
    font-size: 16px;
  }
}

.c-heading--subtitle span::before, .c-heading--subtitle span::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #333;
}

.c-heading--subtitle span::before {
  margin-right: 8px;
}

.c-heading--subtitle span::after {
  margin-left: 8px;
}

.c-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1160px) {
  .c-inner {
    max-width: 90%;
  }
}

.c-inner--white {
  padding: 90px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

.c-inner--content {
  width: 100%;
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1010px) {
  .c-inner--content {
    max-width: 90%;
  }
}

.c-section {
  position: relative;
  padding-top: 100px;
  background: #fff;
  z-index: 2;
}

.c-section:nth-of-type(2) {
  margin-top: -80px;
}

.c-section_item {
  margin-bottom: 80px;
}

.c-section_item:last-of-type {
  margin-bottom: 0;
}

.c-section__lead {
  margin-bottom: 40px;
}

.p-table {
  width: 100%;
  table-layout: fixed;
}

.c-contact {
  width: 100%;
  padding: 83px 10%;
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .c-contact {
    padding: 83px 5%;
  }
}

.c-contact .c-inner {
  max-width: 1170px;
}

.c-contact .p-home_section__heading {
  margin-bottom: 56px;
  line-height: 1.1;
}

.c-contact .p-home_section__heading span {
  margin: 0 auto 30px;
}

.c-contact__item {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-contact__item {
    display: block;
  }
}

.c-contact__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 120px;
  background: #666;
}

@media screen and (max-width: 1023px) {
  .c-contact__item::after {
    display: none;
  }
}

.c-contact__number {
  margin-right: 120px;
  margin-left: -80px;
  color: #2fa58e;
  font-family: "Roboto", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1434px) {
  .c-contact__number {
    margin-right: 80px;
    margin-left: -40px;
    font-size: 52px;
  }
}

@media screen and (max-width: 1023px) {
  .c-contact__number {
    margin: 0 0 40px 0;
    font-size: 65px;
    text-align: center;
  }
}

@media screen and (max-width: 548px) {
  .c-contact__number {
    font-size: 55px;
  }
}

@media screen and (max-width: 475px) {
  .c-contact__number {
    font-size: 45px;
  }
}

@media screen and (max-width: 403px) {
  .c-contact__number {
    font-size: 32px;
  }
}

.c-contact__number span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-contact__number span::before {
  content: "\f095";
  display: inline-block;
  margin-right: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  font-weight: 900;
}

@media screen and (max-width: 1434px) {
  .c-contact__number span::before {
    font-size: 44px;
  }
}

@media screen and (max-width: 1023px) {
  .c-contact__number span::before {
    margin: 0 20px 0 0;
    font-size: 52px;
    text-align: center;
  }
}

@media screen and (max-width: 548px) {
  .c-contact__number span::before {
    font-size: 55px;
  }
}

@media screen and (max-width: 475px) {
  .c-contact__number span::before {
    font-size: 45px;
  }
}

@media screen and (max-width: 403px) {
  .c-contact__number span::before {
    font-size: 32px;
  }
}

.c-contact__form {
  width: 100%;
  max-width: 468px;
}

@media screen and (max-width: 1434px) {
  .c-contact__form {
    max-width: 368px;
  }
}

@media screen and (max-width: 1023px) {
  .c-contact__form {
    margin: 0 auto;
  }
}

.c-contact__form .c-button {
  max-width: 100%;
  height: 100px;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.c-copy_right {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 114px;
  color: #fff;
  font-family: "Robot", sans-serif;
  font-size: 16px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1190px) {
  .c-copy_right {
    max-width: 90%;
  }
}

.p-button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-button {
    max-width: 100%;
  }
}

.p-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 70px;
  overflow: hidden;
}

.p-table:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-table {
    margin: 0 auto 40px;
  }
}

.p-table th,
.p-table td {
  padding: 1em 0.5em;
  vertical-align: middle;
  border: 1px solid #eee;
  text-align: center;
}

.p-table thead th {
  background: #2fa58e;
  color: #fff;
  border: 1px solid #8dcfc2;
}

.p-table tbody th {
  width: 200px;
  background: #fff;
  padding: 1em 0.5em;
}

@media screen and (max-width: 768px) {
  .p-table th {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}

.p-table td {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-table td {
    display: block;
    width: 100%;
  }
}

.p-table td ul {
  list-style: none;
  padding-left: 0.5em;
}

.p-table td ul li {
  position: relative;
  padding-left: 0.8em;
}

.p-table td[colspan="1"] {
  width: 64px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-table td[colspan="1"] {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.p-table td[colspan="2"] {
  width: calc(100% - 264px);
}

@media screen and (max-width: 768px) {
  .p-table td[colspan="2"] {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-table--nohead tbody th,
  .p-table--nohead tbody td {
    width: 100%;
  }
}

.p-table--nohead tbody th {
  background: #2fa58e;
  color: #fff;
  text-align: center;
}

.p-table__note {
  margin: 8px 0 0;
  font-size: 15px;
}

.scroll-wrap {
  width: 100%;
  margin-bottom: 70px;
}

.scroll-wrap:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .scroll-wrap {
    overflow: auto;
  }
}

.scroll-wrap-note {
  display: none;
}

@media screen and (max-width: 768px) {
  .scroll-wrap-note {
    display: block;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .scroll-wrap .p-table {
    table-layout: auto;
    max-width: 100%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .scroll-wrap .p-table th,
  .scroll-wrap .p-table td {
    display: table-cell;
    margin: 0;
  }
}

* + .scroll-wrap-note {
  margin-top: 1em;
}

#compound .p-table,
#sheet .p-table {
  font-size: 15px;
}

.p-page_top {
  display: block;
  width: 100%;
  height: 100%;
  background: #2c5395;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.p-page_top.is-active {
  opacity: 1;
  visibility: visible;
}

.p-page_top__arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.p-page_top__arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 600;
  display: block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-header {
  position: relative;
  height: 127px;
  padding: 0 96px;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  .p-header {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1023px) {
  .p-header {
    height: 79px;
    padding: 0 5%;
  }
}

.p-header.is-reverse {
  height: 87px;
  padding: 0 96px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: none;
}

@media screen and (max-width: 1400px) {
  .p-header.is-reverse {
    padding: 0 3%;
  }
}

@media screen and (max-width: 1023px) {
  .p-header.is-reverse {
    height: 79px;
    padding: 0 5%;
  }
}

.p-header.is-reverse .p-header__logo {
  color: #333;
  text-shadow: none;
}

.p-header.is-reverse .p-header__logo__white {
  display: none;
}

.p-header.is-reverse .p-header__logo__black {
  display: block;
}

.p-header.is-reverse .p-header__logo.js-open {
  color: #fff;
}

.p-header.is-reverse .p-gnav__item:nth-of-type(-n + 5) .p-gnav__text {
  text-shadow: none;
}

.p-header.is-reverse .p-gnav__item.js-open .p-gnav__text {
  color: #fff;
}

.p-header.is-reverse .p-gnav__text {
  color: #333;
}

@media screen and (min-width: 769px) {
  .p-header.is-reverse .p-gnav__text:hover {
    color: #333;
    text-shadow: none;
  }
}

.p-header.is-reverse .p-header__btn span {
  background: #333;
}

.p-header.is-reverse .p-header__btn span.js-open {
  background: #fff;
}

.p-header__logo_wrap {
  display: flex;
  align-items: center;
}

.p-header__logo {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 477px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

@media screen and (max-width: 1644px) {
  .p-header__logo {
    font-size: 20px;
  }
}

@media screen and (max-width: 1550px) {
  .p-header__logo {
    font-size: 16px;
  }
}

@media screen and (max-width: 1130px) {
  .p-header__logo {
    font-size: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .p-header__logo {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    font-size: 13px;
  }
}

.p-header__logo img {
  width: 100%;
  max-width: 212px;
  transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1644px) {
  .p-header__logo img {
    max-width: 190px;
  }
}

@media screen and (max-width: 1550px) {
  .p-header__logo img {
    max-width: 160px;
  }
}

@media screen and (max-width: 1130px) {
  .p-header__logo img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1023px) {
  .p-header__logo img {
    max-width: 150px;
  }
}

@media screen and (max-width: 540px) {
  .p-header__logo img {
    max-width: 130px;
  }
}

.p-header__logo__black {
  display: none;
}

.p-header__logo.js-open .p-header__logo__black {
  display: none;
  opacity: 0;
  animation: fadeOut 0.3s ease-in 0s forwards;
}

.p-header__logo.js-open .p-header__logo__white {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@media screen and (max-width: 1023px) {
  .p-header__logo {
    position: relative;
    z-index: 1000;
  }
}

.p-header__logo:hover {
  opacity: 0.3;
}

.p-header__logo span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 399px) {
  .p-header__logo span {
    display: none;
  }
}

.p-header__btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-header__btn {
    display: block;
    width: 100%;
    cursor: pointer;
    max-width: 30px;
    height: 30px;
    margin: auto 0;
    z-index: 1000;
  }
}

.p-header__btn__lines {
  width: 100%;
  height: 100%;
}

.p-header__btn__lines span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-header__btn__lines span:nth-of-type(1), .p-header__btn__lines span:nth-of-type(2) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
  .p-header__btn__lines span:nth-of-type(1), .p-header__btn__lines span:nth-of-type(2) {
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 769px) {
  .p-header__btn__lines:hover span:nth-of-type(1), .p-header__btn__lines:hover span:nth-of-type(3) {
    width: 70%;
  }
}

.p-header__btn__lines:hover span.js-open:nth-of-type(1), .p-header__btn__lines:hover span.js-open:nth-of-type(3) {
  width: 100%;
}

.p-header__btn__lines span.js-open {
  background: #fff;
}

.p-header__btn__lines span.js-open:nth-of-type(1) {
  transform: translateY(14px) rotate(225deg);
}

@media screen and (max-width: 1023px) {
  .p-header__btn__lines span.js-open:nth-of-type(1) {
    transform: translateY(9px) rotate(225deg);
  }
}

.p-header__btn__lines span.js-open:nth-of-type(2) {
  opacity: 0;
  transform: scaleX(0);
}

.p-header__btn__lines span.js-open:nth-of-type(3) {
  transform: translateY(-14px) rotate(-225deg);
}

@media screen and (max-width: 1023px) {
  .p-header__btn__lines span.js-open:nth-of-type(3) {
    transform: translateY(-9px) rotate(-225deg);
  }
}

.p-gnav {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .p-gnav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 90px 0 50px;
    background: #0d49ce;
    overflow: auto;
    transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .p-gnav.js-open {
    left: 0;
  }
}

.p-gnav__inner {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-gnav__inner {
    display: block;
    padding: 40px 50px;
    overflow: auto;
  }
}

.p-gnav__list {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .p-gnav__list {
    display: block;
  }
}

.p-gnav__item {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 40px;
}

.p-gnav__item:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 1429px) {
  .p-gnav__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .p-gnav__item {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  .p-gnav__item:last-of-type {
    margin-bottom: 0;
  }
}

.p-gnav__text {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 1644px) {
  .p-gnav__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1550px) {
  .p-gnav__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .p-gnav__text {
    width: 100%;
    font-size: 24px;
    padding: 24px 5%;
  }
}

.p-gnav__text span {
  position: relative;
}

.p-gnav__text span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #001457;
  transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 769px) {
  .p-gnav__text:hover span::after {
    width: 100%;
  }
}

.p-gnav__text.is-current span::after {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .p-gnav__text.is-current span::after {
    width: 0;
  }
}

.p-gnav__text.c-button {
  width: 200px;
  height: 50px;
  color: #fff !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-gnav__text.c-button::after {
  display: none;
}

@media screen and (max-width: 1194px) {
  .p-gnav__text.c-button {
    width: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .p-gnav__text.c-button {
    width: 100%;
    max-width: 90%;
    margin: 40px auto 0;
  }
}

.p-submenu {
  position: absolute;
  bottom: -260px;
  right: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}

.p-submenu.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1023px) {
  .p-submenu {
    position: static;
    bottom: auto;
    right: auto;
    display: none;
    max-width: 100%;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}

.p-submenu__item {
  width: 100%;
  max-width: calc((100% - 48px) / 3);
  margin-left: 24px;
}

.p-submenu__item.is-sp_only {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-submenu__item.is-sp_only {
    display: block;
  }
}

.p-submenu__item:nth-of-type(2) {
  margin-left: 0;
}

.p-submenu__item:nth-of-type(2) .p-submenu__item__thumb__bg {
  background: url(/assets/images/common/img_submenu_compound.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-submenu__item:nth-of-type(2) .p-submenu__item__thumb__bg {
    background: url(/assets/images/common/img_submenu_compound@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-submenu__item:nth-of-type(3) .p-submenu__item__thumb__bg {
  background: url(/assets/images/common/img_submenu_sheet.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-submenu__item:nth-of-type(3) .p-submenu__item__thumb__bg {
    background: url(/assets/images/common/img_submenu_sheet@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-submenu__item:nth-of-type(4) .p-submenu__item__thumb__bg {
  background: url(/assets/images/common/img_submenu_inspection.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-submenu__item:nth-of-type(4) .p-submenu__item__thumb__bg {
    background: url(/assets/images/common/img_submenu_inspection@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 1023px) {
  .p-submenu__item {
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-submenu__item:last-of-type a {
    border: none;
  }
}

.p-submenu__item__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 163px;
  margin-bottom: 8px;
  background: #eee;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .p-submenu__item__thumb {
    display: none;
  }
}

.p-submenu__item__thumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.p-submenu a {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .p-submenu a {
    display: block;
    padding: 24px 5%;
    border-bottom: 1px solid #ddd;
  }
}

.p-submenu a:hover .p-submenu__item__thumb__bg {
  transform: scale(1.2);
}

.p-footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 86px 0 50px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1190px) {
  .p-footer {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-footer {
    display: block;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__profile {
    margin-bottom: 40px;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: 467px;
  margin: 0 auto 40px 0;
}

@media screen and (max-width: 768px) {
  .p-footer__logo {
    max-width: 100%;
    margin: 0 0 40px;
  }
}

.p-footer__logo a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s;
}

.p-footer__logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 925px) {
  .p-footer__logo a {
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .p-footer__logo a {
    display: block;
  }
}

.p-footer__logo a img {
  width: 100%;
  max-width: 182px;
}

@media screen and (max-width: 925px) {
  .p-footer__logo a img {
    max-width: 152px;
  }
}

.p-footer__logo a span {
  margin-bottom: 8px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 374px) {
  .p-footer__logo a span {
    display: block;
    margin-left: 8px;
    font-size: 13px;
  }
}

.p-footer__address {
  font-size: 18px;
}

@media screen and (max-width: 925px) {
  .p-footer__address {
    font-size: 16px;
  }
}

.p-footer__nav {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: block;
    margin-left: 0;
  }
}

.p-footer__nav a {
  color: #fff;
}

@media screen and (max-width: 1035px) {
  .p-footer__nav a {
    font-size: 18px;
  }
}

.p-footer__nav__wrap {
  margin-left: 100px;
}

@media screen and (max-width: 768px) {
  .p-footer__nav__wrap {
    margin-left: 0;
  }
}

.p-footer__nav__wrap:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-footer__nav__wrap:first-of-type {
    margin-bottom: 30px;
  }
}

.p-footer__nav__item {
  width: 100%;
  margin-bottom: 30px;
}

.p-footer__nav__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-footer__nav__item {
    max-width: 100%;
    margin-bottom: 32px;
  }
}

.p-footer__nav__item__title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1035px) {
  .p-footer__nav__item__title {
    font-size: 22px;
  }
}

.p-footer__nav__item ul {
  list-style: none;
  padding-left: 1em;
}

.p-footer__nav__item ul li {
  font-size: 20px;
}

.p-footer__nav__item ul li ::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

.p-home_section {
  position: relative;
  padding-top: 170px;
  z-index: 2;
}

.p-home_section__item {
  margin-bottom: 90px;
}

.p-home_section__item:last-of-type {
  margin-bottom: 130px;
}

.p-home_section__item.is-reverse .p-home_section__detail {
  order: 2;
  margin-right: 0;
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .p-home_section__item.is-reverse .p-home_section__detail {
    order: 1;
    margin-left: 0;
  }
}

.p-home_section__item.is-reverse .p-home_section__img {
  order: 1;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-home_section__item.is-reverse .p-home_section__img {
    order: 2;
    margin-left: 0;
  }
}

.p-home_section__item.is-active .p-home_section__detail {
  opacity: 1;
}

.p-home_section__item.is-active .p-home_section__img {
  animation: fadeInScale 1s ease-out 0s forwards;
}

.p-home_section__item.is-active .p-home_section__img::before {
  width: 0;
  left: auto;
  right: 0;
  transition-delay: 0.7s;
}

@media screen and (max-width: 768px) {
  .p-home_section__item.is-active .p-home_section__img::before {
    transition-delay: 2s;
  }
}

@media screen and (max-width: 768px) {
  .p-home_section__item.is-active .p-home_section__img {
    animation-delay: 1.3s;
  }
}

.p-home_section__item.is-active .p-home_section__heading {
  opacity: 1;
}

.p-home_section__item.is-active .p-home_section__heading span {
  opacity: 1;
}

.p-home_section__item.is-active .p-home_section__text {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-home_section__item {
    display: block;
  }
}

.p-home_section__detail {
  width: 100%;
  max-width: 530px;
  margin-right: 60px;
  opacity: 0;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1.3s;
}

@media screen and (max-width: 1160px) {
  .p-home_section__detail {
    max-width: 48%;
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-home_section__detail {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    transition-delay: 1s;
  }
}

.p-home_section__img {
  position: relative;
  width: 50vw;
  height: 620px;
  margin-right: calc(50% - 50vw);
  opacity: 0;
  transition: 1.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transform: scale(1.1);
}

@media screen and (min-width: 769px) {
  .p-home_section__img {
    height: calc(620 / 1920 * 100vw);
  }
}

@media screen and (max-width: 1160px) {
  .p-home_section__img {
    width: calc(100vw - 44%);
  }
}

@media screen and (max-width: 768px) {
  .p-home_section__img {
    width: 100%;
    height: 340px;
  }
}

.p-home_section__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2fa58e;
  transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 2;
}

.p-home_section__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-home_section__img__bg.is-strength {
  background: url(/assets/images/home/img_home_strength.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__img__bg.is-strength {
    background: url(/assets/images/home/img_home_strength@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-home_section__img__bg.is-products {
  background: url(/assets/images/home/img_home_products.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__img__bg.is-products {
    background: url(/assets/images/home/img_home_products@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-home_section__img__bg.is-recruit {
  background: url(/assets/images/home/img_home_recruit_a.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__img__bg.is-recruit {
    background: url(/assets/images/home/img_home_recruit_a@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-home_section__img__bg.is-recruit {
    background: url(/assets/images/home/img_home_recruit_sp_a.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__img__bg.is-recruit {
    background: url(/assets/images/home/img_home_recruit_sp_a@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-home_section__heading {
  margin-bottom: 40px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.8333;
}

@media screen and (min-width: 769px) {
  .p-home_section__heading {
    font-size: calc(60 / 1920 * 100vw);
  }
}

@media screen and (max-width: 1023px) {
  .p-home_section__heading {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {
  .p-home_section__heading {
    margin-bottom: 60px;
    font-size: 50px;
  }
}

@media screen and (max-width: 414px) {
  .p-home_section__heading {
    font-size: 34px;
  }
}

.p-home_section__heading span {
  position: relative;
  display: table;
  margin-bottom: 30px;
  padding-bottom: 16px;
  color: #2fa58e;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  transition-delay: 1.8s;
}

@media screen and (min-width: 769px) {
  .p-home_section__heading span {
    font-size: calc(30 / 1920 * 100vw);
  }
}

.p-home_section__heading span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #60bfad;
}

.p-home_section__text {
  margin-bottom: 50px;
}

.p-home_section__split {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 220px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-home_section__split {
    display: block;
    margin-bottom: 120px;
  }
}

.p-home_section__split__item {
  position: relative;
  width: 50%;
  padding: 97px 0;
  overflow: hidden;
  transition: 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-home_section__split__item.is-hover {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .p-home_section__split__item {
    width: 100%;
    padding: 67px 10%;
  }
}

.p-home_section__split__item__content {
  position: relative;
  z-index: 2;
}

.p-home_section__split .p-home_section__heading {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-home_section__split .p-home_section__heading {
    line-height: 1.1;
  }
}

.p-home_section__split .p-home_section__heading span {
  margin: 0 auto 30px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-home_section__split .p-home_section__heading span {
    line-height: 1.1;
  }
}

.p-home_section__split .p-home_section__heading span::after {
  background: #fff;
}

.p-home_section__split__text {
  margin-bottom: 40px;
  text-align: center;
}

.p-home_section__split__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home_section__split__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #003e94 0%, #0055d1 100%);
  opacity: 0.8;
}

.p-home_section__split__bg.is-inspection {
  background: url(/assets/images/home/img_home_inspection.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__split__bg.is-inspection {
    background: url(/assets/images/home/img_home_inspection@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-home_section__split__bg.is-facilities {
  background: url(/assets/images/home/img_home_facilities.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__split__bg.is-facilities {
    background: url(/assets/images/home/img_home_facilities@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-home_section__split__bg.is-company {
  background: url(/assets/images/home/img_home_company.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-home_section__split__bg.is-company {
    background: url(/assets/images/home/img_home_company@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 667px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-kv {
    min-height: auto;
  }
}

.p-kv__video {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-kv__video video {
  animation: fadeIn 0.6s ease-out 2.3s forwards;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-kv__video video {
    top: 50%;
    transform: translate(-35%, -50%);
  }
}

@media screen and (max-width: 414px) {
  .p-kv__video video {
    transform: translate(-42%, -50%);
  }
}

@media screen and (max-width: 375px) {
  .p-kv__video video {
    transform: translate(-44%, -50%);
  }
}

@media screen and (max-width: 320px) {
  .p-kv__video video {
    transform: translate(-50%, -50%);
  }
}

.p-kv .c-inner {
  position: relative;
  height: 100%;
}

.p-kv__catch {
  position: absolute;
  top: 15%;
  left: 96px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-kv__catch {
    left: 5%;
  }
}

@media screen and (max-width: 491px) {
  .p-kv__catch {
    top: 12%;
  }
}

.p-kv__catch__anniversary {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  opacity: 0;
  animation: text_anime_on 0.5s ease-out forwards;
  animation-delay: 2s;
}

@media screen and (max-width: 414px) {
  .p-kv__catch__anniversary {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-kv__catch__anniversary img {
    width: 100%;
    max-width: 200px;
  }
}

@media screen and (max-width: 432px) {
  .p-kv__catch__anniversary img {
    max-width: 120px;
  }
}

@media screen and (max-width: 414px) {
  .p-kv__catch__anniversary img {
    max-width: 90px;
  }
}

.p-kv__catch__anniversary__text {
  margin: 0 0 12px 20px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .p-kv__catch__anniversary__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 414px) {
  .p-kv__catch__anniversary__text {
    display: block;
    margin: 0;
    font-size: 13px;
  }
}

.p-kv__catch__main {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .p-kv__catch__main {
    font-size: 64px;
  }
}

@media screen and (max-width: 491px) {
  .p-kv__catch__main {
    font-size: 46px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 389px) {
  .p-kv__catch__main {
    font-size: 36px;
  }
}

.p-kv__catch__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -96px;
  width: 0;
  height: 1px;
  background: #fff;
  animation: lineIn 0.5s ease-out forwards;
  animation-delay: 1.5s;
}

@media screen and (max-width: 768px) {
  .p-kv__catch__main::after {
    left: -39px;
  }
}

@media screen and (max-width: 414px) {
  .p-kv__catch__main::after {
    display: none;
  }
}

.p-kv__catch__main__text {
  display: block;
}

.p-kv__catch__main__text span {
  position: relative;
  left: 40px;
  opacity: 0;
  animation: text_anime_on 1.2s ease-out forwards;
}

.p-kv__catch__main__text:nth-of-type(1) span:nth-of-type(1) {
  animation-delay: 0.1s;
}

.p-kv__catch__main__text:nth-of-type(1) span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.p-kv__catch__main__text:nth-of-type(1) span:nth-of-type(3) {
  animation-delay: 0.3s;
}

.p-kv__catch__main__text:nth-of-type(1) span:nth-of-type(4) {
  animation-delay: 0.4s;
}

.p-kv__catch__main__text:nth-of-type(1) span:nth-of-type(5) {
  animation-delay: 0.5s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(1) {
  animation-delay: 0.6s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(2) {
  animation-delay: 0.7s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(3) {
  animation-delay: 0.8s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(4) {
  animation-delay: 0.9s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(5) {
  animation-delay: 1s;
}

.p-kv__catch__main__text:nth-of-type(2) span:nth-of-type(6) {
  animation-delay: 1.1s;
}

.p-kv__catch__en {
  position: relative;
  bottom: -20px;
  display: block;
  color: #8bd0c4;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  letter-spacing: 0.2em;
  opacity: 0;
  animation: text_on_en 0.7s ease-out forwards;
  animation-delay: 1.3s;
}

@media screen and (max-width: 825px) {
  .p-kv__catch__en {
    font-size: 26px;
  }
}

@media screen and (max-width: 414px) {
  .p-kv__catch__en {
    font-size: 16px;
  }
}

.p-kv__mask {
  position: absolute;
  top: -1277px;
  right: calc(53.1% - 300px);
  width: 1800px;
  height: 1800px;
  background: #0d49ce;
  transform: rotate(-45deg);
  z-index: 2;
}

@media screen and (max-width: 1092px) {
  .p-kv__mask {
    width: 1020px;
    right: calc(69.5% - 70px);
  }
}

@media screen and (max-width: 768px) {
  .p-kv__mask {
    top: -1576px;
    left: -780px;
    top: calc(-1576 / 768 * 100vw);
    left: calc(-780 / 768 * 100vw);
    width: calc(1800 / 768 * 100vw);
    height: calc(1800 / 768 * 100vw);
  }
}

@media screen and (max-width: 710px) {
  .p-kv__mask {
    width: 1660px;
    width: calc(1660 / 768 * 100vw);
  }
}

.p-page_header {
  position: relative;
  width: 100%;
  height: 500px;
}

.p-page_header__catch {
  position: absolute;
  top: 50%;
  left: 96px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .p-page_header__catch {
    left: 5%;
  }
}

.p-page_header__catch__main {
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .p-page_header__catch__main {
    font-size: 50px;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__catch__main {
    font-size: 40px;
  }
}

.p-page_header__catch__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -96px;
  width: 100vw;
  height: 1px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-page_header__catch__main::after {
    left: -36px;
    width: 120vw;
  }
}

.p-page_header__catch__en {
  display: block;
  color: #8bd0c4;
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  letter-spacing: 0.2em;
}

.p-page_header__bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-page_header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-page_header__bg.is-strength::before {
  background: url(/assets/images/strength/img_strength_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-strength::before {
    background: url(/assets/images/strength/img_strength_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-strength::before {
    background: url(/assets/images/strength/img_strength_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-strength::before {
    background: url(/assets/images/strength/img_strength_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-business::before {
  background: url(/assets/images/business/img_business_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-business::before {
    background: url(/assets/images/business/img_business_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-business::before {
    background: url(/assets/images/business/img_business_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-business::before {
    background: url(/assets/images/business/img_business_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-compound::before {
  background: url(/assets/images/business/compound/img_compound_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-compound::before {
    background: url(/assets/images/business/compound/img_compound_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-compound::before {
    background: url(/assets/images/business/compound/img_compound_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-compound::before {
    background: url(/assets/images/business/compound/img_compound_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-sheet::before {
  background: url(/assets/images/business/sheet/img_sheet_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-sheet::before {
    background: url(/assets/images/business/sheet/img_sheet_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-sheet::before {
    background: url(/assets/images/business/sheet/img_sheet_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-sheet::before {
    background: url(/assets/images/business/sheet/img_sheet_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-inspection::before {
  background: url(/assets/images/business/inspection/img_inspection_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-inspection::before {
    background: url(/assets/images/business/inspection/img_inspection_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-inspection::before {
    background: url(/assets/images/business/inspection/img_inspection_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-inspection::before {
    background: url(/assets/images/business/inspection/img_inspection_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-corporation::before {
  background: url(/assets/images/corporation/img_corporation_header.jpg) no-repeat top left;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-corporation::before {
    background: url(/assets/images/corporation/img_corporation_header@2x.jpg) no-repeat top left;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-corporation::before {
    background: url(/assets/images/corporation/img_corporation_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-corporation::before {
    background: url(/assets/images/corporation/img_corporation_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-facilities::before {
  background: url(/assets/images/facilities/img_facilities_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-facilities::before {
    background: url(/assets/images/facilities/img_facilities_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-facilities::before {
    background: url(/assets/images/facilities/img_facilities_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-facilities::before {
    background: url(/assets/images/facilities/img_facilities_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-recruit::before {
  background: url(/assets/images/recruit/img_recruit_header_a.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-recruit::before {
    background: url(/assets/images/recruit/img_recruit_header_a@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-recruit::before {
    background: url(/assets/images/recruit/img_recruit_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-recruit::before {
    background: url(/assets/images/recruit/img_recruit_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__bg.is-inquiry::before {
  background: url(/assets/images/inquiry/img_inquiry_header.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-inquiry::before {
    background: url(/assets/images/inquiry/img_inquiry_header@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__bg.is-inquiry::before {
    background: url(/assets/images/inquiry/img_inquiry_header_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_header__bg.is-inquiry::before {
    background: url(/assets/images/inquiry/img_inquiry_header_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_header__mask {
  position: absolute;
  top: -1752px;
  right: calc(56.2% - 350px);
  width: 1800px;
  height: 1800px;
  background: #0d49ce;
  transform: rotate(-45deg);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-page_header__mask {
    top: calc(-623 / 768 * 100vw);
    left: calc(-158 / 768 * 100vw);
    width: calc(800 / 768 * 100vw);
    height: calc(800 / 768 * 100vw);
  }
}

@media screen and (max-width: 414px) {
  .p-page_header__mask {
    top: calc(-623 / 414 * 100vw);
    left: calc(-278 / 414 * 100vw);
    width: calc(800 / 414 * 100vw);
    height: calc(800 / 414 * 100vw);
  }
}

@media screen and (max-width: 320px) {
  .p-page_header__mask {
    top: calc(-623 / 320 * 100vw);
    left: calc(-278 / 320 * 100vw);
    width: calc(800 / 320 * 100vw);
    height: calc(800 / 320 * 100vw);
  }
}

.p-page_section {
  position: relative;
  padding: 140px 0 130px;
  z-index: 2;
}

.p-page_section__lead {
  margin-bottom: 124px;
  padding: 70px 50px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(132, 132, 132, 0.5);
}

@media screen and (max-width: 768px) {
  .p-page_section__lead {
    padding: 70px 63px;
  }
}

@media screen and (max-width: 550px) {
  .p-page_section__lead {
    padding: 70px 8%;
  }
}

.p-page_section__lead__note {
  display: block;
  margin-top: 1em;
  font-size: 14px;
}

.p-page_section__wrap {
  margin-bottom: 140px;
}

.p-page_section__wrap:last-of-type {
  margin-bottom: 0;
}

.p-page_section__item--alternate {
  margin-bottom: 100px;
}

.p-page_section__item--alternate:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-page_section__item--alternate {
    display: block;
  }
}

.p-page_section__item--alternate__img {
  position: relative;
  width: 50vw;
  height: 620px;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}

@media screen and (max-width: 1160px) {
  .p-page_section__item--alternate__img {
    width: 140vw;
  }
}

@media screen and (max-width: 768px) {
  .p-page_section__item--alternate__img {
    width: 100%;
    height: 340px;
    margin-left: 0;
  }
}

.p-page_section__item--alternate__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.p-page_section__item--alternate__img__bg.is-compound {
  background: url(/assets/images/business/img_business_compound.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_section__item--alternate__img__bg.is-compound {
    background: url(/assets/images/business/img_business_compound@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_section__item--alternate__img__bg.is-sheet {
  background: url(/assets/images/business/img_business_sheet.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_section__item--alternate__img__bg.is-sheet {
    background: url(/assets/images/business/img_business_sheet@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_section__item--alternate__img__bg.is-inspection {
  background: url(/assets/images/business/img_business_inspection.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-page_section__item--alternate__img__bg.is-inspection {
    background: url(/assets/images/business/img_business_inspection@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-page_section__item--alternate__detail {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 140px 0 0 -110px;
  padding: 84px 63px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(132, 132, 132, 0.5);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .p-page_section__item--alternate__detail {
    margin: 410px 0 0 -530px;
  }
}

@media screen and (max-width: 768px) {
  .p-page_section__item--alternate__detail {
    margin: 0;
    padding: 54px 63px;
  }
}

@media screen and (max-width: 550px) {
  .p-page_section__item--alternate__detail {
    padding: 54px 8%;
  }
}

.p-page_section__item--alternate__detail__text {
  margin-bottom: 48px;
}

@media screen and (max-width: 1160px) {
  .p-page_section__item--alternate__detail .c-heading--main {
    font-size: 25px;
  }
}

.p-page_section__item--alternate:nth-of-type(odd) .p-page_section__item--alternate__detail {
  order: 1;
  margin: 140px -110px 0 0;
}

@media screen and (max-width: 1023px) {
  .p-page_section__item--alternate:nth-of-type(odd) .p-page_section__item--alternate__detail {
    margin: 410px -530px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-page_section__item--alternate:nth-of-type(odd) .p-page_section__item--alternate__detail {
    order: 1;
    margin: 0;
  }
}

.p-page_section__item--alternate:nth-of-type(odd) .p-page_section__item--alternate__img {
  order: 2;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-page_section__item--alternate:nth-of-type(odd) .p-page_section__item--alternate__img {
    order: 2;
    margin: 0;
  }
}

.p-page__bg {
  position: absolute;
  z-index: -2;
}

.p-page__bg01 {
  top: 0;
  left: calc(54.8%);
  width: 1735px;
  height: 1735px;
  background: #60bfad;
  transform: rotate(-45deg);
  z-index: -3;
}

@media screen and (max-width: 1092px) {
  .p-page__bg01 {
    width: calc(1735 / 768 * 100vw);
    height: calc(1735 / 1920 * 100vw);
    right: calc(-866 / 768 * 100vw);
    left: auto;
  }
}

.p-page__bg02 {
  top: 125px;
  right: calc(53.1%);
  width: 1800px;
  height: 1800px;
  background: #dff4ef;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1092px) {
  .p-page__bg02 {
    width: calc(1800 / 768 * 100vw);
    top: calc(448 / 768 * 100vw);
    left: calc(-1284 / 768 * 100vw);
    height: calc(1800 / 1920 * 100vw);
  }
}

@media screen and (max-width: 1092px) {
  .p-page__bg02.is_home {
    width: calc(1800 / 768 * 100vw);
    top: calc(448 / 768 * 100vw);
    left: calc(-1284 / 768 * 100vw);
    height: calc(1800 / 1920 * 100vw);
  }
}

.p-page__bg03 {
  top: 373px;
  left: 30px;
  width: 1800px;
  height: 1800px;
  background: #dff4ef;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1920px) {
  .p-page__bg03 {
    left: calc((100% - 1920px) / 2);
  }
}

@media screen and (max-width: 1920px) {
  .p-page__bg03 {
    width: calc(1800 / 1920 * 100vw);
    height: calc(1800 / 1920 * 100vw);
    top: calc(373 / 1920 * 100vw);
    left: calc(30 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-page__bg03 {
    width: calc(1800 / 768 * 100vw);
    height: calc(1800 / 768 * 100vw);
    top: calc(373 / 768 * 100vw);
    left: calc(-470 / 768 * 100vw);
  }
}

.p-page__bg03.is_home {
  top: 622px;
}

@media screen and (max-width: 1920px) {
  .p-page__bg03.is_home {
    width: calc(1800 / 1920 * 100vw);
    top: calc(622 / 1920 * 100vw);
    left: calc(30 / 1920 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-page__bg03.is_home {
    top: calc(52 / 768 * 100vw);
    left: calc(1030 / 1768 * 100vw);
  }
}

.p-page__bg03.is_home::before {
  display: none;
}

.p-page__bg04 {
  top: calc(989 / 1920 * 100vw);
  left: 0;
  width: 100vw;
  height: 100%;
  background: #dff4ef;
  z-index: -3;
}

@media screen and (max-width: 768px) {
  .p-page__bg04 {
    top: calc(849 / 1920 * 100vw);
  }
}

.p-page__bg04.is_home {
  top: calc(1239 / 1920 * 100vw);
}

@media screen and (max-width: 768px) {
  .p-page__bg04.is_home {
    top: calc(405 / 768 * 100vw);
  }
}

.p-page__bg04.is_home::before {
  display: none;
}

.p-strength__item {
  justify-content: center;
  margin-bottom: 80px;
}

.p-strength__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-strength__item {
    flex-direction: column;
  }
}

.p-strength__item__img {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 670px;
  margin-right: 40px;
}

@media screen and (max-width: 1023px) {
  .p-strength__item__img {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img {
    order: 2;
    max-width: 540px;
    height: auto;
    margin: 0 auto;
  }
}

.p-strength__item__img img {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-strength__item__img img {
    display: block;
  }
}

.p-strength__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg {
    display: none;
  }
}

.p-strength__item__img__bg.is-01 {
  background: url(/assets/images/strength/img_strength_development.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-01 {
    background: url(/assets/images/strength/img_strength_development@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-01 {
    background-position: center center;
  }
}

.p-strength__item__img__bg.is-02 {
  background: url(/assets/images/strength/img_strength_system.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-02 {
    background: url(/assets/images/strength/img_strength_system@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-02 {
    background-position: center center;
  }
}

.p-strength__item__img__bg.is-03 {
  background: url(/assets/images/strength/img_strength_production.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-03 {
    background: url(/assets/images/strength/img_strength_production@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-03 {
    background-position: center center;
  }
}

.p-strength__item__img__bg.is-04 {
  background: url(/assets/images/strength/img_strength_entrusted.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-04 {
    background: url(/assets/images/strength/img_strength_entrusted@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-04 {
    background-position: center center;
  }
}

.p-strength__item__img__bg.is-05 {
  background: url(/assets/images/strength/img_strength_specialty.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-05 {
    background: url(/assets/images/strength/img_strength_specialty@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-05 {
    background-position: center center;
  }
}

.p-strength__item__img__bg.is-06 {
  background: url(/assets/images/strength/img_strength_inspection.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-strength__item__img__bg.is-06 {
    background: url(/assets/images/strength/img_strength_inspection@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__img__bg.is-06 {
    background-position: center center;
  }
}

.p-strength__item__detail {
  width: 100%;
  max-width: calc(100% - 540px);
}

@media screen and (max-width: 1023px) {
  .p-strength__item__detail {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-strength__item__detail {
    order: 1;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.p-strength__item .c-heading--main {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-strength__item .c-heading--main {
    font-size: 30px;
  }
}

.p-strength__item .c-heading--main__text {
  position: relative;
  margin-bottom: 10px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-strength__item .c-heading--main__text {
    font-size: 20px;
  }
}

.p-strength__item .c-heading--main__text::before {
  display: none;
}

.p-strength__item .c-heading--main__text span {
  display: block;
  color: #60bfad;
  font-size: 80px;
  line-height: 1;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-strength__item .c-heading--main__text span {
    font-size: 80px;
  }
}

.p-strength__item:nth-of-type(odd) .p-strength__item__img {
  order: 2;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  .p-strength__item:nth-of-type(odd) .p-strength__item__img {
    margin: 0;
  }
}

.p-strength__item:nth-of-type(odd) .p-strength__item__detail {
  order: 1;
}

.p-entrusted {
  background: #fff;
}

.p-entrusted__text {
  margin-bottom: 110px;
}

.p-entrusted__img {
  position: relative;
  width: 100vw;
  height: 380px;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

.p-entrusted__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/business/img_business_entrusted.jpg) no-repeat top center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-entrusted__img__bg {
    background: url(/assets/images/business/img_business_entrusted@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .p-entrusted__img__bg {
    background: url(/assets/images/business/img_business_entrusted_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .p-entrusted__img__bg {
    background: url(/assets/images/business/img_business_entrusted_sp@2x.jpg) no-repeat top center;
    background-size: cover;
  }
}

.p-compound .c-heading--main {
  font-size: 33px;
}

.p-compound__item {
  margin-bottom: 80px;
}

.p-compound__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-compound__item__contents {
    display: block;
  }
}

.p-compound__item__detail {
  width: 100%;
  max-width: calc(100% - 540px);
  margin-right: 40px;
}

@media screen and (max-width: 978px) {
  .p-compound__item__detail {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-compound__item__detail {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.p-compound__item__detail .c-heading--main {
  text-align: left;
}

.p-compound__item__more {
  position: relative;
  display: block;
  margin-top: 40px;
  padding-left: 40px;
  color: #2fa58e;
  font-weight: 700;
  cursor: pointer;
}

.p-compound__item__more__circle {
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid #2fa58e;
  border-radius: 50%;
}

.p-compound__item__more__circle::before, .p-compound__item__more__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 2px;
  background: #2fa58e;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.p-compound__item__more__circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-compound__item__more.is-open .p-seat__item__more__circle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.p-compound__item__img {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 370px;
}

@media screen and (max-width: 978px) {
  .p-compound__item__img {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-compound__item__img {
    max-width: 100%;
    height: auto;
  }
}

.p-compound__item__img img {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-compound__item__img img {
    display: block;
    margin: 0 auto;
  }
}

.p-compound__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-compound__item__img__bg {
    display: none;
  }
}

.p-compound__item__img__bg.is-01 {
  background: url(/assets/images/business/compound/img_compound_pp.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-compound__item__img__bg.is-01 {
    background: url(/assets/images/business/compound/img_compound_pp@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-compound__item__img__bg.is-02 {
  background: url(/assets/images/business/compound/img_compound_master.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-compound__item__img__bg.is-02 {
    background: url(/assets/images/business/compound/img_compound_master@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-compound__specification {
  display: none;
  width: 100vw;
  margin: 32px calc(50% - 50vw) 0;
  padding: 70px 0;
  background: #fff;
}

.p-compound__specification__item {
  margin-bottom: 32px;
}

.p-compound__specification dl {
  padding: 50px;
  border: 2px solid #2fa58e;
  line-height: 1.85;
}

.p-compound__specification dl dt {
  font-weight: 600;
}

.p-compound__specification dl dt + dt {
  margin-top: 16px;
}

.p-compound__specification dl dd {
  font-size: 16px;
}

.p-compound__specification dl dd + dt {
  margin-top: 16px;
}

.p-compound__specification dl.is-side dt {
  position: relative;
  width: 100%;
  max-width: 15%;
  margin: 0;
}

.p-compound__specification dl.is-side dt::after {
  content: "：";
  position: absolute;
  top: 7px;
  right: 0;
  line-height: 1;
}

.p-compound__specification dl.is-side dt:last-of-type::after {
  display: none;
}

.p-compound__specification dl.is-side dd {
  width: 100%;
  max-width: calc(100% - 15% - 8px);
  padding-left: 8px;
  font-size: 18px;
}

.p-compound__specification ul {
  list-style: none;
}

.p-compound__process .c-heading--main {
  margin-bottom: 80px;
}

.p-compound__process .c-heading--bg--green {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-compound__process .c-heading--bg__text {
  margin: 0 16px 0 0;
}

.p-compound__process .c-heading--bg__text::before {
  content: "PROCESS";
}

.p-compound__process__item {
  position: relative;
}

.p-compound__process__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #2fa58e;
  z-index: -1;
}

.p-compound__process__img {
  margin: 0 0 110px 0;
}

.p-sheet__item {
  margin-bottom: 80px;
}

.p-sheet__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-sheet__item__contents {
    display: block;
  }
}

.p-sheet__item__detail {
  width: 100%;
  max-width: calc(100% - 540px);
  margin-right: 40px;
}

@media screen and (max-width: 978px) {
  .p-sheet__item__detail {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-sheet__item__detail {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.p-sheet__item__detail .c-heading--main {
  text-align: left;
}

.p-sheet__item__more {
  position: relative;
  display: block;
  margin-top: 40px;
  padding-left: 40px;
  color: #2fa58e;
  font-weight: 700;
  cursor: pointer;
}

.p-sheet__item__more__circle {
  position: absolute;
  top: 48%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid #2fa58e;
  border-radius: 50%;
}

.p-sheet__item__more__circle::before, .p-sheet__item__more__circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 2px;
  background: #2fa58e;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.p-sheet__item__more__circle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-sheet__item__more.is-open .p-seat__item__more__circle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}

.p-sheet__item__img {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 370px;
}

@media screen and (max-width: 978px) {
  .p-sheet__item__img {
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-sheet__item__img {
    max-width: 100%;
    height: auto;
  }
}

.p-sheet__item__img img {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-sheet__item__img img {
    display: block;
    margin: 0 auto;
  }
}

.p-sheet__item__img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-sheet__item__img__bg {
    display: none;
  }
}

.p-sheet__item__img__bg.is-01 {
  background: url(/assets/images/business/sheet/img_sheet_pp.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-sheet__item__img__bg.is-01 {
    background: url(/assets/images/business/sheet/img_sheet_pp@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-sheet__item__img__bg.is-02 {
  background: url(/assets/images/business/sheet/img_sheet_filler.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-sheet__item__img__bg.is-02 {
    background: url(/assets/images/business/sheet/img_sheet_filler@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-sheet__item__img__bg.is-03 {
  background: url(/assets/images/business/sheet/img_sheet_hi-filler.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-sheet__item__img__bg.is-03 {
    background: url(/assets/images/business/sheet/img_sheet_hi-filler@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-sheet__item__img__bg.is-04 {
  background: url(/assets/images/business/sheet/img_sheet_low-foamed.jpg) no-repeat center center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .p-sheet__item__img__bg.is-04 {
    background: url(/assets/images/business/sheet/img_sheet_low-foamed@2x.jpg) no-repeat center center;
    background-size: cover;
  }
}

.p-sheet__specification {
  display: none;
  width: 100vw;
  margin: 32px calc(50% - 50vw) 0;
  padding: 70px 0;
  background: #fff;
}

.p-sheet__specification__item {
  margin-bottom: 32px;
}

.p-sheet__specification dl {
  padding: 50px;
  border: 2px solid #2fa58e;
  line-height: 1.85;
}

.p-sheet__specification dl dt {
  font-weight: 600;
}

.p-sheet__specification dl dt + dt {
  margin-top: 16px;
}

.p-sheet__specification dl dd {
  font-size: 16px;
}

.p-sheet__specification dl dd + dt {
  margin-top: 16px;
}

.p-sheet__specification dl.is-side dt {
  position: relative;
  width: 100%;
  max-width: 15%;
  margin: 0;
}

.p-sheet__specification dl.is-side dt::after {
  content: "：";
  position: absolute;
  top: 7px;
  right: 0;
  line-height: 1;
}

.p-sheet__specification dl.is-side dt:last-of-type::after {
  display: none;
}

.p-sheet__specification dl.is-side dd {
  width: 100%;
  max-width: calc(100% - 15% - 8px);
  padding-left: 8px;
  font-size: 18px;
}

.p-sheet__specification ul {
  list-style: none;
}

.p-sheet__process .c-heading--main {
  margin-bottom: 80px;
}

.p-sheet__process .c-heading--bg--green {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-sheet__process .c-heading--bg__text {
  margin: 4px 16px 0 0;
}

.p-sheet__process .c-heading--bg__text::before {
  content: "PROCESS";
}

.p-sheet__process__item {
  position: relative;
}

.p-sheet__process__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #2fa58e;
  z-index: -1;
}

.p-sheet__process__img {
  margin: 0 0 110px 0;
}

.p-inspection .c-heading--main {
  margin-bottom: 70px;
}

.p-inspection .c-heading--sub {
  margin-bottom: 24px;
}

.p-inspection__item {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-inspection__item {
    display: block;
    max-width: 530px;
    margin: 0 auto;
  }
}

.p-inspection__item__contents {
  width: 100%;
  max-width: calc((100% - 24px) / 2);
  margin: 0 0 60px 24px;
}

.p-inspection__item__contents:nth-of-type(2n + 1) {
  margin-left: 0;
}

.p-inspection__item__contents:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-inspection__item__contents {
    max-width: 100%;
    margin-left: 0;
  }
}

.p-inspection__item__contents dl {
  margin-bottom: 24px;
}

.p-inspection__item__contents dl dt {
  font-weight: 600;
}

.p-facilities .c-heading--main {
  margin-bottom: 70px;
}

.p-facilities ol {
  counter-reset: facilities 0;
  list-style: none;
}

.p-facilities ol li {
  counter-increment: facilities 1;
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 1.6em;
}

.p-facilities ol li::before {
  content: "(" counter(facilities) ")";
  position: absolute;
  top: 1px;
  left: 0;
}

.p-facilities ul {
  padding: 0 0 0 1.2em;
}

.p-facilities ul li {
  margin: 0 0 8px 0;
}

.p-facilities__item {
  margin: 0 0 60px 0;
}

.p-facilities__item:last-of-type {
  margin: 0;
}

.p-facilities__item.is-sheet ol,
.p-facilities__item.is-sheet p {
  margin: 0 0 24px 0;
}

.p-facilities__item__contents {
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-facilities__item__contents {
    display: block;
  }
}

.p-facilities__item__detail {
  width: 100%;
  max-width: calc(100% - 540px);
  margin-right: 40px;
}

@media screen and (max-width: 1023px) {
  .p-facilities__item__detail {
    max-width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .p-facilities__item__detail {
    max-width: 100%;
    margin: 0 0 40px;
  }
}

.p-facilities__item__img {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 370px;
}

@media screen and (max-width: 1023px) {
  .p-facilities__item__img {
    max-width: calc(60% - 40px);
  }
}

@media screen and (max-width: 768px) {
  .p-facilities__item__img {
    max-width: 540px;
    margin: 0 auto;
  }
}

.p-corporation__wrap {
  margin-bottom: 124px;
  padding: 70px 50px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(132, 132, 132, 0.5);
}

@media screen and (max-width: 768px) {
  .p-corporation__wrap {
    padding: 70px 63px;
  }
}

@media screen and (max-width: 550px) {
  .p-corporation__wrap {
    padding: 70px 8%;
  }
}

.p-corporation__wrap .c-heading--main {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 768px) {
  .p-corporation__wrap .p-corporation__item.c-flex {
    display: block;
  }
}

.p-corporation__wrap .p-corporation__item__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 382px);
  margin: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .p-corporation__wrap .p-corporation__item__detail {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
}

.p-corporation__wrap .p-corporation__item__detail p:first-of-type {
  margin: 0 0 40px 0;
}

.p-corporation__wrap .p-corporation__item__detail__sign {
  margin-top: auto;
  font-family: "Yu Mincho", "YuMincho", serif;
  text-align: right;
}

.p-corporation__wrap .p-corporation__item__detail__sign span {
  font-size: 32px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-corporation__wrap .p-corporation__item__detail__sign span {
    font-size: 24px;
  }
}

.p-corporation__wrap .p-corporation__item__img {
  width: 100%;
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  .p-corporation__wrap .p-corporation__item__img {
    margin: 0 auto;
  }
}

.p-corporation__item {
  margin: 0 0 124px 0;
}

.p-corporation__item:last-of-type {
  margin: 0;
}

.p-corporation__item ol {
  padding: 0 0 0 1.5em;
}

.p-corporation__item ol li {
  margin: 0 0 8px 0;
}

.p-corporation__item ol li:last-of-type {
  margin: 0;
}

.p-corporation__item dl {
  padding: 0 0 0 1.2em;
}

.p-corporation__item dl dt {
  display: list-item;
  margin: 8px 0 0 0;
}

.p-corporation__item dl dt:nth-of-type(1) {
  margin: 0;
}

.p-corporation__item ul {
  padding: 0 0 0 1.2em;
}

.p-corporation__item ul.is-2column {
  display: flex;
  flex-wrap: wrap;
}

.p-corporation__item ul.is-2column li {
  width: 100%;
  max-width: calc((100% - 24px) / 2);
  margin: 0 0 0 24px;
}

@media screen and (max-width: 768px) {
  .p-corporation__item ul.is-2column li {
    max-width: 100%;
    margin: 0 0 16px 0;
  }
}

.p-corporation__item ul.is-2column li:nth-of-type(2n + 1) {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-corporation__item ul.is-2column li:nth-of-type(2n + 1) {
    margin: 0 0 16px 0;
  }
}

.p-corporation__item p.u-text--right {
  margin: 0 0 40px 0;
}

.p-corporation__item p.u-text--right:last-of-type {
  margin: 0;
}

.p-corporation__item * + ol,
.p-corporation__item * + dl {
  margin: 24px 0 0 0;
}

.p-corporation__item .p-table {
  margin: 0 0 48px 0;
}

.p-corporation__item .c-button {
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width: 1004px) {
  .p-corporation__table__br_2013 {
    display: none;
  }
}

.p-recruit .c-heading--main {
  margin: 0 0 70px 0;
}

.p-recruit__item {
  margin: 0 0 124px 0;
}

.p-recruit__item:last-of-type {
  margin: 0;
}

.p-recruit__item__contents {
  display: flex;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 875px) {
  .p-recruit__item__contents {
    flex-direction: column;
  }
}

.p-recruit__item__contents:nth-of-type(even) .p-recruit__item__detail {
  order: 2;
  margin: 400px 0 0 -670px;
}

@media screen and (max-width: 875px) {
  .p-recruit__item__contents:nth-of-type(even) .p-recruit__item__detail {
    margin: 0;
  }
}

.p-recruit__item__contents:nth-of-type(even) .p-recruit__item__img {
  order: 1;
  text-align: left;
}

.p-recruit__item__detail {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin: 400px -670px 0 0;
  padding: 70px 42px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(132, 132, 132, 0.5);
}

@media screen and (max-width: 875px) {
  .p-recruit__item__detail {
    order: 2;
    margin: 0;
    padding: 70px 63px;
  }
}

@media screen and (max-width: 550px) {
  .p-recruit__item__detail {
    padding: 70px 8%;
  }
}

.p-recruit__item__title {
  margin: 0 0 24px 0;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

@media screen and (max-width: 875px) {
  .p-recruit__item__title {
    font-size: 20px;
  }
}

.p-recruit__item__name {
  margin: 0 0 24px 0;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  font-size: 28px;
}

.p-recruit__item__name span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 875px) {
  .p-recruit__item__name span {
    font-size: 18px;
  }
}

.p-recruit__item__img {
  width: 100%;
  max-width: 940px;
  text-align: right;
}

@media screen and (max-width: 875px) {
  .p-recruit__item__img {
    order: 1;
    text-align: left;
  }
}

.p-recruit__item__box {
  padding: 70px 50px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(132, 132, 132, 0.5);
}

@media screen and (max-width: 875px) {
  .p-recruit__item__box {
    padding: 70px 63px;
  }
}

@media screen and (max-width: 550px) {
  .p-recruit__item__box {
    padding: 70px 8%;
  }
}

.p-recruit__item__box p {
  margin: 0 0 32px 0;
}

.p-recruit__item__box .c-button {
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-recruit__btn .c-button {
  max-width: 320px;
  height: auto;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-inquiry__number {
  margin: 40px 0 0;
}

.p-inquiry__number p {
  margin: 0 0 12px;
  font-weight: 600;
}

.p-inquiry .c-contact__number {
  margin: 0;
}

.p-inquiry .c-contact__number span {
  font-size: 60px;
}

@media screen and (max-width: 666px) {
  .p-inquiry .c-contact__number span {
    font-size: 35px;
  }
}

@media screen and (max-width: 373px) {
  .p-inquiry .c-contact__number span {
    font-size: 28px;
  }
}

.p-inquiry .c-contact__number span::before {
  font-size: 42px;
}

@media screen and (max-width: 666px) {
  .p-inquiry .c-contact__number span::before {
    margin: 0 10px 0 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 373px) {
  .p-inquiry .c-contact__number span::before {
    font-size: 19px;
  }
}

.p-inquiry table th {
  text-align: left;
}

.p-inquiry table th.is-required::after {
  content: "必須";
  display: block;
  width: 38px;
  margin: 8px 0 0;
  padding: 2px 4px;
  background: #e91d1d;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.p-inquiry table td input,
.p-inquiry table td textarea {
  width: 100%;
}

.p-inquiry input[type="submit"], .p-inquiry input[type="button"] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.p-inquiry__lead {
  margin: 0 0 32px;
}

.p-inquiry__form__btn {
  margin: 40px 0 0;
}

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

.p-inquiry__error p {
  margin: 0 0 8px;
}

.p-inquiry__error p:last-of-type {
  margin: 0;
}

.p-inquiry__btn_wrap__inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-inquiry__btn_wrap__inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-inquiry__btn_wrap__inner .c-button {
    margin: 0 auto;
  }
}

.p-inquiry__btn_wrap__inner .c-button:nth-of-type(1) {
  margin: 0 24px 0 0;
}

@media screen and (max-width: 768px) {
  .p-inquiry__btn_wrap__inner .c-button:nth-of-type(1) {
    margin: 0 auto 24px;
  }
}

#confirm .c-heading--main,
#thanks .c-heading--main {
  margin: 0 0 70px;
}

#confirm .p-page_section__lead,
#thanks .p-page_section__lead {
  margin: 0;
}

#thanks .c-button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .u-pc_only {
    display: none;
  }
}

.u-sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp_only {
    display: block;
  }
}

.u-text--center {
  text-align: center;
}

.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

.u-text--justify {
  text-align: justify;
}

.u-text--nowrap {
  white-space: nowrap;
}

.u-text--lowercase {
  text-transform: lowercase;
}

.u-text--uppercase {
  text-transform: uppercase;
}

.u-text--capitalize {
  text-transform: capitalize;
}

.u-sup_text {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.u-sup_text.is-red {
  color: #e91d1d;
}

.js-reveal {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955), 0.8s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-reveal--up {
  transform: translate3d(0, 100px, 0);
}

.js-reveal--right {
  transform: translate3d(100px, 0, 0);
}

.js-reveal--left {
  transform: translate3d(-100px, 0, 0);
}

.js-reveal.is-fadeIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-navigation_trigger {
  display: block;
}

.js-sp_menu_trigger {
  position: relative;
}

@media screen and (max-width: 768px) {
  .js-sp_menu_trigger::before, .js-sp_menu_trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    transition: 0.5s;
  }
}

@media screen and (max-width: 768px) {
  .js-sp_menu_trigger::after {
    transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .js-sp_menu_trigger.is-open::after {
    opacity: 0;
    transform: translateY(-50%) rotate(0);
  }
}

.js-delay03s {
  transition-delay: 0.3s !important;
}

.js-delay05s {
  transition-delay: 0.5s !important;
}

.js-delay1s {
  transition-delay: 1s !important;
}

.js-delay15s {
  transition-delay: 1.5s !important;
}

/*   追加分　------------------------------------------------------------------------------------------------------*/
.p-sheet__item + .p-sheet__item {
  padding-top: 80px;
}

.p-home_section__text {
  margin-bottom: 50px;
}

.p-home_section__text-items {
  display: block;
  padding-block: 1em;
}

.p-home_section__text-item {
  display: block;
}

/*アコーディオンボタン*/
.p-sheet__btn {
  text-align: center;
  margin-top: 60px;
}

.p-sheet__btn span {
  margin-inline: auto;
}

.c-button.c-button--accordion {
  padding: 20px;
  height: auto;
  max-width: 300px;
  position: relative;
  cursor: pointer;
}

.c-button--accordion::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 30px;
  /*縦線*/
  width: 20px;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.c-button--accordion::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 30px;
  width: 20px;
  height: 2px;
  /*横線*/
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.c-button.c-button--accordion.is-open {
  color: #2fa58e;
  outline: 1px solid #2fa58e;
  background: #fff;
  text-shadow: none;
}

.c-button--accordion.is-open::before {
  transform: rotate(180deg);
  background: #2fa58e;
}

.c-button--accordion.is-open::after {
  opacity: 0;
}

/*表のコンテンツ*/
.p-sheet__table {
  margin-top: 40px;
  display: none;
}
