@charset "UTF-8";
@font-face {
  font-family: "HanaToChoucho";
  src: url("/hanatotyoutyo/hanatotyoutyo.ttf") format("truetype");
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

.second {
  font-family: "HanaToChoucho", serif;
}

body {
  font-weight: 400;
}

body {
  color: #474645;
}

.phrase {
  display: inline-block;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  html {
    font-size: 1.6326530612vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  background-color: #1B9DE4;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 23px 0;
  padding: 1.4375rem 0;
  line-height: 1.2;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 378px;
  width: 23.625rem;
  max-width: 100%;
  border-radius: 16px;
  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;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
    width: 17.5rem;
  }
}
.c-btn img {
  display: block;
  width: 217px;
  width: 13.5625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn img {
    width: 10.9375rem;
  }
}

.c-btn__tel {
  position: relative;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-btn__tel {
    padding-left: 2.1875rem;
  }
}
.c-btn__tel::before {
  position: absolute;
  content: "";
  width: 21px;
  width: 1.3125rem;
  height: 35px;
  height: 2.1875rem;
  left: 0;
  top: -5px;
  top: -0.3125rem;
  background: url(../images/pc/phone.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-btn__tel::before {
    width: 1rem;
    height: 1.5625rem;
  }
}

.c-btn--yellow {
  background-color: #FDBA00;
  min-height: 122px;
  min-height: 7.625rem;
}
@media screen and (max-width: 767px) {
  .c-btn--yellow {
    min-height: 3.25rem;
  }
}

.c-btn--leftMail {
  background-image: url("../images/pc/mail.svg");
  background-position: center left 47px;
  background-position: center left 2.9375rem;
  background-repeat: no-repeat;
  background-size: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn--leftMail {
    background-position: center left 1.875rem;
    background-size: 1.875rem 1.375rem;
  }
}
.c-btn--leftMail span {
  padding-left: 45px;
  padding-left: 2.8125rem;
}

@media screen and (min-width: 980px) {
  .c-btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-cat {
  min-width: 100px;
  min-width: 6.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #003C8C;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.c-headline1--ul {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.c-headline1--white {
  color: #fff;
}

.c-headline1__main {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  border-left: 2px solid #003C8C;
  line-height: 1.5;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
}

.c-headline1__main--white {
  border-left: 2px solid #fff;
}

.c-headline1__sub {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
}

.c-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-hover:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #474645;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* ===============================================
# mediaのホバー
=============================================== */
@media screen and (min-width: 768px) {
  .p-media__img:hover ~ .p-media__body a .c-hoverUnderline::after,
.p-media__link:hover h3::after,
.p-media__link:hover .p-media__next span::after {
    opacity: 1;
  }
}
/* ===============================================
# p-card2のホバー
=============================================== */
@media screen and (min-width: 768px) {
  .p-card2__img:hover ~ .p-card2__link .c-hoverUnderline::after,
.p-card2__link:hover h3::after,
.p-card2__link:hover .p-card2__next span::after {
    opacity: 1;
  }
}
/* ===============================================
# footerのホバー
=============================================== */
@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 36px;
  width: 2.25rem;
}

.c-imgHover--sm img {
  width: 24px;
  width: 1.5rem;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }

  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
}
.c-link {
  position: relative;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/link.svg) center center/contain no-repeat;
}

.c-link--blue::after {
  background: url(../images/common/link-blue.svg) center center/contain no-repeat;
}

.c-section {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 3.75rem 0;
  }
}

