@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/*-=========================================================================
ステップ遅延アニメーション
==========================================================================*/
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #2B2B2B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-spacing-trim: auto;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

main {
  padding-top: 117px;
}

.f-common-wrap {
  overflow: clip;
}

a {
  color: #2B2B2B;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol {
  padding: 0;
  list-style-position: inside;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  text-align: justify;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes drawFrame {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes drawFrame {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1201px) {
  .f-visible-1200 {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1200 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1200pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1200pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1200pclp {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1200pclp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 821px) and (max-width: 1200px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 820px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-1200pclptb {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-1200pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 820px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1200pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1200pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* 言語による切り替え */
body.lang-ja .f-visible-ja {
  display: block;
}
body.lang-ja .f-visible-en {
  display: none;
}

body.lang-en .f-visible-ja {
  display: none;
}
body.lang-en .f-visible-en {
  display: block;
}

/* ==========================================================================
ヘッダー
========================================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 20px 20px 0 20px;
}

.l-header {
  --header-padding-x: 20px;
  --header-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(76, 73, 71, 0.2);
          box-shadow: 0 0 20px rgba(76, 73, 71, 0.2);
  height: var(--header-height);
  z-index: 1010;
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--header-padding-x);
  padding-bottom: 0;
  padding-left: var(--header-padding-x);
  padding-right: var(--header-padding-x);
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 87px;
    --header-height: 87px;
  }
}
@media screen and (max-width: 576px) {
  .l-header {
    height: 67px;
    --header-height: 67px;
  }
}
.l-header.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.l-header-logo {
  position: relative;
  max-width: 210px;
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .l-header-logo {
    width: 120px;
  }
}
.l-header-logo h1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-header-logo h1 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-logo h1 a:hover {
  opacity: 0.75;
}
.l-header-logo h1 a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* PC版メニュー
----------------------------------------------------------------- */
.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 70%;
  text-align: center;
  font-size: 0.875rem;
}
.l-header-nav .l-header-nav-global {
  position: static;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 80px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu {
  width: 25%;
  max-width: 140px;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 1px;
  height: 40px;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern1-main .l-header-nav-pattern1-main__menu a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a,
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-sub .l-header-nav-pattern2-main__menu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu {
  height: 100%;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu > 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;
  height: 100%;
  padding-right: clamp(15px, 2.08vw + -10px, 20px);
  padding-left: clamp(15px, 2.08vw + -10px, 20px);
  padding-bottom: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 4px;
  width: 80%;
  background-color: #00A1E9;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 1, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.4s cubic-bezier(0.8, 0, 1, 1);
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu > a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.l-header-nav .l-header-nav-global ul.l-header-nav-pattern2-main .l-header-nav-pattern2-main__menu:last-child a {
  padding-right: 1.875rem;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub {
  margin-bottom: 10px;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:not(:last-child) {
  margin-right: clamp(15px, 1.25vw + 0px, 18px);
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child {
  margin-right: 1.875rem;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu:last-child:after {
  content: "";
  display: none;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a {
  color: #080808;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.3s cubic-bezier(0.8, 0, 1, 1);
}
.l-header-nav .l-header-nav-global .l-header-nav-pattern2-sub .l-header-nav-pattern2-sub__menu a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-header-nav .l-header-nav-global .l-dropdown {
  position: relative;
}
@media (orientation: landscape) and (max-device-width: 1024px) {
  .l-header-nav .l-header-nav-global .l-dropdown > a {
    pointer-events: none;
  }
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  transform: translate(-50%, 100%) scale(1, 0);
  -webkit-transform: translate(-50%, 100%) scale(1, 0);
  -ms-transform: translate(-50%, 100%) scale(1, 0);
  overflow: hidden;
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  font-size: 13px;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav .l-dropdown-nav__menu a {
  padding: 10px 1.25rem;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open {
  overflow: visible;
  transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transform: translate(-50%, 100%) scale(1, 1);
  -ms-transform: translate(-50%, 100%) scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-nav.l-dropdown-open a {
  opacity: 1;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown .l-dropdown-arrow::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00A1E9;
  border-right: 1px solid #00A1E9;
  transform: rotate(135deg) translateY(50%);
  -webkit-transform: rotate(135deg) translateY(50%);
  margin-left: 0.6125em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-nav .l-header-nav-global .l-dropdown:hover .l-dropdown-arrow::after {
  border-top: 1px solid;
  border-right: 1px solid;
}
.l-header-nav .l-header-nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: var(--header-padding-x);
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  height: 100%;
  border-radius: 100px;
  line-height: 54px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 23px 0 42px;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a {
  background-color: #00A1E9;
  background-image: -webkit-gradient(linear, left top, right top, from(#06c5ff), color-stop(50%, #06c5ff), to(#00A1E9));
  background-image: linear-gradient(90deg, #06c5ff 0%, #06c5ff 50%, #00A1E9 100%);
  background-size: 400% 100%;
  background-position: 100% 50%;
}
.l-header-nav .l-header-nav-contact .l-header-nav-contact-wrap .l-header-nav-contact-menu:last-child a:hover {
  background-position: 0% 50%;
}

.l-header-nav-pattern2-main-child {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(var(--header-padding-x) + var(--header-height));
  width: calc(100% - var(--header-padding-x) * 2);
  min-height: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility 0s linear 0.12s;
  transition: visibility 0s linear 0.12s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 1360px;
}
.l-header-nav-pattern2-main-child::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  background-color: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.8, 0, 1, 1);
  transition: opacity 0.2s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 1, 1), opacity 0.2s cubic-bezier(0.8, 0, 1, 1), box-shadow 0.5s cubic-bezier(0.8, 0, 1, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 1, 1), opacity 0.2s cubic-bezier(0.8, 0, 1, 1), box-shadow 0.5s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 1, 1), -webkit-box-shadow 0.5s cubic-bezier(0.8, 0, 1, 1);
  z-index: 0;
  max-width: 1360px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.l-header-nav-pattern2-main-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-nav-pattern2-main-child > * {
  position: relative;
  z-index: 1;
}

.l-header-nav-pattern2-main-child__title {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  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;
}
.l-header-nav-pattern2-main-child__title .en {
  color: #00A1E9;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}
.l-header-nav-pattern2-main-child__title .en img {
  width: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 5px;
}

.l-header-nav-pattern2-main-child__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dotted #d9d9d9;
  padding: 40px;
}
.l-header-nav-pattern2-main-child__list .list_wrapper {
  width: 100%;
}
.l-header-nav-pattern2-main-child__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 1.75em;
}
.l-header-nav-pattern2-main-child__list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
}
.l-header-nav-pattern2-main-child__list ul li a {
  position: relative;
  line-height: 2.5;
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0 1.5em 0 0 !important;
  height: auto !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.l-header-nav-pattern2-main-child__list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 10px;
  background: url(/resource/images/ico_arrow_right_blue.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-animation: none;
          animation: none;
}
.l-header-nav-pattern2-main-child__list ul li a:hover::after {
  -webkit-animation: arrow-slide 0.5s ease-in-out;
          animation: arrow-slide 0.5s ease-in-out;
}
.l-header-nav-pattern2-main-child__list ul li.w22 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
.l-header-nav-pattern2-main-child__list ul li.w40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.l-header-nav-pattern2-main-child__list .sub h3 {
  font-size: 12px !important;
  margin-top: 1em;
  font-weight: 500;
}
.l-header-nav-pattern2-main-child__list .sub ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em;
  margin-top: 5px;
}
.l-header-nav-pattern2-main-child__list .sub ul li {
  display: inline-block;
}
.l-header-nav-pattern2-main-child__list .sub ul li:not(:last-child) {
  margin-right: 0;
}
.l-header-nav-pattern2-main-child__list .sub ul li a {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.l-header-nav-pattern2-main-child__list .sub ul li a::after {
  width: 8px;
  height: 8px;
}

.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child {
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child > .l-header-nav-pattern2-main-child__title {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
  will-change: opacity, transform;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child > .l-header-nav-pattern2-main-child__title:nth-child(1) {
  -webkit-animation-delay: calc(0.14s + 0 * 0.03s);
          animation-delay: calc(0.14s + 0 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child > .l-header-nav-pattern2-main-child__list {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
  will-change: opacity, transform;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child > .l-header-nav-pattern2-main-child__list:nth-child(1) {
  -webkit-animation-delay: calc(0.12s + 0 * 0.03s);
          animation-delay: calc(0.12s + 0 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
  will-change: opacity, transform;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(1) {
  -webkit-animation-delay: calc(0.16s + 0 * 0.03s);
          animation-delay: calc(0.16s + 0 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(2) {
  -webkit-animation-delay: calc(0.16s + 1 * 0.03s);
          animation-delay: calc(0.16s + 1 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(3) {
  -webkit-animation-delay: calc(0.16s + 2 * 0.03s);
          animation-delay: calc(0.16s + 2 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(4) {
  -webkit-animation-delay: calc(0.16s + 3 * 0.03s);
          animation-delay: calc(0.16s + 3 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(5) {
  -webkit-animation-delay: calc(0.16s + 4 * 0.03s);
          animation-delay: calc(0.16s + 4 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li:nth-child(6) {
  -webkit-animation-delay: calc(0.16s + 5 * 0.03s);
          animation-delay: calc(0.16s + 5 * 0.03s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3 {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
  will-change: opacity, transform;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(1) {
  -webkit-animation-delay: calc(0.18s + 0 * 0.02s);
          animation-delay: calc(0.18s + 0 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(2) {
  -webkit-animation-delay: calc(0.18s + 1 * 0.02s);
          animation-delay: calc(0.18s + 1 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(3) {
  -webkit-animation-delay: calc(0.18s + 2 * 0.02s);
          animation-delay: calc(0.18s + 2 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(4) {
  -webkit-animation-delay: calc(0.18s + 3 * 0.02s);
          animation-delay: calc(0.18s + 3 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(5) {
  -webkit-animation-delay: calc(0.18s + 4 * 0.02s);
          animation-delay: calc(0.18s + 4 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list h3:nth-child(6) {
  -webkit-animation-delay: calc(0.18s + 5 * 0.02s);
          animation-delay: calc(0.18s + 5 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > * {
  opacity: 0;
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
          animation: fadeInUp 0.5s cubic-bezier(0.8, 0, 1, 1) forwards;
  will-change: opacity, transform;
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(1) {
  -webkit-animation-delay: calc(0.18s + 0 * 0.02s);
          animation-delay: calc(0.18s + 0 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(2) {
  -webkit-animation-delay: calc(0.18s + 1 * 0.02s);
          animation-delay: calc(0.18s + 1 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(3) {
  -webkit-animation-delay: calc(0.18s + 2 * 0.02s);
          animation-delay: calc(0.18s + 2 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(4) {
  -webkit-animation-delay: calc(0.18s + 3 * 0.02s);
          animation-delay: calc(0.18s + 3 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(5) {
  -webkit-animation-delay: calc(0.18s + 4 * 0.02s);
          animation-delay: calc(0.18s + 4 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:hover .l-header-nav-pattern2-main-child .l-header-nav-pattern2-main-child__list li > *:nth-child(6) {
  -webkit-animation-delay: calc(0.18s + 5 * 0.02s);
          animation-delay: calc(0.18s + 5 * 0.02s);
}
.l-header-nav-pattern2-main__menu.has-child:not(:hover) .l-header-nav-pattern2-main-child > * {
  opacity: 0;
  -webkit-transition: opacity 0.12s cubic-bezier(0.8, 0, 1, 1);
  transition: opacity 0.12s cubic-bezier(0.8, 0, 1, 1);
}

/* アクティブメニュー*/
.l-header-nav-list a {
  position: relative;
}
.l-header-nav-list a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  background-color: #00A1E9;
  width: 25px;
  height: 2px;
}

.l-header-nav-contact-wrap a {
  position: relative;
}
.l-header-nav-contact-wrap a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1rem;
  width: 25px;
  height: 2px;
}

/* スイッチャー
----------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .l-switcher {
    position: absolute;
    right: 115px;
    top: 51px;
    z-index: 1010;
  }
}
@media screen and (max-width: 820px) {
  .l-switcher {
    top: 47px;
  }
}
@media screen and (max-width: 576px) {
  .l-switcher {
    top: 36px;
  }
}
.l-switcher select {
  width: 55px;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  border-color: #d9d9d9;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .l-switcher select {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* ドロワーメニュー
----------------------------------------------------------------- */
.l-toggle {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  position: fixed;
  top: 60px;
  right: 40px;
  z-index: 1001;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .l-toggle {
    top: 56px;
  }
}
@media screen and (max-width: 576px) {
  .l-toggle {
    top: 46px;
  }
}

.l-toggle-lines {
  width: 16px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: -20px;
}
.l-toggle-lines span {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background-color: #2B2B2B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-toggle-lines span:nth-child(1) {
  top: 0;
}
.l-toggle-lines span:nth-child(2) {
  top: 5px;
}
.l-toggle-lines span:nth-child(3) {
  bottom: 0;
}

body.open {
  overflow: hidden;
}
body.open .l-toggle-lines span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
body.open .l-toggle-lines span:nth-child(2) {
  opacity: 0;
}
body.open .l-toggle-lines span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 5px;
}

.l-drawer {
  display: none;
  width: calc(100% - 40px);
  height: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 998;
  border-radius: 10px;
  overflow: hidden;
}
.l-drawer .l-drawer-body {
  position: absolute;
  width: 100%;
  height: calc(100% - 97px);
  padding-top: 97px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 820px) {
  .l-drawer .l-drawer-body {
    height: calc(100% - 87px);
    padding-top: 87px;
  }
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body {
    height: calc(100% - 67px);
    padding-top: 67px;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu {
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid #d9d9d9;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
  padding: 1.875rem 10%;
  display: block;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a {
    padding: 22px 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu a:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: 30px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--contact {
  background-color: #00A1E9;
  border-radius: 100px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 286px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--contact a {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--contact a img {
  margin-right: 10px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--youtube {
  text-align: center;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--youtube a {
  font-weight: 400;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--youtube a img {
  margin-right: 10px;
  width: 35px;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu--youtube a::after {
  display: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion {
  width: 100%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.875rem 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn {
    padding: 22px 10%;
  }
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before, .l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #00A1E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::before {
  top: 48%;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn::after {
  top: 48%;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::before {
  -webkit-transform: rotate(0deg) translateX(5px);
          transform: rotate(0deg) translateX(5px);
  opacity: 0;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-btn.close::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content {
  display: none;
  padding-bottom: 1em;
  padding-left: 10%;
  padding-right: 10%;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu {
  margin: 0;
  border-bottom: none;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu:not(:last-child) {
  border-bottom: 1px dotted #d9d9d9;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}
.l-drawer .l-drawer-body .l-drawer-nav-main .l-drawer-nav-main__menu .l-drawer-accordion .l-drawer-accordion-content .l-drawer-accordion-content__menu a:after {
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.l-drawer-accordion-content-child {
  margin-left: 20px;
}
.l-drawer-accordion-content-child li a {
  font-size: 11px !important;
}
.l-drawer-accordion-content-child li a::after {
  width: 8px !important;
  height: 6px !important;
}

/* ==========================================================================
フッター
========================================================================== */
footer {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* お問い合わせ
----------------------------------------------------------------- */
.l-footer-contact {
  background-color: #1475CD;
  position: relative;
  z-index: 1;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  color: #fff;
  background-image: url(/resource/images/logo_b_gradient.svg);
  background-position: top -40px left;
  background-size: 626px 643px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .l-footer-contact {
    background-size: 403px 414px;
    background-position: top -40px left -90px;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer-contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .l-footer-contact-flex {
    display: block;
  }
}

.l-footer-contact-box {
  -ms-flex-preferred-size: 43.87%;
      flex-basis: 43.87%;
}
.l-footer-contact-box .c-txt-tel {
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.l-footer-contact-box .c-txt-tel a[href^="tel:"] {
  color: #fff;
}
.l-footer-contact-box h3 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .l-footer-contact-box h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.l-footer-contact-box > div:not(:last-child) {
  border-bottom: 1px solid #00A1E9;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.l-footer-contact-box > div .c-btn-main {
  margin-top: 20px;
}

.l-footer-contact-box__open {
  letter-spacing: 0.06em;
}

/* メニュー
----------------------------------------------------------------- */
.l-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 4.375rem;
  gap: 8%;
}
@media screen and (max-width: 820px) {
  .l-footer-top {
    display: block;
  }
}

.l-footer-logo {
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .l-footer-logo {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .l-footer-logo {
    margin-bottom: 1.25rem;
  }
}
.l-footer-logo .logo {
  height: 50px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-logo .logo {
    height: 40px;
  }
}
.l-footer-logo .address {
  font-weight: 600;
  margin-bottom: 10px;
}
.l-footer-logo .tel {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  margin-bottom: 10px;
}
.l-footer-logo .tel img {
  width: 11px;
  height: auto;
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.l-footer-logo .gmap {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-logo .gmap img {
  width: 9px;
  margin-left: 5px;
}
.l-footer-logo .gmap:hover {
  text-decoration: underline;
}

.l-footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 620px;
}
@media screen and (max-width: 820px) {
  .l-footer-nav {
    max-width: 100%;
  }
}
.l-footer-nav .l-footer-nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent {
  font-size: 14px;
  line-height: 1.2;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent:not(:last-child) .l-footer-nav-parent__inner:last-child {
  margin-bottom: 0;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner img {
  margin-left: 4px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-parent__inner + .l-footer-nav-parent__inner {
  margin-top: 1.5rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child {
  margin-top: 1.25rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner {
  margin-bottom: 0.75rem;
  position: relative;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child__inner a {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child-child {
  margin-top: 10px;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child-child li {
  margin-bottom: 7px;
}
.l-footer-nav .l-footer-nav-main .l-footer-nav-parent .l-footer-nav-child .l-footer-nav-child-child li a {
  font-size: 11px;
  font-size: 0.6875rem;
}

.l-footer-youtube {
  text-align: right;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 576px) {
  .l-footer-youtube {
    text-align: left;
  }
}
.l-footer-youtube a {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-youtube a img {
  margin-right: 10px;
  width: 24px;
}

.l-footer-office {
  padding-top: 1.875rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid #F2F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
}
@media screen and (max-width: 576px) {
  .l-footer-office {
    display: block;
  }
}

.l-footer-office-box {
  margin-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .l-footer-office-box {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-office-box:first-child {
    margin-top: 0;
  }
}
.l-footer-office-box h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}
.l-footer-office-box p {
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-office-box p img {
  width: 10px;
  margin-right: 5px;
}
.l-footer-office-box .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 576px) {
  .l-footer-office-box .contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-office-box .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.l-footer-office-box .contact-item img {
  width: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-footer-office-box .contact-item a {
  color: inherit;
  text-decoration: none;
}
.l-footer-office-box .contact-item a:hover {
  text-decoration: underline;
}
.l-footer-office-box a {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer-office-box a:hover {
  text-decoration: underline;
}
.l-footer-office-box a img {
  margin-left: 5px;
}

.l-footer-bottom {
  background-color: #F2F4F5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.l-footer-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .l-footer-bottom-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.l-footer-bottom-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-bottom-nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-footer-bottom-nav ul li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-footer-bottom-nav ul li:not(:last-child) {
  margin-right: 1em;
}

/* コピーライト
----------------------------------------------------------------- */
.l-copyright {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  padding: 13.5px 0;
  color: #bbb;
}
@media screen and (max-width: 576px) {
  .l-copyright {
    width: 100%;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* ページトップに戻るボタン
----------------------------------------------------------------- */
a#pagetop {
  line-height: 0;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
}
a#pagetop img {
  width: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a#pagetop:hover img {
  opacity: 0.7;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -120px;
}
.l-page-title-wrap::before {
  content: "";
  width: 82vw;
  height: 82vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1000vw;
  border: 13vw solid #00A1E9;
  position: absolute;
  top: -11.57vw;
  right: -41vw;
}
@media screen and (max-width: 576px) {
  .l-page-title-wrap::before {
    width: 118.8vw;
    height: 118.8vw;
    border-width: 20vw;
    top: 6.4vw;
    right: -72vw;
  }
}

.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  position: relative;
  border-bottom: 1px solid #f6f6f6;
}
@media screen and (max-width: 576px) {
  .l-page-title {
    height: 250px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) translateY(60px);
          transform: translateY(-50%) translateY(60px);
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-inner {
    -webkit-transform: translateY(-50%) translateY(30px);
            transform: translateY(-50%) translateY(30px);
  }
}
.l-page-title .l-page-title-jp {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-jp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.l-page-title .l-page-title-en {
  color: #00A1E9;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.l-page-title .l-page-title-en::before {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url(/resource/images/logo_b.svg);
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 576px) {
  .l-page-title .l-page-title-en::before {
    width: 14px;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.l-page-mv {
  height: 550px;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .l-page-mv {
    height: 300px;
  }
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding: 1rem 0;
}

.l-sec-medium {
  padding: 2.5rem 0;
}

.l-sec-large {
  padding: 4rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding: 3.75rem 0;
  }
}

.l-sec-xlarge {
  padding: 5rem 0;
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding: 3.75rem 0;
  }
}

.l-sec-xxlarge {
  padding: 6.5rem 0;
}
@media screen and (max-width: 820px) {
  .l-sec-xxlarge {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge {
    padding: 3.75rem 0;
  }
}

.l-sec-xxlarge-remove-top {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 576px) {
  .l-sec-xxlarge-remove-top {
    padding: 0 0 6.5rem;
  }
}

.l-sec-xxxlarge-remove-top {
  padding: 0 0 8.75rem;
}
@media screen and (max-width: 820px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xxxlarge-remove-top {
    padding: 0 0 6.25rem;
  }
}

.l-sec p {
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .l-sec p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l-sec-bg {
  background-color: #F2F4F5;
}
.l-sec-bg.l-sec-circle--left::before {
  border-color: #fafafa;
}

.l-sec-circle {
  position: relative;
  z-index: 0;
}
.l-sec-circle::before {
  content: "";
  width: 75vw;
  height: 75vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1000vw;
  border-width: 12vw;
  border-style: solid;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .l-sec-circle::before {
    display: none;
  }
}
.l-sec-circle--left::before {
  left: -41vw;
  top: 3.4vw;
  border-color: #F2F4F5;
}
.l-sec-circle--right::before {
  right: -41vw;
  top: 33.4vw;
  border-color: #fafafa;
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 820px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 10.6%;
    padding-right: 10.6%;
  }
}

.l-container {
  max-width: calc(980px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container {
    max-width: calc(980px + 13%);
  }
}
@media screen and (max-width: 820px) {
  .l-container {
    max-width: calc(980px + 21.2%);
  }
}

.l-container-small {
  max-width: calc(720px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container-small {
    max-width: calc(720px + 13%);
  }
}
@media screen and (max-width: 576px) {
  .l-container-small {
    max-width: calc(720px + 21.2%);
  }
}

.l-container-large {
  max-width: calc(1120px + 12%);
}
@media screen and (max-width: 820px) {
  .l-container-large {
    max-width: calc(1120px + 13%);
  }
}
@media screen and (max-width: 576px) {
  .l-container-large {
    max-width: calc(1120px + 21.2%);
  }
}

/* ==========================================================================
お知らせページ関連
========================================================================== */
/* 共通 
----------------------------------------------------------------- */
.l-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .l-news-wrap {
    display: block;
  }
}

/* Sidebar */
.l-news-sidebar {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.l-news-sidebar__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 1.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .l-news-sidebar__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l-news-sidebar-categories {
  border-left: 1px solid #2B2B2B;
  padding-left: 1rem;
}
@media screen and (max-width: 576px) {
  .l-news-sidebar-categories li {
    display: inline-block;
    width: 120px;
  }
}
.l-news-sidebar-categories li a {
  font-size: 14px;
  font-size: 0.875rem;
}
.l-news-sidebar-categories li a:hover {
  color: #00A1E9;
}
.l-news-sidebar-categories li + li {
  margin-top: 0.25em;
}
.l-news-sidebar-categories li.current-cat a {
  color: #00A1E9;
  font-weight: 600;
}
.l-news-sidebar-categories li.current-cat a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-top: 2px solid #00A1E9;
  border-right: 2px solid #00A1E9;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  display: inline-block;
}

/* Main */
.l-news-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
  padding-top: 0;
}
@media screen and (max-width: 576px) {
  .l-news-main {
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
}
.l-news-main .wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}
.l-news-main .wp-pagenavi .pages {
  display: none;
}
.l-news-main .wp-pagenavi a,
.l-news-main .wp-pagenavi span {
  border: none;
  color: #00A1E9;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin: 0 10px;
}
.l-news-main .wp-pagenavi .current {
  color: #2B2B2B;
}
.l-news-main .wp-pagenavi .nextpostslink,
.l-news-main .wp-pagenavi .previouspostslink {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 10px;
  white-space: nowrap;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.l-news-main .wp-pagenavi .previouspostslink {
  background-image: url(/resource/images/ico_arrow_left_blue.svg);
}
.l-news-main .wp-pagenavi .nextpostslink {
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
}

.l-news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .l-news-article {
    display: block;
  }
}

.l-news-article__date {
  font-size: 12px;
  font-size: 0.75rem;
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
  font-family: "Outfit", sans-serif;
}
.l-news-article__date::before {
  content: "●";
  color: #00A1E9;
  font-size: 10px;
  margin-right: 5px;
}

.l-news-article {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.l-news-article > a {
  display: block;
  width: 100%;
}
.l-news-article > a:hover .l-news-article__title {
  text-decoration: underline;
}

.l-news-article-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-news-article__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-right: 100px;
  position: relative;
}
.l-news-article__title::after {
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(/resource/images/ico_arrow_news.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 576px) {
  .l-news-article__title::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-news-article__title a:hover {
  color: #00A1E9;
}

.l-news-article__category {
  border: 1px solid #00A1E9;
  border-radius: 100px;
  line-height: 1.7;
  padding: 0 10px;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  color: #00A1E9;
}
.l-news-article__category:not(:last-child) {
  margin-right: 5px;
}

/* 個別ページ
----------------------------------------------------------------- */
.p-news-single-article-head {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.p-news-single-article-head__date {
  margin-right: 2em;
}
@media screen and (max-width: 576px) {
  .p-news-single-article-head__date {
    display: block;
  }
}

.p-news-single-article__title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 576px) {
  .p-news-single-article__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-news-single-article-contents {
  margin-bottom: 1.875rem;
}
.p-news-single-article-contents > * + * {
  margin-top: 1em;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.c-flex--flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 820px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #00A1E9;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid;
}
.c-tb-pattern1 tr th,
.c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th,
  .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th,
.c-tb-pattern2 tr td {
  border: 1px solid;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th,
  .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #00A1E9;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #00A1E9;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #00A1E9;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th,
.c-tb-pattern3 table td {
  border: solid 1px;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #00A1E9;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}

.c-modal-bg {
  background: rgba(43, 43, 43, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 980px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner video {
  width: 100%;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: calc(3.125rem * -1);
  position: relative;
  z-index: 2;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3em;
  background-color: #00A1E9;
  border-radius: 20px;
}
@media screen and (max-width: 820px) {
  .c-page-nav .c-page-nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap {
    width: calc(100% + 21.2vw);
    -webkit-transform: translateX(-10.6vw);
            transform: translateX(-10.6vw);
    border-radius: 0;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  text-align: center;
  padding: 30px 10px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    max-width: initial;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #00A1E9;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    padding: 5px 10.6%;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/resource/images/icon_arrow_down_circle_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
    width: 14px;
    height: 14px;
  }
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #00A1E9;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #00A1E9;
  border-left: 4px solid #00A1E9;
  line-height: 1.5;
  padding-left: 12px;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #00A1E9;
  background-color: #fff;
  background-image: url(/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb,
.c-breadcrumb-ft {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    display: none;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  white-space: nowrap;
  color: #9b9b9b;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child::before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child::before {
  content: "・";
  display: inline-block;
  color: #00A1E9;
  font-size: 15px;
  font-weight: 600;
  margin-right: 3px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2),
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 10px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "-";
  margin-right: 10px;
  display: inline-block;
}
.c-breadcrumb--bg,
.c-breadcrumb-ft--bg {
  background-color: #F2F4F5;
}

.c-page-nav + .c-breadcrumb {
  padding-top: 1em;
}

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

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  ul.p-contact-nav {
    gap: 1.25rem;
  }
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #00A1E9;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  ul.p-contact-nav li {
    height: 60px;
  }
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #00A1E9;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #00A1E9;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  ul.p-contact-nav li span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid #ddd;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid #ddd;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #00A1E9;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 576px) {
  .c-form-wrap table tr th.c-form-required:after {
    position: absolute;
    right: 0;
    top: 29px;
  }
}
@media screen and (max-width: 1200px) {
  .c-form-wrap table tr td {
    padding: 8px 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: left !important;
    text-indent: -32px;
    padding-left: 32px;
    padding-right: 60px;
    line-height: 1.4;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #00A1E9;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center !important;
    text-indent: 0;
    padding-left: 0;
  }
}

.lang-en .c-form-wrap table tr th.c-form-required:after {
  content: "Required";
  width: 64px;
}
.lang-en div.c-form-required::after {
  content: "Required";
  width: 64px;
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 2px solid;
  margin: -4px 8px 0 0;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
  background-color: #fff;
}
.c-form-radio:checked {
  border: 5px solid;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 820px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.25rem;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  background-color: #E5E9EC;
  border: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 1px 8px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-textarea {
  width: 100%;
  max-width: none;
  height: 200px;
}

.c-form-select,
.c-form-input {
  height: 25px;
}

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #00A1E9;
  border-bottom: solid 1px #00A1E9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  background-color: #fff;
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-privacy h4 {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left !important;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #F2F4F5;
  height: 300px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-privacy-panel {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-privacy-panel p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-privacy .c-form-privacy-panel dt {
    line-height: 1.3;
  }
}
.c-form-privacy .c-form-privacy-panel .p-privacy-policy-list > li dt {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-privacy .c-form-privacy-panel dt.title {
  font-size: 16px;
  font-size: 1rem;
}

.c-form-privacy-checkbox {
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .c-form-privacy-checkbox {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 50px;
    text-align: left !important;
  }
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #00A1E9;
  border-bottom: 4px solid;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  background-color: #E5E9EC;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 1.25rem 0;
    margin-bottom: 2.5rem;
    padding-left: 20px;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-text {
  background-color: #2B2B2B !important;
}

.c-bg-link {
  background-color: #00A1E9 !important;
}

.c-bg-gray100 {
  background-color: #f7f7f7 !important;
}

.c-bg-gray200 {
  background-color: #f1f1f1 !important;
}

.c-bg-gray300 {
  background-color: #d9d9d9 !important;
}

.c-bg-gray400 {
  background-color: #bab9b8 !important;
}

.c-bg-gray500 {
  background-color: #9e9d9c !important;
}

.c-bg-gray600 {
  background-color: #838180 !important;
}

.c-bg-gray700 {
  background-color: #676564 !important;
}

.c-bg-gray800 {
  background-color: #4c4947 !important;
}

.c-bg-gray900 {
  background-color: #353433 !important;
}

.c-bg-primary400 {
  background-color: #06c5ff !important;
}

.c-bg-primary500 {
  background-color: #00A1E9 !important;
}

.c-bg-primary600 {
  background-color: #1475CD !important;
}

.c-bg-primary700 {
  background-color: #70D3FF !important;
}

.c-bg-secondary400 {
  background-color: #F2F4F5 !important;
}

.c-bg-secondary500 {
  background-color: #E5E9EC !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn-main,
.c-btn-main--white {
  text-align: center;
  max-width: 189px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 576px) {
  .c-btn-main,
  .c-btn-main--white {
    max-width: 145px;
  }
}
.c-btn-main a,
.c-btn-main button,
.c-btn-main--white a,
.c-btn-main--white button {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#005aeb), color-stop(50%, #00A1E9), to(#008CFF));
  background: linear-gradient(90deg, #005aeb 0%, #00A1E9 50%, #008CFF 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  font-size: 16px;
  padding: 6px 10px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-btn-main a,
  .c-btn-main button,
  .c-btn-main--white a,
  .c-btn-main--white button {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-btn-main a:hover,
.c-btn-main button:hover,
.c-btn-main--white a:hover,
.c-btn-main--white button:hover {
  background-position: 0% 0;
}
.c-btn-main a::after,
.c-btn-main button::after,
.c-btn-main--white a::after,
.c-btn-main--white button::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/resource/images/ico_arrow_right_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  right: 18px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .c-btn-main a::after,
  .c-btn-main button::after,
  .c-btn-main--white a::after,
  .c-btn-main--white button::after {
    width: 14px;
    height: 13px;
  }
}
.c-btn-main a:hover::after,
.c-btn-main button:hover::after,
.c-btn-main--white a:hover::after,
.c-btn-main--white button:hover::after {
  -webkit-animation: arrow-slide 0.5s ease-in-out;
          animation: arrow-slide 0.5s ease-in-out;
}
.c-btn-main--white a,
.c-btn-main--white button,
.c-btn-main--white--white a,
.c-btn-main--white--white button {
  color: #00A1E9;
  background: #fff;
}
.c-btn-main--white a::after,
.c-btn-main--white button::after,
.c-btn-main--white--white a::after,
.c-btn-main--white--white button::after {
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
}
.c-btn-main--wide,
.c-btn-main--white--wide {
  max-width: 293px;
}
.c-btn-main--wide a,
.c-btn-main--wide button,
.c-btn-main--white--wide a,
.c-btn-main--white--wide button {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
  font-size: 1.25rem;
}
.c-btn-main--wide a::after,
.c-btn-main--wide button::after,
.c-btn-main--white--wide a::after,
.c-btn-main--white--wide button::after {
  width: 23px;
  height: 21px;
  right: 20px;
}
.c-btn-main--back a,
.c-btn-main--back button,
.c-btn-main--white--back a,
.c-btn-main--white--back button {
  background: -webkit-gradient(linear, left top, right top, from(#008CFF), color-stop(50%, #00A1E9), to(#005aeb));
  background: linear-gradient(90deg, #008CFF 0%, #00A1E9 50%, #005aeb 100%);
  background-size: 200% 100%;
  background-position: 0% 0;
}
.c-btn-main--back a:hover,
.c-btn-main--back button:hover,
.c-btn-main--white--back a:hover,
.c-btn-main--white--back button:hover {
  background-position: 100% 0;
}
.c-btn-main--back a::after,
.c-btn-main--back button::after,
.c-btn-main--white--back a::after,
.c-btn-main--white--back button::after {
  background-image: url(/resource/images/ico_arrow_right_white.svg);
  right: auto;
  left: 18px;
  -webkit-transform: translateY(-50%) rotate(180deg) translateX(0);
          transform: translateY(-50%) rotate(180deg) translateX(0);
}
.c-btn-main--back a:hover::after,
.c-btn-main--back button:hover::after,
.c-btn-main--white--back a:hover::after,
.c-btn-main--white--back button:hover::after {
  -webkit-animation: arrow-slide-back 0.5s ease-in-out;
          animation: arrow-slide-back 0.5s ease-in-out;
}
.c-btn-main--en a,
.c-btn-main--en button,
.c-btn-main--white--en a,
.c-btn-main--white--en button {
  font-family: "Outfit", sans-serif;
}

.c-btn-card,
.c-btn-card--tmb {
  border: 2px solid;
  padding: 2rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .c-btn-card,
  .c-btn-card--tmb {
    padding: 1.875rem;
  }
}
.c-btn-card .c-btn-card__ttl,
.c-btn-card--tmb .c-btn-card__ttl {
  margin-bottom: 8px;
}
.c-btn-card a,
.c-btn-card--tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-card a:hover,
.c-btn-card--tmb a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.c-btn-card-tmb1,
.c-btn-card-tmb2 {
  padding: 0;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask,
.c-btn-card-tmb2 .c-btn-card-tmb-mask {
  overflow: hidden;
  height: 194px;
}
.c-btn-card-tmb1 .c-btn-card-tmb-mask img,
.c-btn-card-tmb2 .c-btn-card-tmb-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.c-btn-card-tmb1 .c-btn-card-tmb__txt,
.c-btn-card-tmb2 .c-btn-card-tmb__txt {
  font-size: 14px;
}
.c-btn-card-tmb2 {
  border: 1px solid;
}
.c-btn-card-tmb2 .c-btn-card-tmb2-mask {
  height: 164px;
}

.c-btn-pdf {
  text-align: left;
  line-height: 1;
  text-indent: -35.2px;
  padding-left: 35.2px;
}
.c-btn-pdf a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  vertical-align: middle;
  background: url(/resource/images/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.c-btn-pdf a span {
  color: #2B2B2B;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
  position: relative;
  top: -8px;
}
.c-btn-pdf:hover {
  opacity: 0.6;
}

@-webkit-keyframes arrow-slide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}

@keyframes arrow-slide {
  0% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50%) translateX(-10px);
            transform: translateY(-50%) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-slide-back {
  0% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(0);
            transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(10px);
            transform: translateY(-50%) rotate(180deg) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(-10px);
            transform: translateY(-50%) rotate(180deg) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(0);
            transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-slide-back {
  0% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(0);
            transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(10px);
            transform: translateY(-50%) rotate(180deg) translateX(10px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(-10px);
            transform: translateY(-50%) rotate(180deg) translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(0);
            transform: translateY(-50%) rotate(180deg) translateX(0);
    opacity: 1;
  }
}
/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(0, 161, 233, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(0, 161, 233, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #00A1E9;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-en {
  font-family: "Outfit", sans-serif;
}

.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #00A1E9;
  text-decoration: underline;
}
.c-txt-link:hover {
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-text {
  color: #2B2B2B !important;
}

.c-txt-link {
  color: #00A1E9 !important;
}

.c-txt-gray100 {
  color: #f7f7f7 !important;
}

.c-txt-gray200 {
  color: #f1f1f1 !important;
}

.c-txt-gray300 {
  color: #d9d9d9 !important;
}

.c-txt-gray400 {
  color: #bab9b8 !important;
}

.c-txt-gray500 {
  color: #9e9d9c !important;
}

.c-txt-gray600 {
  color: #838180 !important;
}

.c-txt-gray700 {
  color: #676564 !important;
}

.c-txt-gray800 {
  color: #4c4947 !important;
}

.c-txt-gray900 {
  color: #353433 !important;
}

.c-txt-primary400 {
  color: #06c5ff !important;
}

.c-txt-primary500 {
  color: #00A1E9 !important;
}

.c-txt-primary600 {
  color: #1475CD !important;
}

.c-txt-primary700 {
  color: #70D3FF !important;
}

.c-txt-secondary400 {
  color: #F2F4F5 !important;
}

.c-txt-secondary500 {
  color: #E5E9EC !important;
}

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

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #00A1E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-lv1 {
  margin-bottom: 0.75em;
  line-height: 1.2;
  /* 英語表記が大きいパターン */
  /* 色違い */
}
.c-ttl-lv1 .ja {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00A1E9;
  letter-spacing: normal;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1 .ja {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-ttl-lv1 .ja img {
  width: 20px;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.c-ttl-lv1 span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
.c-ttl-lv1--en {
  font-size: 60px;
  font-size: 3.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv1--en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-ttl-lv1--white {
  color: #fff;
}
.c-ttl-lv1--white .ja {
  color: #fff;
}

.c-ttl-lv2 {
  margin-bottom: 1.25em;
  line-height: 1.2;
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-ttl-lv2 .en {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #00A1E9;
  letter-spacing: normal;
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 .en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-ttl-lv2 .en img {
  width: 18px;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 576px) {
  .c-ttl-lv2 .en img {
    width: 12px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.c-ttl-lv3 {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: 1px dotted #d9d9d9;
  margin: 1.5em 0 2em 0;
  padding-bottom: 0.75em;
}

/* 下層ページキャッチ
----------------------------------------------------------------- */
.c-txt-catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.31;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 576px) {
  .c-txt-catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 4px;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 1200px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #00A1E9;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ==========================================================================
トップページ
========================================================================== */
/* スライドショー
----------------------------------------------------------------- */
.p-idx-mv-wrap {
  width: 100%;
  height: 532px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-wrap {
    height: 550px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-wrap {
    height: 504px;
  }
}
.p-idx-mv-wrap .p-idx-mv-catch {
  z-index: 1;
  position: absolute;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.4;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-wrap .p-idx-mv-catch {
    font-size: 40px;
    font-size: 2.5rem;
    top: 78%;
    left: 6%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-wrap .p-idx-mv-catch {
    font-size: 24px;
    font-size: 1.5rem;
    top: 73%;
    left: 10%;
  }
}
.p-idx-mv-wrap .p-idx-mv-catch .en {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: 300;
  letter-spacing: normal;
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-wrap .p-idx-mv-catch .en {
    margin-top: 1em;
  }
}

.p-idx-mv-movie {
  width: 986px;
  height: 983px;
  position: absolute;
  top: -150px;
  right: -30px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-movie {
    width: 641px;
    height: 641px;
    top: -72px;
    right: -66px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-movie {
    top: -117px;
    width: 471px;
    height: 471px;
  }
}

.p-idx-mv-movie-inner {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.p-idx-mv-movie-inner video {
  position: absolute;
  top: 21%;
  height: 64%;
  right: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-movie-inner video {
    top: 19%;
  }
}

.p-idx-mv-logo-b {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-74px) translateY(-50%);
          transform: translateX(-50%) translateX(-74px) translateY(-50%);
  position: absolute;
  width: 1103px;
  max-width: none;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-logo-b {
    width: 707px;
    -webkit-transform: translateX(-50%) translateX(-34px) translateY(-50%) translateY(-14px);
            transform: translateX(-50%) translateX(-34px) translateY(-50%) translateY(-14px);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-logo-b {
    width: 495px;
    -webkit-transform: translateX(-50%) translateX(-14px) translateY(-50%) translateY(-14px);
            transform: translateX(-50%) translateX(-14px) translateY(-50%) translateY(-14px);
  }
}

.p-idx-mv-button {
  position: absolute;
  width: 170px;
  top: 622px;
  left: 140px;
}
@media screen and (max-width: 820px) {
  .p-idx-mv-button {
    top: 568px;
    left: 346px;
    width: 133px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv-button {
    width: 80px;
    top: 328px;
    left: 291px;
  }
}

/* scroll */
.p-idx-mv__scroll {
  position: absolute;
  left: 5%;
  top: 440px;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 820px) {
  .p-idx-mv__scroll {
    left: auto;
    right: 40px;
    top: 390px;
  }
}
.p-idx-mv__scroll span {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-idx-mv__scroll::after {
  content: "";
  position: absolute;
  background-color: #000;
  right: 50%;
  bottom: -285px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 270px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@media screen and (max-width: 820px) {
  .p-idx-mv__scroll::after {
    height: 222px;
    bottom: -235px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-mv__scroll::after {
    height: 155px;
    bottom: -170px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/* 空調システムのバナー
----------------------------------------------------------------- */
.p-idx-banner-system {
  background: -webkit-gradient(linear, right top, left top, from(#D9E3E8), to(#DBEBFF));
  background: linear-gradient(270deg, #D9E3E8 0%, #DBEBFF 100%);
  height: 298px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 288px;
}
@media screen and (max-width: 820px) {
  .p-idx-banner-system {
    height: 155px;
    margin-bottom: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-banner-system {
    height: 85px;
    margin-bottom: 80px;
  }
}

/* 私たちについて
----------------------------------------------------------------- */
.p-idx-aboutus {
  position: relative;
}

.p-idx-aboutus-contents {
  margin-right: 0;
  margin-left: auto;
  width: 47.14%;
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-contents {
    width: 100%;
  }
}

.p-idx-aboutus-contents__catch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .p-idx-aboutus-contents__catch {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-idx-aboutus-contents-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-idx-aboutus-contents-thumbs__item {
  -ms-flex-preferred-size: 48.7%;
      flex-basis: 48.7%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-contents-thumbs__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
.p-idx-aboutus-contents-thumbs__item a {
  display: block;
}
.p-idx-aboutus-contents-thumbs__item a .image-container {
  overflow: hidden;
  border-radius: 10px;
}
.p-idx-aboutus-contents-thumbs__item a .image-container img {
  border-radius: 10px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  width: 100%;
  height: auto;
  display: block;
}
.p-idx-aboutus-contents-thumbs__item a p {
  line-height: 1.3;
  margin-top: 1em;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 820px) {
  .p-idx-aboutus-contents-thumbs__item a p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-idx-aboutus-contents-thumbs__item a p::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  width: 14px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-contents-thumbs__item a p::after {
    width: 12px;
    height: 12px;
  }
}
.p-idx-aboutus-contents-thumbs__item a p span {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-idx-aboutus-contents-thumbs__item a:hover p::after {
  -webkit-animation: arrow-slide 0.5s ease-in-out;
          animation: arrow-slide 0.5s ease-in-out;
}
.p-idx-aboutus-contents-thumbs__item a:hover .image-container img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}

.p-idx-aboutus-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 20px);
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-bg {
    position: static;
    width: 100%;
    margin-top: 6.25rem;
  }
}

.p-idx-aboutus-bg1,
.p-idx-aboutus-bg2 {
  background-size: cover;
  background-position: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-bg1,
  .p-idx-aboutus-bg2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.p-idx-aboutus-bg1 {
  width: 100%;
  height: 667px;
  background-image: url(/resource/images/idx_aboutus_bg1_img.jpg);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 820px) {
  .p-idx-aboutus-bg1 {
    height: 413px;
  }
}

.p-idx-aboutus-bg2 {
  width: 100%;
  height: 275px;
  background-image: url(/resource/images/idx_aboutus_bg2_img.jpg);
}
@media screen and (max-width: 820px) {
  .p-idx-aboutus-bg2 {
    height: 166px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-aboutus-bg2 {
    height: 178px;
    background-size: 142%;
    background-position: top 74% center;
  }
}

/* 製品紹介
----------------------------------------------------------------- */
.p-idx-products {
  margin-top: 120px;
  background-color: #FAFAFA;
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .p-idx-products {
    margin-top: 100px;
  }
}

.p-idx-products-mv {
  position: relative;
  z-index: 1;
  height: 554px;
  background-image: url(/resource/images/idx_products_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 576px) {
  .p-idx-products-mv {
    height: 295px;
  }
}

.p-idx-products-mv__image {
  width: max(100vw, 1400px);
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-idx-products-mv__illust {
  max-width: 486px;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(164px);
          transform: translateX(-50%) translateX(164px);
}
@media screen and (max-width: 820px) {
  .p-idx-products-mv__illust {
    max-width: 350px;
    -webkit-transform: translateX(-50%) translateX(104px);
            transform: translateX(-50%) translateX(104px);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-products-mv__illust {
    width: 70%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -80px;
    right: -110px;
    left: auto;
  }
}

.p-idx-products-wrap {
  padding-top: 100px;
}

.p-idx-products-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .p-idx-products-contents-head {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-products-contents-head {
    margin-bottom: 3.75rem;
  }
}
.p-idx-products-contents-head h2 {
  margin-bottom: 0;
}
.p-idx-products-contents-head::after {
  content: "";
  width: 620px;
  height: 620px;
  border-radius: 310px;
  border: 150px solid #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -250px;
  left: -290px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-products-contents-head::after {
    left: -130px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-products-contents-head::after {
    width: 400px;
    height: 400px;
    border-width: 100px;
    top: 50px;
    left: -110px;
  }
}

.p-idx-products-contents-head__button {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-preferred-size: 189px;
      flex-basis: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-idx-products-contents-head__button .c-btn-main {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .p-idx-products-tabs > .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-idx-products-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-idx-products-tabs ul li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #E5E9EC;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 6px;
  margin-top: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-idx-products-tabs ul li {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.p-idx-products-tabs ul li::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .p-idx-products-tabs ul li::after {
    top: 16px;
  }
}
.p-idx-products-tabs ul li.is-active {
  background-color: #F2F4F5;
  padding: 12px;
  margin-top: 0;
  pointer-events: none;
  cursor: text;
}
.p-idx-products-tabs ul li.is-active::after {
  top: 28px;
}
.p-idx-products-tabs ul li:hover:not(.is-active) {
  background-color: #dadbdd;
}

.p-idx-products-contents {
  background-color: #F2F4F5;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.p-idx-product-contents-inner {
  display: none;
}
.p-idx-product-contents-inner > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.p-idx-product-contents-inner.is-active {
  display: block;
}

.p-idx-product-contents-inner__text p {
  line-height: 1.2;
}

.p-idx-products-contents__title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-idx-products-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-idx-products-contents__title a {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 2em;
}
.p-idx-products-contents__title a:after {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
}

.p-idx-products-contents__list {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: repeat(2, auto);
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  margin-top: 2.5rem;
}

.p-idx-products-contents__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-idx-products-contents__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-idx-products-contents__list > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-idx-products-contents__list > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-idx-products-contents__list > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-idx-products-contents__list > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.p-idx-products-contents__list .slick-slide {
  width: 250px;
  margin: 0 10px;
}
.p-idx-products-contents__list .slick-slide a {
  display: block;
}
.p-idx-products-contents__list .slick-slide a .image-container {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.p-idx-products-contents__list .slick-slide a .image-container img {
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  height: auto;
  display: block;
}
.p-idx-products-contents__list .slick-slide a .text-container {
  display: block;
  position: relative;
  padding-right: 50px;
  line-height: 1.4;
}
.p-idx-products-contents__list .slick-slide a .text-container span {
  margin-right: 10px;
}
.p-idx-products-contents__list .slick-slide a .arrow {
  position: absolute;
  right: 10px;
  top: 0;
  display: inline-block;
  -webkit-transform: translateY(3px) translateX(0);
          transform: translateY(3px) translateX(0);
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.p-idx-products-contents__list .slick-slide a:hover .image-container img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  opacity: 0.8 !important;
}
.p-idx-products-contents__list .slick-slide a:hover .arrow {
  -webkit-transform: translateY(3px) translateX(5px);
          transform: translateY(3px) translateX(5px);
}
.p-idx-products-contents__list a:hover .image-container img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  opacity: 0.8 !important;
}

.p-idx-products-contents__arrows {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
}
@media screen and (max-width: 820px) {
  .p-idx-products-contents__arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.p-idx-products-contents__arrows .prev,
.p-idx-products-contents__arrows .next {
  cursor: pointer;
}
.p-idx-products-contents__arrows .next {
  margin-left: 15px;
}

/* 下層ページリンク
----------------------------------------------------------------- */
.p-idx-navi {
  position: relative;
  z-index: 1;
}

.p-idx-navi-bg {
  width: 100vw;
  height: 800px;
  background-image: url(/resource/images/idx_navi_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .p-idx-navi-bg {
    height: 420px;
  }
}

.p-idx-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -200px;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-wrap {
    display: block;
    margin-top: -120px;
  }
}
.p-idx-nav-wrap > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 576px) {
  .p-idx-nav-wrap > div {
    width: 76.2%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-wrap > div + div {
    margin-top: 20px;
  }
}

.p-idx-nav-wrap-box a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A1E9), to(#42B6EB));
  background: linear-gradient(180deg, #00A1E9 0%, #42B6EB 100%);
  color: #fff;
  border-radius: 10px;
  padding: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  .p-idx-nav-wrap-box a {
    padding: 3.75rem 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-nav-wrap-box a {
    padding: 2.5rem 1.875rem;
  }
}
.p-idx-nav-wrap-box h2 {
  margin-bottom: 0.2em;
}

/* ラッパー
----------------------------------------------------------------- */
.p-idx-wrapper {
  position: relative;
  z-index: 0;
}
.p-idx-wrapper::after {
  content: "";
  width: 165.78vw;
  height: 165.78vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10000vw;
  border: 14.28vw solid #00A1E9;
  position: absolute;
  top: -36vw;
  right: -250px;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-wrapper::after {
    width: 279.5vw;
    height: 279.5vw;
    border-width: 25vw;
    top: -45vw;
    right: -330px;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-wrapper::after {
    width: 619.4vw;
    height: 619.4vw;
    border-width: 60vw;
    top: -100vw;
    right: -210vw;
  }
}

/* 会社情報
----------------------------------------------------------------- */
.p-idx-company {
  margin-top: 7.5rem;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 576px) {
  .p-idx-company {
    margin-bottom: 0;
  }
}

.p-idx-company__catch {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-idx-company__catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-idx-company__img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 500px;
  width: calc(100vw - (100vw - 980px) / 2 - 90px);
  background-image: url(/resource/images/idx_company_img.jpg);
  background-size: cover;
  background-position: center left 25%;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .p-idx-company__img {
    width: calc(100vw - (100vw - 768px) / 2 - 290px);
  }
}
@media screen and (max-width: 576px) {
  .p-idx-company__img {
    position: static;
    width: 100vw;
    height: 440px;
    background-position: center right 67%;
    margin-bottom: 2.5rem;
    border-radius: 0;
  }
}

/* お知らせ
----------------------------------------------------------------- */
.p-idx-news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 260px;
  position: relative;
  z-index: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .p-idx-news-contents {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-contents {
    margin-top: 5rem;
  }
}

.p-idx-news-list-items {
  -ms-flex-preferred-size: 57.14%;
      flex-basis: 57.14%;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items ul {
    padding-top: 0;
  }
}
.p-idx-news-list-items ul li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 1.25rem;
}
.p-idx-news-list-items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items ul li a {
    display: block;
  }
}
.p-idx-news-list-items ul li a *,
.p-idx-news-list-items ul li a ::before,
.p-idx-news-list-items ul li a ::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-idx-news-list-items ul li a .p-idx-news-list-article-data {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items ul li a .p-idx-news-list-article-data {
    display: block;
    margin-bottom: 10px;
  }
}
.p-idx-news-list-items ul li a .p-idx-news-list-article-data::before {
  content: "●";
  color: #00A1E9;
  margin-right: 5px;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-idx-news-list-items ul li a .p-idx-news-list-article-ttl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  padding-right: 45px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl {
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-idx-news-list-items ul li a .p-idx-news-list-article-ttl::after {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0;
  width: 30px;
  height: 19px;
  background-image: url(/resource/images/ico_arrow_right_blue_round.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items ul li a .p-idx-news-list-article-ttl::after {
    top: -32px;
  }
}
.p-idx-news-list-items ul li a:hover .p-idx-news-list-article-ttl::after {
  right: 0;
}
.p-idx-news-list-items ul li:not(:first-child) {
  margin-top: 1.25rem;
}
.p-idx-news-list-items .p-idx-news-list-btn {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-items .p-idx-news-list-btn {
    text-align: left;
    margin-top: 1.5rem;
  }
}
.p-idx-news-list-items .p-idx-news-list-btn a {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-idx-news-list-ttl {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
}
@media screen and (max-width: 820px) {
  .p-idx-news-list-ttl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-ttl {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 820px) {
  .p-idx-news-list-ttl .c-ttl-lv1 {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-news-list-ttl {
    padding: 2rem 0;
  }
}

.p-idx-news-list-article__category {
  display: block;
  color: #00A1E9;
  border: 1px solid #00A1E9;
  border-radius: 100px;
  font-size: 10px;
  font-size: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  line-height: 1.6;
  margin-top: 10px;
}

/* 環境への取り組み
----------------------------------------------------------------- */
.p-idx-environment {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-idx-environment {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-environment > .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-idx-environment-contents a {
  background-image: url(/resource/images/idx_environment_bg.jpg);
  background-position: center;
  background-size: cover;
  display: block;
  border-radius: 10px;
  padding: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 820px) {
  .p-idx-environment-contents a {
    background-position: center right 76%;
  }
}
@media screen and (max-width: 576px) {
  .p-idx-environment-contents a {
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-idx-environment-contents a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 820px) {
  .p-idx-environment-contents a .c-ttl-lv1 {
    margin-bottom: 0.25em;
  }
}

/* お問い合わせエリア
----------------------------------------------------------------- */
.p-idx-contact-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.75rem 0;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap {
    padding: 1.875rem 0;
    margin-top: 3.75rem;
  }
}
.p-idx-contact-wrap .p-idx-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box {
    display: block;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > * {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 5%;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > * {
    width: 100%;
  }
}
.p-idx-contact-wrap .p-idx-contact-box > *:last-child {
  border-left: 1px solid;
}
@media screen and (max-width: 576px) {
  .p-idx-contact-wrap .p-idx-contact-box > *:last-child {
    border-top: 1px solid;
    border-left: none;
  }
}
.p-idx-contact-wrap .p-idx-contact-box .c-btn-main {
  margin-top: 1.5rem;
}

/* ==========================================================================
私たちについて
========================================================================== */
@media screen and (max-width: 576px) {
  .aboutus-business__img01 {
    margin-top: 1.875rem;
  }
}

/* メッセージ
----------------------------------------------------------------- */
.p-aboutus-message-value {
  margin-top: 5rem;
}

.p-aboutus-message-value-inner {
  background-color: #fff;
  border: 1px solid #E1E3E4;
}
.p-aboutus-message-value-inner .aboutus-business__img01 {
  max-width: 780px;
  margin: auto;
}

.p-aboutus-message-value__title {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-aboutus-message-value__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-aboutus-message-value__title .en {
  font-size: 14px;
  font-size: 0.875rem;
  color: #00A1E9;
}
@media screen and (max-width: 576px) {
  .p-aboutus-message-value__title .en {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-aboutus-message-value-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .p-aboutus-message-value-list {
    display: block;
    margin-top: 3.125rem;
  }
}

.p-aboutus-message-value-list-item {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
}
.p-aboutus-message-value-list-item__num {
  -ms-flex-preferred-size: 92px;
      flex-basis: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #00A1E9;
  border: 9px solid #EBF6FF;
  border-radius: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  height: 92px;
}
.p-aboutus-message-value-list-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-aboutus-message-value-list-item__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* 私たちの強み
----------------------------------------------------------------- */
.p-aboutus-strength-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 50px;
}
@media screen and (max-width: 576px) {
  .p-aboutus-strength-box {
    display: block;
    padding: 20px;
  }
}
.p-aboutus-strength-box > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.p-aboutus-strength-box:not(:first-of-type) {
  margin-top: 3.125rem;
}

.p-aboutus-strength-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-aboutus-strength-box-flex {
    display: block;
  }
}

.p-aboutus-strength-box-text {
  padding-right: 50px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .p-aboutus-strength-box-text {
    padding-right: 0;
  }
}

.p-aboutus-strength-box-text__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 576px) {
  .p-aboutus-strength-box-text__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-aboutus-strength-box-text__title span {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Outfit", sans-serif;
  display: block;
  color: #00A1E9;
  font-weight: 500;
}

.p-aboutus-strength-box-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .p-aboutus-strength-box-image {
    padding-top: 10px;
  }
}
.p-aboutus-strength-box-image img {
  border-radius: 10px;
}

/* ==========================================================================
導入実績
========================================================================== */
.page-cases .u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 576px) {
  .page-cases .u-scroll-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.p-cases-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-cases-contents {
    display: block;
  }
}

.p-cases-contents-sidebar {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-sidebar {
    display: none;
  }
}
.p-cases-contents-sidebar ul {
  border-left: 1px solid;
  padding-left: 20px;
  position: sticky;
  top: 160px;
}
.p-cases-contents-sidebar ul li {
  line-height: 2.4;
}
.p-cases-contents-sidebar ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-cases-contents-sidebar ul li a:hover {
  color: #00A1E9;
  font-weight: 600;
}
.p-cases-contents-sidebar ul li a span {
  font-family: "Outfit", sans-serif;
}
.p-cases-contents-sidebar ul li.current a {
  color: #00A1E9;
}

.p-cases-contents-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  min-width: 0;
}

.p-cases-contents-main-box + .p-cases-contents-main-box {
  margin-top: 6.25rem;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box + .p-cases-contents-main-box {
    margin-top: 2.5rem;
  }
}

.p-cases-contents-main-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box-head {
    display: block;
  }
}

.p-cases-contents-main-box__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-cases-contents-main-box__title .num {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #00A1E9;
  border-radius: 20px;
  color: #00A1E9;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box__title .num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-cases-contents-main-box__title .sm {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box__title .sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-cases-contents-main-box__data {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .p-cases-contents-main-box__data {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-cases-contents-main-box-slide .slick-list {
  margin: 0 -10px;
}
.p-cases-contents-main-box-slide .slick-arrow {
  width: 17px;
  height: 31px;
  z-index: 1;
}
.p-cases-contents-main-box-slide .slick-arrow::before {
  display: none;
}
.p-cases-contents-main-box-slide .slick-prev {
  left: 30px;
  background-image: url(/resource/images/ico_arrow_slider_prev.svg);
}
.p-cases-contents-main-box-slide .slick-prev:focus, .p-cases-contents-main-box-slide .slick-prev:hover {
  background-image: url(/resource/images/ico_arrow_slider_prev.svg);
}
.p-cases-contents-main-box-slide .slick-next {
  right: 30px;
  background-image: url(/resource/images/ico_arrow_slider_next.svg);
}
.p-cases-contents-main-box-slide .slick-next:focus, .p-cases-contents-main-box-slide .slick-next:hover {
  background-image: url(/resource/images/ico_arrow_slider_next.svg);
}

.p-cases-contents-main-box-slide-item {
  margin: 0 10px;
}
.p-cases-contents-main-box-slide-item img {
  width: 100%;
  border-radius: 10px;
}

.p-cases-contents-main-box-carousel {
  margin-top: 6px;
}
.p-cases-contents-main-box-carousel .slick-list {
  margin: 0 -3px;
}

.p-cases-contents-main-box-carousel-item {
  margin: 0 3px;
  cursor: pointer;
}
.p-cases-contents-main-box-carousel-item img {
  width: 100%;
  border-radius: 10px;
}

/* ==========================================================================
お客様の声
========================================================================== */
/* 一覧
----------------------------------------------------------------- */
.p-voice-lists-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  background-color: #F2F4F5;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-voice-lists-box {
    display: block;
  }
}
.p-voice-lists-box:nth-child(2n) {
  background-color: #E5E9EC;
}

.p-voice-lists-box-eyecatch {
  -ms-flex-preferred-size: 29.16%;
      flex-basis: 29.16%;
}
@media screen and (max-width: 576px) {
  .p-voice-lists-box-eyecatch {
    margin-bottom: 20px;
  }
}
.p-voice-lists-box-eyecatch img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.p-voice-lists-box-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 576px) {
  .p-voice-lists-box-text {
    margin-left: 0;
  }
}

.p-voice-lists-box-text__label {
  color: #00A1E9;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.p-voice-lists-box-text__label span {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-voice-lists-box-text__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}

.p-voice-lists-box-text__client,
.p-voice-lists-box-text__construction {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.p-voice-lists-box-text__construction {
  margin-bottom: 1.5em;
}

/* 個別
----------------------------------------------------------------- */
.p-voice-single__title {
  font-size: 42px;
  font-size: 2.625rem;
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.p-voice-single__client,
.p-voice-single__construction {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-voice-single__eyecatch {
  width: 100%;
  border-radius: 10px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-voice-single-help {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 3.75rem;
}

.p-voice-single-help__title {
  background-color: #00A1E9;
  color: #fff;
  border-radius: 10px;
  padding: 13px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .p-voice-single-help__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-voice-single-help__title img {
  width: 32px;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 576px) {
  .p-voice-single-help__title img {
    width: 20px;
  }
}

.p-voice-single-help-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-voice-single-help-flex {
    display: block;
  }
}

.p-voice-single-help__p {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .p-voice-single-help__p {
    margin-bottom: 20px;
  }
}

.p-voice-single-help__list {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.p-voice-single-help__list ul {
  background-color: #F2F4F5;
  border-radius: 10px;
  padding: 20px;
}
.p-voice-single-help__list ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-voice-single-help__list ul li::before {
  content: "";
  background-color: #00A1E9;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 4px;
}

.p-voice-single-faq-box {
  margin-bottom: 2.5rem;
}

.p-voice-single-faq-box__q {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
.p-voice-single-faq-box__q span {
  color: #00A1E9;
  font-family: "Outfit", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  display: block;
}

.p-voice-single-faq-box__a {
  line-height: 1.5;
}
.p-voice-single-faq-box__a img {
  border-radius: 10px;
  margin-top: 2.5rem;
}

/* ==========================================================================
環境への取り組み
========================================================================== */
/* バイオガス発電
----------------------------------------------------------------- */
.p-sustainable-biogas-movie {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.875rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-sustainable-biogas-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-sustainable-biogas-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: calc(1.875rem * -1);
  margin-bottom: 2.5rem;
}
.p-sustainable-biogas-facility figure {
  -ms-flex-preferred-size: 47.95%;
      flex-basis: 47.95%;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-sustainable-biogas-facility figure img {
  border-radius: 10px;
}

/* ==========================================================================
会社情報
========================================================================== */
/* 代表メッセージ
----------------------------------------------------------------- */
.p-company-message-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-company-message-contents {
    display: block;
  }
}

.p-company-message-contents-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 576px) {
  .p-company-message-contents-text {
    margin-bottom: 30px;
  }
}
.p-company-message-contents-text img {
  margin-top: 10px;
}

.p-company-message-contents-img {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
.p-company-message-contents-img img {
  border-radius: 10px;
}

.p-company-message-caroucel {
  margin-top: 7.5rem;
}

.p-company-message-caroucel__item {
  border-radius: 10px;
  overflow: hidden;
  width: 420px;
  margin: 0 5px;
}
@media screen and (max-width: 576px) {
  .p-company-message-caroucel__item {
    width: 258px;
  }
}
.p-company-message-caroucel__item img {
  width: 100%;
}

/* セキネの歴史
----------------------------------------------------------------- */
.p-company-history-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company-history-box:last-child .p-company-history-box__year::after {
  display: none;
}

.p-company-history-box__year {
  color: #00A1E9;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  text-align: right;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__year {
    font-size: 18px;
    font-size: 1.125rem;
    padding-right: 0;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    text-align: left;
  }
}
.p-company-history-box__year span {
  display: block;
  position: relative;
}
.p-company-history-box__year span::after {
  content: "";
  width: 21px;
  height: 21px;
  border: 3px solid #00A1E9;
  position: absolute;
  right: -40px;
  top: 22px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__year span::after {
    right: auto;
    left: -20px;
    width: 14px;
    height: 14px;
    top: 11px;
  }
}
.p-company-history-box__year span.dot_blue::after {
  background-color: #00A1E9;
}
.p-company-history-box__year::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 1em;
  right: 50px;
  border-right: 1px dotted #d9d9d9;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__year::after {
    right: auto;
    left: -14px;
  }
}

.p-company-history-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 2.5rem;
  padding-top: 10px;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__text {
    padding-top: 5px;
  }
}
.p-company-history-box__text p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-company-history-box__text figure {
  max-width: 220px;
  display: inline-block;
}
.p-company-history-box__text figure img {
  border-radius: 10px;
}
.p-company-history-box__text figure figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__text figure figcaption {
    text-align: left;
  }
}
.p-company-history-box__text figure:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 576px) {
  .p-company-history-box__text figure:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-company-history-box__text figure + figure {
    margin-top: 20px;
  }
}

/* 会社概要
----------------------------------------------------------------- */
.p-company-informaton-table {
  margin-bottom: 2.5rem;
}
.p-company-informaton-table tr {
  border-bottom: 1px solid #ddd;
}
.p-company-informaton-table tr th,
.p-company-informaton-table tr td {
  padding: 17px 0;
  line-height: 1.3;
}
.p-company-informaton-table tr th {
  width: 230px;
  vertical-align: top;
  padding-left: 1em;
}
@media screen and (max-width: 576px) {
  .p-company-informaton-table tr th {
    width: 80px;
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) and (max-width: 576px) {
  .p-company-informaton-table tr th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-company-informaton-table tr td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-company-information-sdgs {
  padding: 2.5rem;
  background-color: #F2F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-company-information-sdgs {
    display: block;
  }
}

.p-company-information-sdgs__image {
  -ms-flex-preferred-size: 38.88%;
      flex-basis: 38.88%;
}
@media screen and (max-width: 576px) {
  .p-company-information-sdgs__image {
    margin-bottom: 30px;
  }
}
.p-company-information-sdgs__image img {
  border-radius: 10px;
}

.p-company-information-sdgs__text {
  -ms-flex-preferred-size: 56.66%;
      flex-basis: 56.66%;
}
.p-company-information-sdgs__text h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.p-company-information-sdgs__text h3 span {
  color: #00A1E9;
}
.p-company-information-sdgs__text h4 {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 1em;
  border-top: 1px dotted #d9d9d9;
  margin-bottom: 0.75em;
}
.p-company-information-sdgs__text p {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-company-information-sdgs__text .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company-information-sdgs__text .logos > div {
  -ms-flex-preferred-size: 282px;
      flex-basis: 282px;
}
.p-company-information-sdgs__text .c-btn-main {
  margin-right: 0;
  margin-left: auto;
  margin-top: 1.25rem;
  max-width: 235px;
}

/* 事業所一覧
----------------------------------------------------------------- */
.p-company-office-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-company-office-box {
    display: block;
  }
}

.p-company-office-box-1col {
  margin-bottom: 2.5rem;
}

.p-company-office-box__text {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}
@media screen and (max-width: 576px) {
  .p-company-office-box__text {
    margin-bottom: 30px;
  }
}
.p-company-office-box__text h3 {
  color: #00A1E9;
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 0.75em;
}
.p-company-office-box__text .address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.p-company-office-box__text .tel {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  line-height: 1.7;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.p-company-office-box__text .tel img {
  margin-right: 7px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-company-office-box__text .c-btn-main {
  max-width: 163px;
}
.p-company-office-box__text .c-btn-main a {
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Outfit", sans-serif;
  background: #00A1E9;
}
.p-company-office-box__text .c-btn-main a::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: auto;
  margin-left: 5px;
}

.p-company-office-box__image {
  -ms-flex-preferred-size: 63.8%;
      flex-basis: 63.8%;
}
.p-company-office-box__image img {
  border-radius: 10px;
  width: 100%;
}

.p-company-office-box-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-company-office-box-2col {
    display: block;
  }
}
.p-company-office-box-2col + .p-company-office-box-2col {
  margin-top: 2.5rem;
}
.p-company-office-box-2col .p-company-office-box {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 576px) {
  .p-company-office-box-2col .p-company-office-box + .p-company-office-box {
    margin-top: 40px;
  }
}
.p-company-office-box-2col .p-company-office-box .p-company-office-box__text {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}
.p-company-office-box-2col .p-company-office-box .p-company-office-box__image {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

/* ==========================================================================
養豚機器
========================================================================== */
/* 製品一覧（豚舎システムと共通）
----------------------------------------------------------------- */
.p-equipment-products {
  padding-bottom: 160px;
}
@media screen and (max-width: 576px) {
  .p-equipment-products {
    padding-bottom: 80px;
  }
}

/* Product Map */
.p-equipment-productmap-contents {
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents {
    padding-top: 20px;
  }
}
.p-equipment-productmap-contents + .p-equipment-productmap-contents {
  margin-top: 5rem;
}

.p-equipment-productmap-contents__title {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #D4EBFF;
  padding: 10px;
  border-radius: 10px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents__title {
    font-size: 17px;
    font-size: 1.0625rem;
    width: calc(100% - 40px);
    padding: 5px 10px;
  }
}

.p-equipment-productmap-contents-map {
  padding: 20px 37px;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}

.p-equipment-productmap-contents-wrap {
  background-color: #D7DDE7;
  border-radius: 10px;
}

.p-equipment-productmap-contents-map-inner {
  position: relative;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map-inner {
    aspect-ratio: 295/214;
  }
}

@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__img,
  .p-equipment-productmap-contents-map__line {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-equipment-productmap-contents-map__img01 {
  pointer-events: none;
}

.p-equipment-productmap-contents-map__line {
  position: absolute;
  top: 0;
  left: 0;
}

.p-equipment-productmap-contents-map__label {
  position: absolute;
  background-color: #fff;
  border: 2px solid #fff;
  display: block;
  font-weight: 600;
  padding: min(10px, 1vw) min(20px, 2vw);
  line-height: 1;
  border-radius: 100px;
  font-size: min(16px, 1.4vw);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label {
    font-size: min(2.8vw, 18px);
  }
}
.p-equipment-productmap-contents-map__label:hover {
  color: #00A1E9;
  border-color: #00A1E9;
}
.p-equipment-productmap-contents-map__label .sm {
  font-size: min(12px, 1.18vw);
}
.p-equipment-productmap-contents-map__label#feeder {
  top: 26%;
  left: 14%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#feeder {
    top: 21%;
    left: 5%;
  }
}
.p-equipment-productmap-contents-map__label#waterdispenser {
  top: 8%;
  left: 26%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#waterdispenser {
    top: 8%;
    left: 17%;
  }
}
.p-equipment-productmap-contents-map__label#flooring {
  top: 54%;
  right: 15%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#flooring {
    top: 54%;
    right: 3%;
  }
}
.p-equipment-productmap-contents-map__label#shelf {
  top: 67%;
  right: 11%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#shelf {
    top: 68%;
    right: 3%;
  }
}
.p-equipment-productmap-contents-map__label#vpitcleaner {
  top: 82%;
  left: 2%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#vpitcleaner {
    top: 83%;
    right: 3%;
    left: auto;
  }
}
.p-equipment-productmap-contents-map__label#mamacage {
  top: 22%;
  left: 6%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#mamacage {
    top: 6%;
    left: 6%;
  }
}
.p-equipment-productmap-contents-map__label#reostall {
  top: 62%;
  left: 71%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__label#reostall {
    top: 82%;
    left: 47%;
  }
}

.p-equipment-productmap-contents-map__pin {
  position: absolute;
}
.p-equipment-productmap-contents-map__pin img {
  width: min(70px, 6.17vw);
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-equipment-productmap-contents-map__pin.is-active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-equipment-productmap-contents-map__pin#feeder {
  top: 40%;
  left: 35%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#feeder {
    top: 39%;
    left: 30%;
  }
}
.p-equipment-productmap-contents-map__pin#waterdispenser {
  top: 20%;
  left: 45%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#waterdispenser {
    top: 26%;
    left: 38%;
  }
}
.p-equipment-productmap-contents-map__pin#flooring {
  top: 33%;
  left: 65%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#flooring {
    top: 34%;
    left: auto;
    right: 23%;
  }
}
.p-equipment-productmap-contents-map__pin#shelf {
  top: 53%;
  left: 60%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#shelf {
    top: 53%;
    left: auto;
    right: 29%;
  }
}
.p-equipment-productmap-contents-map__pin#vpitcleaner {
  top: 61%;
  left: 20%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#vpitcleaner {
    top: 65%;
    left: 20%;
  }
}
.p-equipment-productmap-contents-map__pin#mamacage {
  top: 36%;
  left: 33%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#mamacage {
    top: 37%;
    left: 29%;
  }
}
.p-equipment-productmap-contents-map__pin#reostall {
  top: 28%;
  right: 27%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map__pin#reostall {
    top: 35%;
    right: 25%;
  }
}

/* 英語版 */
.lang-en .p-equipment-productmap-contents-map__label#shelf {
  right: 15%;
}
@media screen and (max-width: 576px) {
  .lang-en .p-equipment-productmap-contents-map__label#vpitcleaner {
    right: 15%;
  }
}
@media screen and (max-width: 576px) {
  .lang-en .p-equipment-productmap-contents-map__label#reostall {
    left: 59%;
  }
}

.p-equipment-lists .slick-arrow {
  width: 17px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-equipment-lists .slick-arrow::before {
  display: none;
}
.p-equipment-lists .slick-list {
  overflow: initial;
}
.p-equipment-lists .slick-prev {
  background-image: url(/resource/images/ico_slider_prev.svg);
  left: calc(50% - 370px);
}
@media screen and (max-width: 820px) {
  .p-equipment-lists .slick-prev {
    left: calc(50% - 230px);
  }
}
@media screen and (max-width: 576px) {
  .p-equipment-lists .slick-prev {
    left: calc(50% - 150px);
  }
}
.p-equipment-lists .slick-prev:focus, .p-equipment-lists .slick-prev:hover {
  background-image: url(/resource/images/ico_slider_prev.svg);
}
.p-equipment-lists .slick-next {
  background-image: url(/resource/images/ico_slider_next.svg);
  right: calc(50% - 370px);
}
@media screen and (max-width: 820px) {
  .p-equipment-lists .slick-next {
    right: calc(50% - 230px);
  }
}
@media screen and (max-width: 576px) {
  .p-equipment-lists .slick-next {
    right: calc(50% - 150px);
  }
}
.p-equipment-lists .slick-next:focus, .p-equipment-lists .slick-next:hover {
  background-image: url(/resource/images/ico_slider_next.svg);
}

.p-equipment-lists-item {
  width: 640px;
  margin: 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .p-equipment-lists-item {
    width: 400px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item {
    width: 240px;
    margin: 0 10px;
  }
}
.p-equipment-lists-item a {
  background-color: #F2F4F5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1.5rem;
  border: 2px solid transparent;
  position: relative;
  top: 0;
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item a {
    display: block;
    padding: 15px;
  }
}
.p-equipment-lists-item a .c-btn-main {
  max-width: 167px;
  margin-top: 1em;
}
.p-equipment-lists-item a .c-btn-main button {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item a .c-btn-main {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-equipment-lists-item.slick-active a {
  border: 2px solid #00A1E9;
  top: -40px;
}
@media screen and (max-width: 820px) {
  .p-equipment-lists-item.slick-active a {
    top: 0;
  }
}

.p-equipment-lists-item__img {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.p-equipment-lists-item__img img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item__img img {
    width: 111px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}

.p-equipment-lists-item__text {
  -ms-flex-preferred-size: 65.5%;
      flex-basis: 65.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-equipment-lists-item__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item__text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-equipment-lists-item__text h3 .sm {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-equipment-lists-item__text p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .p-equipment-lists-item__text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* 製品カテゴリー一覧 */
.p-equipment-lineup {
  padding-bottom: 10rem;
}
@media screen and (max-width: 576px) {
  .p-equipment-lineup {
    padding-bottom: 5rem;
  }
}

.p-equipement-lineup__title {
  background-color: #F2F4F5;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 0.5em;
}

.p-equipement-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list {
    display: block;
  }
}

.p-equipement-lineup-list-item {
  -ms-flex-preferred-size: 18.36%;
      flex-basis: 18.36%;
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list-item + .p-equipement-lineup-list-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-equipement-lineup-list-item__image {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list-item__image {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    margin-bottom: 0;
  }
}

.p-equipement-lineup-list-item__title {
  color: #00A1E9;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list-item__title {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
  }
}
.p-equipement-lineup-list-item__title::after {
  display: inline-block;
  content: "";
  width: 26px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/resource/images/ico_arrow_right_blue_round.svg);
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 576px) {
  .p-equipement-lineup-list-item__title::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

/* ==========================================================================
豚舎システム
========================================================================== */
.p-syetem-lists-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .p-syetem-lists-item {
    display: block;
  }
}
.p-syetem-lists-item + .p-syetem-lists-item {
  margin-top: 2.5rem;
}

.p-syetem-lists-item__img {
  -ms-flex-preferred-size: 31.25%;
      flex-basis: 31.25%;
}
.p-syetem-lists-item__img img {
  border-radius: 10px;
}

.p-syetem-lists-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25rem;
  padding-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .p-syetem-lists-item__text {
    margin-left: 0;
  }
}
.p-syetem-lists-item__text h3 {
  margin-bottom: 0.75em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-syetem-lists-item__text h3 {
    padding-right: 40px;
  }
}
.p-syetem-lists-item__text h3 a {
  color: #00A1E9;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  display: inline-block;
}
.p-syetem-lists-item__text h3 a::after {
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(/resource/images/ico_arrow_right_blue_round.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .p-syetem-lists-item__text h3 a::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-syetem-lists-item__text ul {
  text-align: left;
}
.p-syetem-lists-item__text ul li {
  display: inline-block;
}
.p-syetem-lists-item__text ul li a {
  color: #00A1E9;
  display: inline-block;
}
.p-syetem-lists-item__text ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/resource/images/ico_arrow_right_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.p-syetem-lists-item__text ul li:not(:last-child)::after {
  content: "/";
  margin: 0 10px 0 10px;
}

/* 製品一覧（個別ページ）
----------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .p-system-item {
    margin-top: 80px;
  }
}

.p-system-item-images-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 3.125rem;
}

.p-system-item-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: 150px 20px 150px 20px 150px;
  grid-template-rows: repeat(3, 150px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.p-system-item-images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-system-item-images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-system-item-images > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-system-item-images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-system-item-images > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-system-item-images > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 576px) {
  .p-system-item-images {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 3.5fr 1fr;
    grid-template-rows: 3.5fr 1fr;
  }
  .p-system-item-images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-system-item-images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-system-item-images > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-system-item-images > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-system-item-images > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-system-item-images > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}
.p-system-item-images > div {
  width: 100%;
  height: 100%;
}
.p-system-item-images > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-system-item-images .div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 576px) {
  .p-system-item-images .div1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.p-system-item-images .div2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 576px) {
  .p-system-item-images .div2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.p-system-item-images .div3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 576px) {
  .p-system-item-images .div3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
.p-system-item-images .div4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/4/3;
}
@media screen and (max-width: 576px) {
  .p-system-item-images .div4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
  }
}

.p-system-item__catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-system-item__catch {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-system-item__description {
  margin-bottom: 2.5em;
  line-height: 1.5;
}

.p-system-item__features li {
  line-height: 1.5;
}
.p-system-item__features li::before {
  content: "・";
  display: inline;
}

.p-system-item-catalogs {
  margin-top: 5rem;
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs {
    margin-top: 3.75rem;
  }
}
.p-system-item-catalogs a {
  padding: 15px 10px;
  background-color: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.p-system-item-catalogs a img {
  margin-right: 10px;
}

.p-system-item-catalogs__1col > div,
.p-system-item-catalogs__2col > div {
  -ms-flex-preferred-size: 47.95%;
      flex-basis: 47.95%;
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__1col > div + div,
  .p-system-item-catalogs__2col > div + div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__1col > div a,
  .p-system-item-catalogs__2col > div a {
    text-align: left;
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__1col > div a img,
  .p-system-item-catalogs__2col > div a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
}

.p-system-item-catalogs__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__2col {
    display: block;
  }
}
.p-system-item-catalogs__2col > div {
  -ms-flex-preferred-size: 47.95%;
      flex-basis: 47.95%;
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__2col > div + div {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__2col > div a {
    text-align: left;
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 576px) {
  .p-system-item-catalogs__2col > div a img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
  }
}

/* 製品リスト
----------------------------------------------------------------- */
.p-system-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list {
    display: block;
  }
}

.p-system-lineup-list-item {
  -ms-flex-preferred-size: 30.61%;
      flex-basis: 30.61%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list-item + .p-system-lineup-list-item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .p-system-lineup-list-item__image {
    -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
  }
}
.p-system-lineup-list-item__image img {
  border-radius: 10px;
}

.p-system-lineup-list-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00A1E9;
  padding-right: 40px;
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list-item__title {
    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;
            flex: 1;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
    margin-left: 10px;
  }
}
.p-system-lineup-list-item__title::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 26px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/resource/images/ico_arrow_right_blue_round.svg);
  margin-left: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 576px) {
  .p-system-lineup-list-item__title::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

/* ==========================================================================
お問い合わせ
========================================================================== */
/* 
----------------------------------------------------------------- */
.p-contact-tel-box {
  background-color: #F2F4F5;
  border-radius: 10px;
  padding: 1.875rem;
}
.p-contact-tel-box .c-txt-tel {
  margin-bottom: 5px;
}

.p-contact-mailform__note {
  color: #00A1E9;
  font-weight: 600;
  margin-bottom: 2em !important;
}

/* ==========================================================================
プライバシーポリシー
========================================================================== */
.p-privacy-policy-list {
  margin-top: 30px;
}
.p-privacy-policy-list > li {
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.p-privacy-policy-list > li dt {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-privacy-policy-list > li dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-privacy-policy-list > li dt span {
  color: #00A1E9;
  margin-right: 10px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
.p-privacy-policy-list > li dd ul {
  margin-top: 10px;
}
.p-privacy-policy-list > li dd ul li {
  text-indent: -39px;
  padding-left: 39px;
}
.p-privacy-policy-list > li dd ul li span {
  color: #00A1E9;
  font-weight: 600;
}
.p-privacy-policy-list > li dd .sub dt {
  font-size: 16px !important;
  margin-bottom: 0.1em;
}
.p-privacy-policy-list > li dd .sub dt span {
  color: #00A1E9;
  font-weight: 600;
}
.p-privacy-policy-list > li dd .sub dd {
  margin-left: 39px !important;
}
.p-privacy-policy-list > li dd .sub dd + dt {
  margin-top: 1em;
}

dt.title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  dt.title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* ==========================================================================
製品紹介
========================================================================== */
.p-products-item + .p-products-item {
  margin-top: 3.125rem;
}

.p-products-item__title {
  border-top: 1px dotted #d9d9d9;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 1em;
  padding: 8px 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .p-products-item__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-products-item__title::before {
  content: "●";
  margin-right: 0.25em;
}

.p-products-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-products-item-flex {
    display: block;
  }
}

.p-products-item-flex-images {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media screen and (max-width: 576px) {
  .p-products-item-flex-images {
    margin-bottom: 2.5rem;
  }
}

.p-products-item-flex-images__lg {
  position: relative;
  border-radius: 10px;
  aspect-ratio: 16/9;
}
.p-products-item-flex-images__lg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-products-item-flex-images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-products-item-flex-images-list__item {
  -ms-flex-preferred-size: 23.4%;
      flex-basis: 23.4%;
}
.p-products-item-flex-images-list__item:not(:nth-child(4n)) {
  margin-right: 2.1%;
}
.p-products-item-flex-images-list__item > div {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin-top: 10px;
}
.p-products-item-flex-images-list__item > div img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-products-item-flex-description {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .p-products-item-flex-description {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-products-item-flex-description .c-btn-main {
    width: 100%;
    max-width: none;
  }
}
.p-products-item-flex-description .c-btn-main a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px;
}
.p-products-item-flex-description .c-btn-main a::after {
  background-size: 12px 10px;
}

.p-products-item-flex-description-list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 1em;
  padding-right: 1em;
}

.p-products-item-flex-description-list__item {
  font-size: 14px;
  font-size: 0.875rem;
  text-indent: -9px;
  padding-left: 9px;
  line-height: 1.7;
}
.p-products-item-flex-description-list__item::before {
  content: "●";
  color: #00A1E9;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-products-item-flex-description-list__item + .p-products-item-flex-description-list__item {
  margin-top: 5px;
}

.p-products-item-flex-description__title {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  padding: 5px 10px;
}

.p-products-item-flex-catalogs-list li .c-btn-main {
  max-width: 304px;
}
.p-products-item-flex-catalogs-list li .c-btn-main a {
  padding: 10px 20px 10px 50px;
  border-radius: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.4;
}
.p-products-item-flex-catalogs-list li .c-btn-main a::before {
  content: "";
  width: 16px;
  height: 21px;
  background-image: url(/resource/images/ico_catalog_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
.p-products-item-flex-catalogs-list li .c-btn-main a::after {
  display: none;
}
.p-products-item-flex-catalogs-list li + li {
  margin-top: 10px;
}

.p-products-item-subimage {
  margin-top: 2.5rem;
  width: 100%;
}

/* Vピットクリーナー用表示欄
----------------------------------------------------------------- */
/* 6枚の画像 */
.p-products-item-vpitcleaner-sixImages {
  margin-top: 2.5rem;
}

.p-products-item-vpitcleaner-sixImages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
}
@media screen and (max-width: 576px) {
  .p-products-item-vpitcleaner-sixImages-flex {
    display: block;
  }
}

.p-products-item-vpitcleaner-sixImages-flex-item {
  -ms-flex-preferred-size: 31.63%;
      flex-basis: 31.63%;
  text-align: center;
  margin-top: 15px;
}
.p-products-item-vpitcleaner-sixImages-flex-item:not(:nth-child(3n)) {
  margin-right: 2.555%;
}
@media screen and (max-width: 576px) {
  .p-products-item-vpitcleaner-sixImages-flex-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.p-products-item-vpitcleaner-sixImages-flex-item h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 1em;
}
.p-products-item-vpitcleaner-sixImages-flex-item img {
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
}

/* 1タイトル1枚の画像 */
.p-products-item-vpitcleaner-singleImages-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.5rem;
}
@media screen and (max-width: 576px) {
  .p-products-item-vpitcleaner-singleImages-flex {
    display: block;
  }
}

.p-products-item-vpitcleaner-singleImages-flex-item {
  -ms-flex-preferred-size: 31.63%;
      flex-basis: 31.63%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-products-item-vpitcleaner-singleImages-flex-item + .p-products-item-vpitcleaner-singleImages-flex-item {
    margin-top: 20px;
  }
}
.p-products-item-vpitcleaner-singleImages-flex-item h4 {
  margin-bottom: 10px;
}

/* ==========================================================================
空調システム
========================================================================== */
.p-ventilation-item + .p-ventilation-item {
  margin-top: 2.5rem;
}

.p-ventilation-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  border-top: 1px dotted #d9d9d9;
  border-bottom: 1px dotted #d9d9d9;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 576px) {
  .p-ventilation-item__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-ventilation-item__description {
  margin-bottom: 2.5rem;
}

/* 夏季トンネル換気システム */
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#exaust-fan {
  top: 44%;
  left: 6%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#exaust-fan {
    top: 38%;
    left: 1%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#pad {
  top: 56%;
  right: 4%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#pad {
    top: 5%;
    left: 27%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#curtain {
  top: 67%;
  right: 8%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#curtain {
    top: 66%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#computer {
  top: 88%;
  right: 23%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#computer {
    top: 83%;
    right: 8%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#shutter {
  top: 31%;
  left: 12%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#shutter {
    top: 21%;
    left: 9%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#exaust-fan {
  top: 56%;
  left: 17%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#exaust-fan {
    top: 54%;
    left: 11%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#pad {
  top: 10%;
  right: 18%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#pad {
    top: 11%;
    right: 19%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#curtain {
  top: 16%;
  right: 25.6%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#curtain {
    top: 37%;
    right: 24.5%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#computer {
  top: 72%;
  right: 50%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#computer {
    top: 81%;
    right: 50%;
  }
}
.p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#shutter {
  top: 64%;
  left: 26%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__pin#shutter {
    top: 61%;
    left: 21%;
  }
}

.lang-en .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#exaust-fan {
  left: -6%;
}
@media screen and (max-width: 576px) {
  .lang-en .p-equipment-productmap-contents-map--ventilation1 .p-equipment-productmap-contents-map__label#computer {
    right: -3%;
  }
}

/* 冬季トンネル換気システム */
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#exaust-fan {
  top: 42%;
  left: 4%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#exaust-fan {
    top: 38%;
    left: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#mixing-fan {
  top: 9%;
  left: 23%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#mixing-fan {
    top: 4%;
    left: 8%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#curtain {
  top: 52%;
  right: 1%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#curtain {
    top: 51%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#inlet-ceiling {
  top: 65%;
  right: 7%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#inlet-ceiling {
    top: 67%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#computer {
  top: 88%;
  right: 33%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#computer {
    top: 83%;
    right: 3%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#shutter {
  top: 31%;
  left: 12%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#shutter {
    top: 21%;
    left: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#exaust-fan {
  top: 58%;
  left: 17%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#exaust-fan {
    top: 58%;
    left: 10%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#mixing-fan {
  top: 19%;
  left: 40%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#mixing-fan {
    top: 21%;
    left: 38%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#curtain {
  top: 18%;
  right: 27%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#curtain {
    top: 19%;
    right: 17%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#inlet-ceiling {
  top: 40%;
  right: 39%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#inlet-ceiling {
    top: 35%;
    right: 25%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#computer {
  top: 72%;
  right: 50%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#computer {
    top: 81%;
    right: 50%;
  }
}
.p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#shutter {
  top: 64%;
  left: 26%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__pin#shutter {
    top: 62%;
    left: 20%;
  }
}

.lang-en .p-equipment-productmap-contents-map--ventilation2 .p-equipment-productmap-contents-map__label#exaust-fan {
  left: -6%;
}

/* 横暖気システム */
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#exaust-fan {
  top: 29%;
  left: 4%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#exaust-fan {
    top: 83%;
    left: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#mixing-fan {
  top: 12%;
  left: 10%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#mixing-fan {
    top: 22%;
    left: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#inlet-ceiling {
  top: 9%;
  right: 2%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#inlet-ceiling {
    top: 5%;
    left: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#inlet-wall {
  top: 64%;
  right: 2%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#inlet-wall {
    top: 11%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#pad {
  top: 78%;
  right: 7%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#pad {
    top: 67%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#computer {
  top: 88%;
  right: 23%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__label#computer {
    top: 83%;
    right: 2%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#exaust-fan {
  top: 35%;
  left: 24%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#exaust-fan {
    top: 40%;
    left: 18.5%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#mixing-fan {
  top: 22%;
  left: 38%;
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#inlet-ceiling {
  top: 17%;
  right: 38%;
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#inlet-wall {
  top: 39%;
  right: 34%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#inlet-wall {
    top: 30%;
    right: 25%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#pad {
  top: 57%;
  right: 35%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#pad {
    top: 59%;
    right: 37%;
  }
}
.p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#computer {
  top: 75%;
  right: 50%;
}
@media screen and (max-width: 576px) {
  .p-equipment-productmap-contents-map--ventilation3 .p-equipment-productmap-contents-map__pin#computer {
    top: 79%;
    right: 49%;
  }
}

/* 製品一覧（豚舎システムと共通）
----------------------------------------------------------------- */
.p-ventilation__map1 {
  max-width: 638px;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

.u-margin-remove-top {
  margin-top: 0 !important;
}

.u-margin-xxsmall-top {
  margin-top: 10px;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xsmall-top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 10px;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.5rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 820px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.25rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.25rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.5rem;
  }
}

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 820px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 820px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}
/*# sourceMappingURL=main.css.map */