@charset "UTF-8";
/*----------------------------------------
media query
----------------------------------------*/
/*----------------------------------------

	Default CSS
	default setting

-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Outfit:wght@300;400&family=Shippori+Mincho:wght@400;500;600&display=swap");
body,
div,
dl,
dt,
dd,
th,
td,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
p {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

li {
  list-style: none;
  vertical-align: bottom;
}

li img {
  vertical-align: top;
}

img,
table,
th,
td {
  border: 0;
}

hr {
  display: none;
}

input,
textarea,
select {
  color: #333333;
  font-size: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	body setting
-----------------------------------------*/
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic,sans-serif", sans-serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a:link,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover,
a:active {
  color: #111;
  text-decoration: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
  font-size: 0.1px;
  line-height: 0.1px;
}

.clearfix {
  display: inline-block;
  position: relative;
  /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

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

/* End hide from IE-mac */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input:not([type=radio]),
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  color: #3c3c3c;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

section {
  position: relative;
}

h1 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.3rem;
  }
}

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

a:link,
a:visited,
a:hover {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  opacity: 0.5;
}

:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

.l-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: left;
  min-width: 320px;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 800px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    max-width: 1340px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.l-container-fluid {
  width: 100%;
  padding: 110px 0px;
  min-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .l-container-fluid {
    padding: 50px 0px;
    text-align: center;
    min-width: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .l-tb-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .l-sp-container-fluid {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-seciton {
  position: relative;
}

.l-wrapper {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.l-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s;
}
.l-nav.is-active {
  display: block;
  opacity: 1;
  animation: fadein 0.3s linear;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  align-content: flex-start;
  transform: translateX(102%);
  width: 100%;
  max-width: 570px;
  overflow-y: scroll;
}
.l-menu.is-active {
  animation: slidein 0.3s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}
.l-menu.is-deactive {
  animation: slideout 0.3s forwards;
}
@keyframes slidein {
  0% {
    transform: translateX(102%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideout {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(102%);
  }
}
.c-button--white, .c-button {
  position: relative;
  display: inline-block;
  border: solid 0.7px #3c3c3c;
  padding: 10px 10px;
  background: white;
  letter-spacing: 0;
  min-width: 300px;
  font-weight: 500;
  transition: all 0.3s;
}
.c-button--white::before, .c-button::before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: solid 0.5px #3c3c3c;
  border-bottom: solid 0.5px #3c3c3c;
}
.c-button--white::after, .c-button::after {
  position: absolute;
  top: 0px;
  right: -20px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../img/button_arrow_bl.svg) no-repeat center center/contain;
}
.c-button--white:hover, .c-button:hover {
  opacity: 1;
  color: white;
  background: #646464;
}
.c-button--white:hover:after, .c-button:hover:after {
  animation: hoveraction 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-button--white, .c-button {
    padding: 15px 30px;
    min-width: 340px;
  }
  .c-button--white::before, .c-button::before {
    top: 5px;
    left: 5px;
  }
  .c-button--white::after, .c-button::after {
    right: -20px;
    width: 37px;
    background: url(../img/button_arrow_bl.svg) no-repeat center center/contain;
  }
}

.c-button--ml {
  line-height: 1.4;
  padding: 7px 10px;
}
@media screen and (min-width: 1024px) {
  .c-button--ml {
    padding: 7px 10px;
  }
}

@keyframes hoveraction {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hoveractionback {
  0% {
    transform: translateX(0) scale(-1, 1);
  }
  50% {
    transform: translateX(-8px) scale(-1, 1);
  }
  100% {
    transform: translateX(0) scale(-1, 1);
  }
}
main a.c-link {
  color: #478abc;
}
main a.c-link:link,
main a.c-link :visited {
  color: #478abc;
  text-decoration: underline;
}

.c-caption {
  text-align: center;
}
.c-caption h1 {
  font-size: 4.9rem;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
.c-caption h1::before {
  margin: 40px auto 20px auto;
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #3c3c3c;
}
.c-caption p {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-caption {
    margin-bottom: 30px;
  }
  .c-caption h1 {
    font-size: 2.7rem;
  }
  .c-caption h1::before {
    margin: 20px auto 20px auto;
    width: 9px;
  }
  .c-caption p {
    font-size: 1.6rem;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
}
.c-flex--nw {
  flex-wrap: nowrap;
}
.c-flex__col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.c-flex__col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.c-flex__col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.c-flex__col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.c-flex__col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.c-flex__col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.c-flex__col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.c-flex__col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.c-flex__col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.c-flex__col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-flex__col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.c-flex__col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-flex__col-1--sm {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--sm {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--sm {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--sm {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--sm {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--sm {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--sm {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--sm {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--sm {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-flex__col-1--md {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-flex__col-2--md {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-flex__col-3--md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .c-flex__col-4--md {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-flex__col-5--md {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-flex__col-6--md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .c-flex__col-7--md {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-flex__col-8--md {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-flex__col-9--md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .c-flex__col-10--md {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-flex__col-11--md {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-flex__col-12--md {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-grid--col-12, .c-grid--col-11, .c-grid--col-10, .c-grid--col-9, .c-grid--col-8, .c-grid--col-7, .c-grid--col-6, .c-grid--col-5, .c-grid--col-4, .c-grid--col-3, .c-grid--col-2 {
  display: grid;
}

.c-grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
.c-grid--col-11 {
  grid-template-columns: repeat(11, 1fr);
}
.c-grid--col-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .c-grid--col-1--sm {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--sm {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--sm {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--sm {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--sm {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--sm {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--sm {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--sm {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--sm {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .c-grid--col-1--md {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid--col-2--md {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid--col-3--md {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid--col-4--md {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid--col-5--md {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid--col-6--md {
    grid-template-columns: repeat(6, 1fr);
  }
  .c-grid--col-7--md {
    grid-template-columns: repeat(7, 1fr);
  }
  .c-grid--col-8--md {
    grid-template-columns: repeat(8, 1fr);
  }
  .c-grid--col-9--md {
    grid-template-columns: repeat(9, 1fr);
  }
  .c-grid--col-10--md {
    grid-template-columns: repeat(10, 1fr);
  }
  .c-grid--col-11--md {
    grid-template-columns: repeat(11, 1fr);
  }
  .c-grid--col-12--md {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-grid-g20 {
  gap: 20px;
}

.c-grid-g30 {
  gap: 30px;
}

.c-grid-g40 {
  gap: 40px;
}

.c-grid-g50 {
  gap: 50px;
}

.c-grid-g60 {
  gap: 60px;
}

.c-grid-g70 {
  gap: 70px;
}

.c-grid-g80 {
  gap: 80px;
}

.c-grid-g90 {
  gap: 90px;
}

.c-grid-g100 {
  gap: 100px;
}

.c-scroll {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
.c-scroll__arrow {
  margin-top: 5px;
  display: inline-block;
  width: 3px;
  height: 32px;
  overflow-y: hidden;
  overflow-x: visible;
  position: relative;
}
.c-scroll__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  width: 0.5px !important;
  background: #3c3c3c;
}
.c-scroll__arrow span {
  height: 10px;
  width: 2px;
  display: block;
  background: #3c3c3c;
  animation: attention-sp 1s infinite;
}
@media screen and (min-width: 1024px) {
  .c-scroll__arrow {
    height: 150px;
  }
  .c-scroll__arrow span {
    height: 13px;
    animation: attention 1.6s infinite;
  }
}

@keyframes attention {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 150px;
  }
}
@keyframes attention-sp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 32px;
  }
}
.c-contact-button {
  height: 54px;
  width: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 400;
  color: white;
  letter-spacing: 0;
  background: #86214d url(../img/button_arrow_wh.svg) no-repeat right 20px center/27px auto;
}
.c-contact-button:link, .c-contact-button:visited {
  color: white;
}

.p-header {
  position: relative;
}
.p-header__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-header__title {
  order: 2;
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-header__left {
  order: 1;
  flex-basis: 100%;
  background: url(../img/header_bg_01_sp.jpg) no-repeat center center/cover;
  padding-top: 52.65%;
}
.p-header__right {
  order: 3;
  flex-basis: 100%;
  background: url(../img/header_bg_02_sp.jpg) no-repeat center center/cover;
  padding-top: 52.65%;
}
.p-header__logo {
  text-align: center;
  margin-bottom: 9%;
  margin-top: -9%;
}
.p-header__logo img {
  width: 22vw;
}
.p-header__catch {
  text-align: center;
  margin-bottom: 100px;
}
.p-header__catch img {
  width: 63vw;
  max-width: 320px;
}
.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
}
.p-header__menu-icon img {
  width: 54px;
}
.p-header .c-scroll {
  position: absolute;
  bottom: 52vw;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-header__inner {
    display: flex;
    height: 54vw;
    max-height: 100vh;
  }
  .p-header__title {
    flex-basis: 30%;
  }
  .p-header__left {
    padding-top: 0;
    flex-basis: 35%;
    background: url(../img/header_bg_01.jpg) no-repeat center center/cover;
  }
  .p-header__right {
    flex-basis: 35%;
    background: url(../img/header_bg_02.jpg) no-repeat center center/cover;
  }
  .p-header__logo {
    padding-top: 0;
    margin-bottom: 15%;
  }
  .p-header__logo img {
    width: 8.6vw;
  }
  .p-header__catch {
    margin-bottom: 15%;
  }
  .p-header__catch img {
    width: 9.7vw;
    max-width: 180px;
  }
  .p-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: flex;
  }
  .p-header__menu-icon img {
    width: 54px;
  }
  .p-header .c-scroll {
    bottom: -120px;
  }
}

.p-footer .l-container {
  padding-top: 10px;
  padding-bottom: 40px;
}
.p-footer__gototop {
  /*position: fixed;*/
  position: relative;
  bottom: 24px;
  left: 0;
  width: 100%;
  z-index: 100;
}
.p-footer__gototop.didAppear {
  position: relative;
}
.p-footer__gototop a {
  background: white;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  margin: 0px auto 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.p-footer__gototop a img {
  width: 9px;
}
.p-footer__nav {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.p-footer__logos {
  text-align: center;
}
.p-footer__nav-item {
  font-size: 1rem;
  letter-spacing: 0;
  padding: 0 10px;
  border-right: solid 0.5px #3c3c3c;
  color: #7a7a7a;
}
.p-footer__nav-item:last-of-type {
  border: none;
}
.p-footer__nav-item a:link,
.p-footer__nav-item a:visited {
  color: #7a7a7a;
}
.p-footer__logos {
  margin-bottom: 20px;
}
.p-footer__logo {
  width: auto;
  height: 20px;
  margin-bottom: 20px;
}
.p-footer__logo--tfh {
  width: auto;
  height: 26px;
  margin-bottom: 20px;
}
.p-footer__logo--trs {
  width: auto;
  height: 26px;
  margin-bottom: 20px;
}
.p-footer__copyright {
  text-align: right;
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .p-footer .l-container {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .p-footer__gototop {
    /*position: fixed;*/
    bottom: 40px;
  }
  .p-footer__gototop a {
    box-shadow: 0 7px 5px rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    width: 80px;
    height: 80px;
  }
  .p-footer__gototop a img {
    width: 15px;
  }
  .p-footer__nav {
    justify-content: left;
  }
  .p-footer__logos {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .p-footer__logos {
    margin-bottom: 20px;
  }
  .p-footer__logo {
    height: 27px;
    margin-left: 25px;
    margin-bottom: 0px;
  }
  .p-footer__logo--tfh {
    height: 27px;
    margin-left: 25px;
    margin-bottom: 0px;
  }
  .p-footer__logo--trs {
    height: 34px;
    margin-left: 25px;
    margin-bottom: 0px;
  }
}

.p-menu {
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
.p-menu__inner {
  padding: 50px 30px 50px 30px;
  position: relative;
}
.p-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1rem;
  letter-spacing: 0.6em;
  text-align: right;
}
.p-menu__close a {
  display: flex;
  align-items: center;
}
.p-menu__close a:visited, .p-menu__close a:link {
  color: white;
}
.p-menu__close img {
  margin-left: 10px;
  width: 22px;
}
.p-menu__items {
  border-bottom: solid 0.5px white;
}
.p-menu__item {
  margin-bottom: 20px;
}
.p-menu__item a:visited, .p-menu__item a:link {
  color: white;
}
.p-menu__num {
  font-size: 2.2rem;
  font-weight: 600;
}
.p-menu__title {
  font-size: 1.6rem;
  display: flex;
}
.p-menu__title:before {
  content: "";
  border-top: solid 1px white;
  margin: 15px 5px 0px 0;
  width: 22px;
  display: inline-block;
}
.p-menu__contact {
  padding-top: 30px;
}
.p-menu__contact-title {
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0;
}
.p-menu__contact-item {
  display: flex;
  align-items: center;
}
.p-menu__contact-pref {
  width: 33px;
  margin-right: 5px;
}
.p-menu__contact-icon {
  width: 32px;
  margin-right: 5px;
}
.p-menu__contact-tel {
  line-height: 1.2;
  font-size: 2.7rem;
  font-weight: 600 !important;
  color: white;
}
.p-menu__contact-tel:visited, .p-menu__contact-tel:link {
  color: white;
  letter-spacing: 0.1em;
}
.p-menu__contact-info {
  font-size: 1rem;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-menu__contact-link .c-contact-button {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-menu__inner {
    padding: 80px 30px 80px 80px;
  }
  .p-menu__close {
    top: 30px;
    right: 30px;
    font-size: 1.2rem;
  }
  .p-menu__close img {
    margin-left: 10px;
    width: 30px;
  }
  .p-menu__item {
    margin-bottom: 40px;
  }
  .p-menu__num {
    font-size: 1.9rem;
    font-weight: 600;
  }
  .p-menu__title {
    font-size: 1.8rem;
  }
  .p-menu__title:before {
    margin: 17px 5px 0px 0;
    width: 30px;
  }
  .p-menu__contact {
    padding-top: 30px;
  }
  .p-menu__contact-title {
    font-size: 2.1rem;
  }
  .p-menu__contact-tel {
    font-size: 3.2rem;
  }
  .p-menu__contact-info {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .p-menu__contact-link .c-contact-button {
    margin: 0;
  }
}

.p-points__heading {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-points__items {
  gap: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 30px 20px;
  background-image: linear-gradient(90deg, white 20%, #f3f0f0 20%);
}
.p-points__item {
  text-align: center;
}
.p-points__item-num {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.p-points__item-inner {
  background: white;
}
.p-points__item-inner a {
  display: flex;
}
.p-points__item-image {
  flex-basis: 50%;
}
.p-points__item-image img {
  height: 100%;
  object-fit: cover;
}
.p-points__item-contents {
  flex-basis: 50%;
  padding: 30px 0px 35px 0;
  background: url(../img/points_arrow.svg) no-repeat center bottom 10px/13px auto;
}
.p-points__item-heading {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-points__item-heading::after {
  content: "";
  display: block;
  width: 9px;
  border-top: 0.5px solid #3c3c3c;
  margin: 10px auto;
}
.p-points__item-description {
  font-size: 1.15rem;
}
@media screen and (min-width: 1024px) {
  .p-points {
    background-image: linear-gradient(180deg, white 50%, #f3f0f0 50%);
  }
  .p-points .l-container {
    padding-top: 130px;
  }
  .p-points__heading {
    font-size: 2.8rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .p-points__items {
    background: none;
    gap: 30px;
    margin: 0;
    padding: 0;
  }
  .p-points__item {
    display: flex;
    flex-direction: column;
  }
  .p-points__item-inner {
    flex-grow: 1;
  }
  .p-points__item-inner a {
    display: block;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .p-points__item-num {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  .p-points__item-contents {
    padding: 30px 0px 55px 0;
    background: url(../img/points_arrow.svg) no-repeat center bottom 20px/13px auto;
  }
  .p-points__item-heading {
    font-size: 1.8rem;
  }
  .p-points__item-description {
    font-size: 1.4rem;
  }
}

.p-point__heading {
  text-align: center;
}
.p-point__heading-num {
  padding-top: 15px;
  background: url(../img/point_heading_icon.svg) no-repeat center top/17px auto;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-point__heading-num::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 22px;
  border-left: solid 0.5px #3c3c3c;
}
.p-point__heading-title {
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-point__heading-description {
  font-size: 1.6rem;
  text-align: left;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .p-point__heading {
    text-align: center;
  }
  .p-point__heading-num {
    padding-top: 20px;
    background: url(../img/point_heading_icon.svg) no-repeat center top/21px auto;
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .p-point__heading-num::after {
    height: 37px;
  }
  .p-point__heading-title {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .p-point__heading-description {
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-point__feature, .p-point__feature--right {
  background-image: linear-gradient(90deg, #f3f0f0 70%, white 30%);
  margin-bottom: 40px;
}
.p-point__feature .l-container, .p-point__feature--right .l-container {
  padding-top: 50px;
  padding-bottom: 30px;
}
.p-point__feature--right {
  background-image: linear-gradient(-90deg, #f3f0f0 70%, white 30%);
}
.p-point__feature--area {
  background: #f3f0f0;
  padding-bottom: 10px;
}
.p-point__feature-area {
  margin-top: -80px;
  height: 72vw;
  margin-bottom: 30px;
  background: url(../img/point_02_area_sp.png) no-repeat right center/100% auto;
}
.p-point__feature-item {
  margin-bottom: 50px;
  padding: 0 15px;
}
.p-point__feature-contents--right {
  order: 2;
}
.p-point__feature-heading, .p-point__feature-heading--area, .p-point__feature-heading--right {
  font-size: 1.7rem;
  border-bottom: solid 0.5px #3c3c3c;
  margin-bottom: 10px;
  margin-right: -35px;
  line-height: 1.4;
}
.p-point__feature-heading::after, .p-point__feature-heading--area::after, .p-point__feature-heading--right::after {
  content: "";
  width: 18px;
  display: block;
  border-top: solid 2px #3c3c3c;
  margin-top: 10px;
}
.p-point__feature-heading--ls0 {
  letter-spacing: -0.1em;
}
.p-point__feature-description, .p-point__feature-description--area, .p-point__feature-description--right {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.p-point__feature-viala {
  margin-top: -20px;
}
.p-point__feature-viala-contents {
  border-top: solid 0.5px #3c3c3c;
  border-left: solid 0.5px #3c3c3c;
  border-right: solid 0.5px #3c3c3c;
  padding: 20px 25px;
}
.p-point__feature-viala-heading {
  font-size: 1.3rem;
  margin-bottom: 10px;
  margin-right: -35px;
  line-height: 1.2;
  padding-left: 5px;
  border-left: solid 2px #3c3c3c;
}
.p-point__feature-viala-description {
  font-size: 1.25rem;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.p-point__feature-viala-notice {
  font-size: 1.1rem;
  letter-spacing: 0;
}
.p-point__feature-viala-image {
  border-left: solid 0.5px #3c3c3c;
  border-right: solid 0.5px #3c3c3c;
  border-bottom: solid 0.5px #3c3c3c;
  padding: 0 25px 20px 25px;
}
@media screen and (min-width: 1024px) {
  .p-point__feature, .p-point__feature--right {
    position: relative;
    background-image: linear-gradient(90deg, #f3f0f0 70%, white 30%);
    margin-bottom: 70px;
  }
  .p-point__feature--right {
    background-image: linear-gradient(-90deg, #f3f0f0 70%, white 30%);
  }
  .p-point__feature--area {
    background-image: linear-gradient(90deg, #f3f0f0 70%, white 30%);
    padding-bottom: 0;
  }
  .p-point__feature-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    max-width: 1150px;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background: url(../img/point_02_area.png) no-repeat right center/auto 100%;
  }
  .p-point__feature .l-container, .p-point__feature--right .l-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-point__feature-item {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .p-point__feature-item--area {
    justify-content: right;
    padding: 70px 0 30px 0;
  }
  .p-point__feature-contents, .p-point__feature-contents--right, .p-point__feature-contents--area {
    flex-basis: 55%;
  }
  .p-point__feature-contents--right {
    order: 2;
  }
  .p-point__feature-contents--area {
    position: relative;
    z-index: 1;
    flex-basis: 48%;
  }
  .p-point__feature-heading, .p-point__feature-heading--right, .p-point__feature-heading--area {
    font-size: 2.3rem;
    border-bottom: solid 0.5px #3c3c3c;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .p-point__feature-heading::after, .p-point__feature-heading--right::after, .p-point__feature-heading--area::after {
    content: "";
    width: 25px;
    display: block;
    border-top: solid 2px #3c3c3c;
    margin-top: 15px;
  }
  .p-point__feature-heading--right {
    padding-left: 40px;
  }
  .p-point__feature-heading--right::after {
    margin-left: auto;
  }
  .p-point__feature-heading--area {
    padding-left: 100px;
  }
  .p-point__feature-heading--area::after {
    margin-left: auto;
  }
  .p-point__feature-description, .p-point__feature-description--right, .p-point__feature-description--area {
    font-size: 1.5rem;
    padding-right: 30px;
  }
  .p-point__feature-description--right {
    padding-left: 40px;
    padding-right: 0;
  }
  .p-point__feature-description--area {
    padding-left: 100px;
    padding-right: 0;
  }
  .p-point__feature-description--ls0 {
    letter-spacing: 0;
  }
  .p-point__feature-image, .p-point__feature-image--left {
    padding-right: 0px;
    flex-basis: 45%;
  }
  .p-point__feature-image--left {
    order: 1;
  }
  .p-point__feature-viala-contents {
    border-bottom: solid 0.5px #3c3c3c;
    border-right: none;
    padding: 30px;
  }
  .p-point__feature-viala-heading {
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-right: -35px;
    border-left: solid 3px #3c3c3c;
    padding-left: 10px;
    letter-spacing: 0;
  }
  .p-point__feature-viala-description {
    font-size: 1.45rem;
  }
  .p-point__feature-viala-notice {
    font-size: 1.2rem;
  }
  .p-point__feature-viala-image {
    flex-basis: 32%;
    flex-shrink: 0;
    padding: 0;
    border: none;
  }
}
.p-point__link {
  text-align: center;
  padding: 0px 0 30px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-point__link {
    padding: 30px;
    margin-bottom: 70px;
  }
}

.p-division, .p-division--04, .p-division--03, .p-division--02, .p-division--01 {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .p-division, .p-division--04, .p-division--03, .p-division--02, .p-division--01 {
    height: 400px;
    background-attachment: fixed;
  }
}
.p-division--01 {
  background-image: url(../img/division_01.jpg);
}
.p-division--02 {
  background-image: url(../img/division_02.jpg);
}
.p-division--03 {
  background-image: url(../img/division_03.jpg);
}
.p-division--04 {
  background-image: url(../img/division_04.jpg);
}

.p-description {
  background: #f3f0f0;
}
.p-description .l-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-description__inner {
  text-align: center;
  padding: 0 20px;
}
.p-description__text {
  line-height: 2;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.6rem;
}
.p-description .c-scroll {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .p-description .l-container {
    padding-top: 180px;
    padding-bottom: 150px;
  }
  .p-description__inner {
    text-align: center;
    padding: 0;
  }
  .p-description__text {
    line-height: 2.8;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.5rem;
  }
  .p-description .c-scroll {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
}

.p-more-detail .l-container {
  text-align: center;
}
.p-more-detail__description {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
}
.p-more-detail__title {
  font-size: 1.7rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .p-more-detail__description {
    line-height: 2.8;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
  .p-more-detail__title {
    font-size: 2.3rem;
    margin-bottom: 50px;
  }
}

.p-cta {
  background: #f3f0f0;
}
.p-cta .l-container {
  text-align: center;
  padding-top: 30px;
}
.p-cta__title {
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.p-cta__link-sm {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.p-cta__link-sm .c-contact-button {
  width: 100vw;
  height: 44px;
  background: #86214d;
  padding-left: 22px;
}
.p-cta__link-sm .c-contact-button::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 100%;
  margin-left: 10px;
  background: url(../img/button_arrow_wh.svg) no-repeat center center/contain;
}
.p-cta__link-sm.didAppear {
  position: static;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.p-cta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.p-cta__pref {
  width: 33px;
  margin-right: 5px;
}
.p-cta__icon {
  width: 38px;
  margin-right: 5px;
}
.p-cta__tel {
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 600 !important;
  letter-spacing: 0em;
  transform: translateY(-4px);
}
.p-cta__info {
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-cta .l-container {
    padding-top: 100px;
  }
  .p-cta__title {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-cta__link {
    margin-bottom: 10px;
  }
  .p-cta__link .c-contact-button {
    margin: 0 auto;
  }
  .p-cta__items {
    display: flex;
    justify-content: center;
  }
  .p-cta__item {
    display: flex;
    align-items: center;
    margin: 0 10px;
  }
  .p-cta__pref {
    width: 42px;
    margin-right: 5px;
  }
  .p-cta__icon {
    width: 47px;
    margin-right: 5px;
  }
  .p-cta__tel {
    line-height: 1.4;
    font-size: 4rem;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    transform: translateY(-4px);
  }
  .p-cta__info {
    letter-spacing: 0;
    margin-top: 10px;
    font-size: 1.5rem;
  }
}

.animate {
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.animate-delay100ms {
  animation-delay: 100ms;
}
.animate-delay200ms {
  animation-delay: 200ms;
}
.animate-delay300ms {
  animation-delay: 300ms;
}
.animate-delay400ms {
  animation-delay: 400ms;
}
.animate-delay500ms {
  animation-delay: 500ms;
}
.animate-delay600ms {
  animation-delay: 600ms;
}
.animate-delay700ms {
  animation-delay: 700ms;
}
.animate-delay800ms {
  animation-delay: 800ms;
}
.animate-delay900ms {
  animation-delay: 900ms;
}
.animate-delay1000ms {
  animation-delay: 1000ms;
}
.animate-delay1100ms {
  animation-delay: 1100ms;
}
.animate-delay1200ms {
  animation-delay: 1200ms;
}
.animate-delay1300ms {
  animation-delay: 1300ms;
}
.animate-delay1400ms {
  animation-delay: 1400ms;
}
.animate-delay1500ms {
  animation-delay: 1500ms;
}
.animate-delay1600ms {
  animation-delay: 1600ms;
}
.animate-delay1700ms {
  animation-delay: 1700ms;
}
.animate-delay1800ms {
  animation-delay: 1800ms;
}

.fadein_l {
  opacity: 0;
}

.fadein {
  opacity: 0;
}

.fadein_u {
  opacity: 0;
}

.fadein_u--s {
  opacity: 0;
}

.scroll_effect.se_active .fadein_l {
  opacity: 0;
  animation-duration: 0.35s;
  animation-name: fadein_l;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_r {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_r;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein {
  opacity: 0;
  animation-duration: 0.35s;
  animation-name: fadein;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_u {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_u;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .fadein_u--s {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: fadein_u--s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}
.scroll_effect.se_active .scale {
  opacity: 0;
  animation-duration: 0.4s;
  animation-name: scale;
  animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  animation-fill-mode: forwards;
}

@keyframes fadein_l {
  0% {
    opacity: 0;
    transform: translateX(-10vw) translateY(0.5vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fadein_r {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein_u {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein_u--s {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes movedown {
  0% {
    transform: translateY(-100%);
  }
  10% {
    transform: translateY(-100%);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.u-font-awesome {
  font-family: "Font Awesome 5 Free";
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.u-font-noto-r, .p-footer__nav-item, .p-footer__copyright, .p-menu__contact-info, .p-points__item-description, .p-point__heading-description, .p-point__feature-description, .p-point__feature-description--right, .p-point__feature-description--area, .p-point__feature-viala-heading, .p-point__feature-viala-description, .p-point__feature-viala-notice, .p-description__text, .p-cta__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.u-font-outfit, .c-caption p, .c-scroll, .p-menu__close {
  font-family: "Outfit", sans-serif;
}

.u-font-shippori, body, .c-caption h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sm-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mt100 {
    margin-top: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sm-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-mb100 {
    margin-bottom: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sm-pt0 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pt100 {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-sm-pb0 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .u-sm-pb100 {
    padding-bottom: 100px;
  }
}

.u-text-primary {
  color: #86214d;
}

.u-text-secondary {
  color: #7e7d6b;
}

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

.u-text-small {
  font-size: 1rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

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

.u-bg-primary {
  background: #7e7d6b;
}

.u-bg-secondary {
  background: #7e7d6b;
}

.u-bg-tertiary {
  background: #f3ecda;
}

.u-pos--relative {
  position: relative;
}
.u-pos--absolute {
  position: absolute;
}

.u-dn-sm {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .u-dn-sm {
    display: inherit !important;
  }
}

.u-dn-lg {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-dn-lg {
    display: inherit !important;
  }
}

.u-dn-md {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .u-dn-md {
    display: inherit !important;
  }
}