@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/**************************************************/
/* base */
/**************************************************/
:root {
  --color-base: $fontColor;
  --color-vision: #0057BC;
  --color-vision2: #0057C3;
  --color-service: #009900;
  --color-service2: #009D00;
  --color-company: #4900AD;
  --color-partner: #FF4200;
  --color-recruit: #0195A2;
  --color-aboutus: #FF0076;
  --color-product: #18A0AD;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8571428571;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.06em;
  min-width: 375px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
.inner {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contact-text {
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 478px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 56px;
}
.contact-text:hover {
  opacity: 0.7;
}
.contact-text > .item {
  display: inline-block;
  line-height: 0;
}
.contact-text > .item > svg {
  height: 24px;
  width: auto;
}
.contact-text > .item > svg path {
  -webkit-transition: fill 0.5s linear;
  transition: fill 0.5s linear;
}
.contact-text > .item:nth-of-type(1) {
  -webkit-animation: footerContactVertical 3.1s ease-in-out infinite alternate;
          animation: footerContactVertical 3.1s ease-in-out infinite alternate;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.contact-text > .item:nth-of-type(1) > svg {
  -webkit-animation: footerContactSide 3.8s ease-in-out infinite alternate;
          animation: footerContactSide 3.8s ease-in-out infinite alternate;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.contact-text > .item:nth-of-type(2) {
  -webkit-animation: footerContactVertical 3.2s ease-in-out infinite alternate;
          animation: footerContactVertical 3.2s ease-in-out infinite alternate;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.contact-text > .item:nth-of-type(2) > svg {
  -webkit-animation: footerContactSide 3.2s ease-in-out infinite alternate;
          animation: footerContactSide 3.2s ease-in-out infinite alternate;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.contact-text > .item:nth-of-type(3) {
  -webkit-animation: footerContactVertical 2.8s ease-in-out infinite alternate;
          animation: footerContactVertical 2.8s ease-in-out infinite alternate;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.contact-text > .item:nth-of-type(3) > svg {
  -webkit-animation: footerContactSide 3.9s ease-in-out infinite alternate;
          animation: footerContactSide 3.9s ease-in-out infinite alternate;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.contact-text > .item:nth-of-type(4) {
  -webkit-animation: footerContactVertical 3.1s ease-in-out infinite alternate;
          animation: footerContactVertical 3.1s ease-in-out infinite alternate;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.contact-text > .item:nth-of-type(4) > svg {
  -webkit-animation: footerContactSide 2.6s ease-in-out infinite alternate;
          animation: footerContactSide 2.6s ease-in-out infinite alternate;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.contact-text > .item:nth-of-type(5) {
  -webkit-animation: footerContactVertical 4s ease-in-out infinite alternate;
          animation: footerContactVertical 4s ease-in-out infinite alternate;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.contact-text > .item:nth-of-type(5) > svg {
  -webkit-animation: footerContactSide 4.1s ease-in-out infinite alternate;
          animation: footerContactSide 4.1s ease-in-out infinite alternate;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.contact-text > .item:nth-of-type(6) {
  -webkit-animation: footerContactVertical 3s ease-in-out infinite alternate;
          animation: footerContactVertical 3s ease-in-out infinite alternate;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.contact-text > .item:nth-of-type(6) > svg {
  -webkit-animation: footerContactSide 3.3s ease-in-out infinite alternate;
          animation: footerContactSide 3.3s ease-in-out infinite alternate;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.contact-text > .item:nth-of-type(7) {
  -webkit-animation: footerContactVertical 2.4s ease-in-out infinite alternate;
          animation: footerContactVertical 2.4s ease-in-out infinite alternate;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.contact-text > .item:nth-of-type(7) > svg {
  -webkit-animation: footerContactSide 4.2s ease-in-out infinite alternate;
          animation: footerContactSide 4.2s ease-in-out infinite alternate;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.contact-text.-top {
  height: 95px;
  padding: 0 10px;
}
.contact-text.-top > .item:nth-of-type(1), .contact-text.-top > .item:nth-of-type(2), .contact-text.-top > .item:nth-of-type(3), .contact-text.-top > .item:nth-of-type(4), .contact-text.-top > .item:nth-of-type(5), .contact-text.-top > .item:nth-of-type(6), .contact-text.-top > .item:nth-of-type(7) {
  -webkit-animation-name: topFooterContactVertical;
          animation-name: topFooterContactVertical;
}
.contact-text.-top > .item > svg {
  height: 40px;
}
.contact-text.-contact {
  padding: 0 20px;
}
.contact-text.-contact:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contact-text {
    padding: 0 40px;
  }
  .contact-text.-top {
    height: 56px;
    padding: 0 40px;
  }
  .contact-text.-top > .item:nth-of-type(1), .contact-text.-top > .item:nth-of-type(2), .contact-text.-top > .item:nth-of-type(3), .contact-text.-top > .item:nth-of-type(4), .contact-text.-top > .item:nth-of-type(5), .contact-text.-top > .item:nth-of-type(6), .contact-text.-top > .item:nth-of-type(7) {
    -webkit-animation-name: footerContactVertical;
            animation-name: footerContactVertical;
  }
  .contact-text.-top > .item > svg {
    height: 24px;
  }
}

@-webkit-keyframes topFooterContactVertical {
  0% {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
  }
  100% {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
  }
}

@keyframes topFooterContactVertical {
  0% {
    -webkit-transform: translateY(-27px);
            transform: translateY(-27px);
  }
  100% {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
  }
}
@-webkit-keyframes footerContactVertical {
  0% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@keyframes footerContactVertical {
  0% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  100% {
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}
@-webkit-keyframes footerContactSide {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes footerContactSide {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.header {
  height: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.header__logo {
  width: 137px;
  margin-left: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: 20px;
    width: 127px;
  }
}
.header__logo a {
  display: inline-block;
}

.header__nav-open {
  width: 108px;
  height: auto;
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 28px;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  z-index: 20;
  -webkit-animation: 40s linear infinite rotation;
          animation: 40s linear infinite rotation;
}
@media screen and (max-width: 767px) {
  .header__nav-open {
    top: 17px;
    right: 17px;
    width: 84px;
  }
}
.header__nav-open:hover {
  opacity: 0.7;
}
.header__nav-open.-hide {
  opacity: 0;
  pointer-events: none;
}

.g-nav {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
  -webkit-transition: z-index 0.3s, opacity 0.3s;
  transition: z-index 0.3s, opacity 0.3s;
}
.g-nav.js-active {
  z-index: 40;
  opacity: 1;
}

.g-nav__wave {
  position: relative;
  top: -1px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 12.5vw;
  max-height: 110px;
}
.g-nav__wave:before {
  content: "";
  width: 100%;
  height: 61px;
  background-color: #fff;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}
.g-nav__wave .waves {
  height: 100%;
  width: 100%;
}
.g-nav__wave .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.g-nav__wave .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.g-nav__wave .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
.g-nav__bg {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
}
.g-nav__bg:after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../../assets/img/bg.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
}

.g-nav__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13.7%;
     -moz-column-gap: 13.7%;
          column-gap: 13.7%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 60px;
  padding-top: 215px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-nav__contents {
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}
@media screen and (max-width: 767px) {
  .g-nav__contents {
    display: block;
    padding-bottom: 40px;
    padding-top: 93px;
    padding-left: 45px;
    padding-right: 28px;
  }
}

.g-nav__close {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 62px;
  right: 62px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .g-nav__close {
    top: 40px;
    right: 38px;
  }
}

.g-nav__bar {
  content: "";
  position: absolute;
  height: 1px;
  width: 41px;
  top: 16px;
  right: 0;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.g-nav__bar::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 41px;
  background-color: #000;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.g-nav__col {
  position: relative;
}

.g-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-nav__lists {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav__lists {
    display: block;
  }
}

.g-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-nav__sns_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .g-nav__sns_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .g-nav__sns_sp > a {
    display: inline-block;
  }
  .g-nav__sns_sp > a + a {
    margin-top: 30px;
  }
}

.g-nav__item a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .g-nav__item a {
    padding: 14.5px 0;
  }
}
.g-nav__item a:hover {
  opacity: 0.7;
}
.g-nav__item a > img {
  height: 48.5px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav__item a > img {
    height: 34px;
  }
}

.g-nav__sns {
  position: relative;
  padding-block: 26px;
  margin-top: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px 42px;
}
.g-nav__sns > .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .g-nav__sns {
    -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: start;
  }
}
@media screen and (max-width: 767px) {
  .g-nav__sns {
    padding-bottom: 0;
    padding-top: 20px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 350px;
  }
  .g-nav__sns > .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.g-nav__sns a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: 37px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-nav__sns a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav__sns a {
    margin-right: 40px;
    margin-top: 56px;
  }
}
.g-nav__sns a:nth-child(2) {
  margin-right: 75px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .g-nav__sns a:nth-child(2) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .g-nav__sns a:nth-child(2) {
    margin-right: 74px;
  }
}
.g-nav__sns a:hover {
  opacity: 0.7;
}
.g-nav__sns a > img {
  vertical-align: middle;
  height: 41px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .g-nav__sns a > img {
    height: 33px;
  }
}

.g-nav__sdgs {
  font-size: 2.3rem;
}
.g-nav__sdgs > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.g-nav__sdgs .txt {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .g-nav__sdgs .txt {
    font-size: 1.9rem;
  }
}

.g-nav__namakon {
  margin-right: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .g-nav__namakon {
    max-width: 108px;
  }
}
.g-nav__namakon img {
  height: 98px !important;
}
.g-nav__namakon {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.g-nav__namakon img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.g-nav__namakon img.hover-show {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.g-nav__namakon:hover img.hover-hide {
  opacity: 0;
}
.g-nav__namakon:hover img.hover-show {
  opacity: 1;
}

.colorpicker {
  position: fixed;
  left: 30px;
  bottom: 21px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.colorpicker.-show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .colorpicker {
    z-index: 8;
  }
}
@media screen and (max-width: 767px) {
  .colorpicker {
    z-index: 12;
    left: 20px;
    bottom: 29px;
  }
}

input[type=color] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}

.colorpicker__label {
  font-size: 1.2rem;
  cursor: pointer;
}

.fixed-namakon {
  width: 96px;
  position: fixed;
  right: 12px;
  bottom: 15px;
  z-index: 8;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .fixed-namakon {
    width: 78px;
    right: 8px;
    bottom: 11px;
  }
}
.fixed-namakon a, .fixed-namakon span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.fixed-namakon a img, .fixed-namakon span img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fixed-namakon a img.hover-show, .fixed-namakon span img.hover-show {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.fixed-namakon a:hover img.hover-hide, .fixed-namakon span:hover img.hover-hide {
  opacity: 0;
}
.fixed-namakon a:hover img.hover-show, .fixed-namakon span:hover img.hover-show {
  opacity: 1;
}

.fixed-product {
  width: 106px;
  position: fixed;
  right: 132px;
  bottom: 36.8px;
}
@media screen and (max-width: 767px) {
  .fixed-product {
    right: 104px;
    bottom: 19px;
  }
}

.fixed-product a,
.fixed-namakon a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fixed-product a:hover,
.fixed-namakon a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .fixed-product,
  .fixed-namakon {
    z-index: 8;
  }
}
@media screen and (max-width: 767px) {
  .fixed-product,
  .fixed-namakon {
    z-index: 6;
  }
}

.top-fixed-product,
.top-fixed-namakon {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.top-fixed-product.-show,
.top-fixed-namakon.-show {
  pointer-events: auto;
  opacity: 1;
}

.footer {
  position: relative;
  width: 100%;
  background: url(../../assets/img/bg.png) center center no-repeat;
  background-size: cover;
  z-index: 10;
}

.footer__bg1 {
  position: relative;
  height: 238px;
}
@media screen and (max-width: 767px) {
  .footer__bg1 {
    z-index: 4;
  }
}

.footer__bg2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__bg2 {
    z-index: 10;
  }
}

.footer__circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 8;
  width: 278px;
  overflow: hidden;
}
.footer__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: 40s linear infinite rotation;
          animation: 40s linear infinite rotation;
}
.footer__circle > .linkarea {
  -webkit-animation: 40s linear infinite rotation;
          animation: 40s linear infinite rotation;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer__circle > .linkarea > .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-transform-origin: 50% 139px;
      -ms-transform-origin: 50% 139px;
          transform-origin: 50% 139px;
}
.footer__circle > .linkarea > .link.-service {
  width: 120px;
  height: 37px;
  -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
          transform: rotate(18deg);
}
.footer__circle > .linkarea > .link.-recruit {
  width: 120px;
  height: 37px;
  -webkit-transform: rotate(79deg);
      -ms-transform: rotate(79deg);
          transform: rotate(79deg);
}
.footer__circle > .linkarea > .link.-product {
  width: 140px;
  height: 37px;
  -webkit-transform: rotate(143deg);
      -ms-transform: rotate(143deg);
          transform: rotate(143deg);
}
.footer__circle > .linkarea > .link.-vision {
  width: 100px;
  height: 31px;
  -webkit-transform: rotate(202deg);
      -ms-transform: rotate(202deg);
          transform: rotate(202deg);
}
.footer__circle > .linkarea > .link.-company {
  width: 140px;
  height: 40px;
  -webkit-transform: rotate(262deg);
      -ms-transform: rotate(262deg);
          transform: rotate(262deg);
}
.footer__circle > .linkarea > .link.-aboutus {
  width: 100px;
  height: 39px;
  -webkit-transform: rotate(322deg);
      -ms-transform: rotate(322deg);
          transform: rotate(322deg);
}

.lower__circle-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}

.footer__namakon {
  margin: 0 auto;
  max-width: 380px;
  padding-inline: 42px 24px;
}
.footer__namakon a, .footer__namakon span {
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.footer__namakon a img, .footer__namakon span img {
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.footer__namakon a img.hover-show, .footer__namakon span img.hover-show {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.footer__namakon a:hover img.hover-hide, .footer__namakon span:hover img.hover-hide {
  opacity: 0;
}
.footer__namakon a:hover img.hover-show, .footer__namakon span:hover img.hover-show {
  opacity: 1;
}
.footer__namakon a:hover {
  opacity: 0.7;
}

.footer__contact {
  margin-top: 62px;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px 90px;
  margin-top: 84px;
}
.footer__col + .footer__last {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .footer__col {
    -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;
  }
}

.footer__sns {
  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-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
.footer__sns a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__sns a:hover {
  opacity: 0.7;
}
.footer__sns a img {
  height: 38px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer__sns a img {
    height: 34px;
  }
}

.footer__sdgs {
  font-size: 2rem;
}
.footer__sdgs > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__sdgs > a:hover {
  opacity: 0.7;
}
.footer__sdgs .txt {
  margin-left: 0.5em;
}

.footer__last {
  display: block;
  text-align: center;
  margin-top: 88px;
  padding-bottom: 17px;
}

.footer__privacy {
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__privacy:hover {
  opacity: 0.7;
}

.footer__copyright {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 11px;
}

.top-footer {
  width: 100%;
  position: relative;
  background: url(../../assets/img/bg.png) center center no-repeat;
  background-size: cover;
  z-index: 10;
}

.top-footer__bg1 {
  position: relative;
}

.top-footer__bg2 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-footer__contact {
    margin-top: 132px;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__circle {
    width: 509px;
  }
  .top-footer__circle > .linkarea > .link {
    -webkit-transform-origin: 50% 255px;
        -ms-transform-origin: 50% 255px;
            transform-origin: 50% 255px;
  }
  .top-footer__circle > .linkarea > .link.-service {
    width: 224px;
    height: 66px;
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  .top-footer__circle > .linkarea > .link.-recruit {
    width: 240px;
    height: 66px;
    -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  .top-footer__circle > .linkarea > .link.-product {
    width: 250px;
    height: 66px;
    -webkit-transform: rotate(143deg);
        -ms-transform: rotate(143deg);
            transform: rotate(143deg);
  }
  .top-footer__circle > .linkarea > .link.-vision {
    width: 180px;
    height: 54px;
    -webkit-transform: rotate(202deg);
        -ms-transform: rotate(202deg);
            transform: rotate(202deg);
  }
  .top-footer__circle > .linkarea > .link.-company {
    width: 260px;
    height: 74px;
    -webkit-transform: rotate(262deg);
        -ms-transform: rotate(262deg);
            transform: rotate(262deg);
  }
  .top-footer__circle > .linkarea > .link.-aboutus {
    width: 180px;
    height: 66px;
    -webkit-transform: rotate(322deg);
        -ms-transform: rotate(322deg);
            transform: rotate(322deg);
  }
}

@media screen and (min-width: 768px) {
  .top-footer__namakon {
    padding-top: 120px;
    max-width: 484px;
    padding-inline: 42px 24px;
  }
  .top-footer__namakon a, .top-footer__namakon span {
    display: inline-block;
    margin-top: 0;
    position: relative;
    cursor: pointer;
  }
  .top-footer__namakon a img, .top-footer__namakon span img {
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .top-footer__namakon a img.hover-show, .top-footer__namakon span img.hover-show {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .top-footer__namakon a:hover img.hover-hide, .top-footer__namakon span:hover img.hover-hide {
    opacity: 0;
  }
  .top-footer__namakon a:hover img.hover-show, .top-footer__namakon span:hover img.hover-show {
    opacity: 1;
  }
  .top-footer__namakon a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__col {
    margin-top: 126px;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__sns {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__sdgs {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__last {
    margin-top: 83px;
    padding-bottom: 22px;
    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-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
  }
}

@media screen and (min-width: 768px) {
  .top-footer__copyright {
    padding-top: 0;
  }
}

.lower__content {
  position: relative;
  background-color: #fff;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.lower__content.-full {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .lower__content {
    max-width: 100%;
  }
}

.lower__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.lower__vision {
  background: url(../../assets/img/bg-vision.png) center center no-repeat;
  background-size: cover;
}

.lower__service {
  background: url(../../assets/img/bg-service.png) center center no-repeat;
  background-size: cover;
}

.lower__company {
  background: url(../../assets/img/bg-company.png) center center no-repeat;
  background-size: cover;
}

.lower__partner {
  background: url(../../assets/img/bg-partner.png) center center no-repeat;
  background-size: cover;
}

.lower__recruit {
  background: url(../../assets/img/bg-recruit.png) center center no-repeat;
  background-size: cover;
}

.lower__other {
  background: url(../../assets/img/bg-other.png) center center no-repeat;
  background-size: cover;
}

.lower__aboutus {
  background: url(../../assets/img/bg-aboutus.png) center center no-repeat;
  background-size: cover;
}

.contact-footer__sns {
  margin-top: 67px;
}

#adminBox, .acms-admin-box {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999;
}

body {
  --color-category: #000;
}

body.pg-vision {
  --color-category: var(--color-vision);
  --color-category2: var(--color-vision2);
}

body.pg-service {
  --color-category: var(--color-service);
  --color-category2: var(--color-service2);
}

body.pg-company {
  --color-category: var(--color-company);
}

body.pg-partner {
  --color-category: var(--color-partner);
}

body.pg-recruit {
  --color-category: var(--color-recruit);
}

body.pg-aboutus {
  --color-category: var(--color-aboutus);
}

body.pg-product {
  --color-category: var(--color-product);
}

.category-fillColor {
  fill: var(--color-category);
}

.category-strokeColor {
  stroke: var(--color-category);
}

.button {
  display: inline-block;
  max-width: 276px;
  width: 100%;
  padding: 10px;
  border: solid 1px #fff;
  background-color: var(--color-category);
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
}

.button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.button:hover {
  background-color: #fff;
  color: var(--color-category);
  border: solid 1px var(--color-category);
}

.button:hover::before {
  border-color: transparent transparent transparent var(--color-category);
}

.mv-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  width: 76.6666666667%;
}

.mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .mv-img {
    width: 100%;
    height: 65%;
    top: auto;
    bottom: 0;
  }
}
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv__text {
  min-width: 203px;
  max-width: 300px;
  width: 16.9166666667%;
  position: absolute;
  top: calc(50% - 20px);
  left: 12.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .mv__text {
    top: 22%;
    min-width: 156px;
    max-width: 230px;
    width: 41.0526315789%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}

.concept {
  padding: 188px 38px 512px 38px;
}

@media screen and (max-width: 767px) {
  .concept {
    padding: 80px 20px 361px 40px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.concept__chapter {
  display: block;
}

.concept__chapter:nth-child(n+2) {
  margin-top: 295px;
}

@media screen and (max-width: 767px) {
  .concept__chapter:nth-child(n+2) {
    margin-top: 195px;
  }
}
[data-trigger=fadeInText].-invisible .fadetext-1,
[data-trigger=fadeInText].-invisible .fadetext-2,
[data-trigger=fadeInText].-invisible .fadetext-3,
[data-trigger=fadeInText].-invisible .fadetext-4 {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

[data-trigger=fadeInText].-visible .fadetext-1,
[data-trigger=fadeInText].-visible .fadetext-2,
[data-trigger=fadeInText].-visible .fadetext-3,
[data-trigger=fadeInText].-visible .fadetext-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s ease-in, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-in, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-in, transform 0.7s ease-out;
  transition: opacity 0.7s ease-in, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}

[data-trigger=fadeInText].-visible .fadetext-1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

[data-trigger=fadeInText].-visible .fadetext-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-trigger=fadeInText].-visible .fadetext-3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-trigger=fadeInText].-visible .fadetext-4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.chapter__head {
  width: 15px;
  height: 93px;
  position: relative;
}

.chapter__head::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 38px;
  background-color: #3E3A39;
  opacity: 0.4;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.chapter__head svg path {
  -webkit-transition: fill 0.5s linear;
  transition: fill 0.5s linear;
}

.chapter__title {
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.12em;
  margin-top: 32px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .chapter__title {
    margin-top: 22px;
  }
}
.chapter__text {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 28px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .chapter__text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.top-news {
  padding-top: 372px;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 240px;
    padding-bottom: 100px;
  }
}
.top-news__list {
  margin-top: 24px;
}

.news {
  padding-top: 159px;
  padding-bottom: 284px;
}

.news__head {
  width: 83.5px;
}

.news__list {
  margin-top: 31px;
}

.news__item {
  display: block;
  border-bottom: 1px solid rgba(62, 58, 57, 0.2);
  padding: 18px 0 23px 0;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__item:hover {
  opacity: 0.7;
}

.news__item:first-of-type {
  border-top: 1px solid rgba(62, 58, 57, 0.2);
}

.news__time {
  font-size: 1.3rem;
  line-height: 2;
}

.news__title {
  line-height: 2;
}

.news__button {
  margin-top: 17px;
  text-align: center;
}

.news__button a {
  display: inline-block;
  padding: 12px 90px;
  position: relative;
  border-radius: 100px;
  max-width: 100%;
}

.news__button a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
  right: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.news__button a::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  border: solid 1px #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news__button a:hover::before {
  right: 15px;
}

.news__button a:hover::after {
  opacity: 1;
}

.news-pager .list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}

.news-pager .list > li .link, .news-pager .list > li .cur {
  font-size: 1.3rem;
  padding: 13px 22px;
  border: solid 1px #000;
  display: inline-block;
  letter-spacing: normal;
  border-left-width: 0;
}

.news-pager .list > li .cur {
  background-color: #000;
  color: #fff;
}

.news-pager .list > li:first-of-type .link, .news-pager .list > li:first-of-type .cur {
  border-left-width: 1px;
}

.article {
  padding-top: 138px;
  padding-bottom: 276px;
}

.article__contents {
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(62, 58, 57, 0.2);
}

.article__time {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.06em;
}

.article__title {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.article__body {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.article__body > * {
  margin: 1.85em 0 0;
}

.article__body .clearHidden {
  margin-top: 0;
}

.article__body > *:first-child {
  margin-top: 0 !important;
}

.article__body p {
  line-height: inherit;
  letter-spacing: 0.06em;
}

.article__body ul, .article__body ol {
  padding-left: 1.5em;
}

.article__body ul > li, .article__body ol > li {
  letter-spacing: 0.06em;
}

.article__body h2, .article__body h3, .article__body h4, .article__body h5 {
  margin: 3em 0 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.article__body h2 {
  padding: 0.25em 0.75em;
  border-left: 4px solid #000;
  background-color: #EEEEEF;
  font-size: 1.8rem;
}

.article__body h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000;
  font-size: 1.7rem;
}

.article__body h4 {
  padding-left: 0.5em;
  border-left: 3px solid #000;
  font-size: 1.6rem;
}

.article__body h5 {
  font-size: 1.5rem;
}

.article__body .entry-container table, .article__body .entry-container th, .article__body .entry-container td {
  border: 1px solid #000;
}

.article__body .entry-container table {
  border-collapse: collapse;
}

.article__body .entry-container th, .article__body .entry-container td {
  padding: 4px 6px;
}

.acms-admin-btn-action-group {
  margin-inline: 0;
}

.article__button {
  text-align: center;
  margin-top: 17px;
}

.article__button a {
  display: inline-block;
  padding: 12px 90px;
  position: relative;
  border-radius: 100px;
  max-width: 100%;
}

.article__button a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #000 transparent transparent;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.article__button a::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  border: solid 1px #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.article__button a:hover::before {
  left: 15px;
}

.article__button a:hover::after {
  opacity: 1;
}

.vision {
  color: var(--color-category2);
  padding-top: 160px;
  padding-bottom: 250px;
  font-family: "Shippori Mincho", serif;
}

.vision__head {
  text-align: center;
}

.vision__lead {
  color: var(--color-category);
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2.1428571429;
  font-weight: 700;
  margin-top: 29px;
}

.vision__item {
  margin-top: 90px;
}

.vision__item:nth-child(2) {
  margin-top: 70px;
}

.vision__img {
  width: 100%;
}

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

.vision__title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  letter-spacing: 0;
}

.vision__text {
  margin-top: 32px;
  line-height: 1.9285714286;
  letter-spacing: 0;
  font-weight: 500;
}

.service {
  padding-top: 130px;
  padding-bottom: 227px;
  color: var(--color-category2);
}

.service__head {
  width: 100%;
}

.service__head svg {
  width: 100% !important;
}

.service__lead {
  margin-top: -13px;
  line-height: 2.1428571429;
  text-align: center;
  letter-spacing: 0.04em;
}

.service__list {
  padding-top: 74px;
}

.service__item + .service__item {
  padding-top: 64px;
}

.service__number {
  margin-left: -20px;
  z-index: 2;
  position: relative;
}

.service__img {
  margin-top: -45px;
  z-index: 1;
  position: relative;
  width: 100%;
}

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

.service__img.-img3, .service__img.-img5 {
  margin-top: -63px;
}

.service__title {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 18px;
}

.service__title.-ml10 {
  margin-left: -10px;
}

.service__text {
  margin-top: 16px;
  letter-spacing: 0;
}

.service__text.-text4 {
  letter-spacing: -0.04em;
}

.service__box {
  margin-top: 30px;
  margin-bottom: 3px;
}

.service-box {
  border: solid 1px var(--color-category);
}

.service-box__head {
  text-align: center;
  color: #fff;
  background-color: var(--color-category);
  display: block;
  padding: 1px;
  letter-spacing: 0;
}

.service-box__text {
  letter-spacing: 0;
  padding: 10px 8px 15px 14px;
  line-height: 1.9285714286;
}

.company {
  padding-top: 140px;
  padding-bottom: 255px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: var(--color-category);
}

.company__head-wrap {
  padding-left: 42px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}

.company__lead {
  line-height: 2.1428571429;
  margin-top: 57px;
}

.company__bg {
  background-color: rgba(73, 0, 173, 0.05);
  margin-top: 55px;
  padding: 35px 0 49px 0;
}

.company__title {
  text-align: center;
  font-size: 1.6rem;
}

.outline__text {
  margin-top: 8px;
}

.company__button {
  margin-top: 8px;
}

.company__aboutusBtn {
  margin-top: 36px;
  text-align: center;
}

.button__map {
  border-color: var(--color-category);
  color: var(--color-category);
  background-color: transparent;
  letter-spacing: 0.06em;
  padding: 13px;
  font-size: 1.3rem;
}

.button__map::before {
  content: none;
}

.button__map:hover {
  color: #fff;
  background-color: var(--color-category);
}

.outline__leader {
  margin-top: 32px;
}

.history {
  margin-top: 45px;
  background-color: #fff;
  padding: 26px 22px 26px 22px;
}

.history__text {
  font-size: 1.3rem;
  line-height: 2.1538461538;
  margin-top: 12px;
}

.message {
  margin-top: 80px;
}

.message__img {
  width: 100%;
  margin-top: 18px;
}

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

.message__title {
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
}

.message__text {
  margin-top: 18px;
  letter-spacing: 0.04em;
}

.company-slide {
  margin-top: 18px;
  position: relative;
}

.company-slide .swiper-slide img {
  width: 100%;
}

.company-slide .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}

.company-slide .swiper-pagination-bullet {
  background: #969696;
  opacity: 1;
  width: 6px;
  height: 6px;
}

.company-slide .swiper-pagination-bullet-active {
  background: #4900AD;
}

.company-slide .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 30px;
  height: 22px;
  left: 32%;
}

.company-slide .swiper-button-prev::after {
  content: "";
  background: url(../../images/company/icon-arrow.png) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin: 0;
  width: 9px;
  height: 100%;
}

.company-slide .swiper-button-next {
  bottom: 0;
  top: auto;
  width: 30px;
  height: 22px;
  right: 32%;
}

.company-slide .swiper-button-next::after {
  content: "";
  background: url(../../images/company/icon-arrow.png) no-repeat center center/contain;
  margin: 0;
  width: 9px;
  height: 100%;
}

.partner {
  padding-top: 105px;
  padding-bottom: 280px;
}

.partner__title {
  margin-left: 2px;
}

.partner__lead {
  text-align: center;
  margin-top: 58px;
  position: relative;
  overflow: hidden;
}

.partner__lead-left {
  position: absolute;
  bottom: 5%;
  left: -182px;
}

.partner__lead-right {
  position: absolute;
  bottom: 55%;
  right: -178px;
}

.partner__img-area {
  padding-top: 96px;
  position: relative;
  overflow: hidden;
  padding-bottom: 27px;
}

.partner__img {
  width: 100%;
}

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

.partner__img-top {
  position: absolute;
  right: 1.4px;
  top: 60px;
}

.partner__img-bottom {
  position: absolute;
  left: -84px;
  bottom: 0;
}

.partner__button {
  text-align: center;
  margin-top: 45px;
}

.recruit-bg {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.recruit-bg__img {
  width: 50%;
}

.recruit-bg.-on {
  z-index: 1;
}

.recruit-bg.-on .recruit-bg__img {
  opacity: 0;
}

.recruit {
  padding-top: 60px;
  padding-bottom: 280px;
  line-height: 2.1428571429;
  z-index: 5;
  position: relative;
}

.recruit__head {
  height: 642px;
  max-width: 312px;
  margin: auto;
  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;
}

.recruit__head img {
  width: 100%;
}

.recruit__lead {
  margin-top: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.recruit__lead > span {
  display: inline-block;
  background: white;
  padding: 2px 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}

.recruit__lead > span:not(:first-child) {
  margin-top: 12px;
}

.recruit__content {
  margin-top: 110px;
}

.recruit__button {
  text-align: center;
  margin-top: 50px;
}

.requirements {
  background: white;
  padding: 18px 16px 30px;
  border-radius: 8px;
}

.requirements__title {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.requirements__title > span {
  position: relative;
  border-bottom: solid 1px black;
  display: inline-block;
}

.requirements__text {
  margin-top: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.requirements__list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 24px;
}

.requirements__list > li {
  letter-spacing: 0.04em;
  padding-left: 1em;
  line-height: 1.7142857143;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
}

.requirements__list > li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 50%;
}

.requirements__list > li + li {
  margin-top: 1.5em;
}

.contact {
  background: url(../../assets/img/bg-footer1.png) center bottom no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 114px;
}

.contact__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 38px;
}

.pg-contact .form {
  background-color: #fff;
  margin-top: 36px;
  padding: 36px 21px 46px 21px;
}

.pg-contact .form .form__item {
  line-height: 1;
}

.pg-contact .form .form__item:first-of-type {
  margin-top: 0 !important;
}

.pg-contact .form .form__item + .form__item {
  margin-top: 18px;
}

.pg-contact .form .form__item.-confirm {
  line-height: 1.6;
  margin-top: 2em;
}

.pg-contact .form .form__item.-confirm .form__input {
  margin-top: 5px;
}

.pg-contact .form .form__required {
  color: #FF4200;
  font-size: 1.3rem;
}

.pg-contact .form .form__radio-wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 21px;
}

.pg-contact .form .form__radio {
  margin-top: 22px !important;
}

.pg-contact .form .form__textarea {
  margin-top: 34px !important;
}

.pg-contact .form input[type=text],
.pg-contact .form input[type=email],
.pg-contact .form input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 5px 0 0 0;
  padding: 7px 10px;
  width: 100%;
  font-size: 1.6rem;
  color: inherit;
  font-family: inherit;
  background-color: #F0F0F0;
  background-image: none;
  border: none;
  border-radius: 0;
}

.pg-contact .form input[type=text]:focus,
.pg-contact .form input[type=email]:focus,
.pg-contact .form input[type=tel]:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pg-contact .form input[type=radio] {
  display: none;
}

.pg-contact .form input[type=radio] + span {
  display: inline-block;
  cursor: pointer;
  padding-left: 21px;
  position: relative;
}

.pg-contact .form input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  height: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 17px;
}

.pg-contact .form input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  content: "";
  height: 11px;
  width: 11px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.pg-contact .form input[type=radio]:checked + span::after {
  opacity: 1;
}

.pg-contact .form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  margin: 7px 0 0 0;
  padding: 10px;
  width: 100%;
  height: 159px;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background-color: #F0F0F0;
  background-image: none;
  border: none;
  border-radius: 0;
}

.pg-contact .form textarea:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pg-contact .form input[type=checkbox] {
  display: none;
}

.pg-contact .form input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  padding-left: 19px;
  position: relative;
  font-size: 1.2rem;
}

.pg-contact .form input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pg-contact .form input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  left: 2px;
  top: 35%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

.pg-contact .form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.pg-contact .form .form__check {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-contact .form .form__privacy-link {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #FF4200;
}

.pg-contact .form .form__privacy-link:hover {
  opacity: 0.7;
}

.pg-contact .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  letter-spacing: 0.16pt;
}

.pg-contact .form input[type=submit]:hover, .pg-contact .form input[type=submit]:focus {
  outline: none;
}

.pg-contact .form input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.pg-contact .form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  letter-spacing: 0.16em;
}

.pg-contact .form button[type=submit]:hover, .pg-contact .form button[type=submit]:focus {
  outline: none;
}

.pg-contact .form button[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.pg-contact .form .form__button {
  text-align: center;
  margin-top: 30px;
}

.pg-contact .form .form__send {
  text-align: center;
  margin-top: 40px;
}

.pg-contact .form .form__send > li + li {
  margin-top: 10px;
}

.pg-contact .form .button__form {
  padding: 12px;
}

.form__error-text {
  display: block;
  position: relative;
  margin: 8px 0 0;
  color: #cc0000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}

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

.form__error-message {
  display: block;
  margin-bottom: 40px;
  color: #cc0000;
  font-weight: 500;
}

.form__error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.form__thanks .heading {
  text-align: center;
  font-size: 1.7rem;
}

.form__thanks .text {
  margin-top: 20px;
}

.form__thanks .notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  margin-top: 10px;
}

.privacy {
  padding-top: 139px;
  padding-bottom: 239px;
}

.privacy__head {
  font-size: 1.5rem;
  text-align: center;
}

.privacy__lead {
  margin-top: 24px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}

.privacy__list {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}

.privacy__title {
  font-weight: 700;
  margin-top: 60px;
}

.privacy__text {
  margin-top: 20px;
}

.privacy__contact-link {
  display: block;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.privacy__contact-link:hover {
  opacity: 0.7;
}

.privacy__footer {
  margin-top: 60px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}

.aboutus {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.aboutus__lead {
  color: var(--color-category);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 14px;
  line-height: 2.1428571429;
  padding: 0 16px;
}

.aboutus__title {
  text-align: center;
}

.aboutus-anchor {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutus-anchor__item {
  width: calc(50% - 3px);
}

.aboutus-anchor__link {
  border: solid 1px var(--color-category);
  border-radius: 100px;
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 10px 24px 9px 18px;
  letter-spacing: 0.04em;
  position: relative;
  color: var(--color-category);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.aboutus-anchor__link::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/aboutus/aboutus-arrow.png) no-repeat center center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.aboutus-anchor__link:hover {
  color: white;
  background: var(--color-category);
}

.aboutus-anchor__link:hover::before {
  background: url(../../images/aboutus/aboutus-arrow_w.png) no-repeat center center/contain;
}

.aboutus-about {
  margin-top: 90px;
  background: rgba(255, 0, 118, 0.03);
  padding-bottom: 62px;
  padding-top: 52px;
}

.aboutus-about__list {
  margin-top: 62px;
}

.aboutus-about__item:not(:last-child) {
  padding-bottom: 46px;
  margin-bottom: 35px;
  border-bottom: solid 1px #E3D0D9;
}

.aboutus-about__num {
  display: block;
  width: 33px;
}

.aboutus-about__num img {
  display: block;
}

.aboutus-about__heading {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-top: 14px;
  line-height: 1.5;
}

.aboutus-about__text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.aboutus-about__text a {
  color: var(--color-category);
  text-decoration: underline;
}

.aboutus-about__img {
  margin-top: 28px;
}

.aboutus-equipment {
  margin-top: 48px;
}

.aboutus-equipment__lead {
  color: var(--color-category);
  margin-top: 42px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8571428571;
}

.aboutus-equipment__list {
  margin-top: 32px;
}

.aboutus-equipment__item:not(:first-child) {
  margin-top: 40px;
}

.aboutus-equipment__heading {
  margin-top: 14px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.aboutus-equipment__text {
  margin-top: 10px;
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.aboutus-worker {
  background: #F5F5F5;
  margin-top: 60px;
  padding-top: 56px;
  padding-bottom: 62px;
}

.aboutus-worker__lead {
  color: var(--color-category);
  margin-top: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8571428571;
}

.aboutus-worker__list {
  margin-top: 60px;
}

.aboutus-worker__item {
  position: relative;
}

.aboutus-worker__item:not(:first-child) {
  margin-top: 54px;
}

.aboutus-worker__title {
  position: absolute;
  top: -16px;
  left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}

.aboutus-worker__title > span {
  display: inline-block;
  background: var(--color-category);
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: top;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.06em;
}

.aboutus-worker__text {
  margin-top: 10px;
  line-height: 1.8571428571;
  font-size: 1.4rem;
}

.aboutus-gallery {
  padding-top: 52px;
  padding-bottom: 260px;
}

.aboutus-gallery__more {
  margin-top: 40px;
  padding: 0 20px;
  text-align: center;
}

.aboutus-gallery__moreBtn {
  display: inline-block;
  max-width: 276px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--color-category);
  background: white;
  padding: 12px 40px;
  font-size: 1.4rem;
  color: var(--color-category);
  border-radius: 100px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.aboutus-gallery__moreBtn::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../images/aboutus/aboutus-arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.aboutus-gallery__moreBtn:hover {
  color: white;
  background: var(--color-category);
}

.aboutus-gallery__moreBtn:hover::before {
  background: url(../../images/aboutus/aboutus-arrow_w.png) no-repeat center center/contain;
}

.gallery {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery__img {
  width: 33.3333333333%;
  aspect-ratio: 1;
}

.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.galleryPage {
  padding: 120px 0 260px;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
}

.mfp-bottom-bar {
  display: none !important;
}

.mfp-container {
  width: calc(100% - 40px);
  max-width: 520px;
  padding: 0;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img.mfp-img {
  padding: 40px 0 80px;
}

.mfp-figure:after {
  display: none !important;
}

.mfp-close > span {
  width: 18px !important;
  height: 18px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 10px;
  padding: 0 !important;
}

.mfp-close > span::before, .mfp-close > span::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
}

.mfp-close > span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.mfp-close > span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.mfp-arrow {
  top: auto;
  bottom: 20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.mfp-arrow::after {
  display: none;
}

.mfp-arrow::before {
  margin: 0;
  opacity: 1;
  content: "";
  border: none;
  background: url(../img/modal-arrow.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mfp-arrow-left {
  left: auto;
  right: calc(50% + 10px);
  -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important;
}

.mfp-arrow-right {
  right: auto;
  left: calc(50% + 10px);
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
}

.gallery-pager {
  margin-top: 60px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-pager__btn {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C3C3C3;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 100px;
  border: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery-pager__btn.-active {
  background: var(--color-category);
  border: solid 1px var(--color-category);
  color: white;
}

.gallery-pager__btn.-next, .gallery-pager__btn.-prev {
  content: "";
  border: solid 1px var(--color-category);
  position: relative;
}

.gallery-pager__btn.-next::before, .gallery-pager__btn.-prev::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../../images/aboutus/aboutus-arrow.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.gallery-pager__btn.-next:hover, .gallery-pager__btn.-prev:hover {
  background: var(--color-category);
}

.gallery-pager__btn.-next:hover::before, .gallery-pager__btn.-prev:hover::before {
  background: url(../../images/aboutus/aboutus-arrow_w.png) no-repeat center center/contain;
}

.gallery-pager__btn.-next {
  margin-left: 10px;
}

.gallery-pager__btn.-prev {
  margin-right: 10px;
}

.gallery-pager__btn.-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.product-bg {
  background: #F0F0F0;
  overflow: hidden;
}

.product-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-c-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-c-title > img {
  height: 29px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .product-c-title > img {
    height: 20.6px;
  }
}
.product-c-title__ja {
  color: var(--color-category);
  line-height: 1.5;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .product-c-title__ja {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}
.product-index {
  padding-top: 146px;
  padding-bottom: 350px;
}

@media screen and (max-width: 767px) {
  .product-index {
    padding-top: 117px;
    padding-bottom: 284px;
  }
}
.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .product-header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 0 10px;
  }
}
.product-header__title {
  max-width: 294px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .product-header__title {
    max-width: 130px;
  }
}
.product-header__lead {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
  color: var(--color-category);
  padding-top: 100px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .product-header__lead {
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.product-list {
  margin-top: 123px;
}

@media screen and (max-width: 767px) {
  .product-list {
    padding: 0 10px;
    margin-top: 100px;
  }
}
.product-list__title {
  max-width: 132px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .product-list__title {
    max-width: 97px;
  }
}
.product-list__list {
  margin: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 96px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .product-list__list {
    margin-top: 60px;
  }
}
.product-list__item {
  width: calc((100% - 96px) / 2);
}

@media screen and (max-width: 767px) {
  .product-list__item {
    width: 100%;
  }
}
.product-link__img {
  width: 100%;
  height: 340px;
  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;
}

.product-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .product-link__img {
    height: auto;
  }
}
.product-link__title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .product-link__title {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
.product-link__more {
  color: var(--color-category);
  margin-top: 1.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
}

.product-link__more::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--color-category);
  background: var(--color-category);
  border-radius: 100px;
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-link__more::before {
  -webkit-mask: url(../../images/product/icon-arrow.svg) no-repeat center center/contain;
          mask: url(../../images/product/icon-arrow.svg) no-repeat center center/contain;
  background: white;
  content: "";
  position: absolute;
  width: 8.5px;
  height: 9px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-link:hover .product-link__more::before {
  background: var(--color-category);
}

.product-link:hover .product-link__more::after {
  background: transparent;
}

.product-link.-index:hover .product-link__img {
  -webkit-animation: tilt-wobble 0.6s ease forwards;
          animation: tilt-wobble 0.6s ease forwards;
}

@-webkit-keyframes tilt-wobble {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.02);
            transform: rotate(3deg) scale(1.02);
  }
}

@keyframes tilt-wobble {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(3deg) scale(1.02);
            transform: rotate(3deg) scale(1.02);
  }
}
.product-list__list.-recommend {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .product-list__list.-recommend {
    margin-top: 32px;
    gap: 24px;
  }
  .product-list__list.-recommend .product-list__item {
    width: calc(50% - 12px);
  }
  .product-list__list.-recommend .product-link__title {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .product-list__list.-recommend .product-link__img {
    aspect-ratio: 182/150;
  }
  .product-list__list.-recommend .product-link__more {
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .product-list__list.-recommend .product-link__more::after {
    width: 16px;
    height: 16px;
  }
  .product-list__list.-recommend .product-link__more::before {
    width: 5px;
    height: 5px;
    right: 6px;
  }
}
.product-detail {
  padding-top: 134px;
}

@media screen and (max-width: 767px) {
  .product-detail {
    padding-top: 102px;
  }
}
.product-detail__title {
  max-width: 188px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .product-detail__title {
    max-width: 120px;
  }
}
.product-detail__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  .product-detail__wrap {
    margin-top: 30px;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-detail__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}

.product-detail__img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-detail__img {
    width: 100%;
  }
}
.product-detail__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-detail__heading {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .product-detail__heading {
    font-size: 1.7rem;
  }
}
.product-detail__text {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .product-detail__text {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.product-detail__notes {
  color: #707070;
  margin-top: 20px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
}

@media screen and (max-width: 767px) {
  .product-detail__notes {
    font-size: 1.2rem;
  }
}
.product-feature {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  .product-feature {
    padding-top: 90px;
  }
}
.product-scene {
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .product-scene {
    padding-top: 120px;
  }
}
.product-feature-slide,
.product-scene-slide {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .product-feature-slide,
  .product-scene-slide {
    margin-top: 18px;
    max-width: 350px;
    margin-inline: auto;
  }
}
.product-feature-item__img,
.product-scene-item__img {
  width: 100%;
  aspect-ratio: 1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 244'%3E%3Cpath d='M241.665,48.274c-3.508-28.83-16.131-43.211-45.285-46.716C183.712.035,152.853-.165,122,.1,91.149-.165,60.289.035,47.621,1.558,18.468,5.063,5.844,19.443,2.337,48.274.657,62.092.049,91.316,0,122c.048,30.684.656,59.908,2.336,73.726,3.507,28.831,16.131,43.211,45.284,46.716,12.668,1.523,43.528,1.723,74.38,1.461,30.851.261,61.711.062,74.379-1.461,29.153-3.505,41.777-17.885,45.285-46.716,1.68-13.818,2.287-43.042,2.336-73.726-.049-30.685-.656-59.908-2.336-73.727' fill='white'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 244 244'%3E%3Cpath d='M241.665,48.274c-3.508-28.83-16.131-43.211-45.285-46.716C183.712.035,152.853-.165,122,.1,91.149-.165,60.289.035,47.621,1.558,18.468,5.063,5.844,19.443,2.337,48.274.657,62.092.049,91.316,0,122c.048,30.684.656,59.908,2.336,73.726,3.507,28.831,16.131,43.211,45.284,46.716,12.668,1.523,43.528,1.723,74.38,1.461,30.851.261,61.711.062,74.379-1.461,29.153-3.505,41.777-17.885,45.285-46.716,1.68-13.818,2.287-43.042,2.336-73.726-.049-30.685-.656-59.908-2.336-73.727' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.product-feature-item__img img,
.product-scene-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-feature-item__text,
.product-scene-item__text {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.5294117647;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .product-feature-item__text,
  .product-scene-item__text {
    font-size: 1.4rem;
  }
}
.product-feature-slide::before {
  position: absolute;
  content: "";
  width: 447px;
  height: 422px;
  background: url(../../images/product/deco-feature.svg) no-repeat center top/contain;
  top: -154px;
  right: -28px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .product-feature-slide::before {
    width: 493px;
    height: 465px;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.product-scene-slide::before {
  position: absolute;
  content: "";
  width: 517px;
  height: 508px;
  background: url(../../images/product/deco-scene.svg) no-repeat center center/contain;
  top: -208px;
  left: -70px;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .product-scene-slide::before {
    width: 688px;
    height: 638px;
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../images/product/deco-scene_sp.svg) no-repeat center top/contain;
  }
}
@media screen and (max-width: 767px) {
  .productsSwiper {
    padding: 0 48px 30px;
  }
}
.productsSwiper .swiper-slide {
  cursor: pointer;
}

.productsSwiper .swiper-button-next,
.productsSwiper .swiper-button-prev {
  top: calc(50% - 18px - 22px);
  margin: 0;
  width: 36px;
  height: 36px;
  border: solid 1px var(--color-category);
  border-radius: 100px;
}

.productsSwiper .swiper-button-next::after,
.productsSwiper .swiper-button-prev::after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../../images/product/icon-arrow.svg) no-repeat center center/contain;
          mask: url(../../images/product/icon-arrow.svg) no-repeat center center/contain;
  background: var(--color-category);
}

.productsSwiper .swiper-button-next {
  right: 0;
}

.productsSwiper .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.productsSwiper .swiper-pagination {
  bottom: 0;
  margin: 0;
  padding: 0;
  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;
}

.productsSwiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  opacity: 1;
  background: #DBDBDB;
  margin: 0 3px !important;
}

.productsSwiper .swiper-pagination-bullet-active {
  background: var(--color-category);
}

.product-type {
  padding-top: 160px;
  padding-bottom: 300px;
}

@media screen and (max-width: 767px) {
  .product-type {
    padding-top: 150px;
    padding-bottom: 210px;
  }
}
.product-type__heading {
  margin-top: 45px;
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
  text-align: center;
  background: var(--color-category);
  padding: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .product-type__heading {
    font-size: 1.4rem;
    margin-top: 36px;
  }
}
.product-type__btn {
  width: 508px;
  max-width: 100%;
  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;
  padding: 38px 10px;
  color: white;
  gap: 0 12px;
  background: var(--color-category);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 70px auto 0;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  line-height: 1.5;
  background: linear-gradient(135deg, transparent 18px, var(--color-category) 18px), linear-gradient(225deg, transparent 18px, var(--color-category) 18px), linear-gradient(315deg, transparent 18px, var(--color-category) 18px), linear-gradient(45deg, transparent 18px, var(--color-category) 18px); /* 左下 */
  background-position: top left, top right, bottom right, bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.product-type__btn::before {
  width: 36px;
  height: 23px;
  content: "";
  -webkit-mask: url(../../images/product/icon-contact.png) no-repeat center center/contain;
          mask: url(../../images/product/icon-contact.png) no-repeat center center/contain;
  background: white;
}

.product-type__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .product-type__btn {
    width: 320px;
    margin-top: 56px;
    gap: 0 8px;
    font-size: 1.4rem;
    padding: 23px 10px;
    background: linear-gradient(135deg, transparent 10px, var(--color-category) 10px), linear-gradient(225deg, transparent 10px, var(--color-category) 10px), linear-gradient(315deg, transparent 10px, var(--color-category) 10px), linear-gradient(45deg, transparent 10px, var(--color-category) 10px); /* 左下 */
    background-position: top left, top right, bottom right, bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
  .product-type__btn::before {
    width: 23px;
    height: 14px;
  }
}
.product-type:has(+ .product-recommend) {
  padding-bottom: 155px;
}

@media screen and (max-width: 767px) {
  .product-type:has(+ .product-recommend) {
    padding-bottom: 70px;
  }
}
.product-type .acms-g-cols-2 {
  gap: 48px;
  margin: 40px -12px 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .product-type .acms-g-cols-2 {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: none;
    grid-template-columns: none;
    gap: 0;
    margin-top: 14px;
    padding-bottom: 24px;
  }
  .product-type .acms-g-cols-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.product-type-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  margin: 40px -12px 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .product-type-slide {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 14px;
    padding-bottom: 24px;
  }
}
.product-type-slide__item {
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .product-type-slide__item {
    width: 100%;
  }
  .product-type-slide__item + .product-type-slide__item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: dashed 1px #C3C3C3;
  }
}
.product-type-slide__textarea {
  padding: 0 12px;
}

.product-type-slide__heading {
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .product-type-slide__heading {
    font-size: 1.6rem;
  }
}
.product-type-slide__size {
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .product-type-slide__size {
    font-size: 1.3rem;
    margin-top: 12px;
  }
}
.product-type-slide__price {
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}

.product-type-slide__price > em {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .product-type-slide__price {
    margin-top: 6px;
  }
}
.productTypeSwiper {
  padding: 0 12px;
}

.productTypeSwiper .swiper-slide {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
}

.productTypeSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productTypeSwiper .swiper-button-next,
.productTypeSwiper .swiper-button-prev {
  top: calc(50% - 20px);
  margin: 0;
  width: 40px;
  height: 40px;
  border: solid 1px black;
  border-radius: 100px;
}

.productTypeSwiper .swiper-button-next::after,
.productTypeSwiper .swiper-button-prev::after {
  width: 9px;
  height: 9px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../images/product/icon-arrow.svg) no-repeat center center/contain;
}

.productTypeSwiper .swiper-button-next {
  right: 0;
}

.productTypeSwiper .swiper-button-prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.productTypeThumbnail {
  margin: 12px 12px 0;
}

@media screen and (max-width: 767px) {
  .productTypeThumbnail {
    margin-top: 10px;
  }
}
.productTypeThumbnail .swiper-slide {
  cursor: pointer;
}

.productTypeThumbnail .swiper-slide-thumb-active {
  border: solid 2px black;
}

.product-recommend {
  padding-top: 96px;
  padding-bottom: 312px;
  background: white;
}

@media screen and (max-width: 767px) {
  .product-recommend {
    padding-top: 52px;
    padding-bottom: 210px;
  }
}
.product-form {
  background: var(--color-category);
  padding: 130px 0 250px;
}

@media screen and (max-width: 767px) {
  .product-form {
    padding: 100px 0 240px;
  }
}
.product-form__title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: white;
  font-weight: bold;
  gap: 8px 15px;
}

.product-form__title > img {
  max-width: 188px;
  width: 100%;
  display: block;
}

.product-form__title > span {
  line-height: 1.5;
  display: block;
  font-weight: bold;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .product-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-form__title > img {
    max-width: 120px;
  }
  .product-form__title > span {
    font-size: 1.5rem;
  }
}
.product-form__lead {
  margin: 90px 0 0 0;
  text-align: center;
  color: white;
  font-size: 1.7rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .product-form__lead {
    margin-top: 50px;
    font-size: 1.4rem;
  }
}
.product-form__box {
  margin-top: 60px;
  padding: 80px 40px 100px;
  background: linear-gradient(135deg, transparent 18px, #F4F4F4 18px), linear-gradient(225deg, transparent 18px, #F4F4F4 18px), linear-gradient(315deg, transparent 18px, #F4F4F4 18px), linear-gradient(45deg, transparent 18px, #F4F4F4 18px); /* 左下 */
  background-position: top left, top right, bottom right, bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .product-form__box {
    padding: 30px 20px 36px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    background: linear-gradient(135deg, transparent 9px, #F4F4F4 9px), linear-gradient(225deg, transparent 9px, #F4F4F4 9px), linear-gradient(315deg, transparent 9px, #F4F4F4 9px), linear-gradient(45deg, transparent 9px, #F4F4F4 9px); /* 左下 */
    background-position: top left, top right, bottom right, bottom left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
  }
}
.product-form__form {
  max-width: 590px;
  margin: 0 auto;
}

.pg-product .form .form__item {
  line-height: 1;
}

.pg-product .form .form__item:first-of-type {
  margin-top: 0 !important;
}

.pg-product .form .form__item + .form__item {
  margin-top: 30px;
}

.pg-product .form .form__item.-confirm {
  line-height: 1.6;
  margin-top: 2em;
}

.pg-product .form .form__item.-confirm .form__input {
  margin-top: 8px;
}

.pg-product .form .form__name {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .pg-product .form .form__name {
    font-size: 1.4rem;
  }
}
.pg-product .form .form__required {
  color: var(--color-category);
  font-size: 1.3rem;
}

.pg-product .form input[type=text],
.pg-product .form input[type=email],
.pg-product .form input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 8px 0 0 0;
  padding: 7px 10px;
  width: 100%;
  font-size: 1.6rem;
  color: inherit;
  font-family: inherit;
  background: white;
  border: solid 1px #D3D3D3;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pg-product .form input[type=text]::-webkit-input-placeholder, .pg-product .form input[type=email]::-webkit-input-placeholder, .pg-product .form input[type=tel]::-webkit-input-placeholder {
  font-size: 1.3rem;
  color: #D3D3D3;
}

.pg-product .form input[type=text]::-moz-placeholder, .pg-product .form input[type=email]::-moz-placeholder, .pg-product .form input[type=tel]::-moz-placeholder {
  font-size: 1.3rem;
  color: #D3D3D3;
}

.pg-product .form input[type=text]:-ms-input-placeholder, .pg-product .form input[type=email]:-ms-input-placeholder, .pg-product .form input[type=tel]:-ms-input-placeholder {
  font-size: 1.3rem;
  color: #D3D3D3;
}

.pg-product .form input[type=text]::-ms-input-placeholder, .pg-product .form input[type=email]::-ms-input-placeholder, .pg-product .form input[type=tel]::-ms-input-placeholder {
  font-size: 1.3rem;
  color: #D3D3D3;
}

.pg-product .form input[type=text]::placeholder,
.pg-product .form input[type=email]::placeholder,
.pg-product .form input[type=tel]::placeholder {
  font-size: 1.3rem;
  color: #D3D3D3;
}

.pg-product .form input[type=text]:focus,
.pg-product .form input[type=email]:focus,
.pg-product .form input[type=tel]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pg-product .form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  margin: 8px 0 0 0;
  padding: 10px;
  width: 100%;
  height: 170px;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background: white;
  border: solid 1px #D3D3D3;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pg-product .form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pg-product .form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 8px 0 0 0;
  padding: 7px 10px;
  max-width: 300px;
  width: 100%;
  font-size: 1.6rem;
  color: inherit;
  font-family: inherit;
  background: url(../../images/product/icon-select.png) no-repeat right 6px center/8.5px 13px, linear-gradient(90deg, white 0%, white calc(100% - 20px), #00ABDC calc(100% - 20px), #00ABDC 100%);
  border: solid 1px #D3D3D3;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pg-product .form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.pg-product .form input[type=checkbox] {
  display: none;
}

.pg-product .form input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  padding-left: 19px;
  position: relative;
  font-size: 1.2rem;
}

.pg-product .form input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pg-product .form input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  left: 2px;
  top: 35%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

.pg-product .form input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.pg-product .form .form__check {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-product .form .form__privacy-link {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: var(--color-category);
}

.pg-product .form .form__privacy-link:hover {
  opacity: 0.7;
}

.pg-product .form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  letter-spacing: 0.16em;
}

.pg-product .form input[type=submit]:hover, .pg-product .form input[type=submit]:focus {
  outline: none;
}

.pg-product .form input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.pg-product .form button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  letter-spacing: 0.16em;
}

.pg-product .form button[type=submit]:hover, .pg-product .form button[type=submit]:focus {
  outline: none;
}

.pg-product .form button[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.pg-product .form .button__form {
  padding: 12px;
  background-color: black;
  color: white;
  border-color: black;
}

.pg-product .form .button__form:hover {
  background: white;
  color: black;
}

.pg-product .form .button__form:hover::before {
  border-color: transparent transparent transparent black;
}

.pg-product .form .form__button {
  text-align: center;
  margin-top: 30px;
}

.pg-product .form .form__send {
  text-align: center;
  margin-top: 40px;
}

.pg-product .form .form__send > li + li {
  margin-top: 10px;
}

/**************************************************/
/* helpers */
/**************************************************/
@media screen and (min-width: 1024px) {
  .hidden__pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden__sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hidden__sp-up {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .hidden__tab-down {
    display: none;
  }
}
.-ls0 {
  letter-spacing: 0 !important;
}
/*# sourceMappingURL=style.css.map */