@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: #1E292F;
  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;
  padding-top: 0;
}
@media (max-width: 600px) {
  main {
    padding-top: 0;
  }
}

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

table {
  width: 100%;
}

a {
  color: #1E292F;
  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: #25596C;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #25596C;
  }
}
@keyframes changeColor {
  0% {
    color: #25596C;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #25596C;
  }
}
@-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: 1020px;
  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-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;
  }
}

.l-footer {
  width: 100%;
  background-color: #25596C;
  padding: 2rem;
}
.l-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: #25596C;
}

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

.u-color--txt {
  color: #1E292F;
}

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

.u-color--main {
  color: #25596C;
}

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

.u-bg--main {
  background-color: #25596C;
}

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

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

.u-bg--error {
  background-color: #25596C;
}

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

.slick-slide {
  margin: 0 8px;
}

.slick-list {
  margin: 0 -8px;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -37px;
}
.slick-dots li button::before {
  font-size: 12px;
  color: #555;
  opacity: 0.35;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #555;
}

.slick-prev,
.slick-next {
  top: auto;
  bottom: -42px;
  -webkit-transform: none;
          transform: none;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  opacity: 0;
}
.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
}

.slick-prev {
  left: 0;
}
.slick-prev::after {
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.slick-next {
  right: 0;
}
.slick-next::after {
  left: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

button, input, select, textarea {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

form#mailformpro {
  padding: 0;
}
form#mailformpro label.mfp_not_checked {
  border: none;
}
form#mailformpro label.mfp_checked {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
}
form#mailformpro .mfp_element_submit,
form#mailformpro .mfp_element_reset,
form#mailformpro .mfp_element_button {
  border-radius: 5px;
  width: 280px;
  height: 60px;
  border: none;
  background: #333;
  text-shadow: none;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  color: #fff;
}
form#mailformpro .mfp_element_submit:hover {
  background: #999;
}

button.mfp_next,
button.mfp_prev {
  border-radius: 5px;
  width: 280px;
  height: 60px;
  border: none;
  background: radial-gradient(circle farthest-side at 50px 100px, #76D2FF 0%, #4489CB 100%);
  text-shadow: none;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  color: #fff;
}

div#wrapper div#container form#mailformpro dl dt {
  float: none;
  width: auto;
  clear: both;
  font-size: 15px;
  text-align: left;
  border-top: solid 1px #555;
  margin: 0;
  padding: 20px 5px 0;
  vertical-align: middle;
  line-height: 1em;
}
div#wrapper div#container form#mailformpro dl dt:first-child {
  border-top: none;
}
div#wrapper div#container form#mailformpro dl dt span {
  vertical-align: middle;
  line-height: 1em;
  margin-top: -0.3em;
}
div#wrapper div#container form#mailformpro dl dd {
  border: none;
  margin: 0;
  padding: 10px 0 24px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
}