.c-tag {
  font-size: 14px;
  font-size: 0.875rem;
  color: #474645;
  border: 1px solid #D9D9D9;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
  display: inline-block;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

@media screen and (min-width: 980px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.l-inner {
  width: 1030px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
  }
}

.p-anniversary {
  background: url(../images/pc/anniversaryBg.jpg) center bottom/contain no-repeat;
  background-color: #EBECEC;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 340px;
  padding-bottom: 21.25rem;
}
@media screen and (max-width: 767px) {
  .p-anniversary {
    padding-top: 1.875rem;
    padding-bottom: 6.25rem;
    margin-bottom: 13.125rem;
    background: url(../images/sp/anniversaryBg.jpg) center bottom/contain no-repeat;
    background-color: #EBECEC;
  }
}

.p-anniversary__wrap {
  position: relative;
  background-image: url("/images/pc/blueLine.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 664px;
  height: 41.5rem;
  z-index: 5;
}
@media screen and (min-width: 1921px) {
  .p-anniversary__wrap {
    height: 44.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary__wrap {
    background-image: url("/images/sp/blueLine.png");
    height: 33.75rem;
  }
}
@media screen and (max-width: 500px) {
  .p-anniversary__wrap {
    height: 18.75rem;
  }
}

.p-anniversary__ttl {
  max-width: 302px;
  max-width: 18.875rem;
  width: 100%;
  position: absolute;
  top: 143px;
  top: 8.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-anniversary__ttl {
    max-width: 14.75rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.p-anniversary__body {
  margin-top: -120px;
  margin-top: -7.5rem;
  background: url(../images/pc/doors.png) center/cover no-repeat, url(../images/pc/teeth.png) center center/500px no-repeat;
  background: url(../images/pc/doors.png) center/cover no-repeat, url(../images/pc/teeth.png) center center/31.25rem no-repeat;
  position: relative;
  z-index: 1;
  height: 870px;
  height: 54.375rem;
}
@media screen and (min-width: 1921px) {
  .p-anniversary__body {
    height: 72.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary__body {
    margin-top: 3.125rem;
    background: url(../images/pc/teeth.png) center 2rem/24rem no-repeat;
    height: auto;
  }
}

.p-anniversary__inner {
  max-width: 460px;
  max-width: 28.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-anniversary__inner {
    width: 83.3%;
  }
}

.p-anniversary__head {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5217391304;
}
@media screen and (max-width: 767px) {
  .p-anniversary__head {
    font-size: 1.125rem;
  }
}

.p-anniversary__txt {
  margin-top: 65px;
  margin-top: 4.0625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "HanaToChoucho", serif;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .p-anniversary__txt {
    font-size: 1rem;
    margin-top: 2.1875rem;
  }
}

.p-anniversary__txtImg {
  margin-top: 65px;
  margin-top: 4.0625rem;
  max-width: 455px;
  max-width: 28.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-anniversary__txtImg {
    margin-top: 2.1875rem;
  }
}

.p-anniversary__thanks {
  position: absolute;
  right: 40px;
  right: 2.5rem;
  bottom: 30px;
  bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-anniversary__thanks {
    right: 0;
    bottom: 1.875rem;
    width: 10.625rem;
  }
}

.p-anniversary__staff {
  max-width: 715px;
  max-width: 44.6875rem;
  width: 100%;
  margin-top: 110px;
  margin-top: 6.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-anniversary__staff {
    margin-top: 3.125rem;
    max-width: 81.3%;
  }
}

.p-footer__redLine {
  position: relative;
  background-image: url("/images/pc/redLine.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 350px;
  height: 21.875rem;
  z-index: 5;
}
@media screen and (min-width: 1921px) {
  .p-footer__redLine {
    height: 27.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__redLine {
    background-image: url("/images/sp/redLine.png");
    height: 21.875rem;
  }
}
@media screen and (max-width: 640px) {
  .p-footer__redLine {
    height: 17.5rem;
  }
}

.p-footer__smile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  max-width: 241px;
  max-width: 15.0625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__smile {
    max-width: 9rem;
  }
}

.p-footer__wrap {
  max-width: 835px;
  max-width: 52.1875rem;
  width: 100%;
  margin-top: 95px;
  margin-top: 5.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    margin-top: 4.0625rem;
  }
}

.p-footer__txt {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.7368421053;
}
@media screen and (max-width: 767px) {
  .p-footer__txt {
    font-size: 0.875rem;
  }
}

.p-btn {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-btn {
    font-size: 1.125rem;
  }
}

.p-footer__group2 {
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-footer__group2 {
    margin-top: 5.1875rem;
  }
}

.p-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  margin-top: 111px;
  margin-top: 6.9375rem;
  max-width: 371px;
  max-width: 23.1875rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-top: 5rem;
    max-width: 16.75rem;
  }
}

.p-footer__bottom {
  margin-top: 140px;
  margin-top: 8.75rem;
  height: 300px;
  height: 18.75rem;
  background-color: #F8F8F8;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    margin-top: 5.9375rem;
    height: 13.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__bottom img {
    width: 13.625rem;
  }
}

.p-footer__copyright {
  height: 50px;
  height: 3.125rem;
  display: grid;
  place-content: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #EFEFEF;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    height: 2.3125rem;
  }
}

.p-header {
  width: 91.666%;
  height: 80px;
  height: 5rem;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    height: 3rem;
  }
}

.p-header__inner {
  background-color: #fff;
  width: 100%;
  padding-left: 20px;
  padding-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: inherit;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0;
  }
}

.p-header__logo {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 10.625rem;
    width: 100%;
  }
}
.p-header__logo a img {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-header__logo a img {
    width: 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo a img {
    width: 10.625rem;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header__contact {
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  background-color: #003C8C;
  color: #fff;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
@media screen and (max-width: 1024px) {
  .p-header__contact {
    width: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__contact {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .p-header__contact:hover {
    background-color: #0B4FAA;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
  }
}
.p-header__contact a {
  height: 80px;
  height: 5rem;
  display: grid;
  place-content: center;
}

.p-header__contactTxt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .p-header__contactTxt {
    padding-left: 1.25rem;
    font-size: 0.75rem;
  }
}
.p-header__contactTxt::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 17px;
  height: 1.0625rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/mail.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-header__contactTxt::before {
    width: 1.125rem;
    height: 0.6875rem;
  }
}

header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  top: 0px;
  background-color: #fff;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-pcNav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-pcNav {
    display: none;
  }
}

.p-pcNav__item {
  height: inherit;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1350px) {
  .p-pcNav__item {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-pcNav__item {
    padding: 0 0.625rem;
  }
}

.p-pcNav__item:last-child {
  padding-right: 40px;
  padding-right: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-pcNav__item:last-child {
    padding-right: 1.25rem;
  }
}

.p-pcNav__item {
  position: relative;
}
.p-pcNav__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  height: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background-color: #003C8C;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.p-pcNav__item.is-current::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .p-pcNav__item:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-pcNav__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #474645;
  font-weight: 300;
  height: inherit;
  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;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-pcNav__link {
    font-size: 0.75rem;
  }
}
.p-pcNav__link span {
  display: block;
  position: relative;
}
.p-pcNav__link span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (min-width: 980px) {
  .p-pcNav__link:hover span:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.p-pcNav__tel::before {
  margin-right: 7px;
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  display: inline-block;
}

.p-pcNav__contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83px;
  width: 5.1875rem;
  height: 83px !important;
  height: 5.1875rem !important;
  background-color: #3D4346;
  padding-top: 10px;
  padding-top: 0.625rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.p-pcNav__contact a {
  height: 83px !important;
  height: 5.1875rem !important;
  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;
}
.p-pcNav__contact img {
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 25px;
  width: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
.p-pcNav__contact span {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1281px) {
  .p-pcNav__contact:hover {
    background-color: #B79F77;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .p-header__link:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.current-page .hover-line:after {
  opacity: 1;
}

.js-fixed + main > .js-mv {
  margin: 0px 23px 0;
  margin: 0rem 1.4375rem 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.c-hamburger-outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-outer {
    display: block;
    position: relative;
    margin-right: auto;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    background-color: #003C8C;
    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;
  }
}

.c-hamburger {
  z-index: 3;
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 16px;
  height: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 767px) {
  .c-hamburger span {
    display: inline-block;
    -webkit-transition: ease 0.5s all;
    transition: ease 0.5s all;
    position: absolute;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
  }
}

.c-hamburger span:nth-child(1) {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.c-hamburger span:nth-child(3) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

/*OPEN時の動き*/
.js-open .c-hamburger span {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.js-open .c-hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .c-hamburger span:nth-child(2) {
  opacity: 0;
}

.js-open .c-hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

body.noscroll {
  overflow: hidden;
}

.c-spNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-spNav {
    display: block;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 5;
    width: 100%;
    height: 101vh;
    background: #fff;
    color: #232323;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 6.25rem;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.c-spNav__inner {
  padding: 80px 15px 30px;
  padding: 5rem 0.9375rem 1.875rem;
}

.c-spNav.js-open {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-spNav__items {
    width: 100%;
    margin-top: 1.875rem;
  }
}

.c-spNav__item {
  border-bottom: 1px solid #D9D9D9;
}
.c-spNav__item:first-of-type {
  border-top: 1px solid #D9D9D9;
}

.c-spNav__link {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: #474645;
  font-weight: 300;
  position: relative;
  padding: 17px 0;
  padding: 1.0625rem 0;
}
.c-spNav__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.c-spNav__link span {
  display: block;
  font-family: "HanaToChoucho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

@media screen and (min-width: 980px) {
  .c-spNav__link:hover:after {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}
.c-spNav__banner {
  width: 340px;
  width: 21.25rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}

.c-spNav__logo {
  width: 331px;
  width: 20.6875rem;
  margin: 82px auto 0;
  margin: 5.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-spNav__logo {
    width: 210px;
    margin: 2.5rem auto 0;
  }
}

.p-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1000;
}
.p-loader__wrap {
  height: 78.9vh;
  position: relative;
}
.p-loader__logo {
  width: 323px;
  width: 20.1875rem;
  max-width: 70vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 1005;
}

.p-msg__wrap {
  position: relative;
  background-image: url("/images/pc/river.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 1086px;
  height: 67.875rem;
  z-index: 5;
}
@media screen and (min-width: 2000px) {
  .p-msg__wrap {
    height: 87.5rem;
    margin-top: -20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-msg__wrap {
    background-image: url("/images/sp/river.png");
    height: 131.8604651163vw;
  }
}

.p-msg__frame {
  max-width: 608px;
  max-width: 38rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-msg__frame {
    width: 98%;
  }
}

.p-msg__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "HanaToChoucho", serif;
  line-height: 1.7391304348;
}
@media screen and (max-width: 767px) {
  .p-msg__txt {
    font-size: 1.125rem;
    width: 37.8%;
  }
}
@media screen and (max-width: 690px) {
  .p-msg__txt {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .p-msg__txt {
    width: 70%;
  }
}

.p-msg__teeth {
  background-image: url("/images/pc/msgTeeth.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 622px;
  height: 38.875rem;
  z-index: 5;
  position: relative;
  margin-top: -350px;
  margin-top: -21.875rem;
}
@media screen and (min-width: 1921px) {
  .p-msg__teeth {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .p-msg__teeth {
    background-image: url("/images/sp/msgTeeth.png");
    margin-top: 2.1875rem;
    height: 20rem;
    width: 25rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-msg__head {
  max-width: 410px;
  max-width: 25.625rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-msg__head {
    max-width: 18.375rem;
  }
}

.p-mv {
  padding-top: 80px;
  padding-top: 5rem;
  background-color: #EBECEC;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 2.5rem;
  }
}

.p-mv__wrap {
  position: relative;
  max-width: 930px;
  max-width: 58.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-mv__img {
  position: absolute;
}

.p-mv__img--01 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-mv__img--01 img {
    height: 42.5rem;
  }
}

.p-mv__img--02 {
  left: 50%;
  -webkit-transform: translateX(-13.75rem);
          transform: translateX(-13.75rem);
  top: 60px;
  top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--02 {
    width: 7.5rem;
    -webkit-transform: translateX(-10.75rem);
            transform: translateX(-10.75rem);
    top: 2rem;
  }
}

.p-mv__img--03 {
  left: 50%;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  top: 110px;
  top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--03 {
    width: 5.25rem;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
    top: 2.8125rem;
  }
}

.p-mv__img--04 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 185px;
  top: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--04 {
    top: 6.3125rem;
    width: 15.4375rem;
    max-width: 100%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
}

.p-mv__img--05 {
  left: 50%;
  -webkit-transform: translateX(6rem);
          transform: translateX(6rem);
  top: 268px;
  top: 16.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--05 {
    -webkit-transform: translateX(5.5rem);
            transform: translateX(5.5rem);
    width: 5.75rem;
    top: 9.375rem;
  }
}

.p-mv__img--06 {
  left: 50%;
  -webkit-transform: translateX(-14rem);
          transform: translateX(-14rem);
  top: 384px;
  top: 24rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--06 {
    -webkit-transform: translateX(-8.1rem);
            transform: translateX(-8.1rem);
    width: 3.4375rem;
    top: 13.75rem;
  }
}

.p-mv__img--07 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 308px;
  bottom: 19.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--07 {
    width: 13.125rem;
    bottom: 16.25rem;
  }
}

.p-mv__img--08 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 122px;
  bottom: 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--08 {
    width: 10.125rem;
    bottom: 4.375rem;
  }
}

.p-mv__img--09 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  bottom: -1.875rem;
}
@media screen and (max-width: 767px) {
  .p-mv__img--09 {
    width: 3rem;
    bottom: -0.9375rem;
  }
}

.p-mv__btn {
  position: fixed;
  right: 47px;
  right: 2.9375rem;
  bottom: 110px;
  bottom: 6.875rem;
  z-index: 100;
  cursor: pointer;
  width: 31px;
  width: 1.9375rem;
  height: 90px;
  height: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    width: 1.3125rem;
    height: 3.625rem;
    right: 0.9375rem;
    bottom: 3.125rem;
  }
}
.p-mv__btn img {
  display: inline-block;
}

.p-mv__btn--down {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-new {
  position: relative;
  background-color: #97D6D0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-new {
    padding-bottom: 1.875rem;
  }
}
.p-new::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 255px;
  height: 15.9375rem;
  left: 0;
  top: -253px;
  top: -15.8125rem;
  background: url(../images/pc/greenTop.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-new::before {
    height: 20.9375rem;
    background: url(../images/sp/greenTop.png) center center/cover no-repeat;
  }
}
@media screen and (max-width: 500px) {
  .p-new::before {
    height: 15.5rem;
    top: -15.4375rem;
  }
}
.p-new::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 36px;
  height: 2.25rem;
  left: 0;
  bottom: -34px;
  bottom: -2.125rem;
  background: url(../images/pc/greenBottom.png) center center/cover no-repeat;
}

.p-new__media {
  padding-top: 120px;
  padding-top: 7.5rem;
  max-width: 885px;
  max-width: 55.3125rem;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
}
@media screen and (max-width: 767px) {
  .p-new__media {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    padding-top: 3.75rem;
  }
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-media__img {
  max-width: 540px;
  max-width: 33.75rem;
  width: 100%;
  padding-right: 85px;
  padding-right: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-media__img {
    padding-right: 0;
    max-width: 100%;
  }
}

.p-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-media__body {
    width: 63%;
    margin-top: 2.1875rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-media__body--smile {
    width: 68.65%;
  }
}

.p-media__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
}

.p-media__wrap {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-media__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-media__flex + .p-media__flex {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-media__level {
  width: 35px;
  width: 2.1875rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-media__desc {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-media__desc {
    font-size: 0.75rem;
  }
}

.p-media__desc--new {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-new__starWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -10px;
  margin-top: -0.625rem;
}

.p-news__building {
  max-width: 478px;
  max-width: 29.875rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -34px;
  bottom: -2.125rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-news__building {
    margin-top: -1.875rem;
    left: auto;
    -webkit-transform: translate(0%, 4rem);
            transform: translate(0%, 4rem);
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
  }
}

.p-new__star--left {
  width: 839px;
  width: 52.4375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-new__star--left {
    position: absolute;
    left: -30%;
    bottom: 5rem;
    width: 22.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-new__star--left {
    left: -50%;
  }
}

.p-new__star--right {
  max-width: 856px;
  max-width: 53.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-new__star--right {
    position: absolute;
    right: 0;
    bottom: 10rem;
    width: 8.75rem;
  }
}

.p-smile {
  padding-top: 170px;
  padding-top: 10.625rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-smile {
    padding-top: 5.625rem;
    background: url(../images/sp/starLeft.png) left bottom/6.25rem 56.25rem no-repeat, url(../images/sp/starRight.png) right bottom 1.875rem/7.5rem no-repeat;
    padding-bottom: 3.75rem;
  }
}

.p-smile__media {
  max-width: 870px;
  max-width: 54.375rem;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
}
@media screen and (max-width: 767px) {
  .p-smile__media {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    padding-top: 0rem;
  }
}

.p-smile__star {
  background-image: url("/images/pc/star.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 1040px;
  height: 65rem;
  padding-top: 156px;
  padding-top: 9.75rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-smile__star {
    padding-top: 3.3125rem;
    background-image: none;
    height: auto;
  }
}

.p-smile__smile {
  max-width: 293px;
  max-width: 18.3125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-smile__smile {
    width: 45%;
  }
}

.p-smile__smile img {
  height: auto;
}

.p-smile__grid {
  max-width: 995px;
  max-width: 62.1875rem;
  width: 100%;
  margin-top: 105px;
  margin-top: 6.5625rem;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  gap: 45px;
  gap: 2.8125rem;
  grid-template-columns: repeat(2, minmax(30%, 1fr));
}
@media screen and (max-width: 767px) {
  .p-smile__grid {
    max-width: 23.75rem;
    margin-top: 3.625rem;
    grid-template-columns: repeat(1, minmax(30%, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .p-smile__banner {
    width: 88.6%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-smile__banner img {
  height: auto;
}

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

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt120 {
    margin-top: 5rem !important;
  }
}

.u-textCenter {
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */
