@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("./font/icomoon.eot?ieym2d");
  src: url("./font/icomoon.eot?ieym2d#iefix") format("embedded-opentype"), url("./font/icomoon.ttf?ieym2d") format("truetype"), url("./font/icomoon.woff?ieym2d") format("woff"), url("./font/icomoon.svg?ieym2d#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-envelope::before {
  content: '\e900';
}

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

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

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

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

.icon-phone::before {
  content: '\e942';
}

/************************************************
    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; */
  /* outline-offset: -1px; */
}

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: 23.4375rem;
}
@media (min-width: 48rem) {
  body {
    min-width: 77.5rem;
  }
}
_:-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;
}

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

br {
  opacity: 0;
}

[id] {
  scroll-margin-top: 3.75rem;
}
@media (min-width: 48rem) {
  [id] {
    scroll-margin-top: 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;
}

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

.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;
}

/************************************************
    site title
*************************************************/
.site-title {
  font-size: 0.5625em;
  line-height: 1.5;
}
@media (min-width: 48rem) {
  .site-title {
    font-size: 1em;
  }
}
.site-title .description {
  font-size: 1.0625em;
  font-weight: 300;
  display: block;
}
.site-title .logo {
  margin-top: 0.125em;
}

/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background-color: #016e42;
  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 {
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375em;
  text-align: left;
}
@media (min-width: 48rem) {
  .navigation {
    font-size: 1em;
  }
}
@media (min-width: 48rem) {
  .navigation-list {
    -js-display: flex;
    display: flex;
  }
}
.navigation__item {
  padding: 0.5em 0;
}
@media (min-width: 48rem) {
  .navigation__item {
    padding: 1em;
  }
}
.navigation__item a {
  display: block;
  padding: 0.5em 1em;
}
@media (min-width: 48rem) {
  .navigation__item a {
    padding: 0;
  }
}
.navigation__item a::before {
  content: "▶";
}

/************************************************
    スライダー
*************************************************/
.slider {
  overflow: hidden;
  position: relative;
  z-index: 8;
}
.slider-swiper {
  max-width: 62.5rem;
  padding: 0 0 1.5625rem;
}
@media (min-width: 48rem) {
  .slider-swiper {
    padding-bottom: 2.375rem;
  }
}

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

/************************************************
    地図
*************************************************/
.map {
  position: relative;
  z-index: 2;
}
.map iframe {
  width: 100%;
  height: 25rem;
}

/************************************************
    問い合わせ・資料請求ボタン
*************************************************/
.btn--mail {
  color: white;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.5;
  display: inline-block;
  background-color: #016e42;
  padding: 0.3026315789em 1em 0.3026315789em 1.14em;
  border-radius: 0.2631578947em;
}
@media (min-width: 48rem) {
  .btn--mail {
    font-size: 2.375rem;
    padding-right: 1.2031578947em;
    padding-left: 1.3431578947em;
  }
}
.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 {
  text-align: right;
  max-width: 92.5rem;
  padding: 0.8125em 1.25rem;
  margin: -4.125em auto 0;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 48rem) {
  .pageTop {
    margin-top: -5.125em;
  }
}
.pageTop a {
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.pageTop svg {
  height: 40px;
}
@media (min-width: 48rem) {
  .pageTop svg {
    height: 56px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .svg-pageTop {
  max-height: 56px;
}

.svg-pageTop .cls-1 {
  fill: #b5b5b6;
}
.svg-pageTop .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.27px;
}

/************************************************
    SNS
*************************************************/
.sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sns__item {
  font-size: 2.75em;
  line-height: 1;
  margin: 0.1590909091em;
}
.sns__item a::before {
  font-family: "icomoon";
  font-weight: normal;
}
.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;
}

/************************************************
    Instagramバナー
*************************************************/
.bnr-instagram {
  text-align: center;
}
.sec-Company-profile + .bnr-instagram {
  margin-top: 3.125rem;
}
@media (min-width: 48rem) {
  .sec-Company-profile + .bnr-instagram {
    margin-top: 6.25rem;
  }
}

/**
 * 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;
}

/************************************************
    Section
*************************************************/
.sec__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
  margin-top: -0.3125em;
}
@media (min-width: 48rem) {
  .sec__title {
    font-size: 2.5rem;
  }
}
.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.1666666667em;
}

/************************************************
    ヘッダー
*************************************************/
body {
  padding-top: 3.75rem;
}
@media (min-width: 48rem) {
  body {
    padding-top: 0;
  }
}

.header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.625rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 97;
}
@media (min-width: 48rem) {
  .header {
    -ms-grid-columns: 1fr minmax(-webkit-min-content, 67.5rem) 1fr;
    -ms-grid-columns: 1fr minmax(min-content, 67.5rem) 1fr;
    grid-template-columns: 1fr minmax(-webkit-min-content, 67.5rem) 1fr;
    grid-template-columns: 1fr minmax(min-content, 67.5rem) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: white;
    padding: 1.0625em 1.25rem 1.6875em;
    position: static;
  }
}
.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;
}
@media (min-width: 48rem) {
  .header::before {
    content: none;
  }
}
.header .site-title {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  pointer-events: auto;
}
@media (min-width: 48rem) {
  .header .site-title {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.header .site-title .logo {
  max-width: 24.0625em;
}
.header .toggle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 13.5px 7.5px;
  pointer-events: auto;
}
@media (min-width: 48rem) {
  .header .toggle {
    display: none;
  }
}
.header .modal {
  background-color: white;
  box-sizing: border-box;
  padding: 2em 1em;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 3.75rem;
}
@media (min-width: 48rem) {
  .header .modal {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: end;
    align-self: end;
    background-color: transparent;
    padding: 0;
    margin-right: -1rem;
    visibility: visible;
    opacity: 1;
    position: static;
  }
}
.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);
}
@media (min-width: 48rem) {
  .header .navigation a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
}