.mfp_rows {
  clear: both;
}
.mfp_rows::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.mfp_rows input[type=text],
.mfp_rows input[type=email],
.mfp_rows input[type=tel],
.mfp_rows input[type=number],
.mfp_rows input[type=date],
.mfp_rows input[type=file],
.mfp_rows select,
.mfp_rows button {
  width: 100%;
  height: 33px;
  min-width: 100%;
  word-break: break-all;
  white-space: normal;
}
form#mailformpro .mfp_rows label input {
  width: 20px;
  height: 20px;
  word-break: break-all;
  white-space: normal;
}
.mfp_rows textarea {
  width: 100%;
  min-width: 100%;
}
.mfp_rows .mfp_col1 {
  float: left;
  padding: 0 1.5%;
  width: 10%;
}
.mfp_rows .mfp_col2 {
  float: left;
  padding: 0 1.5%;
  width: 20%;
}
.mfp_rows .mfp_col3 {
  float: left;
  padding: 0 1.5%;
  width: 30%;
}
.mfp_rows .mfp_col4 {
  float: left;
  padding: 0 1.5%;
  width: 40%;
}
.mfp_rows .mfp_col5 {
  float: left;
  padding: 0 1.5%;
  width: 50%;
}
.mfp_rows .mfp_col6 {
  float: left;
  padding: 0 1.5%;
  width: 60%;
}
.mfp_rows .mfp_col7 {
  float: left;
  padding: 0 1.5%;
  width: 70%;
}
.mfp_rows .mfp_col8 {
  float: left;
  padding: 0 1.5%;
  width: 80%;
}
.mfp_rows .mfp_col9 {
  float: left;
  padding: 0 1.5%;
  width: 90%;
}
.mfp_rows .mfp_col10 {
  float: left;
  padding: 0 1.5%;
  width: 100%;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

div.mfp_err {
  background: none;
  padding: 0 0 0 5px;
}

.mfp_colored {
  background: none;
}

.form_col2__ttl {
  font-size: 15px;
  padding: 20px 5px 0;
}

.form_padding0 {
  padding: 0 5px 0 !important;
}

.form_txt_attention {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.7em;
  color: #DE4E4E;
  padding: 0 5px;
}

.form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5%;
}

.form_textarea__free {
  width: 100%;
  height: 120px;
}

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.radio-label {
  margin-left: 5px;
}

.radio-input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #CCC;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.radio-input[type=radio]:checked::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.select-box {
  position: relative;
}
.select-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #CCC transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .select-box::before {
    right: 20px;
  }
}
.select-box__item {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.must {
  display: inline-block;
  background-color: #DE4E4E;
  border: solid 2px #DE4E4E;
  text-shadow: none;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: unset;
  margin: 0 5px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}

.datepicker-icon {
  position: relative;
  display: inline-block;
}
.datepicker-icon input {
  cursor: default;
  padding-right: 30px;
}
.datepicker-icon img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 0.9rem;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

div#mfp_phase_confirm h4 {
  color: #333;
  padding-top: 20px;
}
@media (min-width: 768px) {
  div#mfp_phase_confirm h4 {
    font-size: 24px;
  }
}

table#mfp_confirm_table {
  margin: 24px 0;
}
@media (min-width: 768px) {
  table#mfp_confirm_table {
    margin: 32px 0 24px;
  }
}
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  font-size: 14px;
  border-top: solid 1px #CCC;
  padding: 10px;
}
table#mfp_confirm_table tr th {
  line-height: 1.4;
  white-space: normal;
  width: 45%;
}

.thanks_content {
  text-align: center;
  width: 100%;
  height: calc(100vh - 210px);
  padding: 80px 0 0;
}
@media (min-width: 768px) {
  .thanks_content {
    padding: 60px 0 0;
    height: calc(100vh - 198px);
  }
}

.thanks_ttl h2 {
  color: #333;
  font-size: 24px;
  padding: 32px;
}

.thank_txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .thank_txt {
    line-height: 2;
  }
}

.thanks_btn_top {
  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;
  width: 280px;
  height: 60px;
  background: radial-gradient(circle farthest-side at 50px 100px, #76D2FF 0%, #4489CB 100%);
  border-radius: 5px;
  color: #eee;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  div#wrapper {
    margin: 0 auto;
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  div#container {
    padding: 16px 50px 40px;
  }
}

div#wrapper div#container li {
  font-size: 12px;
  margin: 0 1.5em;
  font-weight: bolder;
}

.mailform {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}

form#mailformpro dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #25596C;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  border: none;
  padding: 1.5%;
}
@media (max-width: 768px) {
  form#mailformpro dl dt {
    font-size: 1.5rem;
  }
}

form#mailformpro dl dd {
  font-size: 1.6rem;
  border: none;
  padding: 10px 0;
}
@media (max-width: 768px) {
  form#mailformpro dl dd {
    font-size: 1.5rem;
    padding-top: 0.5rem;
  }
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: none;
  background: #EFEFEF;
}

.radio-input[type=radio]:checked::before {
  background-color: #25596C;
}

