@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?ox3zrh");
  src: url("../font/icomoon.eot?ox3zrh#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?ox3zrh") format("truetype"), url("../font/icomoon.woff?ox3zrh") format("woff"), url("../font/icomoon.svg?ox3zrh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow::before {
  content: "\e900";
}

.icon-facebook::before {
  content: "\e901";
}

.icon-instagram::before {
  content: "\e902";
}

.icon-line::before {
  content: "\e903";
}

.icon-twitter::before {
  content: "\e904";
}

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

*, *::before, *::after {
  /*outline: 1px solid red;*/
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 375px;
  padding-top: 3.75rem;
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: Meiryo, Helvetica, Arial, sans-serif;
}

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

ol[class], ul[class] {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

a img {
  transition: all 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.5;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

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

th, td {
  box-sizing: border-box;
}

input, select {
  vertical-align: middle;
}

input[type="text"][class], textarea[class] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  vertical-align: bottom;
}

button {
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

br {
  opacity: 0;
}

/************************************************
    Utility
*************************************************/
/*  Screen Reader
------------------------------------------------*/
.sr-only {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/*  inline-block
------------------------------------------------*/
.i-blk {
  display: inline-block;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #e7e8e8;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #d0d2d2;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #327440;
  box-sizing: content-box;
  padding: 5px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.toggle .hamburger {
  display: block;
  width: 45px;
  height: 33px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s;
}

.toggle .line {
  display: block;
  background-color: white;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}

.toggle .line:first-of-type {
  top: 0;
}

.toggle .line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 0.625em;
}

.toggle .line:nth-of-type(2)::before {
  content: "MENU";
  color: white;
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.toggle .line:last-of-type {
  bottom: 0;
}

/* ハンバーガーボタンクリックアニメーション */
.js-is-open .toggle .line:first-of-type {
  transform: translateY(15px) rotate(-45deg);
}

.js-is-open .toggle .line:nth-of-type(2) {
  opacity: 0;
}

.js-is-open .toggle .line:last-of-type {
  transform: translateY(-15px) rotate(45deg);
}

/************************************************
    ナビゲーション
*************************************************/

.navigation-item {
  font-size: 0.9375em;
  padding: 0.5em 0;
}

.navigation-item a {
  display: block;
  padding: 0.5em 1em;
}

.navigation-item .navigation-item__button {
  color: white;
  display: inline-block;
  background-color: #327440;
}

.header .navigation-item .navigation-item__button {
  color: white;
  padding: 1.0789473684em 2em;
}

/************************************************
    スライダー
*************************************************/
.slider {
  overflow: hidden;
  position: relative;
  z-index: 8;
}

.slider-swiper {
  max-width: 1000px;
  padding: 0 0 25px;
}

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

/************************************************
    タイトル
*************************************************/
.sec__title {
  color: #327440;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.sec__title .text {
  display: block;
}

.sec__title .after {
  color: #767676;
  font-size: 0.45em;
  letter-spacing: 0.06em;
  display: block;
  padding-left: 0.06em;
  margin-top: 0.16667em;
}

/************************************************
    地図
*************************************************/
.map {
  position: relative;
  z-index: 2;
}

.map iframe {
  width: 100%;
  height: 500px;
}

/************************************************
    問い合わせ・資料請求ボタン
*************************************************/
.btn--mail {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  display: inline-block;
  background-color: #585d5d;
  padding: 0.56579em 1em 0.56579em 1.14em;
  border-radius: 0.26316em;
}

.btn--mail:hover {
  background-color: rgba(88, 93, 93, 0.75);
}

button.btn--mail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/************************************************
    ページトップ
*************************************************/
.pageTop {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.1em;
  text-align: right;
  max-width: 67.5rem;
  padding: 0 0.625rem;
  margin: -2.89474em auto 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  pointer-events: none;
}

.pageTop a {
  color: #7f8383;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  background-color: #dbdcdc;
  padding: 0.89474em 1em;
  transition: opacity .3s ease;
  pointer-events: auto;
}

.pageTop a::before {
  content: '';
  display: inline-block;
  width: 0.94737em;
  height: 0.94737em;
  border: solid currentColor;
  border-width: 0.1579em 0 0 0.1579em;
  margin-right: 0.47368em;
  position: relative;
  top: 0.31579em;
  transform: rotate(45deg);
}

.pageTop a:hover {
  opacity: 0.5;
}

/************************************************
    SNS
*************************************************/
.sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sns__item {
  font-size: 2.125em;
  margin: 0.20588em;
}

.sns__item a::before {
  font-family: 'icomoon';
}

.sns__item--facebook a::before {
  content: '\e901';
}

.sns__item--twitter a::before {
  content: '\e904';
}

.sns__item--instagram a::before {
  content: '\e902';
}

.sns__item--line a::before {
  content: '\e903';
}

/************************************************
    copyright
*************************************************/
.copyright {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  padding-left: 0.02em;
}

/************************************************
    ヘッダー
*************************************************/
.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 97;
}

.header::before {
  content: '';
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  background-color: white;
  height: 100%;
  margin: 0 -1.25rem;
}

.header .site-title {
  color: white;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
  align-self: center;
  pointer-events: auto;
}

.header .site-title img {
  width: 210px;
}

.header .toggle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 13.5px 7.5px;
  margin-right: -1.25rem;
  pointer-events: auto;
}

.header .modal {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
  background-color: white;
  box-sizing: border-box;
  padding: 2em 1em;
  margin-right: -1.25rem;
  visibility: hidden;
  opacity: 0;
}

.header.js-is-open .modal {
  visibility: visible;
  opacity: 1;
}

.header .navigation {
  pointer-events: auto;
}

.header .navigation a {
  color: black;
}

.header .navigation a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/************************************************
    フッター
*************************************************/
.footer {
  color: #707070;
  background-color: #fff08d;
  padding: 1.875em 1.25rem 3.125em;
}

.footer .sns {
  margin-top: 1.25em;
}

.footer .copyright {
  margin-top: 2em;
}

.f__logo {
  text-align: center;
}

.f__contact {
  font-size: 1.0625em;
  line-height: 1.52942;
  text-align: center;
  margin-top: 2.47059em;
}

/************************************************
    Introduction
*************************************************/
.sec-introduction {
  font-size: 0.75em;
  text-align: center;
  background-color: white;
  padding: calc(4em + 3.75rem) 1.25rem 4em;
  margin-top: -3.75rem;
  position: relative;
  z-index: 7;
}

.sec-introduction .sec__title::after {
  content: '';
  display: block;
  background-color: currentColor;
  width: 3.7em;
  height: 0.125em;
  margin: 0.25em auto 0;
}

.sec-introduction__intro {
  font-size: 1em;
  line-height: 2;
  text-align: start;
  max-width: 36em;
  margin-top: 1.6875em;
  margin-right: auto;
  margin-left: auto;
}

.sec-introduction-gallery {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2px;
  margin: 2.25em -1.25rem 0;
}

.sec-introduction__photo {
  box-sizing: border-box;
  width: 50%;
  max-width: 274px;
  padding: 2px;
}

.sec-introduction__outro {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.75;
  width: fit-content;
  max-width: 1080px;
  margin-top: 1.125em;
  margin-right: auto;
  margin-left: auto;
}

/************************************************
    SERVICES
*************************************************/
.sec-services {
  font-size: 0.75em;
  padding: calc(5.3125em + 3.75rem) 1.25rem 0;
  margin-top: -3.75rem;
  position: relative;
  z-index: 6;
}

.sec-services .sec__title::after {
  content: '';
  display: block;
  background-color: currentColor;
  width: 3.7em;
  height: 0.125em;
  margin: 0.25em auto 0;
}

.sec-services-list {
  margin: 0.5em -1.25rem 0;
}

.sec-services-item {
  color: white;
  padding: 2.9375em 1.25rem 0;
}

.sec-services-item + .sec-services-item {
  margin-top: 0.5em;
}

.sec-services-item__title {
  color: #191919;
  font-size: 2.75em;
  font-weight: 700;
}

_:-ms-lang(x)::-ms-backdrop, .sec-services-item__title {
  font-family: serif;
}

.sec-services-item .figure {
  text-align: center;
  padding: 2.625em 1.25rem;
  margin: 1.25em -1.25rem 0;
}

.sec-services-item:nth-of-type(odd) .figure {
  background-color: #7ab856;
}

.sec-services-item:nth-of-type(even) .figure {
  background-color: #327440;
}

.sec-services-item .caption {
  text-align: left;
}

.sec-services-item .photo {
  display: block;
  margin-top: 2em;
}

.sec-services-item .photo img {
  box-shadow: 1em 1em 0 white;
}

.sec-services-item__name {
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: inline-block;
  padding: 0.47223em 1.66667em 0.47223em 1.74667em;
}

.sec-services-item:nth-of-type(odd) .sec-services-item__name {
  background-color: #327440;
}

.sec-services-item:nth-of-type(even) .sec-services-item__name {
  background-color: #7ab856;
}

.sec-services-item__tagline {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.375;
  margin-top: 0.625em;
}

.sec-services-item__tagline em {
  font-style: normal;
}

.sec-services-item__content {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 1.375em;
}

/************************************************
    Button
*************************************************/
.button {
  color: white;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-block;
  background-color: #327440;
  box-shadow: 0.25em 0.25em 0 #7ab856;
  padding: 0.5em 0.9em;
  margin-top: 1.5em;
}

.sec-services-item .button {
  color: #327440;
  background-color: white;
}

.sec-services-item:nth-of-type(odd) .button {
  box-shadow: 0.25em 0.25em 0 #327440;
}

.sec-services-item:nth-of-type(even) .button {
  box-shadow: 0.25em 0.25em 0 #7ab856;
}

/************************************************
    Gallery
*************************************************/
.sec-gallery {
  font-size: 0.75em;
  background-color: #fff799;
  padding: calc(4.375em + 3.75rem) 1.25rem 6.25em;
  margin-top: -3.75rem;
  position: relative;
  z-index: 5;
}

.sec-gallery-slider {
  overflow: hidden;
  margin: 1.875em -1.25rem 0;
}

.sec-gallery-swiper {
  max-width: 300px;
}

/************************************************
    PR
*************************************************/
.sec-pr {
  font-size: 0.75em;
  background-color: #fff799;
  padding: calc(4.375em + 3.75rem) 1.25rem 3.125em;
  margin-top: -3.75rem;
  position: relative;
  z-index: 3;
}

.sec-pr-list {
  max-width: 1180px;
  margin: 0.625em auto 0;
}

.sec-pr-item {
  text-align: center;
  box-sizing: border-box;
  padding: 1.5625em 0;
}

.sec-pr-item .photo {
  max-width: 150px;
}

.sec-pr-item .caption {
  margin-top: 1.625em;
}

.sec-pr-item__title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding-left: 0.02em;
}

.sec-pr-item__content {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding-left: 0.02em;
  margin-top: 1.1875em;
}

/************************************************
    SNS
*************************************************/
.sec-sns {
  font-size: 0.75em;
  background-color: #fff799;
  padding: calc(4.375em + 3.75rem) 1.25rem 2.5em;
  margin-top: -3.75rem;
  position: relative;
  z-index: 2;
}

.sec-sns .sec__title {
  margin-bottom: 0.625rem;
}

.sec-sns-twitter {
  padding: 1.875rem 0;
}

.sec-sns-twitter__note {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 2em;
}

.sec-sns-facebook {
  padding: 1.875rem 0;
}

.sec-sns-sec__title {
  font-family: myriad-pro, sans-serif;
  font-size: 1.375em;
  font-weight: 400;
  letter-spacing: 0.06em;
  -js-display: flex;
  display: flex;
  align-items: center;
}

.sec-sns-sec__title::before {
  content: '';
  display: inline-block;
  background: no-repeat center / contain;
  width: 1.81818em;
  height: 1.81818em;
  margin-right: 0.90909em;
}

.sec-sns-twitter .sec-sns-sec__title {
  color: #3296d4;
  font-family: myriad-pro, sans-serif;
}

.sec-sns-twitter .sec-sns-sec__title::before {
  background-image: url('../img/icon_twitter.svg');
}

.sec-sns-facebook .sec-sns-sec__title {
  color: #2e6db5;
}

.sec-sns-facebook .sec-sns-sec__title::before {
  background-image: url('../img/icon_facebook.svg');
}

.sec-sns-sec__intro {
  font-size: 1.125em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 0.88889em;
  margin-bottom: 0.22222em;
}

.sec-sns-twitter .sec-sns-sec__intro a {
  color: #3296d4;
}

/************************************************
    会社概要
*************************************************/
.sec-company {
  color: white;
  font-size: 0.75em;
  background-color: #7ab856;
  padding: 4.375em 1.25rem;
}

.sec-company .sec__title {
  color: inherit;
}

.sec-company .sec__title .after {
  color: inherit;
}

.sec-company-profile {
  font-size: 1em;
  line-height: 1.6875;
  max-width: 670px;
  margin: 2.625em auto 0;
}

@supports (display: flow-root) {
  .sec-company-profile {
    display: flow-root;
  }
}

@supports not (display: flow-root) {
  .sec-company-profile::after {
    content: '';
    display: block;
    clear: both;
  }
}

_:-ms-lang(x)::-ms-backdrop, .sec-company-profile::after {
  content: '';
  display: block;
  clear: both;
}

.sec-company-profile .term {
  font-weight: 500;
  padding: 0.5625em 1em 0.5625em 0;
  float: left;
  clear: left;
}

.sec-company-profile .description {
  padding: 0.5625em 1em 0.5625em 8em;
  border-bottom: 1px solid currentColor;
}

/************************************************
    お問い合わせ
*************************************************/
.sec-contact {
  font-size: 0.75em;
  text-align: center;
  background: no-repeat center / cover;
  background-image: url('../img/sec-contact.jpg');
  padding: 6.25em 1.25rem 4.75em;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .sec-contact {
    background-image: url('../img/sec-contact@2x.jpg');
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  .sec-contact {
    background-image: url('../img/sec-contact@3x.jpg');
  }
}

.sec-contact .sec__title .text {
  color: #7ab856;
}

.sec-contact__intro {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline-start: 0.1em;
  margin: 2.5416666667em auto 0;
}

.sec-contact__button {
  color: white;
  font-size: 2.375em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  background-color: #327440;
  padding: 0.3026315789em 1em 0.3026315789em 1em;
  border-radius: 1em;
  margin-top: 2.0526315789em;
}

.sec-contact__button::after {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 1.3157894737em;
  margin-inline-start: 1em;
}

/************************************************
    Price
*************************************************/
.sec-price {
  font-size: 0.75em;
  padding: 6.25em 20px;
}

.pricePlans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125em;
  padding: 0;
  margin: 0;
}

.sec-price .pricePlans {
  margin-top: 6em;
}

.pricePlan {
  width: 14em;
}

.pricePlan__title {
  color: white;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: #2d2d2d;
  padding: 1.75em 1em 1.3125em;
  margin: 0;
}

.pricePlan__title .name {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  min-height: 2.5em;
  min-height: 2lh;
  padding-inline-start: 0.1em;
  display: block;
}

.pricePlan--01 .pricePlan__title .name {
  color: #9be8cd;
}

.pricePlan--08 .pricePlan__title .name {
  color: #afe295;
}

.pricePlan--16 .pricePlan__title .name {
  color: #cde382;
}

.pricePlan--24 .pricePlan__title .name {
  color: #d8a870;
}

.pricePlan--subscription .pricePlan__title .name {
  color: #e2829c;
}

.pricePlan__title .price {
  font-size: 1.875em;
  display: block;
  margin-top: 0.4375em;
}

.pricePlan-contents {
  color: #2d2d2d;
  background-color: #f2f2f2;
  padding: 1.3125em 1em 1.125em;
}

.pricePlan--01 .pricePlan-contents,
.pricePlan--08 .pricePlan-contents {
  padding-top: 2.90625em;
  padding-bottom: 2.90625em;
}

.pricePlan--subscription .pricePlan-contents {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.pricePlan__time {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  padding-inline-start: 0.1em;
  padding-bottom: 0.875em;
  border-bottom: 1px solid #707070;
  margin: 0;
}

.pricePlan--01 .pricePlan__time,
.pricePlan--08 .pricePlan__time {
  padding-bottom: 1.9375em;
}

.pricePlan__content {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-align: center;
  padding-inline-start: 0.1em;
  margin-top: 1.4375em;
}

.pricePlan--01 .pricePlan__content,
.pricePlan--08 .pricePlan__content {
  margin-top: 2.90625em;
}

.pricePlan__content--free {
  box-sizing: border-box;
  max-width: 8.75em;
  padding: 0.8125em 1em;
  border: 2px solid #327440;
  margin: 1.4375em auto 0;
}

.pricePlan__note {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  padding-inline-start: 0.1em;
}

.pricePlan__note p {
  margin: 0;
}

.pricePlan__note p + p {
  padding-top: 1.75em;
  border-top: 1px solid #707070;
  margin-top: 1.75em;
}

.sec-price__content {
  font-size: 1em;
  line-height: 1.75;
  text-align: center;
  margin-top: 2lh;
}

.sec-price__content p {
  margin: 0;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1240px;
    padding-top: 0;
  }
  .mq-M-i-blk {
    display: inline-block;
  }
  .navigation-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header .navigation-list {
    justify-content: flex-end;
  }
  .navigation-item {
    font-size: 1.1875em;
    padding: 1em;
  }
  .navigation-item a {
    padding: 0;
  }
  .navigation-item--button {
    margin-left: 2.4736842105em;
  }
  .slider-swiper {
    padding-bottom: 38px;
  }
  .sec__title {
    font-size: 2.5rem;
  }
  .btn--mail {
    font-size: 2.375rem;
    padding-right: 2.21263em;
    padding-left: 2.35263em;
  }
  .pageTop {
    font-size: 1.1875em;
  }
  .header {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: white;
    padding: 1.5625em 2.5rem;
    position: static;
  }
  .header::before {
    content: none;
  }
  .header .site-title img {
    width: 552px;
  }
  .header .toggle {
    display: none;
  }
  .header .modal {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: end;
    align-self: end;
    background-color: transparent;
    padding: 0;
    margin-right: -1rem;
    visibility: visible;
    opacity: 1;
  }
  .header .navigation a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .sec-introduction {
    font-size: 1em;
    padding-top: 5.3125em;
    padding-bottom: 5.3125em;
    margin-top: 0;
  }
  .sec-introduction__intro {
    /* text-align: center; */
  }
  .sec-introduction__photo {
    width: 25%;
  }
  .sec-services {
    font-size: 1em;
    padding-top: 5.3125em;
    margin-top: 0;
  }
  .sec-services-list {
    margin-top: 1.875em;
  }
  .sec-services-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 33.75rem))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 33.75rem))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 33.75rem)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 33.75rem)) 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sec-services-item + .sec-services-item {
    margin-top: 3.75em;
  }
  .sec-services-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-services-item:nth-of-type(odd) .sec-services-item__title {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .sec-services-item:nth-of-type(even) .sec-services-item__title {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sec-services-item .figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 33.75rem))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 33.75rem))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 33.75rem)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 33.75rem)) 1fr;
  }
  .sec-services-item .caption {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-services-item:nth-of-type(odd) .caption {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .sec-services-item:nth-of-type(even) .caption {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sec-services-item .photo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: -7.25em;
  }
  .sec-services-item:nth-of-type(odd) .photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .sec-services-item:nth-of-type(even) .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .sec-services-item .photo img {
    box-shadow: 1.5em 1.5em 0 white;
  }
  .sec-gallery {
    font-size: 1em;
    padding-top: 4.375em;
    padding-bottom: 6.25em;
    margin-top: 0;
  }
  .sec-gallery-swiper {
    max-width: 1148px;
  }
  .sec-price {
    font-size: 1em;
  }
  .sec-price-table {
    overflow: visible;
  }
  .sec-pr {
    font-size: 1em;
    padding-top: 4.375em;
    padding-bottom: 3.125em;
    margin-top: 0;
  }
  .sec-pr-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec-pr-item {
    width: calc(100% / 3);
    padding: 3.125em;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-pr-item {
    width: 33.33333%;
  }
  .sec-pr-item .photo {
    max-width: 250px;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-pr-item .photo {
    max-width: 100%;
  }
  .sec-sns {
    font-size: 1em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 36.25rem))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 36.25rem))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 36.25rem)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 36.25rem)) 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-top: 4.375em;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-top: 0;
  }
  .sec-sns .sec__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / -2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-sns-twitter {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 2.5rem;
  }
  .sec-sns-facebook {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 2.5rem;
  }
  .sec-company {
    font-size: 1em;
    margin-top: 0;
  }
  .sec-company-profile .description {
    padding-left: 14em;
  }
  .sec-contact {
    font-size: 1em;
  }
  .sec-contact__intro {
    text-align: center;
  }
  .sec-contact__button {
    padding-right: 0.9473684211em;
    padding-left: 2.9473684211em;
  }

  .sec-contact__button::after {
    margin-inline-start: 2em;
  }
  .sec-price {
    font-size: 1em;
  }
}