/************************************************
    フッター
*************************************************/
.footer {
  color: white;
  font-size: 0.875em;
  background-color: #016e42;
  padding: 3.125em 1.25rem 2.8125em;
}
@media (min-width: 48rem) {
  .footer {
    font-size: 1em;
  }
}
.footer a {
  color: white;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .sns {
  margin-top: 0.8125em;
}
.footer .copyright {
  margin-top: 0.875em;
}

.f__logo {
  text-align: center;
}

.f__contact {
  font-size: 1.125em;
  letter-spacing: 0.02em;
  line-height: 1.8888888889;
  text-align: center;
  -webkit-padding-start: 0.02em;
  padding-inline-start: 0.02em;
  margin-top: 1.7777777778em;
}

/************************************************
    Introduction
*************************************************/
.sec-Introduction {
  font-size: 0.75em;
  /* 背景色 */
  background-color: white;
  /* 背景画像 */
  /* background: url('img/画像ファイル名.jpg') no-repeat center / cover; */
  padding: 3.125rem 1.25rem;
}
@media (min-width: 48rem) {
  .sec-Introduction {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.sec-Introduction .sec__title::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 5.5em;
  height: 0.1em;
  margin: 0.525em auto 0;
}
.sec-Introduction__intro {
  font-size: 1em;
  line-height: 1.875;
  margin-top: 2.6875em;
}
@media (min-width: 48rem) {
  .sec-Introduction__intro {
    text-align: center;
  }
}
.sec-Introduction-gallery {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px;
  margin: 2.25em -1.25rem 0;
}
.sec-Introduction__photo {
  box-sizing: border-box;
  width: 50%;
  max-width: 17rem;
  padding: 4px;
}
@media (min-width: 48rem) {
  .sec-Introduction__photo {
    width: 25%;
  }
}
.sec-Introduction__video {
  display: block;
  max-width: 100%;
  margin: 4.6875em auto 0;
}
@media (min-width: 48rem) {
  .sec-Introduction__video {
    margin-top: 10em;
  }
}
.sec-Introduction__youTube {
  display: block;
  max-width: 1000px;
  margin: 4.6875em auto 0;
}
@media (min-width: 48rem) {
  .sec-Introduction__youTube {
    margin-top: 10em;
  }
}
.sec-Introduction__youTube .aspect-ratio {
  padding-top: 56.25%;
  position: relative;
}
.sec-Introduction__youTube .aspect-ratio iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/************************************************
    SERVICES
*************************************************/
.sec-Services {
  font-size: 0.75em;
  /* 背景色 */
  /* background-color: white; */
  /* 背景画像 */
  /* background: url('img/画像ファイル名.jpg') no-repeat center / cover; */
  padding: 3.125rem 1.25rem 0;
}
@media (min-width: 48rem) {
  .sec-Services {
    font-size: 1em;
    padding-top: 6.25rem;
  }
}
.sec-Services-list {
  margin: 0.5em -1.25rem 0;
}
@media (min-width: 48rem) {
  .sec-Services-list {
    margin-top: 1.875em;
  }
}
.sec-Services-item {
  padding: 2.9375em 1.25rem 0;
}
@media (min-width: 48rem) {
  .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: 0.5em;
}
@media (min-width: 48rem) {
  .sec-Services-item + .sec-Services-item {
    margin-top: 3.75em;
  }
}
.sec-Services-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.9375em;
  font-weight: 400;
}
@media (min-width: 48rem) {
  .sec-Services-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-Services-item__title {
  font-family: serif;
}

@media (min-width: 48rem) {
  .sec-Services-item:nth-of-type(odd) .sec-Services-item__title {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media (min-width: 48rem) {
  .sec-Services-item:nth-of-type(even) .sec-Services-item__title {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
.sec-Services-item .figure {
  text-align: center;
  background-color: rgba(75, 183, 63, 0.3);
  padding: 2.625em 1.25rem;
  margin: 1.25em -1.25rem 0;
}
@media (min-width: 48rem) {
  .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 {
  text-align: left;
}
@media (min-width: 48rem) {
  .sec-Services-item .caption {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 48rem) {
  .sec-Services-item:nth-of-type(odd) .caption {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
@media (min-width: 48rem) {
  .sec-Services-item:nth-of-type(even) .caption {
    -ms-grid-column: 3;
    grid-column: 3;
  }
}
.sec-Services-item .photo {
  margin-top: 2em;
}
@media (min-width: 48rem) {
  .sec-Services-item .photo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: -7.25em;
  }
}
@media (min-width: 48rem) {
  .sec-Services-item:nth-of-type(odd) .photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}
@media (min-width: 48rem) {
  .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__name {
  color: white;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: inline-block;
  background-color: #016e42;
  padding: 0.47223em 1.6666666667em 0.47223em 1.7466666667em;
}
.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;
}

/************************************************
    スタッフ募集
*************************************************/
.sec-Recruit {
  font-size: 0.75em;
  background: #fff3db url('img/staff.svg') no-repeat center bottom / 98% auto;
  padding: 3.125rem 1.25rem 25.1851851852vw;
}
@media (min-width: 48rem) {
  .sec-Recruit {
    font-size: 1em;
    background-size: 67.375rem auto;
    padding-top: 6.25rem;
    padding-bottom: 17rem;
  }
}
.sec-Recruit .sec__title {
  font-weight: 900;
}
.sec-Recruit__intro {
  font-size: 1em;
  line-height: 1.75;
  text-align: center;
  margin-top: 0.875em;
}
.sec-Recruit-applicationGuideline {
  font-size: 1em;
  line-height: 1.75;
  box-sizing: border-box;
  max-width: 37.5em;
  border: 1px solid #827b6b;
  margin: 2.625em auto 0;
}
@media (min-width: 48rem) {
  .sec-Recruit-applicationGuideline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 77fr 222fr;
    grid-template-columns: 77fr 222fr;
  }
}
.sec-Recruit-applicationGuideline .term {
  font-weight: 400;
  text-align: center;
  background-color: #fff799;
  padding: 0.875em 1em;
  border: inherit;
}
@media (min-width: 48rem) {
  .sec-Recruit-applicationGuideline .term {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sec-Recruit-applicationGuideline .description {
  background-color: white;
  min-height: 1.75em;
  padding: 0.875em 1em;
  border: inherit;
}

/************************************************
    会社概要
*************************************************/
.sec-Company {
  font-size: 0.75em;
  /* 背景色 */
  background-color: white;
  /* 背景画像 */
  /* background: url('img/画像ファイル名.jpg') no-repeat center / cover; */
  padding: 3.125rem 1.25rem;
}
@media (min-width: 48rem) {
  .sec-Company {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.sec-Company-profile {
  font-size: 1em;
  line-height: 1.6875;
  max-width: 41.875rem;
  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;
  float: left;
  clear: left;
}
.sec-Company-profile .description {
  padding: 0.5625em 1em 0.5625em 8em;
  border-bottom: 1px solid #959595;
}
@media (min-width: 48rem) {
  .sec-Company-profile .description {
    padding-left: 11em;
  }
}

/************************************************
    お問い合わせ
*************************************************/
.contact-links {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 -0.5em;
  position: relative;
}

.contact-link {
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
  box-sizing: border-box;
  width: 50%;
  max-width: 13.8571428571em;
  padding: 0.5em;
}
@media (min-width: 48rem) {
  .contact-link {
    padding: 1.0714285714em;
  }
}
_:-ms-lang(x)::-ms-backdrop, .contact-link {
  max-width: 15em;
}

.contact-link a {
  color: white;
  text-decoration: none;
  display: block;
  background-color: #016e42;
  box-sizing: border-box;
  /* width: 100%; */
  padding: 0.32143em 0.5em 0.32143em 0.62em;
  border-radius: 2px;
}
.contact-link a .small {
  font-size: 0.6em;
}

.sec-Contact {
  font-size: 0.75em;
  text-align: center;
  /* 背景色 */
  background-color: #fffcd1;
  /* 背景画像 */
  /* background: url('img/画像ファイル名.jpg') no-repeat center / cover; */
  padding: 3.125rem 1.25rem;
}
@media (min-width: 48rem) {
  .sec-Contact {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.sec-Contact__intro {
  font-size: 1em;
  line-height: 1.75;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}
@media (min-width: 48rem) {
  .sec-Contact__intro {
    text-align: center;
  }
}
.sec-Contact .btn--mail {
  margin-top: 1.1578947368em;
}
.sec-Contact .contact-links {
  font-size: 0.8125rem;
  margin-bottom: -0.5em;
}
@media (min-width: 48rem) {
  .sec-Contact .contact-links {
    font-size: 1.75rem;
    margin-bottom: -1.0714285714em;
  }
}
.sec-Contact .contact-link {
  width: 50%;
}
.contact-links + .sec-Contact__intro {
  margin-top: 0.25em;
}
.sec-Contact__intro + .contact-links {
  margin-top: 0.2857142857em;
}