.privacy-scroll {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
  scrollbar-width: thin;
  scrollbar-color: #aaa #f1f1f1;
}
.privacy-scroll::-webkit-scrollbar {
  width: 4px;
}
.privacy-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.privacy-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
}

.mfp_col10 input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}
.mfp_col10 input[type=checkbox]:checked {
  background: #25596C;
  border-color: #25596C;
}
.mfp_col10 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

form#mailformpro .mfp_element_submit {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#25596C), to(#36959E));
  background: linear-gradient(to right, #25596C, #36959E);
  border-radius: 10rem;
  width: 36rem;
  height: auto;
  padding: 2rem 1.5rem 2rem 1rem;
}
form#mailformpro .mfp_element_submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
form#mailformpro .mfp_element_submit:hover {
  background: -webkit-gradient(linear, left top, right top, from(#25596C), to(#36959E));
  background: linear-gradient(to right, #25596C, #36959E);
}

#submitBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

div#mfp_phase_confirm {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
}
div#mfp_phase_confirm_inner h4 {
  display: none;
}
div#mfp_phase_confirm button#mfp_button_send {
  position: relative;
  width: 36rem;
  height: auto;
  color: white;
  font-size: 1.8rem;
  border-radius: 10rem;
  background: -webkit-gradient(linear, left top, right top, from(#25596C), to(#36959E));
  background: linear-gradient(to right, #25596C, #36959E);
  -webkit-box-shadow: 0 2px 6px #96AEB0;
          box-shadow: 0 2px 6px #96AEB0;
  border: none;
  text-shadow: unset;
  padding: 2rem 1.5rem 2rem 1rem;
}
div#mfp_phase_confirm button#mfp_button_send::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
div#mfp_phase_confirm button#mfp_button_cancel {
  font-size: 1.4rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-shadow: unset;
  color: #777;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=file],
select,
button {
  background: #EFEFEF;
  padding: 0.5rem;
}

table#mfp_confirm_table tr th {
  color: #25596C;
}

div.mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

table#mfp_confirm_table tr {
  border-bottom: 1px solid #84ADBC;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  padding: 2rem 1rem;
  border: none;
}

@media (max-width: 768px) {
  table#mfp_confirm_table tr th {
    width: 100%;
    padding: 1rem;
  }
  table#mfp_confirm_table tr td {
    padding: 0 1rem 1rem;
  }
}
.mfp_rows textarea {
  padding: 1rem 0.5rem;
}

.u-text--zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
}

.u-text--zen-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
}

.p-float {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-float__inner {
  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: 1rem;
  max-width: 88rem;
  padding: 1rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-float__inner {
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-float__inner a img {
    max-width: 18rem;
  }
}

.p-news {
  background: #F9F7F1;
  padding: 5rem 0 5.5rem;
}
.p-news h2 {
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.8rem);
}
.p-news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 66.7rem;
  margin: 0 auto;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .p-news_list {
    margin-top: 1.6rem;
  }
}
.p-news_item {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(158, 138, 128, 0.18);
          box-shadow: 0 0 4px rgba(158, 138, 128, 0.18);
}
.p-news_item.open .accordion-toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-news_item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 3rem 2rem;
  cursor: pointer;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-news_item-header {
    padding: 1.5rem;
  }
}
.p-news_item-date {
  font-size: 1.3rem;
  color: #999;
  margin-bottom: 0.8rem;
}
.p-news_item-title {
  font-size: clamp(1.6rem, 3.5vw, 1.8rem);
  font-weight: bold;
  color: #25596C;
  line-height: 1.4;
  letter-spacing: 0.15rem;
}

.accordion-toggle {
  font-size: 2.4rem;
  font-weight: 300;
  color: #25596C;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.6rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion-body-inner {
  line-height: 1.8;
  padding: 0 3rem 2.4rem;
}
@media (max-width: 768px) {
  .accordion-body-inner {
    font-size: 1.4rem;
    padding: 0 1.5rem 1.5rem;
  }
}

