@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  font-optical-sizing: auto;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.text-yellow {
  color: #ffff00;
}

.text-pink {
  color: #fa6972;
}

.text__underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

a {
  text-decoration: none;
}

* {
  font-family: "Noto Sans Japanese", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**************

汎用スタイル

**************/

.keyvisual {
  height: 230px;
  width: 100vw;
}

.keyvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__main__title {
  display: block;
  padding: 3rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Japanese", sans-serif;
}

.article-outline {
  position: relative;
  background: #ffffff;
  z-index: 10;
}

.section__default {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.375rem 0 5rem;
}

.section__default.is__fast-section {
  padding: 1.875rem 0 5rem;
}

.section__default__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  z-index: 10;
}

.section__rows-2__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
  z-index: 10;
}

.section__default__title {
  position: relative;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__default__title:after {
  position: relative;
  content: "";
  display: block;
  width: 3.125rem;
  height: 0.375rem;
  margin-top: 0.4rem;
  background: #53CCD8;
  margin-bottom: 1rem;
}

.section__rows-2__title {
  position: relative;
  width: 200px;
  min-width: 200px;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__rows-2__title:after {
  position: relative;
  content: "";
  display: block;
  width: 3.125rem;
  height: 0.375rem;
  margin-top: 0.4rem;
  background: #53CCD8;
  margin-bottom: 2rem;
}

.section__default__content {
  width: 100%;
  display: block;
  text-align: left;
}

.section__rows-2__content {
  width: calc(100% - 200px);
  display: block;
}

.product__after::after {
  position: absolute;
  display: block;
  content: "";
  width: 31.25rem;
  height: 31.25rem;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#a8e8ec), color-stop(70%, #53CCD8));
  background: linear-gradient(to right, #a8e8ec, #53CCD8 70%);
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.rows-2__after::after {
  position: absolute;
  display: block;
  content: "";
  width: 31.25rem;
  height: 31.25rem;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#a8e8ec), color-stop(70%, #53CCD8));
  background: linear-gradient(to right, #a8e8ec, #53CCD8 70%);
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.section__rows-2__cont-title {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  font-weight: 600;
}

.section__contents__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.section__rows-2__cont-contents {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5;
}

.inner__flex__image__box {
  position: relative;
  overflow: hidden;
  width: 450px;
  border-radius: 0.75rem;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
}

.inner__flex__image__box.single__box {
  width: 100%;
}

.inner__flex__txt__box {
  display: block;
  width: calc(100% - 450px - 2.5rem);
}

.inner__flex__txt__box.single__box {
  width: 100%;
}

.inner__flex__txt__title {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin-bottom: 1.5625rem;
}

.inner__image__box__title {
  position: absolute;
  bottom: 0;
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.6rem 0;
  font-size: 1.4rem;
}

.section__button-area {
  margin: 0 auto;
}

.section__button-area .button__trans {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#52ac52), to(#6bcd6b));
  background: linear-gradient(to right, #52ac52, #6bcd6b 100%);
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15rem;
  font-size: 1.1rem;
  padding: 0.2rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 3rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
}

.section__button-area .button__trans-inner {
  padding: 0.8rem 2rem;
  background: #fff;
  border-radius: 3rem;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(181, 247, 0, 0.5)));
  background: linear-gradient(transparent 50%, rgba(181, 247, 0, 0.5) 50%);
}

/**********

サービスページ

***********/

.service-outline {
  overflow: hidden;
  margin-bottom: 0;
}

.mod-fixed-contact {
  z-index: 10000;
}

.service__main__title {
  display: block;
  padding: 3rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans Japanese", sans-serif;
}

.service__head {
  width: 1000px;
  padding-bottom: 6rem;
  margin: 0 auto;
}

.service__head__image {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  overflow: hidden;
}

.service__head__txt {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.5;
  padding-bottom: 80px;
}

.service__section {
  padding-bottom: 200px;
}

.service__section.backcolor__white {
  background-color: white;
}

.service__section.backcolor__white .service__subTitle__head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service__section.backcolor__white .service__subTitle__title__area {
  left: unset;
  right: -4rem;
  border-radius: 8rem 0 0 8rem;
  background: -webkit-gradient(linear, left top, right top, from(#61B1B8), color-stop(100%), color-stop(rgba(97, 177, 184, 0.2)), to(rgba(97, 177, 184, 0)));
  background: linear-gradient(90deg, #61B1B8, 100%, rgba(97, 177, 184, 0.2), rgba(97, 177, 184, 0));
}

.service__section.backcolor__white .service__subTitle__box {
  padding: 0 1.5rem 0 3rem;
}

.service__section.backcolor__white .service__subTitle__box:before {
  border-radius: 8rem 0 0 8rem;
}

.service__section.backcolor__white .service__subTitle__box-img {
  right: unset;
  left: 0;
  border-radius: 0 10rem 10rem 0;
}

.service__section.backcolor__white .service__subTitle__box-img::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(95%), to(#fff));
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, 95%, #fff);
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
}

.service__section.backcolor__green {
  background-color: #EFF7F7;
}

.service__section.backcolor__green .service__subTitle__title__area {
  right: unset;
  left: -4rem;
  border-radius: 0 8rem 8rem 0;
  background: -webkit-gradient(linear, right top, left top, from(#61B1B8), color-stop(100%), color-stop(rgba(97, 177, 184, 0.2)), to(rgba(97, 177, 184, 0)));
  background: linear-gradient(-90deg, #61B1B8, 100%, rgba(97, 177, 184, 0.2), rgba(97, 177, 184, 0));
}

.service__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.service__subTitle__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.25rem;
  padding-bottom: 8rem;
  margin-bottom: 70px;
  width: 1000px;
  margin: 0 auto;
}

.service__subTitle__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: -0.7rem;
  padding: 0 3rem 0 1.5rem;
  gap: 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.service__subTitle__box:before {
  display: none;
}

.service__subTitle__title {
  position: relative;
  display: block;
  font-size: 2.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  display: block;
  margin: 0 2rem;
}

.service__subTitle__title::after {
  position: relative;
  content: "";
  border-bottom: 3px solid;
  display: block;
  padding: 0.3rem 2rem 0 3rem;
  width: 95%;
  left: -2rem;
}

.service__subTitle__jp {
  position: relative;
  display: block;
  font-size: 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.service__subTitle__cover {
  position: absolute;
  margin: 0 -440px;
  width: max(100vw, 1920px);
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__subTitle__title__area {
  position: absolute;
  content: "";
  display: block;
  width: calc(870px + 2rem);
  height: 190px;
  opacity: 0.8;
  z-index: 0;
}

.service__subTitle__image {
  width: 100%;
}

.service__subTitle__box-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(95%), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, 95%, #fff);
  position: absolute;
  top: 0;
  right: 0;
}

.service__subTitle__box-img {
  position: absolute;
  right: 0;
  border-radius: 10rem 0 0 10rem;
  width: 1200px;
  overflow: hidden;
}

.service__content__inner {
  padding-bottom: 70px;
  width: 100%;
}

.service__content__inner__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 2rem 0;
}

.service__content__inner__title br {
  display: none;
}

.service__content__inner__title br.pc-only {
  display: block;
}

.service__content__inner__title br.always-br {
  display: block;
}

.service__content__inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}

.service__content__inner__flex img.inner__flex__image {
  width: 100%;
}

.service__content__inner__flex p.inner__flex__txt {
  display: block;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  width: 100%;
}

.service__content__inner__flex.single__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/************

会社概要

*************/

.compamny__table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compamny__contents {
  width: inherit;
}

.compamny__contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0.9rem 0;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

.compamny__contents__list th {
  width: 160px;
  vertical-align: top;
  font-size: 1.15rem;
}

.compamny__contents__list td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.15rem;
  width: calc(100% - 160px);
}

.company__contents__list-square {
  margin-left: 1rem;
  margin-right: -1rem;
}

.company__contents__list-square li {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.company__contents__list-square li:before {
  position: absolute;
  content: "";
  top: 0.4rem;
  left: -1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #333;
}

.company__contents__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.company__contents__list-items .list-items {
  width: 100%;
}

.company__map__area {
  position: relative;
  max-width: 1000px;
  width: 1000px;
  padding: 2rem 0 6rem;
  margin: 0 auto;
}

.company__map {
  width: inherit;
}

.company__map iframe {
  width: 100%;
  height: 28.125rem;
}

.company__map__aux {
  text-align: right;
}

/************

会社概要（代表）

***********/

.section__manager {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#42C4CF), color-stop(25%, #53CCD8), color-stop(44.5%, #53CCD8), color-stop(44.5%, #eff7f7), to(#eff7f7));
  background: linear-gradient(to right, #42C4CF, #53CCD8 25%, #53CCD8 44.5%, #eff7f7 44.5%, #eff7f7 100%);
  width: 100%;
  overflow: hidden;
}

.section__manager .section__rows-2__title {
  color: #ffffff;
}

.section__manager .section__rows-2__title:after {
  background: #ffffff;
}

.section__manager__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  gap: 80px;
  z-index: 10;
}

.section__manager__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-width: unset;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__manager__title__box {
  width: 410px;
}

.section__manager__img {
  width: 370px;
}

.section__manager__img img {
  width: 100%;
}

.section__manager__content {
  margin-top: 5rem;
  width: calc(100% - 410px);
}

.section__manager__name {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.section__manager__title {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.3rem;
}

.section__manager__contents {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: -0.04em;
}

/****************

カタログリンク

******************/

.product__catalog-area {
  position: relative;
  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-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  width: 1000px;
  padding: 40px 0 60px;
  gap: 20px;
  z-index: 11;
  background-color: #fff;
}

.catalog-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  background: -webkit-gradient(linear, left top, right top, from(#61B1B8), color-stop(70%, #54CDD9));
  background: linear-gradient(90deg, #61B1B8, #54CDD9 70%);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.catalog-link:after {
  position: relative;
  content: "";
  margin-left: 0.8rem;
  width: 0.8rem;
  height: 1rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/****************

アコーディオン

******************/

.accordion-black {
  width: 100%;
  -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
}

.accordion-black summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  background: -webkit-gradient(linear, left top, right top, from(#444444), color-stop(70%, #666666));
  background: linear-gradient(90deg, #444444, #666666 70%);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-black summary:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 0.6rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-black .accordion-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.accordion-black .accordion-content {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.2rem 2rem;
  background-color: #fff;
  color: #545454;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  border: 1px solid #545454;
}

.accordion-black summary::-webkit-details-marker {
  display: none;
}

.accordion-black[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion-black[open] .accordion-content {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/******************

product(カテゴリー）

******************/

.product-head {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  z-index: 10;
  background-color: #fff;
}

.product-head .breadcrumb {
  max-width: 1100px;
  width: inherit;
}

.product__k-visual {
  position: relative;
  background: #EFF7F7;
  padding-bottom: 50px;
  max-height: 785px;
  overflow: hidden;
  z-index: 1000;
}

.product__k-visual__area {
  width: 1100px;
  margin: 0 auto;
}

.product-splide__box {
  position: relative;
}

.product-splide__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  width: 100%;
  height: 76px;
  font-size: 1.5rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  border-bottom: unset;
  opacity: 1;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.1;
}

.product-splide__inner {
  overflow: hidden;
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.product-splide__box {
  height: 460px;
}

.product-splide__list {
  opacity: 1;
  padding-right: 10px;
}

.product-splide__thin-img {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: inherit;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-splide__hover-img {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: inherit;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-splide__hover-img img {
  height: inherit;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-splide__img {
  opacity: 1;
  visibility: visible;
  height: inherit;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.product-splide__img.e-control__img {
  -o-object-position: 95% 50%;
     object-position: 95% 50%;
}

.product-splide__img.e-solution__img {
  -o-object-position: 73% 50%;
     object-position: 73% 50%;
}

.product-splide__img.resilience__img {
  -o-object-position: 52% 50%;
     object-position: 52% 50%;
}

.product-splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-splide__list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 210px;
  background: #fff;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-splide__list__link:before {
  content: "";
  position: absolute;
  background: #53CCD8;
  width: 100%;
  height: 100%;
  left: -98%;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-splide__list__link .list__link-txt {
  position: relative;
  padding: 0.3rem 0.8rem;
  z-index: 100;
  width: 100%;
  color: #000;
  font-weight: 600;
}

.product__grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -webkit-transition: grid-template-columns 0.3s ease-in-out;
  transition: grid-template-columns 0.3s ease-in-out;
  transition: grid-template-columns 0.3s ease-in-out, -ms-grid-columns 0.3s ease-in-out;
}

.product__item__list-box .product-splide__list {
  padding: 20px;
  background: #EDEDED;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  display: none;
  padding: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__item__list-box .product-splide__list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cat__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.product-cat__box {
  width: 100%;
}

.product-cat__box__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.product-cat__item__img {
  width: 100%;
}

.product-cat__item__img img {
  width: inherit;
  height: auto;
}

.product-cat__item__heading {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
}

/*****************

splideCSS調整

*****************/

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
}

.button__product__area {
  position: absolute;
  width: inherit;
  top: 50%;
  z-index: 100;
  width: 100%;
}

.button__product.js-right,
.button__product.js-left {
  position: absolute;
  background: #D9D9D9;
  opacity: 0.8;
  top: 0;
  border: transparent;
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.6);
}

.button__product.js-right:after,
.button__product.js-left:after {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.button__product.js-left {
  left: 1rem;
}

.button__product.js-left:after {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

.button__product.js-right {
  right: 1rem;
}

.button__product.js-right:after {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

@media (min-width: 800px) {
  .sp-only {
    display: none !important;
  }

  .sp-only__flex {
    display: none !important;
  }

  .pc-only {
    display: block;
  }

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

  .product-splide__list__link:hover:before {
    left: 0%;
  }

  .product-splide__list__link:hover .list__link-txt {
    color: #fff;
  }

  .product__grid-container:has(.product__slide-item:nth-child(1):hover) {
    grid-template-columns: 3.5fr 0.5fr 0.5fr 0.5fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(2):hover) {
    grid-template-columns: 0.5fr 3.5fr 0.5fr 0.5fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(3):hover) {
    grid-template-columns: 0.5fr 0.5fr 3.5fr 0.5fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(4):hover) {
    grid-template-columns: 0.5fr 0.5fr 0.5fr 3.5fr;
  }

  .product__slide-item:hover .product-splide__title {
    border-bottom: 3px solid #53CCD8;
  }

  .product__slide-item:hover .product-splide__hover-img {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .product__slide-item:hover .product-splide__img,
  .product__slide-item:hover .product-splide__thin-img {
    display: none;
    visibility: hidden;
  }

  .product__slide-item:hover .product-splide__list {
    padding: 20px;
    background: #EDEDED;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }

  .product__grid-container:hover .product__slide-item:not(:hover) .product-splide__img,
  .product__grid-container:hover .product__slide-item:not(:hover) .product-splide__hover-img,
  .product__grid-container:hover .product__slide-item:not(:hover) .product-splide__list {
    display: none;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .product__grid-container:hover .product__slide-item:not(:hover) .product-splide__title {
    opacity: 0;
    visibility: hidden;
  }

  .product__grid-container:hover .product__slide-item:not(:hover) .product-splide__thin-img {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .button__product__area {
    display: none;
  }
}

@media (max-width: 799px) {
  .sp-only {
    display: block;
  }

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

  .pc-only {
    display: none !important;
  }

  .pc-only__flex {
    display: none !important;
  }

  html,
  body {
    font-size: 2.34375vw;
  }

  body {
    padding-top: 9vw;
  }

  .keyvisual {
    height: 10rem;
  }

  .breadcrumb.page-breadcrumb {
    padding: 1rem 4vw 2rem;
    width: auto;
  }

  .page__main__title {
    font-size: 2.125rem;
  }

  .section__default.product__after.is__fast-section {
    padding: 1.875rem 0 2.5rem;
  }

  .section__default__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
    width: 100%;
    max-width: unset;
  }

  .section__rows-2__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
    width: 100%;
    max-width: unset;
  }

  .section__default__title {
    width: 100%;
    font-size: 1.85rem;
    text-align: left;
  }

  .section__rows-2__title {
    width: 100%;
    font-size: 1.85rem;
    text-align: left;
  }

  .section__rows-2__content {
    width: 100%;
    text-align: left;
  }

  .product__after::after {
    opacity: 0.15;
    width: 12.5rem;
    height: 12.5rem;
  }

  .rows-2__after::after {
    opacity: 0.15;
  }

  .section__rows-2__cont-title {
    font-size: 1.625rem;
  }

  .section__contents__text {
    font-size: 1.5rem;
  }

  .section__rows-2__cont-contents {
    font-size: 1.5rem;
  }

  .inner__flex__image__box {
    width: 100%;
  }

  .inner__flex__txt__box {
    width: 96%;
    margin: 0 auto;
  }

  .inner__flex__txt__title {
    font-size: 1.625rem;
  }

  .inner__image__box__title {
    position: relative;
  }

  .section__button-area .button__trans {
    min-width: 18rem;
    border-radius: 4rem;
    top: -2rem;
    font-size: 1.4rem;
  }

  .section__button-area .button__trans-inner {
    border-radius: 4rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .service__main__title {
    font-size: 2.125rem;
  }

  .service__head {
    width: 100%;
    padding: 0 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .service__head__txt {
    font-size: 1.1rem;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 8rem;
  }

  .service__head__txt br {
    display: none;
  }

  .service__section {
    padding-bottom: 12rem;
  }

  .service__section.backcolor__white .service__subTitle__box-img {
    border-radius: 0;
  }

  .service__inner {
    width: 100%;
    padding: 0 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -5rem;
  }

  .service__subTitle__head {
    width: 100%;
    top: -6rem;
  }

  .service__subTitle__head {
    margin-bottom: 0;
  }

  .service__subTitle__box {
    top: -0.3rem;
  }

  .service__subTitle__box:before {
    display: block;
    position: absolute;
    left: 0;
    top: -1rem;
    padding: 4rem 2rem;
    content: "";
    max-width: 100%;
    width: 60vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #61B1B8;
    border-radius: 0 8rem 8rem 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0.8;
    z-index: 0;
  }

  .service__subTitle__title {
    font-size: 2rem;
  }

  .service__subTitle__jp {
    font-size: 1.2rem;
  }

  .service__subTitle__cover {
    margin: 0;
    width: 100%;
    height: unset;
    overflow: unset;
  }

  .service__subTitle__title__area {
    width: 60vw;
    height: 8rem;
    display: none;
  }

  .service__subTitle__box-img {
    max-width: 100%;
    width: 100%;
    top: 0rem;
    border-radius: 0;
  }

  .service__content__inner {
    padding-bottom: 3rem;
  }

  .service__content__inner__title {
    width: 100%;
    font-size: 1.6rem;
  }

  .service__content__inner__title br {
    display: block;
  }

  .service__content__inner__title br.pc-only {
    display: none;
  }

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

  .service__content__inner__flex p.inner__flex__txt {
    font-size: 1.2rem;
    line-height: 2.5;
  }

  .compamny__contents__list {
    min-height: 45px;
  }

  .compamny__contents__list th {
    width: 28%;
    font-size: 1.5rem;
  }

  .compamny__contents__list td {
    width: 74%;
    font-size: 1.5rem;
  }

  .company__contents__list-square li {
    font-size: 1.5rem;
  }

  .company__contents__list-square li:before {
    top: 0.75rem;
    left: -1.2rem;
    width: 1rem;
    height: 1rem;
  }

  .company__map__area {
    max-width: unset;
    width: 100%;
  }

  .company__map iframe {
    height: 40rem;
  }

  .company__map__aux {
    padding-right: 2vw;
  }

  .company__map__aux a {
    font-size: 1.4rem;
  }

  .section__manager {
    background: #eff7f7;
    padding-bottom: 4rem;
  }

  .section__manager:after {
    position: absolute;
    content: "";
    width: 100%;
    height: clamp(420px, 50%, 620px);
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#42C4CF), color-stop(50%, #53CCD8));
    background: linear-gradient(to right, #42C4CF, #53CCD8 50%);
  }

  .section__manager__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    gap: 3rem;
  }

  .section__manager__inner {
    width: 100%;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }

  .section__manager__title__box {
    width: 80%;
    max-width: 370px;
    margin: 0 auto;
  }

  .section__manager__img {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }

  .section__manager__content {
    width: 100%;
  }

  .section__manager__name {
    font-size: 1.8rem;
  }

  .section__manager__title {
    font-size: 1.5rem;
  }

  .section__manager__contents {
    font-size: 1.5rem;
  }

  .product__catalog-area {
    padding: 3rem 1rem 5rem;
    gap: 1.5rem;
    max-width: unset;
    width: 100%;
  }

  .catalog-link:after {
    width: 0.6rem;
    height: 1rem;
  }

  .accordion-black summary:after {
    width: 1.4rem;
    height: 0.9rem;
  }

  .accordion-black summary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.3rem;
  }

  .product-head .breadcrumb {
    width: 100%;
  }

  .product__k-visual {
    max-height: unset;
    padding-bottom: 4rem;
  }

  .product__k-visual__area {
    width: 100%;
    padding: 0 0.8rem;
  }

  .product-splide__title {
    display: none;
    height: 4rem;
  }

  .product-splide__box {
    height: 18.75rem;
  }

  .product-splide__thin-img {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .product-splide__hover-img.light__img img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }

  .product-splide__hover-img.e-solution__img img {
    -o-object-position: 38% 50%;
       object-position: 38% 50%;
  }

  .product-splide__hover-img.resilience__img img {
    -o-object-position: 59% 50%;
       object-position: 59% 50%;
  }

  .product-splide__img {
    display: none;
    opacity: 1;
  }

  .product-splide__list__link {
    min-width: unset;
    width: calc(50% - 2rem);
  }

  .product__grid-container:has(.product__slide-item:nth-child(1).is-active) {
    grid-template-columns: 3.5fr 1fr 1fr 1fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(2).is-active) {
    grid-template-columns: 1fr 3.5fr 1fr 1fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(3).is-active) {
    grid-template-columns: 1fr 1fr 3.5fr 1fr;
  }

  .product__grid-container:has(.product__slide-item:nth-child(4).is-active) {
    grid-template-columns: 1fr 1fr 1fr 3.5fr;
  }

  .product__slide-item .product-splide__img,
  .product__slide-item .product-splide__hover-img,
  .product__slide-item .product-splide__list {
    display: none;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  .product__slide-item .product-splide__title {
    opacity: 0;
    visibility: hidden;
  }

  .product__slide-item .product-splide__thin-img {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .product__slide-item.is-active .product-splide__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 3px solid #53CCD8;
    opacity: 1;
    visibility: visible;
  }

  .product__slide-item.is-active .product-splide__hover-img {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .product__slide-item.is-active .product-splide__img,
  .product__slide-item.is-active .product-splide__thin-img {
    display: none;
    visibility: hidden;
  }

  .product__slide-item.is-active .product-splide__list {
    padding: 20px;
    background: #EDEDED;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }

  .product__grid-container:hover .product__slide-item:not(:hover) {
    pointer-events: none;
  }

  .product-cat__list {
    grid-template-columns: 1fr;
    padding: 2rem 4rem;
    row-gap: 2.5rem;
  }

  .splide.is-initialized:not(.is-active) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=page-custom.css.map */