@charset "UTF-8";
a, ins {
  text-decoration: none;
}

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

a, button, img, input, select, textarea {
  margin: 0;
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  width: 100%;
  display: block;
}

/*========================================
break point
========================================*/
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a[href^="tel:"].is-tel-active {
  pointer-events: auto;
}

div::-webkit-scrollbar {
  width: 12px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 2px #fff;
          box-shadow: inset 0 0 2px #fff;
}

div::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Chrome */
::-webkit-input-placeholder {
  color: #bcbcbc;
}

/* Firefox */
::-moz-placeholder {
  color: #bcbcbc;
}

/* IE */
:-ms-input-placeholder {
  color: #bcbcbc;
}

/* Edge */
::-ms-input-placeholder {
  color: #bcbcbc;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333;
  scroll-behavior: smooth;
}
@media (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  font-display: swap;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
@media (max-width: 600px) {
  main {
    padding-top: 0;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

table {
  width: 100%;
}

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  cursor: pointer;
}

button.c-button,
button.c-button--view,
button.c-button--search {
  height: 58.8px;
}

button.disabled,
a.disabled {
  color: #ccc;
  background-color: #fff;
  border: 2px solid #ccc;
  pointer-events: none;
}

button.disabled .c-button__arrow,
a.disabled .c-button__arrow {
  display: none;
}

input::-webkit-input-placeholder {
  color: #bbb;
  font-size: 1.5rem;
}

input::-moz-placeholder {
  color: #bbb;
  font-size: 1.5rem;
}

input:-ms-input-placeholder {
  color: #bbb;
  font-size: 1.5rem;
}

input::-ms-input-placeholder {
  color: #bbb;
  font-size: 1.5rem;
}

input::placeholder {
  color: #bbb;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  input::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  input::-moz-placeholder {
    font-size: 1.25rem;
  }
  input:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  input::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  input::placeholder {
    font-size: 1.25rem;
  }
}

select::-webkit-input-placeholder {
  color: #bbb;
}

select::-moz-placeholder {
  color: #bbb;
}

select:-ms-input-placeholder {
  color: #bbb;
}

select::-ms-input-placeholder {
  color: #bbb;
}

select::placeholder {
  color: #bbb;
}
@media (max-width: 600px) {
  select::-webkit-input-placeholder {
    font-size: 1.25rem;
  }
  select::-moz-placeholder {
    font-size: 1.25rem;
  }
  select:-ms-input-placeholder {
    font-size: 1.25rem;
  }
  select::-ms-input-placeholder {
    font-size: 1.25rem;
  }
  select::placeholder {
    font-size: 1.25rem;
  }
}

img {
  margin: 0;
  padding: 0;
  height: auto;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  -webkit-filter: none;
          filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes changeColor {
  0% {
    color: #26B7BC;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #26B7BC;
  }
}
@keyframes changeColor {
  0% {
    color: #26B7BC;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #26B7BC;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1.5;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0.3;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1.5;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes zoomInBorder {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes zoomInBorder {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.c-animatedTop__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(1.2, 0.8, 1.2, 0.8);
          animation-timing-function: cubic-bezier(1.2, 0.8, 1.2, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.c-animate__changeColor {
  -webkit-animation-name: changeColor;
  animation-name: changeColor;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: cubic-bezier(1.2, 0.8, 1.2, 0.8);
          animation-timing-function: cubic-bezier(1.2, 0.8, 1.2, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fadein-c {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 300ms linear 600ms;
  transition: all 300ms linear 600ms;
}

.fadein-c.js-in--tab {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.arrow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #D5EDF9;
  opacity: 0.5;
  border-radius: 50%;
  z-index: 998;
}
@media (max-width: 600px) {
  .arrow-1 {
    width: 60px;
    height: 60px;
  }
}

@-webkit-keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim-first {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.l-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.l-section {
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .l-section {
    padding: 0 0 6rem;
  }
}

.l-leftside {
  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;
  width: calc(50% - 300px);
  height: 100vh;
  background: rgba(38, 183, 188, 0.0509803922);
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .l-leftside {
    width: calc(50% - 225px);
  }
}
@media (max-width: 600px) {
  .l-leftside {
    display: none;
  }
}
.l-leftside__inner {
  max-width: 42rem;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-leftside__inner {
    display: none;
  }
}

.l-rightside {
  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;
  width: calc(50% - 300px);
  height: 100vh;
  background: rgba(38, 183, 188, 0.0509803922);
  position: sticky;
  top: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .l-rightside {
    width: calc(50% - 225px);
  }
}
@media (max-width: 600px) {
  .l-rightside {
    display: none;
  }
}
.l-rightside__inner {
  max-width: 42rem;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-rightside__inner {
    display: none;
  }
}

.c-rightside {
  text-align: center;
}
.c-rightside__tel img {
  max-width: 32rem;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.c-rightside__tel p {
  color: #555;
  font-size: 1.3rem;
  line-height: 1.4;
}
.c-rightside__tel p span {
  font-size: 1.2rem;
}
.c-rightside__button {
  display: block;
  max-width: 35rem;
  width: 98%;
  margin: 0 auto;
}
.c-rightside__button-fukidashi {
  font-size: 1.8rem;
  text-decoration: underline;
  text-decoration-color: #ffff00;
  text-underline-offset: -4px;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  padding-bottom: 0.6rem;
}

.l-center {
  position: relative;
  width: 600px;
  z-index: 50;
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}
@media (max-width: 1440px) {
  .l-center {
    width: 450px;
  }
}
@media (max-width: 600px) {
  .l-center {
    width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 1000;
}
@media (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem;
  height: 100px;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding: 0 2rem;
    background-color: #fff;
    z-index: 9999;
  }
}
@media (max-width: 768px) {
  .l-header__inner {
    height: 70px;
  }
}

.is-open {
  /* .l-headerDrawer{
      transform: translate(0, 0);
  } */
}
.is-open .l-headerDrawerWrapper {
  z-index: 1000;
}
.is-open .l-headerBtns__hamburger span:nth-child(1) {
  top: 50%;
  left: 0%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-open .l-headerBtns__hamburger span:nth-child(2) {
  display: none;
}
.is-open .l-headerBtns__hamburger span:nth-child(3) {
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-open .l-headerDrawerCol__pageP > ul {
  display: block;
}
@media (max-width: 1024px) {
  .is-open .l-headerDrawerCol__pageP > ul {
    display: none;
  }
}
.is-open .l-headerMenu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.is-open .l-headerMenu span:nth-child(2) {
  display: none;
}
.is-open .l-headerMenu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.is-open .l-headerSns {
  position: absolute;
  top: 42%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3.6rem;
}
@media (max-width: 1024px) {
  .is-open .l-headerSns {
    display: none;
  }
}
.is-open .l-headerSns__title {
  font-size: 2rem;
  color: #333;
}
.is-open .l-headerSns__link img {
  width: 36px;
}
.is-open .l-headerSns--sp {
  display: none;
}
@media (max-width: 1024px) {
  .is-open .l-headerSns--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .is-open .l-headerSns--sp a {
    padding: 0;
    border-bottom: none;
  }
}

.js-child-open.l-headerDrawerCol__pageP > p::before {
  content: none;
}

.scroll.l-header {
  -webkit-box-shadow: 0 2px 6px #BBCEDD;
          box-shadow: 0 2px 6px #BBCEDD;
}

.l-footer {
  width: 100%;
  padding-bottom: 2rem;
}
@media (max-width: 1024px) {
  .l-footer {
    padding-bottom: 13rem;
  }
}

.c-footer {
  background-color: #26B7BC;
}

.c-footer-copyright {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

.u-text-paragraph {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.u-pc--hidden {
  display: none;
}
@media (max-width: 600px) {
  .u-pc--hidden {
    display: block;
  }
}

.u-tab--hidden {
  display: none;
}
@media (max-width: 1024px) {
  .u-tab--hidden {
    display: block;
  }
}

.u-mob--hidden {
  display: block;
}
@media (max-width: 1024px) {
  .u-mob--hidden {
    display: none;
  }
}

.u-sp--block {
  display: none;
}
@media (max-width: 600px) {
  .u-sp--block {
    display: block;
  }
}

.u-sp--hidden {
  display: block;
}
@media (max-width: 600px) {
  .u-sp--hidden {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 600px) {
  .u-spFull {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.u-pd--0 {
  padding: 0;
}

.u-wd--100 {
  width: 100%;
}

.u-width--0 {
  width: 0px;
}

.u-width--5 {
  width: 5px;
}

.u-width--10 {
  width: 10px;
}

.u-width--15 {
  width: 15px;
}

.u-width--20 {
  width: 20px;
}

.u-width--25 {
  width: 25px;
}

.u-width--30 {
  width: 30px;
}

.u-width--35 {
  width: 35px;
}

.u-width--40 {
  width: 40px;
}

.u-width--45 {
  width: 45px;
}

.u-width--50 {
  width: 50px;
}

.u-width--55 {
  width: 55px;
}

.u-width--60 {
  width: 60px;
}

.u-width--65 {
  width: 65px;
}

.u-width--70 {
  width: 70px;
}

.u-width--75 {
  width: 75px;
}

.u-width--80 {
  width: 80px;
}

.u-width--85 {
  width: 85px;
}

.u-width--90 {
  width: 90px;
}

.u-width--95 {
  width: 95px;
}

.u-width--100 {
  width: 100px;
}

.u-width--105 {
  width: 105px;
}

.u-width--110 {
  width: 110px;
}

.u-width--115 {
  width: 115px;
}

.u-width--120 {
  width: 120px;
}

.u-width--125 {
  width: 125px;
}

.u-width--130 {
  width: 130px;
}

.u-width--135 {
  width: 135px;
}

.u-width--140 {
  width: 140px;
}

.u-width--145 {
  width: 145px;
}

.u-width--150 {
  width: 150px;
}

.u-width--155 {
  width: 155px;
}

.u-width--160 {
  width: 160px;
}

.u-width--165 {
  width: 165px;
}

.u-width--170 {
  width: 170px;
}

.u-width--175 {
  width: 175px;
}

.u-width--180 {
  width: 180px;
}

.u-width--185 {
  width: 185px;
}

.u-width--190 {
  width: 190px;
}

.u-width--195 {
  width: 195px;
}

.u-width--200 {
  width: 200px;
}

.u-width--205 {
  width: 205px;
}

.u-width--210 {
  width: 210px;
}

.u-width--215 {
  width: 215px;
}

.u-width--220 {
  width: 220px;
}

.u-width--225 {
  width: 225px;
}

.u-width--230 {
  width: 230px;
}

.u-width--235 {
  width: 235px;
}

.u-width--240 {
  width: 240px;
}

.u-width--245 {
  width: 245px;
}

@media (max-width: 600px) {
  .u-sp-wd--100 {
    width: 100%;
  }
  .u-sp-pd--0 {
    padding: 0;
  }
  .u-sp-pdTop--0 {
    padding-top: 0px;
  }
  .u-sp-pdTop--5 {
    padding-top: 5px;
  }
  .u-sp-pdTop--10 {
    padding-top: 10px;
  }
  .u-sp-pdTop--15 {
    padding-top: 15px;
  }
  .u-sp-pdTop--20 {
    padding-top: 20px;
  }
  .u-sp-pdTop--25 {
    padding-top: 25px;
  }
  .u-sp-pdTop--30 {
    padding-top: 30px;
  }
  .u-sp-pdTop--35 {
    padding-top: 35px;
  }
  .u-sp-pdTop--40 {
    padding-top: 40px;
  }
  .u-sp-pdTop--45 {
    padding-top: 45px;
  }
  .u-sp-pdTop--50 {
    padding-top: 50px;
  }
  .u-sp-pdTop--55 {
    padding-top: 55px;
  }
  .u-sp-pdTop--60 {
    padding-top: 60px;
  }
  .u-sp-pdTop--65 {
    padding-top: 65px;
  }
  .u-sp-pdTop--70 {
    padding-top: 70px;
  }
  .u-sp-pdTop--75 {
    padding-top: 75px;
  }
  .u-sp-pdTop--80 {
    padding-top: 80px;
  }
  .u-sp-pdTop--85 {
    padding-top: 85px;
  }
  .u-sp-pdTop--90 {
    padding-top: 90px;
  }
  .u-sp-pdTop--95 {
    padding-top: 95px;
  }
  .u-sp-pdTop--100 {
    padding-top: 100px;
  }
  .u-sp-pdLeft--0 {
    padding-left: 0px;
  }
  .u-sp-pdLeft--5 {
    padding-left: 5px;
  }
  .u-sp-pdLeft--10 {
    padding-left: 10px;
  }
  .u-sp-pdLeft--15 {
    padding-left: 15px;
  }
  .u-sp-pdLeft--20 {
    padding-left: 20px;
  }
  .u-sp-pdLeft--25 {
    padding-left: 25px;
  }
  .u-sp-pdLeft--30 {
    padding-left: 30px;
  }
  .u-sp-pdLeft--35 {
    padding-left: 35px;
  }
  .u-sp-pdLeft--40 {
    padding-left: 40px;
  }
  .u-sp-pdLeft--45 {
    padding-left: 45px;
  }
  .u-sp-pdLeft--50 {
    padding-left: 50px;
  }
  .u-sp-pdLeft--55 {
    padding-left: 55px;
  }
  .u-sp-pdLeft--60 {
    padding-left: 60px;
  }
  .u-sp-pdLeft--65 {
    padding-left: 65px;
  }
  .u-sp-pdLeft--70 {
    padding-left: 70px;
  }
  .u-sp-pdLeft--75 {
    padding-left: 75px;
  }
  .u-sp-pdLeft--80 {
    padding-left: 80px;
  }
  .u-sp-pdLeft--85 {
    padding-left: 85px;
  }
  .u-sp-pdLeft--90 {
    padding-left: 90px;
  }
  .u-sp-pdLeft--95 {
    padding-left: 95px;
  }
  .u-sp-pdLeft--100 {
    padding-left: 100px;
  }
  .u-sp-pdRight--0 {
    padding-right: 0px;
  }
  .u-sp-pdRight--5 {
    padding-right: 5px;
  }
  .u-sp-pdRight--10 {
    padding-right: 10px;
  }
  .u-sp-pdRight--15 {
    padding-right: 15px;
  }
  .u-sp-pdRight--20 {
    padding-right: 20px;
  }
  .u-sp-pdRight--25 {
    padding-right: 25px;
  }
  .u-sp-pdRight--30 {
    padding-right: 30px;
  }
  .u-sp-pdRight--35 {
    padding-right: 35px;
  }
  .u-sp-pdRight--40 {
    padding-right: 40px;
  }
  .u-sp-pdRight--45 {
    padding-right: 45px;
  }
  .u-sp-pdRight--50 {
    padding-right: 50px;
  }
  .u-sp-pdRight--55 {
    padding-right: 55px;
  }
  .u-sp-pdRight--60 {
    padding-right: 60px;
  }
  .u-sp-pdRight--65 {
    padding-right: 65px;
  }
  .u-sp-pdRight--70 {
    padding-right: 70px;
  }
  .u-sp-pdRight--75 {
    padding-right: 75px;
  }
  .u-sp-pdRight--80 {
    padding-right: 80px;
  }
  .u-sp-pdRight--85 {
    padding-right: 85px;
  }
  .u-sp-pdRight--90 {
    padding-right: 90px;
  }
  .u-sp-pdRight--95 {
    padding-right: 95px;
  }
  .u-sp-pdRight--100 {
    padding-right: 100px;
  }
  .u-sp-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-sp-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-sp-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-sp-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-sp-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-sp-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-sp-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-sp-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-sp-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-sp-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-sp-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-sp-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-sp-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-sp-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-sp-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-sp-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-sp-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-sp-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-sp-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-sp-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-sp-pdBottom--100 {
    padding-bottom: 100px;
  }
}
.u-mg--0 {
  margin: 0;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

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

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgTop--105 {
  margin-top: 105px;
}

.u-mgTop--110 {
  margin-top: 110px;
}

.u-mgTop--115 {
  margin-top: 115px;
}

.u-mgTop--120 {
  margin-top: 120px;
}

.u-mgTop--125 {
  margin-top: 125px;
}

.u-mgTop--130 {
  margin-top: 130px;
}

.u-mgTop--135 {
  margin-top: 135px;
}

.u-mgTop--140 {
  margin-top: 140px;
}

.u-mgTop--145 {
  margin-top: 145px;
}

.u-mgTop--150 {
  margin-top: 150px;
}

.u-mgTop--155 {
  margin-top: 155px;
}

.u-mgTop--160 {
  margin-top: 160px;
}

.u-mgTop--165 {
  margin-top: 165px;
}

.u-mgTop--170 {
  margin-top: 170px;
}

.u-mgTop--175 {
  margin-top: 175px;
}

.u-mgTop--180 {
  margin-top: 180px;
}

.u-mgTop--185 {
  margin-top: 185px;
}

.u-mgTop--190 {
  margin-top: 190px;
}

.u-mgTop--195 {
  margin-top: 195px;
}

.u-mgTop--200 {
  margin-top: 200px;
}

.u-mgTop--205 {
  margin-top: 205px;
}

.u-mgTop--210 {
  margin-top: 210px;
}

.u-mgTop--215 {
  margin-top: 215px;
}

.u-mgTop--220 {
  margin-top: 220px;
}

.u-mgTop--225 {
  margin-top: 225px;
}

.u-mgTop--230 {
  margin-top: 230px;
}

.u-mgTop--235 {
  margin-top: 235px;
}

.u-mgTop--240 {
  margin-top: 240px;
}

.u-mgTop--245 {
  margin-top: 245px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgLeft--105 {
  margin-left: 105px;
}

.u-mgLeft--110 {
  margin-left: 110px;
}

.u-mgLeft--115 {
  margin-left: 115px;
}

.u-mgLeft--120 {
  margin-left: 120px;
}

.u-mgLeft--125 {
  margin-left: 125px;
}

.u-mgLeft--130 {
  margin-left: 130px;
}

.u-mgLeft--135 {
  margin-left: 135px;
}

.u-mgLeft--140 {
  margin-left: 140px;
}

.u-mgLeft--145 {
  margin-left: 145px;
}

.u-mgLeft--150 {
  margin-left: 150px;
}

.u-mgLeft--155 {
  margin-left: 155px;
}

.u-mgLeft--160 {
  margin-left: 160px;
}

.u-mgLeft--165 {
  margin-left: 165px;
}

.u-mgLeft--170 {
  margin-left: 170px;
}

.u-mgLeft--175 {
  margin-left: 175px;
}

.u-mgLeft--180 {
  margin-left: 180px;
}

.u-mgLeft--185 {
  margin-left: 185px;
}

.u-mgLeft--190 {
  margin-left: 190px;
}

.u-mgLeft--195 {
  margin-left: 195px;
}

.u-mgLeft--200 {
  margin-left: 200px;
}

.u-mgLeft--205 {
  margin-left: 205px;
}

.u-mgLeft--210 {
  margin-left: 210px;
}

.u-mgLeft--215 {
  margin-left: 215px;
}

.u-mgLeft--220 {
  margin-left: 220px;
}

.u-mgLeft--225 {
  margin-left: 225px;
}

.u-mgLeft--230 {
  margin-left: 230px;
}

.u-mgLeft--235 {
  margin-left: 235px;
}

.u-mgLeft--240 {
  margin-left: 240px;
}

.u-mgLeft--245 {
  margin-left: 245px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgRight--105 {
  margin-right: 105px;
}

.u-mgRight--110 {
  margin-right: 110px;
}

.u-mgRight--115 {
  margin-right: 115px;
}

.u-mgRight--120 {
  margin-right: 120px;
}

.u-mgRight--125 {
  margin-right: 125px;
}

.u-mgRight--130 {
  margin-right: 130px;
}

.u-mgRight--135 {
  margin-right: 135px;
}

.u-mgRight--140 {
  margin-right: 140px;
}

.u-mgRight--145 {
  margin-right: 145px;
}

.u-mgRight--150 {
  margin-right: 150px;
}

.u-mgRight--155 {
  margin-right: 155px;
}

.u-mgRight--160 {
  margin-right: 160px;
}

.u-mgRight--165 {
  margin-right: 165px;
}

.u-mgRight--170 {
  margin-right: 170px;
}

.u-mgRight--175 {
  margin-right: 175px;
}

.u-mgRight--180 {
  margin-right: 180px;
}

.u-mgRight--185 {
  margin-right: 185px;
}

.u-mgRight--190 {
  margin-right: 190px;
}

.u-mgRight--195 {
  margin-right: 195px;
}

.u-mgRight--200 {
  margin-right: 200px;
}

.u-mgRight--205 {
  margin-right: 205px;
}

.u-mgRight--210 {
  margin-right: 210px;
}

.u-mgRight--215 {
  margin-right: 215px;
}

.u-mgRight--220 {
  margin-right: 220px;
}

.u-mgRight--225 {
  margin-right: 225px;
}

.u-mgRight--230 {
  margin-right: 230px;
}

.u-mgRight--235 {
  margin-right: 235px;
}

.u-mgRight--240 {
  margin-right: 240px;
}

.u-mgRight--245 {
  margin-right: 245px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

.u-mgBottom--105 {
  margin-bottom: 105px;
}

.u-mgBottom--110 {
  margin-bottom: 110px;
}

.u-mgBottom--115 {
  margin-bottom: 115px;
}

.u-mgBottom--120 {
  margin-bottom: 120px;
}

.u-mgBottom--125 {
  margin-bottom: 125px;
}

.u-mgBottom--130 {
  margin-bottom: 130px;
}

.u-mgBottom--135 {
  margin-bottom: 135px;
}

.u-mgBottom--140 {
  margin-bottom: 140px;
}

.u-mgBottom--145 {
  margin-bottom: 145px;
}

.u-mgBottom--150 {
  margin-bottom: 150px;
}

.u-mgBottom--155 {
  margin-bottom: 155px;
}

.u-mgBottom--160 {
  margin-bottom: 160px;
}

.u-mgBottom--165 {
  margin-bottom: 165px;
}

.u-mgBottom--170 {
  margin-bottom: 170px;
}

.u-mgBottom--175 {
  margin-bottom: 175px;
}

.u-mgBottom--180 {
  margin-bottom: 180px;
}

.u-mgBottom--185 {
  margin-bottom: 185px;
}

.u-mgBottom--190 {
  margin-bottom: 190px;
}

.u-mgBottom--195 {
  margin-bottom: 195px;
}

.u-mgBottom--200 {
  margin-bottom: 200px;
}

.u-mgBottom--205 {
  margin-bottom: 205px;
}

.u-mgBottom--210 {
  margin-bottom: 210px;
}

.u-mgBottom--215 {
  margin-bottom: 215px;
}

.u-mgBottom--220 {
  margin-bottom: 220px;
}

.u-mgBottom--225 {
  margin-bottom: 225px;
}

.u-mgBottom--230 {
  margin-bottom: 230px;
}

.u-mgBottom--235 {
  margin-bottom: 235px;
}

.u-mgBottom--240 {
  margin-bottom: 240px;
}

.u-mgBottom--245 {
  margin-bottom: 245px;
}

@media (max-width: 600px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgTop--105 {
    margin-top: 105px;
  }
  .u-sp-mgTop--110 {
    margin-top: 110px;
  }
  .u-sp-mgTop--115 {
    margin-top: 115px;
  }
  .u-sp-mgTop--120 {
    margin-top: 120px;
  }
  .u-sp-mgTop--125 {
    margin-top: 125px;
  }
  .u-sp-mgTop--130 {
    margin-top: 130px;
  }
  .u-sp-mgTop--135 {
    margin-top: 135px;
  }
  .u-sp-mgTop--140 {
    margin-top: 140px;
  }
  .u-sp-mgTop--145 {
    margin-top: 145px;
  }
  .u-sp-mgTop--150 {
    margin-top: 150px;
  }
  .u-sp-mgTop--155 {
    margin-top: 155px;
  }
  .u-sp-mgTop--160 {
    margin-top: 160px;
  }
  .u-sp-mgTop--165 {
    margin-top: 165px;
  }
  .u-sp-mgTop--170 {
    margin-top: 170px;
  }
  .u-sp-mgTop--175 {
    margin-top: 175px;
  }
  .u-sp-mgTop--180 {
    margin-top: 180px;
  }
  .u-sp-mgTop--185 {
    margin-top: 185px;
  }
  .u-sp-mgTop--190 {
    margin-top: 190px;
  }
  .u-sp-mgTop--195 {
    margin-top: 195px;
  }
  .u-sp-mgTop--200 {
    margin-top: 200px;
  }
  .u-sp-mgTop--205 {
    margin-top: 205px;
  }
  .u-sp-mgTop--210 {
    margin-top: 210px;
  }
  .u-sp-mgTop--215 {
    margin-top: 215px;
  }
  .u-sp-mgTop--220 {
    margin-top: 220px;
  }
  .u-sp-mgTop--225 {
    margin-top: 225px;
  }
  .u-sp-mgTop--230 {
    margin-top: 230px;
  }
  .u-sp-mgTop--235 {
    margin-top: 235px;
  }
  .u-sp-mgTop--240 {
    margin-top: 240px;
  }
  .u-sp-mgTop--245 {
    margin-top: 245px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgLeft--105 {
    margin-left: 105px;
  }
  .u-sp-mgLeft--110 {
    margin-left: 110px;
  }
  .u-sp-mgLeft--115 {
    margin-left: 115px;
  }
  .u-sp-mgLeft--120 {
    margin-left: 120px;
  }
  .u-sp-mgLeft--125 {
    margin-left: 125px;
  }
  .u-sp-mgLeft--130 {
    margin-left: 130px;
  }
  .u-sp-mgLeft--135 {
    margin-left: 135px;
  }
  .u-sp-mgLeft--140 {
    margin-left: 140px;
  }
  .u-sp-mgLeft--145 {
    margin-left: 145px;
  }
  .u-sp-mgLeft--150 {
    margin-left: 150px;
  }
  .u-sp-mgLeft--155 {
    margin-left: 155px;
  }
  .u-sp-mgLeft--160 {
    margin-left: 160px;
  }
  .u-sp-mgLeft--165 {
    margin-left: 165px;
  }
  .u-sp-mgLeft--170 {
    margin-left: 170px;
  }
  .u-sp-mgLeft--175 {
    margin-left: 175px;
  }
  .u-sp-mgLeft--180 {
    margin-left: 180px;
  }
  .u-sp-mgLeft--185 {
    margin-left: 185px;
  }
  .u-sp-mgLeft--190 {
    margin-left: 190px;
  }
  .u-sp-mgLeft--195 {
    margin-left: 195px;
  }
  .u-sp-mgLeft--200 {
    margin-left: 200px;
  }
  .u-sp-mgLeft--205 {
    margin-left: 205px;
  }
  .u-sp-mgLeft--210 {
    margin-left: 210px;
  }
  .u-sp-mgLeft--215 {
    margin-left: 215px;
  }
  .u-sp-mgLeft--220 {
    margin-left: 220px;
  }
  .u-sp-mgLeft--225 {
    margin-left: 225px;
  }
  .u-sp-mgLeft--230 {
    margin-left: 230px;
  }
  .u-sp-mgLeft--235 {
    margin-left: 235px;
  }
  .u-sp-mgLeft--240 {
    margin-left: 240px;
  }
  .u-sp-mgLeft--245 {
    margin-left: 245px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgRight--105 {
    margin-right: 105px;
  }
  .u-sp-mgRight--110 {
    margin-right: 110px;
  }
  .u-sp-mgRight--115 {
    margin-right: 115px;
  }
  .u-sp-mgRight--120 {
    margin-right: 120px;
  }
  .u-sp-mgRight--125 {
    margin-right: 125px;
  }
  .u-sp-mgRight--130 {
    margin-right: 130px;
  }
  .u-sp-mgRight--135 {
    margin-right: 135px;
  }
  .u-sp-mgRight--140 {
    margin-right: 140px;
  }
  .u-sp-mgRight--145 {
    margin-right: 145px;
  }
  .u-sp-mgRight--150 {
    margin-right: 150px;
  }
  .u-sp-mgRight--155 {
    margin-right: 155px;
  }
  .u-sp-mgRight--160 {
    margin-right: 160px;
  }
  .u-sp-mgRight--165 {
    margin-right: 165px;
  }
  .u-sp-mgRight--170 {
    margin-right: 170px;
  }
  .u-sp-mgRight--175 {
    margin-right: 175px;
  }
  .u-sp-mgRight--180 {
    margin-right: 180px;
  }
  .u-sp-mgRight--185 {
    margin-right: 185px;
  }
  .u-sp-mgRight--190 {
    margin-right: 190px;
  }
  .u-sp-mgRight--195 {
    margin-right: 195px;
  }
  .u-sp-mgRight--200 {
    margin-right: 200px;
  }
  .u-sp-mgRight--205 {
    margin-right: 205px;
  }
  .u-sp-mgRight--210 {
    margin-right: 210px;
  }
  .u-sp-mgRight--215 {
    margin-right: 215px;
  }
  .u-sp-mgRight--220 {
    margin-right: 220px;
  }
  .u-sp-mgRight--225 {
    margin-right: 225px;
  }
  .u-sp-mgRight--230 {
    margin-right: 230px;
  }
  .u-sp-mgRight--235 {
    margin-right: 235px;
  }
  .u-sp-mgRight--240 {
    margin-right: 240px;
  }
  .u-sp-mgRight--245 {
    margin-right: 245px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
  .u-sp-mgBottom--105 {
    margin-bottom: 105px;
  }
  .u-sp-mgBottom--110 {
    margin-bottom: 110px;
  }
  .u-sp-mgBottom--115 {
    margin-bottom: 115px;
  }
  .u-sp-mgBottom--120 {
    margin-bottom: 120px;
  }
  .u-sp-mgBottom--125 {
    margin-bottom: 125px;
  }
  .u-sp-mgBottom--130 {
    margin-bottom: 130px;
  }
  .u-sp-mgBottom--135 {
    margin-bottom: 135px;
  }
  .u-sp-mgBottom--140 {
    margin-bottom: 140px;
  }
  .u-sp-mgBottom--145 {
    margin-bottom: 145px;
  }
  .u-sp-mgBottom--150 {
    margin-bottom: 150px;
  }
  .u-sp-mgBottom--155 {
    margin-bottom: 155px;
  }
  .u-sp-mgBottom--160 {
    margin-bottom: 160px;
  }
  .u-sp-mgBottom--165 {
    margin-bottom: 165px;
  }
  .u-sp-mgBottom--170 {
    margin-bottom: 170px;
  }
  .u-sp-mgBottom--175 {
    margin-bottom: 175px;
  }
  .u-sp-mgBottom--180 {
    margin-bottom: 180px;
  }
  .u-sp-mgBottom--185 {
    margin-bottom: 185px;
  }
  .u-sp-mgBottom--190 {
    margin-bottom: 190px;
  }
  .u-sp-mgBottom--195 {
    margin-bottom: 195px;
  }
  .u-sp-mgBottom--200 {
    margin-bottom: 200px;
  }
  .u-sp-mgBottom--205 {
    margin-bottom: 205px;
  }
  .u-sp-mgBottom--210 {
    margin-bottom: 210px;
  }
  .u-sp-mgBottom--215 {
    margin-bottom: 215px;
  }
  .u-sp-mgBottom--220 {
    margin-bottom: 220px;
  }
  .u-sp-mgBottom--225 {
    margin-bottom: 225px;
  }
  .u-sp-mgBottom--230 {
    margin-bottom: 230px;
  }
  .u-sp-mgBottom--235 {
    margin-bottom: 235px;
  }
  .u-sp-mgBottom--240 {
    margin-bottom: 240px;
  }
  .u-sp-mgBottom--245 {
    margin-bottom: 245px;
  }
}
.u-pd--0 {
  padding: 0 !important;
}

.u-pd--10 {
  padding: 1rem;
}

.u-pdRow--10 {
  padding: 0 1rem;
}

.u-pdColumn--10 {
  padding: 1rem 0;
}

.u-pdTop--0 {
  padding-top: 0px;
}

.u-pdTop--5 {
  padding-top: 5px;
}

.u-pdTop--10 {
  padding-top: 10px;
}

.u-pdTop--15 {
  padding-top: 15px;
}

.u-pdTop--20 {
  padding-top: 20px;
}

.u-pdTop--25 {
  padding-top: 25px;
}

.u-pdTop--30 {
  padding-top: 30px;
}

.u-pdTop--35 {
  padding-top: 35px;
}

.u-pdTop--40 {
  padding-top: 40px;
}

.u-pdTop--45 {
  padding-top: 45px;
}

.u-pdTop--50 {
  padding-top: 50px;
}

.u-pdTop--55 {
  padding-top: 55px;
}

.u-pdTop--60 {
  padding-top: 60px;
}

.u-pdTop--65 {
  padding-top: 65px;
}

.u-pdTop--70 {
  padding-top: 70px;
}

.u-pdTop--75 {
  padding-top: 75px;
}

.u-pdTop--80 {
  padding-top: 80px;
}

.u-pdTop--85 {
  padding-top: 85px;
}

.u-pdTop--90 {
  padding-top: 90px;
}

.u-pdTop--95 {
  padding-top: 95px;
}

.u-pdTop--100 {
  padding-top: 100px;
}

.u-pdLeft--0 {
  padding-left: 0px;
}

.u-pdLeft--5 {
  padding-left: 5px;
}

.u-pdLeft--10 {
  padding-left: 10px;
}

.u-pdLeft--15 {
  padding-left: 15px;
}

.u-pdLeft--20 {
  padding-left: 20px;
}

.u-pdLeft--25 {
  padding-left: 25px;
}

.u-pdLeft--30 {
  padding-left: 30px;
}

.u-pdLeft--35 {
  padding-left: 35px;
}

.u-pdLeft--40 {
  padding-left: 40px;
}

.u-pdLeft--45 {
  padding-left: 45px;
}

.u-pdLeft--50 {
  padding-left: 50px;
}

.u-pdLeft--55 {
  padding-left: 55px;
}

.u-pdLeft--60 {
  padding-left: 60px;
}

.u-pdLeft--65 {
  padding-left: 65px;
}

.u-pdLeft--70 {
  padding-left: 70px;
}

.u-pdLeft--75 {
  padding-left: 75px;
}

.u-pdLeft--80 {
  padding-left: 80px;
}

.u-pdLeft--85 {
  padding-left: 85px;
}

.u-pdLeft--90 {
  padding-left: 90px;
}

.u-pdLeft--95 {
  padding-left: 95px;
}

.u-pdLeft--100 {
  padding-left: 100px;
}

.u-pdLeft--0em {
  padding-left: 0em;
}

.u-pdLeft--1em {
  padding-left: 0.5em;
}

.u-pdLeft--2em {
  padding-left: 1em;
}

.u-pdLeft--3em {
  padding-left: 1.5em;
}

.u-pdLeft--4em {
  padding-left: 2em;
}

.u-pdLeft--5em {
  padding-left: 2.5em;
}

.u-pdLeft--6em {
  padding-left: 3em;
}

.u-pdLeft--7em {
  padding-left: 3.5em;
}

.u-pdLeft--8em {
  padding-left: 4em;
}

.u-pdLeft--9em {
  padding-left: 4.5em;
}

.u-pdLeft--10em {
  padding-left: 5em;
}

.u-pdLeft--11em {
  padding-left: 5.5em;
}

.u-pdLeft--12em {
  padding-left: 6em;
}

.u-pdLeft--13em {
  padding-left: 6.5em;
}

.u-pdLeft--14em {
  padding-left: 7em;
}

.u-pdLeft--15em {
  padding-left: 7.5em;
}

.u-pdLeft--16em {
  padding-left: 8em;
}

.u-pdLeft--17em {
  padding-left: 8.5em;
}

.u-pdLeft--18em {
  padding-left: 9em;
}

.u-pdLeft--19em {
  padding-left: 9.5em;
}

.u-pdLeft--20em {
  padding-left: 10em;
}

.u-pdLeft--21em {
  padding-left: 10.5em;
}

.u-pdLeft--22em {
  padding-left: 11em;
}

.u-pdLeft--23em {
  padding-left: 11.5em;
}

.u-pdLeft--24em {
  padding-left: 12em;
}

.u-pdLeft--25em {
  padding-left: 12.5em;
}

.u-pdLeft--26em {
  padding-left: 13em;
}

.u-pdLeft--27em {
  padding-left: 13.5em;
}

.u-pdLeft--28em {
  padding-left: 14em;
}

.u-pdLeft--29em {
  padding-left: 14.5em;
}

.u-pdRight--0 {
  padding-right: 0px;
}

.u-pdRight--5 {
  padding-right: 5px;
}

.u-pdRight--10 {
  padding-right: 10px;
}

.u-pdRight--15 {
  padding-right: 15px;
}

.u-pdRight--20 {
  padding-right: 20px;
}

.u-pdRight--25 {
  padding-right: 25px;
}

.u-pdRight--30 {
  padding-right: 30px;
}

.u-pdRight--35 {
  padding-right: 35px;
}

.u-pdRight--40 {
  padding-right: 40px;
}

.u-pdRight--45 {
  padding-right: 45px;
}

.u-pdRight--50 {
  padding-right: 50px;
}

.u-pdRight--55 {
  padding-right: 55px;
}

.u-pdRight--60 {
  padding-right: 60px;
}

.u-pdRight--65 {
  padding-right: 65px;
}

.u-pdRight--70 {
  padding-right: 70px;
}

.u-pdRight--75 {
  padding-right: 75px;
}

.u-pdRight--80 {
  padding-right: 80px;
}

.u-pdRight--85 {
  padding-right: 85px;
}

.u-pdRight--90 {
  padding-right: 90px;
}

.u-pdRight--95 {
  padding-right: 95px;
}

.u-pdRight--100 {
  padding-right: 100px;
}

.u-pdBottom--0 {
  padding-bottom: 0px;
}

.u-pdBottom--5 {
  padding-bottom: 5px;
}

.u-pdBottom--10 {
  padding-bottom: 10px;
}

.u-pdBottom--15 {
  padding-bottom: 15px;
}

.u-pdBottom--20 {
  padding-bottom: 20px;
}

.u-pdBottom--25 {
  padding-bottom: 25px;
}

.u-pdBottom--30 {
  padding-bottom: 30px;
}

.u-pdBottom--35 {
  padding-bottom: 35px;
}

.u-pdBottom--40 {
  padding-bottom: 40px;
}

.u-pdBottom--45 {
  padding-bottom: 45px;
}

.u-pdBottom--50 {
  padding-bottom: 50px;
}

.u-pdBottom--55 {
  padding-bottom: 55px;
}

.u-pdBottom--60 {
  padding-bottom: 60px;
}

.u-pdBottom--65 {
  padding-bottom: 65px;
}

.u-pdBottom--70 {
  padding-bottom: 70px;
}

.u-pdBottom--75 {
  padding-bottom: 75px;
}

.u-pdBottom--80 {
  padding-bottom: 80px;
}

.u-pdBottom--85 {
  padding-bottom: 85px;
}

.u-pdBottom--90 {
  padding-bottom: 90px;
}

.u-pdBottom--95 {
  padding-bottom: 95px;
}

.u-pdBottom--100 {
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .u-sp-pd--0 {
    padding: 0;
  }
  .u-sp-pdTop--0 {
    padding-top: 0px;
  }
  .u-sp-pdTop--5 {
    padding-top: 5px;
  }
  .u-sp-pdTop--10 {
    padding-top: 10px;
  }
  .u-sp-pdTop--15 {
    padding-top: 15px;
  }
  .u-sp-pdTop--20 {
    padding-top: 20px;
  }
  .u-sp-pdTop--25 {
    padding-top: 25px;
  }
  .u-sp-pdTop--30 {
    padding-top: 30px;
  }
  .u-sp-pdTop--35 {
    padding-top: 35px;
  }
  .u-sp-pdTop--40 {
    padding-top: 40px;
  }
  .u-sp-pdTop--45 {
    padding-top: 45px;
  }
  .u-sp-pdTop--50 {
    padding-top: 50px;
  }
  .u-sp-pdTop--55 {
    padding-top: 55px;
  }
  .u-sp-pdTop--60 {
    padding-top: 60px;
  }
  .u-sp-pdTop--65 {
    padding-top: 65px;
  }
  .u-sp-pdTop--70 {
    padding-top: 70px;
  }
  .u-sp-pdTop--75 {
    padding-top: 75px;
  }
  .u-sp-pdTop--80 {
    padding-top: 80px;
  }
  .u-sp-pdTop--85 {
    padding-top: 85px;
  }
  .u-sp-pdTop--90 {
    padding-top: 90px;
  }
  .u-sp-pdTop--95 {
    padding-top: 95px;
  }
  .u-sp-pdTop--100 {
    padding-top: 100px;
  }
  .u-sp-pdLeft--0 {
    padding-left: 0px;
  }
  .u-sp-pdLeft--5 {
    padding-left: 5px;
  }
  .u-sp-pdLeft--10 {
    padding-left: 10px;
  }
  .u-sp-pdLeft--15 {
    padding-left: 15px;
  }
  .u-sp-pdLeft--20 {
    padding-left: 20px;
  }
  .u-sp-pdLeft--25 {
    padding-left: 25px;
  }
  .u-sp-pdLeft--30 {
    padding-left: 30px;
  }
  .u-sp-pdLeft--35 {
    padding-left: 35px;
  }
  .u-sp-pdLeft--40 {
    padding-left: 40px;
  }
  .u-sp-pdLeft--45 {
    padding-left: 45px;
  }
  .u-sp-pdLeft--50 {
    padding-left: 50px;
  }
  .u-sp-pdLeft--55 {
    padding-left: 55px;
  }
  .u-sp-pdLeft--60 {
    padding-left: 60px;
  }
  .u-sp-pdLeft--65 {
    padding-left: 65px;
  }
  .u-sp-pdLeft--70 {
    padding-left: 70px;
  }
  .u-sp-pdLeft--75 {
    padding-left: 75px;
  }
  .u-sp-pdLeft--80 {
    padding-left: 80px;
  }
  .u-sp-pdLeft--85 {
    padding-left: 85px;
  }
  .u-sp-pdLeft--90 {
    padding-left: 90px;
  }
  .u-sp-pdLeft--95 {
    padding-left: 95px;
  }
  .u-sp-pdLeft--100 {
    padding-left: 100px;
  }
  .u-sp-pdRight--0 {
    padding-right: 0px;
  }
  .u-sp-pdRight--5 {
    padding-right: 5px;
  }
  .u-sp-pdRight--10 {
    padding-right: 10px;
  }
  .u-sp-pdRight--15 {
    padding-right: 15px;
  }
  .u-sp-pdRight--20 {
    padding-right: 20px;
  }
  .u-sp-pdRight--25 {
    padding-right: 25px;
  }
  .u-sp-pdRight--30 {
    padding-right: 30px;
  }
  .u-sp-pdRight--35 {
    padding-right: 35px;
  }
  .u-sp-pdRight--40 {
    padding-right: 40px;
  }
  .u-sp-pdRight--45 {
    padding-right: 45px;
  }
  .u-sp-pdRight--50 {
    padding-right: 50px;
  }
  .u-sp-pdRight--55 {
    padding-right: 55px;
  }
  .u-sp-pdRight--60 {
    padding-right: 60px;
  }
  .u-sp-pdRight--65 {
    padding-right: 65px;
  }
  .u-sp-pdRight--70 {
    padding-right: 70px;
  }
  .u-sp-pdRight--75 {
    padding-right: 75px;
  }
  .u-sp-pdRight--80 {
    padding-right: 80px;
  }
  .u-sp-pdRight--85 {
    padding-right: 85px;
  }
  .u-sp-pdRight--90 {
    padding-right: 90px;
  }
  .u-sp-pdRight--95 {
    padding-right: 95px;
  }
  .u-sp-pdRight--100 {
    padding-right: 100px;
  }
  .u-sp-pdBottom--0 {
    padding-bottom: 0px;
  }
  .u-sp-pdBottom--5 {
    padding-bottom: 5px;
  }
  .u-sp-pdBottom--10 {
    padding-bottom: 10px;
  }
  .u-sp-pdBottom--15 {
    padding-bottom: 15px;
  }
  .u-sp-pdBottom--20 {
    padding-bottom: 20px;
  }
  .u-sp-pdBottom--25 {
    padding-bottom: 25px;
  }
  .u-sp-pdBottom--30 {
    padding-bottom: 30px;
  }
  .u-sp-pdBottom--35 {
    padding-bottom: 35px;
  }
  .u-sp-pdBottom--40 {
    padding-bottom: 40px;
  }
  .u-sp-pdBottom--45 {
    padding-bottom: 45px;
  }
  .u-sp-pdBottom--50 {
    padding-bottom: 50px;
  }
  .u-sp-pdBottom--55 {
    padding-bottom: 55px;
  }
  .u-sp-pdBottom--60 {
    padding-bottom: 60px;
  }
  .u-sp-pdBottom--65 {
    padding-bottom: 65px;
  }
  .u-sp-pdBottom--70 {
    padding-bottom: 70px;
  }
  .u-sp-pdBottom--75 {
    padding-bottom: 75px;
  }
  .u-sp-pdBottom--80 {
    padding-bottom: 80px;
  }
  .u-sp-pdBottom--85 {
    padding-bottom: 85px;
  }
  .u-sp-pdBottom--90 {
    padding-bottom: 90px;
  }
  .u-sp-pdBottom--95 {
    padding-bottom: 95px;
  }
  .u-sp-pdBottom--100 {
    padding-bottom: 100px;
  }
}
/* 生成されるクラス
.u-color-main
.u-bg-main
*/
.u-color--main {
  color: #26B7BC;
}

.u-color--attention {
  color: #ff1515;
}

.u-color--txt {
  color: #333;
}

.u-color--wh {
  color: #fff;
}

.u-color--main {
  color: #26B7BC;
}

.u-bg--wh {
  background-color: #fff;
}

.u-bg--main {
  background-color: #26B7BC;
}

.u-bg--bgMain {
  background-color: #C6E6F7;
}

.u-bg--search {
  background-color: #F2F7FA;
}

.u-bg--error {
  background-color: #26B7BC;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: 400;
}

.u-through {
  text-decoration: line-through;
}

.u-underline {
  text-decoration: underline;
}

.u-nowrap {
  white-space: nowrap;
}

.u-size--xsmall {
  font-size: 1.2rem;
}

.u-size--small {
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  .u-size--small {
    font-size: 1.2rem;
  }
}

.u-size--middle {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .u-size--middle {
    font-size: 1.4rem;
  }
}

.u-size--large {
  font-size: 2rem;
}
@media (max-width: 600px) {
  .u-size--large {
    font-size: 1.6rem;
  }
}

.u-size--xlarge {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .u-size--xlarge {
    font-size: 1.6rem;
  }
}

.u-indentTxt--0 {
  padding-left: 0em;
  text-indent: 0em;
}

.u-indentTxt--1 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.u-indentTxt--2 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indentTxt--3 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.u-indentTxt--4 {
  padding-left: 2em;
  text-indent: -2em;
}

.u-indentTxt--5 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.u-indentTxt--6 {
  padding-left: 3em;
  text-indent: -3em;
}

.u-indentTxt--7 {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

.u-indentTxt--8 {
  padding-left: 4em;
  text-indent: -4em;
}

.u-indentTxt--9 {
  padding-left: 4.5em;
  text-indent: -4.5em;
}

.u-indent--0 {
  text-indent: 0em;
}

.u-indent--1 {
  text-indent: 0.5em;
}

.u-indent--2 {
  text-indent: 1em;
}

.u-indent--3 {
  text-indent: 1.5em;
}

.u-indent--4 {
  text-indent: 2em;
}

.u-indent--5 {
  text-indent: 2.5em;
}

.u-indent--6 {
  text-indent: 3em;
}

.u-indent--7 {
  text-indent: 3.5em;
}

.u-indent--8 {
  text-indent: 4em;
}

.u-indent--9 {
  text-indent: 4.5em;
}

@media (max-width: 600px) {
  .u-sp-indent--0 {
    text-indent: 0;
  }
}
.u-text__left {
  text-align: left;
}
.u-text__center {
  text-align: center;
}
.u-text__right {
  text-align: right;
}
.u-text__mgLeft {
  margin-right: auto;
}
.u-text__mgCenter {
  margin: 0 auto;
}
.u-text__mgRight {
  margin-left: auto;
}

@media (max-width: 600px) {
  .u-sp-text__left {
    text-align: left;
  }
  .u-sp-text__center {
    text-align: center;
  }
  .u-sp-text__right {
    text-align: right;
  }
}
.c-button__img {
  width: 42rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .c-button__img {
    max-width: 32rem;
    width: 100%;
  }
}
.c-button__img a {
  display: inline-block; /* aをインラインブロックに */
  line-height: 0; /* 余白を削除 */
}
.c-button__img a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-button__img img {
  display: block; /* imgをブロック要素に */
  width: 100%; /* または固定幅 */
  height: auto;
}

.c-float {
  display: none;
}
@media (max-width: 1024px) {
  .c-float {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 2rem;
    text-align: center;
    z-index: 10000;
  }
}
@media (max-width: 768px) {
  .c-float {
    font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .c-float {
    font-size: 1.6rem;
  }
}
.c-float__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-float__button-item {
  position: relative;
  width: 33.3333333333%;
  font-weight: bold;
}
.c-float__button-item a {
  display: block;
  color: #FFF;
  padding: 2.2rem 0 0.8rem;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}
.c-float__button-item img {
  display: block;
  height: 2rem;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
}
.c-float__button-item--fukidashi {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 20rem;
  width: 90%;
  color: #555;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  text-shadow: none;
  background: #ff0;
  border-radius: 100px;
  padding: 0.4rem 0;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
}
.c-float__button-item.web {
  background: #F2A852 !important;
}
.c-float__button-item.tel {
  background: #4CB3D1 !important;
}
.c-float__button-item.line {
  background: #41CC72 !important;
}

.p-medicine {
  background: linear-gradient(100deg, #71B1DC 0%, #A39CE2 100%);
  padding-bottom: 0.4rem;
}
.p-medicine__title {
  color: #fff;
  padding: 2rem 0;
}
.p-medicine__title h2 {
  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;
  font-size: 2.4rem;
}
.p-medicine__title h2 span {
  font-size: 1.5rem;
  border: 1px solid #fff;
  padding: 0.5rem;
  margin-left: 1rem;
}
.p-medicine__title h3 {
  font-size: 2rem;
  padding-top: 0.2rem;
}
.p-medicine__text {
  background: #fff;
  margin: 0.4rem 0.4rem 0;
  padding: 2rem;
}

.p-worry {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#686867));
  background: linear-gradient(#fff, #686867);
}
.p-worry__list {
  margin-top: 4rem;
}
.p-worry__list-item {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  background: #333;
  padding: 1.5rem 5% 1.8rem 16%;
  margin-bottom: 1.2rem;
}
.p-worry__list-item:last-child {
  margin-bottom: 0;
}
.p-worry__list-item::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../image/worry-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-worry__list-item span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #FAFF6F;
  text-underline-offset: 7px;
  text-decoration-thickness: 3px;
  margin-left: 0.2rem;
}

.p-treatment__content-fukidashi {
  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;
  gap: 4px;
  color: #26B7BC;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
.p-treatment__content-fukidashi::before {
  content: "";
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #26B7BC;
}
.p-treatment__content-fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #26B7BC;
}
.p-treatment__list-item {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem;
  background: #26B7BC;
  border-radius: 1rem;
  -webkit-box-shadow: 0 3px 6px #ccc;
          box-shadow: 0 3px 6px #ccc;
  margin-bottom: 1.2rem;
}
.p-treatment__info {
  background: -webkit-gradient(linear, left top, left bottom, from(#71B1DC), to(#A39CE2));
  background: linear-gradient(#71B1DC, #A39CE2);
}

.p-about p {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 2rem;
}
.p-about p span {
  color: #EF6B82;
  font-weight: bold;
}

.p-case__list-item:first-child {
  margin-bottom: 3rem;
}
.p-case__info {
  font-size: 1.4rem;
  background: #fff;
}
.p-case__info-title {
  color: #fff;
  text-align: center;
  padding: 1rem;
  background: #888;
}
.p-case__info-text {
  padding: 1.6rem 2rem 2rem;
}
.p-case__info-text span {
  display: block;
  color: #26B7BC;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.p-features {
  background: #FFF3F7;
}

.p-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF3F7), color-stop(90%, #EBF9F9), to(#FFFFFF));
  background: linear-gradient(to bottom, #FFF3F7 0%, #EBF9F9 90%, #FFFFFF 100%);
}

.p-flow {
  background: linear-gradient(100deg, #BBE4B9 0%, #26B7BC 100%);
}
.p-flow__list {
  background-color: #fff;
  padding: 4rem 2rem;
}
.p-flow__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2.5rem 0 5rem;
}
.p-flow__list-item:first-child {
  padding-top: 0;
}
.p-flow__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.5rem;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#FD9749), to(#FA648D));
  background: linear-gradient(to right, #FD9749 0%, #FA648D 100%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  z-index: 1;
}
.p-flow__list-item:last-child {
  padding-bottom: 0;
}
.p-flow__list-item:last-child::after {
  display: none;
}
.p-flow__list-item--title {
  width: 45%;
  text-align: center;
}
.p-flow__list-item--title img {
  min-width: 8.2rem;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.p-flow__list-item--title p {
  color: #26B7BC;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-flow__list-item--img {
  width: 50%;
}
.p-flow__list-item--text {
  margin-top: 1.5rem;
}

.p-qa {
  background: #FFF3F7;
}
.p-qa__list-item {
  margin-bottom: 0.5rem;
}

.accordion-001 {
  max-width: 60rem;
  background-color: #fff;
}

.accordion-001 summary {
  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;
  position: relative;
  padding: 2rem;
  background-color: #EF6B82;
  color: #fff;
  cursor: pointer;
}

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

.accordion-001 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.accordion-001[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion-001 p {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease;
  transition: transform 0.8s ease, opacity 0.8s ease, -webkit-transform 0.8s ease;
}

.accordion-001[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.p-clinic {
  position: relative;
}
.p-clinic__inner {
  border: 4px solid;
  -o-border-image: linear-gradient(100deg, #BBE4B9 0%, #26B7BC 100%) 1;
     border-image: linear-gradient(100deg, #BBE4B9 0%, #26B7BC 100%) 1;
}
.p-clinic__viewimg {
  position: absolute;
  top: 10rem;
  left: 0;
}
.p-clinic__content {
  /* padding-topはJavaScriptで動的に設定されます */
  padding: 2rem 2rem 4rem;
}
.p-clinic__about {
  padding: 0 2%;
}
.p-clinic__about img {
  width: 100%;
}
.p-clinic__about-copy {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #26B7BC;
  width: 100%;
  padding: 1rem 0;
  margin-top: 1rem;
}
.p-clinic__about-text {
  margin-top: 2rem;
}
.p-clinic__info-map {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 高さの比率 (450/600 = 75%) */
  overflow: hidden;
}
.p-clinic__info-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-clinic__info-tel {
  display: block;
  min-width: 25rem;
  width: 80%;
  margin: 0 auto;
}
.p-clinic__info-list {
  margin-top: 2rem;
}
.p-clinic__info-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.p-clinic__info-list dl:last-child {
  margin-bottom: 0;
  border: none;
}
.p-clinic__info-list dt {
  width: 20%;
  font-weight: bold;
}
.p-clinic__info-list dd {
  width: 78%;
  margin-left: 2%;
}

.p-form {
  color: #fff;
  background: #26B7BC;
}
.p-form__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.p-form__title-text span {
  font-size: 1.4rem;
}
.p-form__agreement {
  background: #fff;
  color: #333;
  border-radius: 2.5rem;
  padding: 3rem 2rem 4rem;
}
.p-form__agreement-title {
  color: #26B7BC;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
.p-form__agreement-notes--title {
  color: #26B7BC;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-form__agreement-list {
  font-size: 1.4rem;
  list-style: disc;
  padding-left: 1.5rem;
}
/*# sourceMappingURL=style.css.map */