.p-worry {
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), color-stop(60%, #CBCBCB), to(#959595));
  background: linear-gradient(to bottom, #EEEEEE 0%, #CBCBCB 60%, #959595 100%);
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .p-worry {
    padding-bottom: 0;
    margin-bottom: -40px;
  }
}
.p-worry .l-inner {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 768px) {
  .p-worry .l-inner {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
.p-worry_title {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.p-worry_title img {
  width: 100%;
  max-width: 500px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
@media (max-width: 768px) {
  .p-worry_title img {
    max-width: 100%;
  }
}
.p-worry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
  max-width: 77rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-worry_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-worry_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  padding: 2rem 2rem 2rem 2.4rem;
  background: #fff;
  width: calc(50% - 0.5rem);
  -webkit-box-shadow: 0 0 4px rgba(117, 117, 117, 0.18);
          box-shadow: 0 0 4px rgba(117, 117, 117, 0.18);
  border-radius: 0.3rem;
}
@media (max-width: 768px) {
  .p-worry_item {
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
  }
}
.p-worry_item .check-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-worry_item .text {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 600;
}
.p-worry_item .text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF2CB));
  background: linear-gradient(transparent 70%, #FFF2CB 70%);
}
.p-worry_subtitle {
  font-size: clamp(2.2rem, 5.5vw, 3.4rem);
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-top: 2rem;
}
.p-worry_subtitle span {
  color: #FFEBB0;
}

.p-solution {
  background: url(../image/p-solution-bg.jpg) center/cover no-repeat;
}
.p-solution .l-inner {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-solution .l-inner {
    padding-bottom: 2.5rem;
  }
}
.p-solution_arrow {
  width: clamp(10rem, 20vw, 15rem);
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  margin: 0 auto;
}
.p-solution_title {
  font-size: clamp(2.2rem, 6vw, 5.4rem);
  color: #25596C;
  line-height: 1.3;
  letter-spacing: 0.4rem;
}
.p-solution_title span {
  font-size: clamp(3rem, 7vw, 5.9rem);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 15px;
}
@media (max-width: 768px) {
  .p-solution_title span {
    text-underline-offset: 10px;
  }
}
.p-solution_titletext {
  font-size: 2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .p-solution_titletext {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.p-reason {
  background: #A4E5E0;
  padding: 5.5rem 0;
}
@media (max-width: 768px) {
  .p-reason {
    padding: 2.5rem 0 4rem;
  }
}
.p-reason_title {
  color: #25596C;
  text-align: center;
}
.p-reason_title-sub {
  display: inline-block;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  background: #F9F7F1;
  border-radius: 5rem;
  padding: 1rem 4rem;
}
.p-reason_title-main {
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: normal;
}
.p-reason_title-main span {
  font-size: clamp(4.4rem, 7vw, 6.8rem);
}
.p-reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-reason_list {
    -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;
    margin-top: 2rem;
  }
}
.p-reason_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #fff;
  padding: 2.4rem 1.6rem;
}
@media (max-width: 768px) {
  .p-reason_item {
    max-width: 40rem;
    width: 100%;
  }
}
.p-reason_item .number {
  color: #88762D;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
.p-reason_item .number:after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #b8973a;
  margin: 4px auto 0;
}
.p-reason_item .title {
  color: #25596C;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  min-height: 3lh;
}
@media (max-width: 768px) {
  .p-reason_item .title {
    min-height: unset;
  }
}
.p-reason_item img {
  margin: 1rem 0 2rem;
}

.p-goods {
  padding: 5.5rem 0 7rem;
}
@media (max-width: 768px) {
  .p-goods {
    padding: 4rem 0 3.5rem;
  }
}
.p-goods h3 {
  color: #25596C;
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  text-align: center;
}
.p-goods_list {
  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;
  gap: 4rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .p-goods_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    margin-top: 2rem;
  }
}
.p-goods_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-goods_item {
    max-width: 40rem;
    width: 100%;
  }
}
.p-goods_item .category-label {
  position: relative;
  background-color: #BFB48A;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 0.5rem;
  margin-top: 1rem;
}
.p-goods_item .category-label .corner {
  position: absolute;
  width: 4rem;
  height: 0.1rem;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-goods_item .category-label .corner--tl {
  top: 5px;
  left: 5px;
}
.p-goods_item .category-label .corner--br {
  bottom: 5px;
  right: 5px;
}
.p-goods_item .text {
  text-align: center;
  margin-top: 1rem;
}
.p-goods_box {
  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;
  background: #E4F1F2;
  max-width: 80.5rem;
  width: 100%;
  padding: 3.5rem 5rem;
  margin: 0 auto;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .p-goods_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-goods_box {
    padding: 2rem 1rem;
    margin-top: 3.5rem;
  }
}
.p-goods_box-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1024px) {
  .p-goods_box-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border-bottom: 1px solid #84ADBC;
    padding: 0 1rem 1.6rem;
  }
}
.p-goods_box-title img {
  width: 8.8rem;
}
@media (max-width: 1024px) {
  .p-goods_box-title img {
    width: 6rem;
  }
}
.p-goods_box-title p {
  font-size: clamp(1.8rem, 4vw, 2rem);
  line-height: normal;
  color: #25596C;
}
.p-goods_box-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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;
  gap: 1rem;
  max-width: 50rem;
}
@media (max-width: 1024px) {
  .p-goods_box-list {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}
.p-goods_box-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-size: 1.45rem;
}
.p-style {
  background: #F9F7F1;
  padding: 5.5rem 0;
}
@media (max-width: 768px) {
  .p-style {
    padding: 2.5rem 0;
  }
}
.p-style_title {
  color: #25596C;
  text-align: center;
}
.p-style_title-sub {
  display: inline-block;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  color: #F9F7F1;
  background: #25596C;
  border-radius: 5rem;
  padding: 1rem 4rem;
}
.p-style_title-main {
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  line-height: normal;
}
.p-style_title-main span {
  font-size: clamp(4.4rem, 7vw, 6.8rem);
}
.p-style_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .p-style_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-top: 2rem;
  }
}
.p-style_item {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 2.4rem 1.6rem;
}
@media (max-width: 768px) {
  .p-style_item {
    max-width: 40rem;
    width: 100%;
  }
}
.p-style_item .number {
  color: #88762D;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
.p-style_item .number:after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #b8973a;
  margin: 4px auto 0;
}
.p-style_item .title {
  color: #25596C;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.p-style_item img {
  margin: 1rem 0 2rem;
}
.p-style_item .img-wrap {
  position: relative;
}
.p-style_item .img-wrap .badge {
  position: absolute;
  top: -38px;
  right: 4px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4D66), to(#FFA0AD));
  background: linear-gradient(to bottom, #FF4D66, #FFA0AD);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  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;
  text-align: center;
}
.p-style_item .text {
  text-align: center;
}
.p-style_item .text span {
  color: #25596C;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF2CB));
  background: linear-gradient(transparent 70%, #FFF2CB 70%);
}

.p-voice {
  border-top: 6px solid #DAD3BE;
  background: url(../image/p-voice-bg.jpg) center/cover no-repeat;
  padding: 5rem 0 4rem;
}
.p-voice_title {
  color: #25596C;
  text-align: center;
}
.p-voice_title-sub {
  display: inline-block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.p-voice_title-main {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: normal;
}
.p-voice_slide {
  margin-top: 3rem !important;
}
@media (max-width: 768px) {
  .p-voice_slide {
    max-width: 50rem;
    margin: 0 auto;
    margin-top: 1rem !important;
  }
}

.p-faq {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .p-faq {
    padding: 4rem 0;
  }
}
.p-faq_title {
  text-align: center;
}
.p-faq_title img {
  width: 8rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-faq_title img {
    width: 5rem;
  }
}
.p-faq_title h3 {
  color: #25596C;
  font-size: clamp(2.8rem, 4vw, 3.5rem);
}
.p-faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  max-width: 64rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3.5rem;
}
.p-faq_item-q {
  color: #fff;
  font-size: 1.7rem;
  background-color: #25596C;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .p-faq_item-q {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.p-faq_item-q span {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
}
.p-faq_item-a {
  font-size: 1.6rem;
  padding: 1rem 2.4rem 0;
}
@media (max-width: 768px) {
  .p-faq_item-a {
    font-size: 1.5rem;
  }
}
.p-faq_item-a span {
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  color: #FF4B4B;
}

.p-banner {
  max-width: 78rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .p-banner {
    padding: 0;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.p-access {
  background: #E4F1F2;
  padding: 4rem 0 2.5rem;
}
@media (max-width: 768px) {
  .p-access {
    padding: 3rem 0 2rem;
  }
}
.p-access_title {
  text-align: center;
}
.p-access_title img {
  width: 4rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .p-access_title img {
    width: 3.5rem;
  }
}
.p-access_title h3 {
  color: #25596C;
  font-size: clamp(2.8rem, 4vw, 3.5rem);
}
.p-access_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .p-access_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.p-access_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-access_image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 768px) {
  .p-access_image img {
    width: calc(50% - 0.25rem);
  }
}
.p-access_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-access_info-list {
  font-size: 1.7rem;
  margin: 0;
}
@media (max-width: 768px) {
  .p-access_info-list {
    font-size: 1.5rem;
  }
}
.p-access_info-item {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .p-access_info-item {
    padding: 0.8rem 0;
  }
}
.p-access_info-item dt {
  color: #25596C;
  font-weight: bold;
  border-bottom: 1px solid #84ADBC;
  padding-bottom: 8px;
}
.p-access_info-item dd {
  margin: 0;
  line-height: 1.6;
  padding-top: 8px;
}
.p-access_info-map {
  margin-top: 12px;
}
.p-access_info-map iframe {
  width: 100%;
  height: 200px;
  border: none;
  display: block;
}

.p-insta {
  background: #E4F1F2;
  padding: 2rem 0 4rem;
}
.p-insta_titletext {
  color: #88762D;
  font-size: 2rem;
  font-family: "Parisienne", cursive;
  text-align: center;
}
.p-insta_title {
  font-size: 2.2rem;
  color: #25596C;
  text-align: center;
}
.p-insta_button {
  display: block;
  width: 36rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #25596C;
  border-radius: 160px;
  -webkit-box-shadow: 0 2px 6px #96AEB0;
          box-shadow: 0 2px 6px #96AEB0;
  padding: 1.5rem 4rem 1.5rem 2rem;
  margin: 3rem auto 0;
  position: relative;
}
.p-insta_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-form {
  padding: 8rem 0 6rem;
}
.p-form h3 {
  color: #25596C;
  font-size: clamp(2.8rem, 4vw, 3.5rem);
  text-align: center;
}
.p-form__lead-input {
  display: table;
  margin: 2rem auto;
}
.p-form__lead-confirm {
  display: table;
  margin: 2rem auto;
}

.p-thanks {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-thanks .p-form {
  padding: 8rem 0 6rem;
  max-width: 70rem;
  margin: 0 auto;
}
.p-thanks__message {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .p-thanks__message {
    margin-top: 4.8rem;
  }
}
.p-thanks__text {
  text-align: center;
  margin-top: 1.6rem;
}
.p-thanks_button {
  display: block;
  width: 36rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#25596C), to(#36959E));
  background: linear-gradient(to right, #25596C, #36959E);
  border-radius: 160px;
  -webkit-box-shadow: 0 2px 6px #96AEB0;
          box-shadow: 0 2px 6px #96AEB0;
  padding: 2rem 4rem 2rem 2rem;
  margin: 3rem auto 0;
  position: relative;
}
.p-thanks_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*# sourceMappingURL=style.css.map */