@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  overflow-x: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  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%;
}

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

.body__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.l-body {
  position: relative;
  background: #ffc400;
}
@media screen and (min-width: 768px) {
  .l-body .p-bg {
    width: calc(50% - 207px);
  }
}
.l-body .sp-wrapper {
  background: #ffc400;
  min-height: 100vh;
  max-width: 414px;
  width: 100%;
  margin: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}

.l-footer {
  background: #21417f;
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-hamburger__btn {
  position: absolute;
  top: 0;
  right: 20px;
  right: 1.25rem;
  z-index: 9999;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}
.c-hamburger__btn:after {
  position: absolute;
  content: attr(data-status);
  color: #000;
  font-weight: 700;
  top: 10px;
  top: 0.625rem;
  left: 0;
  right: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-hamburger__line {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  width: 2.5rem;
  height: 3px;
  background: transparent;
}
.c-hamburger__line:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  top: -4px;
  top: -0.25rem;
  background: #000;
}
.c-hamburger__line:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  bottom: -4px;
  bottom: -0.25rem;
  background: #000;
}
.c-hamburger__nav {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
}
.c-hamburger__nav .c-header__logo {
  position: fixed;
  left: 20px;
  top: 12px;
}
@media screen and (min-width: 600px) {
  .c-hamburger__nav {
    margin-top: 7.5rem;
  }
}
.c-hamburger__list {
  text-align: center;
  color: #000;
  width: 100%;
  max-width: 414px;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.c-hamburger__item {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.c-hamburger__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-hamburger__item.last img {
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item a {
    font-size: 1.8125rem;
  }
}
.c-hamburger__item a:hover {
  opacity: 0.6;
}
.c-hamburger__item:last-child {
  margin-bottom: 150px;
}
.c-hamburger__item .c-button__primary {
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.c-hamburger__item--info {
  width: 228px;
  width: 14.25rem;
  height: 70px;
  height: 4.375rem;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
  margin-left: auto;
  margin-right: auto;
}
.c-hamburger__item--info img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__sub-list {
  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;
}
.c-hamburger__sub-item {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.c-hamburger__sub-item:last-child {
  margin-right: 0;
}

.c-hamburger__btn[aria-expanded=true]:after {
  display: none;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
  top: 0;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.sp_fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s;
}
.sp_fixed_btn.off {
  opacity: 0;
  pointer-events: none;
}
.sp_fixed_btn img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sp_fixed_btn {
    display: none!important;
  }
}

.c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item {
    margin-right: 2.5rem;
    font-size: 1rem;
  }
}
.c-header__item:last-child {
  margin-right: 0;
}
.c-header__item a {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header__item a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    bottom: -8px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item--contact a {
    display: inline-block;
    color: #fff;
    background: #000;
    font-weight: 700;
    height: 5rem;
    text-align: center;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-header__item--contact a {
    height: 5rem;
    width: 11.5625rem;
    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;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item--contact a:hover:after {
    display: none;
  }
}
.c-header__logo {
  width: 153px;
  width: 9.5625rem;
  height: 37px;
  height: 2.3125rem;
}
.c-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-width: 18.75rem;
  margin: auto;
  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;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    max-width: 28.3125rem;
    margin-bottom: 5.25rem;
  }
}
.c-section-title__text {
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-width: 8.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__text {
    max-width: 100%;
  }
}
.c-section-title__num {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-title__num {
    max-width: 100%;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 414px;
  height: 100%;
  background: rgba(255, 196, 0, .737254902);
  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;
  z-index: 99999;
}

.modal__container {
  background-color: #fff;
  padding: 42px 20px 80px;
  padding: 2.625rem 1.25rem 5rem;
  max-height: 90vh;
  max-width: calc(100% - 40px);
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.modal__container::before {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.modal__header {
  border-bottom: dotted 3px #ffc400;
}

.modal__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  line-height: 1.875;
  font-weight: 700;
  text-align: center;
}
.modal__title:focus {
  outline: none;
}

.modal__image {
  width: 100%;
  height: 100%;
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}
.modal__image img {
  width: 100%;
  height: 100%;
}

.modal__text {
  letter-spacing: 0.08em;
  margin-right: -0.08em;
  font-size: 16px;
  font-size: 1rem;
}

.modal__close {
  background: #ffc400;
  border-radius: 999px;
  border: 0;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 10px;
  top: 0.625rem;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
}

.modal__header .modal__close:before {
  content: "✕";
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  inset: 0;
  margin-top: 2px;
}

.modal__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.875;
  color: rgba(0, 0, 0, .8);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.4375rem;
}

.modal__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.modal__cat {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding: 7px 12px 8px 8px;
  padding: 0.4375rem 0.75rem 0.5rem 0.5rem;
  background: #ffc401;
  color: #000000;
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (max-width: 376px) {
  .modal__cat {
    font-size: 0.9375rem;
    padding: 0.3125rem 0.625rem 0.375rem 0.375rem;
  }
}

.modal__text-image {
  width: 296px;
  width: 18.5rem;
  height: 65px;
  height: 4.0625rem;
  margin: 34px auto 16px;
  margin: 2.125rem auto 1rem;
}
.modal__text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal__banner {
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(170,146,77,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px #aa924d);
          filter: drop-shadow(0px 3px 6px #aa924d);
}
.modal__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.p-error__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-error__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-error__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__head {
    margin-bottom: 2.5rem;
  }
}
.p-error__body {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-error__body {
    text-align: center;
  }
}
.p-error__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-error__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #d10000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-error__title {
    font-size: 1.5rem;
  }
}
.p-error__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-error__text {
    font-size: 1rem;
  }
}

.p-bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bg {
    width: calc(100% - 414px - 7.32vw);
    height: 100vh;
    position: fixed;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: solid 5px #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-bg__logo {
    width: 18.25rem;
    height: 5.625rem;
    margin-bottom: 3.875rem;
  }
}
.p-bg__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__images {
  width: 323px;
  height: 446px;
  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-bg__image1 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 225px;
  max-width: 14.0625rem;
  max-height: 385px;
  max-height: 24.0625rem;
}
.p-bg__image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image2 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 223px;
  max-width: 13.9375rem;
  max-height: 439px;
  max-height: 27.4375rem;
}
.p-bg__image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image3 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 387px;
  max-width: 24.1875rem;
  max-height: 287px;
  max-height: 17.9375rem;
}
.p-bg__image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image4 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 261px;
  max-width: 16.3125rem;
  max-height: 396px;
  max-height: 24.75rem;
}
.p-bg__image4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image5 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 284px;
  max-width: 17.75rem;
  max-height: 403px;
  max-height: 25.1875rem;
}
.p-bg__image5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image6 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 323px;
  max-width: 20.1875rem;
  max-height: 355px;
  max-height: 22.1875rem;
}
.p-bg__image6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image7 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 307px;
  max-width: 19.1875rem;
  max-height: 384px;
  max-height: 24rem;
}
.p-bg__image7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image8 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 211px;
  max-width: 13.1875rem;
  max-height: 437px;
  max-height: 27.3125rem;
}
.p-bg__image8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image9 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 260px;
  max-width: 16.25rem;
  max-height: 446px;
  max-height: 27.875rem;
}
.p-bg__image9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-bg__image10 {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 314px;
  max-width: 19.625rem;
  max-height: 229px;
  max-height: 14.3125rem;
}
.p-bg__image10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-menu {
    width: calc(50% - 207px);
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: solid 5px #fff;
  }
}
.p-menu__nav {
  padding: 0 24px;
  padding: 0 1.5rem;
}
.p-menu__list {
  margin-bottom: 50px;
/*
  margin-bottom: 104px;
  margin-bottom: 6.5rem;
*/
}
.p-menu__list > * + * {
  margin-top: 30px;
/*
  margin-top: 42px;
  margin-top: 2.625rem;
*/
}
.p-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
/*
  font-size: 29px;
  font-size: 1.8125rem;
*/
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em
}
.p-menu__item a:hover {
  opacity: 0.6;
}
.p-menu__icon {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 27px;
  margin-right: 1.6875rem;
}
.p-menu__item--contact a {
  display: block;
  width: 100%;
  max-width: 359px;
  max-width: 22.4375rem;
  height: auto;
}
.p-menu__item--contact a.mgb {
  margin-bottom: 12px;
}
.p-menu__item--contact a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-company {
  overflow: hidden;
}
.p-company__inner {
  position: relative;
  padding-top: 163px;
  padding-top: 10.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.p-company__heading {
  text-align: center;
  width: 140px;
  width: 8.75rem;
  height: 76px;
  height: 4.75rem;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem;
}
.p-company__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  white-space: nowrap;
}
.p-company__subtitle {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
  width: 310px;
  width: 19.375rem;
  height: 82px;
  height: 5.125rem;
  margin-left: auto;
  margin-right: auto;
}
.p-company__subtitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__chara {
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.p-company__chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__owner-message {
  margin-bottom: 110px;
  margin-bottom: 6.875rem;
}
.p-company__lead {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-right: -0.075em;
  line-height: cal(54/36);
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-company__text {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
.p-company__wrap {
  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-top: 52px;
  margin-top: 3.25rem;
}
.p-company__icon {
  width: 33px;
  width: 2.0625rem;
  height: 44px;
  height: 2.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.p-company__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__text--name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
.p-company__member-title {
  width: 322px;
  width: 20.125rem;
  height: 81px;
  height: 5.0625rem;
  margin: auto auto 44px;
  margin: auto auto 2.75rem;
}
.p-company__member-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member1 {
  width: 431px;
  height: 429px;
  position: relative;
  right: 0;
}
/*
@media (max-width: 768px) {
  .p-company__member1 {
    right: -20px;
  }
}
*/
@media (max-width: 380px) {
  .p-company__member1 {
    width: 410px;
    position: relative;
    height: 409px;
  }
}
.p-company__member1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member2 {
  width: 430px;
  height: 425px;
  position: relative;
  right: 0;
  margin-top: -94px;
}
@media (max-width: 380px) {
  .p-company__member2 {
    width: 395px;
    position: relative;
    height: 390px;
    right: 0px;
    margin-top: -80px;
  }
}
.p-company__member2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member3 {
  width: 381px;
  height: 435px;
  position: relative;
  margin-top: 0;
}
@media (max-width: 380px) {
  .p-company__member3 {
    width: 366px;
    position: relative;
    height: 420px;
    margin-top: -100px;
    left: 0px;
  }
}
.p-company__member3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member4 {
  width: 475px;
  height: 446px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 380px) {
  .p-company__member4 {
    width: 435px;
    height: 405px;
    position: relative;
    margin-top: 0;
    right: 0;
  }
}
.p-company__member4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member5 {
  width: 430px;
  height: 425px;
  position: relative;
  margin-top: -190px;
  left: -20px;
}
@media (max-width: 380px) {
  .p-company__member5 {
    width: 405px;
    height: 400px;
    position: relative;
    margin-top: -110px;
    left: -20px;
  }
}
.p-company__member5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member6 {
  width: 411px;
  height: 360px;
  position: relative;
  margin-top: -40px;
  right: -5px;
}
@media (max-width: 380px) {
  .p-company__member6 {
    width: 385px;
    height: 335px;
    position: relative;
    margin-top: 0;
    right: 0;
  }
}
.p-company__member6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member7 {
  width: 399px;
  height: 460px;
  position: relative;
  margin-top: -60px;
  left: 0;
}
@media (max-width: 380px) {
  .p-company__member7 {
    width: 370px;
    height: 431px;
    margin-top: -60px;
    left: 0;
  }
}
.p-company__member7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member8 {
  width: 405px;
  height: 422px;
  position: relative;
  margin-top: -20px;
  right: -6px;
}
@media (max-width: 380px) {
  .p-company__member8 {
    width: 390px;
    height: 407px;
    margin-top: -60px;
    right: -10px;
  }
}
.p-company__member8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member9 {
  width: 403px;
  height: 411px;
  position: relative;
  margin-top: -120px;
  right: 0;
}
@media (max-width: 380px) {
  .p-company__member9 {
    width: 385px;
    height: 395px;
    margin-top: -80px;
    right: 20px;
  }
}
.p-company__member9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member10 {
  width: 401px;
  height: 432px;
  position: relative;
  margin-top: -30px;
  right: -5px;
}
@media (max-width: 380px) {
  .p-company__member10 {
    width: 385px;
    height: 405px;
    margin-top: 0px;
    right: -5px;
  }
}
.p-company__member10 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-company__member11 {
  width: 394px;
  height: 434px;
  position: relative;
  margin-top: -60px;
  right: -5px;
}
@media (max-width: 380px) {
  .p-company__member11 {
    margin-top: 0px;
    right: 20px;
  }
}
.p-company__member11 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-detail__title {
  width: 329px;
  height: 81px;
  margin: 0 auto 62px;
}
.p-detail__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-detail__list {
  margin-bottom: 26px;
}
.p-detail__term {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 0;
  margin-bottom: 8px;
}
.p-detail__desc {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
.p-detail__map {
  padding-top: 20px;
  margin-bottom: 113px;
  width: 100%;
  height: 305px;
}
.p-detail__map iframe {
  width: 100%;
  height: 100%;
}

.p-recruit {
  position: relative;
  margin-top: 180px;
  margin-bottom: 104px;
}
.p-recruit__text {
  width: 100%;
  height: 100%;
}
.p-recruit__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-recruit__button {
  display: block;
  width: calc(100% - 40px);
  height: auto;
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit__button img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-cv {
  background: #e9ebf0;
}
.p-cv__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cv__inner {
    padding-top: 7rem;
    padding-bottom: 5.5rem;
  }
}
.p-cv__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
  color: #d10000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cv__title {
    font-size: 3rem;
  }
}
.p-cv__btn {
  margin-top: 72px;
  margin-top: 4.5rem;
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cv__btn {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }
}
.p-cv__btn a {
  width: 100%;
  display: block;
  max-width: 360px;
  max-width: 22.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-cv__btn a {
    max-width: 30.75rem;
  }
}
.p-cv__btn a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-cv__textarea {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 238px;
  max-width: 14.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-cv__textarea {
    margin-bottom: 3rem;
    max-width: 100%;
  }
}
.p-cv__textarea--bottom {
  margin-bottom: 0;
}
.p-cv__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-cv__text {
    font-size: 1.375rem;
  }
}

.p-footer__info {
  width: 340px;
  height: 190px;
  margin: 0 auto 30px;
}
.p-footer__info img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer p {
  background: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
.footer_bottom {
  width: calc(100% - 50px);
  margin: 0 auto 30px;
  position: relative;
}
.footer_bottom >img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.footer_bottom .link01,.footer_bottom .link02 {
  position: absolute;
  width: 34vw;
  top: 20px;
  right: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer_bottom .link01,.footer_bottom .link02 {
    width: 147px;
  }
}
.footer_bottom .link02 {
  top: unset;
  bottom: 20px;
}
.footer_bottom .link01 img,.footer_bottom .link02 img {
  width: 100%;
  height: auto;
}

.p-header {
  width: 100%;
  max-width: 415px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  height: 60px;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    display: none;
  }
}
.p-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ffc400;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.p-about__inner {
  position: relative;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 75px;
}
.p-about__text {
  font-weight: 900;
  line-height: 2.285;
  font-size: 4.8vw;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-about__textarea {
  text-align: center;
}
.p-about__bg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 319px;
  width: 19.9375rem;
  height: 429px;
  height: 26.8125rem;
  z-index: 2;
}
.p-about__bottom {
  width: 222px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 140px;
}

.p-card__inner {
  padding-top: 130px;
  padding-top: 8.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.p-card__content {
  width: 100%;
  height: 100%;
  display: none;
}
.p-card__content img {
  width: 100%;
  height: 100%;
}

.p-foot-cv__inner {
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
.p-foot-cv__text {
  width: 100%;
  height: 100%;
  max-width: 357px;
  max-width: 22.3125rem;
  max-height: 19px;
  max-height: 1.1875rem;
  margin: 0 auto 18px;
  margin: 0 auto 1.125rem;
}
.p-foot-cv__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-foot-cv__tel {
  width: 100%;
  height: 100%;
}
.p-foot-cv__tel img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffc400;
  z-index: 9999;
  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-loading figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-loading__image1 {
  width: 225px;
  height: 385px;
}
.p-loading__image2 {
  width: 223px;
  height: 439px;
}
.p-loading__image3 {
  width: 223px;
  height: 439px;
}
.p-loading__image4 {
  width: 261px;
  height: 396px;
}
.p-loading__image5 {
  width: 284px;
  height: 403px;
}
.p-loading__image6 {
  width: 323px;
  height: 355px;
}
.p-loading__image7 {
  width: 307px;
  height: 384px;
}
.p-loading__image8 {
  width: 211px;
  height: 437px;
}
.p-loading__image9 {
  width: 260px;
  height: 446px;
}
.p-loading__image10 {
  width: 315px;
  height: 229px;
}
.p-loading__image11 {
  width: 217px;
  height: 374px;
}
.p-loading__image12 {
  width: 198px;
  height: 375px;
}
.p-loading__image13 {
  width: 198px;
  height: 371px;
}
.p-loading__image14 {
  width: 223px;
  height: 439px;
}
.p-loading__image15 {
  width: 195px;
  height: 380px;
}
.p-loading img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
  position: absolute;
}
.p-loading img.active {
  display: block;
}

.p-mainview {
  padding-top: 60px;
  padding-top: 3.75rem;
/*
  height: 600px;
  height: 37.5rem;
*/
}
.p-mainview__inner {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
}
.p-mainview__message {
  max-width: 89px;
  max-height: 76px;
  position: absolute;
  top: 38px;
  right: 62px;
}
.p-mainview .p-mainview__inner .fv02 {
  position: relative;
  z-index: 2;
}
.p-mainview .p-mainview__inner .fv02 img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.p-mainview .p-mainview__inner .fv03 img {
  margin-top: -25px;
}
.p-mainview .p-mainview__inner .fv04 img {
  margin-top: 10px;
}
.p-mainview__message.js-g01 {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 380px) {
  .p-mainview__message {
    right: 32px;
  }
}
.p-mainview__chara {
  max-width: 186px;
  max-height: 209px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 58px;
}
.p-mainview__chara.js-g01 {
  opacity: 0;
  visibility: hidden;
}
.p-mainview__copy {
  height: 318px;
  width: 100%;
  position: absolute;
  top: 249px;
  left: 0;
}
.p-mainview__text1 {
  width: 163px;
  width: 10.1875rem;
  height: 115px;
  height: 7.1875rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 391px) {
  .p-mainview__text1 {
    left: -12px;
  }
}
@media (max-width: 381px) {
  .p-mainview__text1 {
    left: -12px;
  }
}
@media (max-width: 371px) {
  .p-mainview__text1 {
    width: 9.875rem;
    height: 6.875rem;
    left: -17px;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text1 {
    width: 163px;
    height: 115px;
  }
}
.p-mainview__text1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text2 {
  width: 100px;
  width: 6.25rem;
  height: 92px;
  height: 5.75rem;
  position: absolute;
  left: 171px;
  left: 10.6875rem;
  top: 40px;
  top: 2.5rem;
}
@media (max-width: 391px) {
  .p-mainview__text2 {
    left: 150px;
  }
}
@media (max-width: 381px) {
  .p-mainview__text2 {
    left: 140px;
  }
}
@media (max-width: 371px) {
  .p-mainview__text2 {
    width: 5.9375rem;
    height: 6.5625rem;
    left: 137px;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text2 {
    width: 100px;
    height: 92px;
    left: 171px;
    top: 40px;
  }
}
.p-mainview__text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text3 {
  width: 147px;
  width: 9.1875rem;
  height: 160px;
  height: 10rem;
  position: absolute;
  right: -12px;
  right: -0.75rem;
  top: -20px;
  top: -1.25rem;
}
@media (max-width: 391px) {
  .p-mainview__text3 {
    width: 147px;
    height: 160px;
    right: -12px;
    top: -20px;
  }
}
@media (max-width: 371px) {
  .p-mainview__text3 {
    width: 8.875rem;
    height: 9.6875rem;
    right: -0.75rem;
    top: -1.25rem;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text3 {
    width: 147px;
    height: 160px;
    right: -12px;
    top: -20px;
  }
}
.p-mainview__text3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text4 {
  width: 115px;
  width: 7.1875rem;
  height: 125px;
  height: 7.8125rem;
  position: absolute;
  top: 150px;
  top: 9.375rem;
  left: -12px;
  left: -0.75rem;
}
@media (max-width: 391px) {
  .p-mainview__text4 {
    width: 115px;
    height: 125px;
    top: 150px;
    left: -12px;
  }
}
@media (max-width: 381px) {
  .p-mainview__text4 {
    left: -8px;
  }
}
@media (max-width: 371px) {
  .p-mainview__text4 {
    width: 6.875rem;
    height: 7.5rem;
    left: -7px;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text4 {
    width: 115px;
    height: 125px;
    top: 150px;
    left: -12px;
  }
}
.p-mainview__text4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text5 {
  width: 177px;
  width: 11.0625rem;
  height: 56px;
  height: 3.5rem;
  position: absolute;
  top: 180px;
  top: 11.25rem;
  left: 119px;
  left: 7.4375rem;
}
@media (max-width: 391px) {
  .p-mainview__text5 {
    width: 172px;
    height: 51px;
    top: 180px;
    left: 110px;
  }
}
@media (max-width: 381px) {
  .p-mainview__text5 {
    left: 110px;
    width: 10rem;
    height: 3rem;
  }
}
@media (max-width: 371px) {
  .p-mainview__text5 {
    left: 103px;
    width: 9.6875rem;
    height: 2.6875rem;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text5 {
    width: 177px;
    height: 56px;
    top: 180px;
    left: 119px;
  }
}
.p-mainview__text5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text6 {
  width: 131px;
  width: 8.1875rem;
  height: 159px;
  height: 9.9375rem;
  right: -12px;
  right: -0.75rem;
  top: 130px;
  top: 8.125rem;
  position: absolute;
}
@media (max-width: 391px) {
  .p-mainview__text6 {
    width: 7.875rem;
    height: 9.625rem;
    right: -0.75rem;
    top: 7.8125rem;
  }
}
@media (max-width: 371px) {
  .p-mainview__text6 {
    width: 7.875rem;
    height: 9.625rem;
    right: -0.75rem;
    top: 7.8125rem;
  }
}
@media screen and (min-width: 600px) {
  .p-mainview__text6 {
    width: 131px;
    height: 159px;
    right: -12px;
    top: 130px;
  }
}
.p-mainview__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__text1.js-g01, .p-mainview__text2.js-g01, .p-mainview__text3.js-g01, .p-mainview__text4.js-g01, .p-mainview__text5.js-g01, .p-mainview__text6.js-g01 {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 414px) {
  .p-mainview__text1, .p-mainview__text2, .p-mainview__text3, .p-mainview__text4, .p-mainview__text5, .p-mainview__text6 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 380px) {
  .p-mainview__text1, .p-mainview__text2, .p-mainview__text3, .p-mainview__text4, .p-mainview__text5, .p-mainview__text6 {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.p-mainview__text1 img, .p-mainview__text2 img, .p-mainview__text3 img, .p-mainview__text4 img, .p-mainview__text5 img, .p-mainview__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainview__copy-wrapper {
  position: relative;
  height: 100%;
}

.p-service {
  overflow: hidden;
}
.p-service__top-inner {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
}
.p-service__bottom-inner {
  padding-bottom: 60px;
}
.p-service__bottom-inner.pdb {
  padding-bottom: 124px;
}
.p-service__heading {
  text-align: center;
  width: 140px;
  width: 8.75rem;
  height: 76px;
  height: 4.75rem;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem;
}
.p-service__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
  white-space: nowrap;
}
.p-service__title.small {
  font-size: 24px;
}
.p-service__title.small02 {
  font-size: 19px;
}
@media (max-width: 380px) {
  .p-service__title {
    font-size: 27px;
  }
  .p-service__title.small {
    font-size: 24px;
  }
}
.p-service__kv {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  position: relative;
}
.p-service__kv img {
  width: calc(100% - 50px);
  height: auto;
  margin: 0 auto;
}
.p-service__kv .chara01 {
  position: absolute;
  width: 124px;
  height: auto;
  right: 9px;
  bottom: -65px;
}
.p-service__kv .chara02 {
  position: absolute;
  width: 144px;
  height: auto;
  right: 20px;
  bottom: -90px;
}
.p-service__kv .chara04 {
  position: absolute;
  width: 180px;
  height: auto;
  right: 0;
  bottom: -20px;
}
.p-service__chara {
  width: 100%;
  height: 100%;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.p-service__chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__chara--pos2 {
  position: relative;
  left: -35px;
  left: -2.1875rem;
}
.p-service__chara--pos3 {
  position: relative;
  left: -15px;
  left: -0.9375rem;
}
.p-service__list01 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.p-service__list {
  width: 100%;
  height: 100%;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
.p-service__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__wrapper > * + * {
  margin-top: 38px;
  margin-top: 2.375rem;
}
.p-service__head {
  display: grid;
  grid-template-columns: 2.625rem 1fr;
  grid-template-rows: 1fr;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.p-service__num {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
}
.p-service__num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-service__desc-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media (max-width: 376px) {
  .p-service__desc-title {
    font-size: 1.25rem;
  }
}
.p-service__body {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
.p-service__desc-subtitle {
  background: #fff;
  display: inline-block;
  padding: 5px 11px;
  padding: 0.3125rem 0.6875rem;
  font-weight: 900;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.875;
}
.p-service__text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.764;
}
.p-service__foot_wrap {
  background-color: #FFD04A;
  padding: 20px;
  margin-top: 24px;
}
.p-service__foot_wrap .p-service__text {
  font-size: 12px;
  text-align: justify;
}
.p-service__bottom {
  padding-bottom: 115px;
}
.p-service__bottom .mgb {
  margin-bottom: 24px;
}

.p-plan .plan01 .plan_text {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
.p-plan .plan01 .plan_text span {
  color: #D33000;
}
.p-plan .plan02 {
  margin-top: 45px;
}
.p-plan .plan_block {
  position: relative;
  margin-bottom: 6px;
}
.p-plan .plan_block.mgb25 {
  margin-bottom: 25px;
}
.p-plan .plan_block img {
  width: calc(100% - 50px);
  height: auto;
  margin: 0 auto;
}
.p-plan .plan_block .sub {
  width: 99px;
  height: auto;
  margin: 0;
  position: absolute;
  top: -15px;
  right: 18px;
}
.p-plan .plan03 .plan03_text {
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  margin: 24px auto 90px;
}
.p-plan .plan04 {
  width: 100%;
  background-color: #fff;
  padding-bottom: 50px;
}
.p-plan .plan04 .attention {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #D33000;
  margin-top: 36px;
}
.p-plan .plan04 .plan4_bottom {
  width: calc(100% - 50px);
  position: relative;
  margin: 40px auto 0;
}
.p-plan .plan04 .plan4_bottom p {
  font-size: 13px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
.p-plan .plan04 .plan4_bottom img {
  width: 37vw;
  height: auto;
  position: absolute;
  right: 0;
  top: -15px;
}
@media screen and (min-width: 768px) {
  .p-plan .plan04 .plan4_bottom img {
    width: 175px;
  }
}
.p-plan .plan_attention {
/*   width: calc(100% - 50px); */
  height: auto;
  margin: 90px auto 150px;
}

.p-step__inner {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 78px;
  padding-bottom: 4.875rem;
}
.p-step__heading {
  text-align: center;
  width: 140px;
  width: 8.75rem;
  height: 76px;
  height: 4.75rem;
  margin: 0 auto 21px;
  margin: 0 auto 1.3125rem;
}
.p-step__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-step__title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
}
.p-step__lead {
  width: 215px;
  width: 13.4375rem;
  height: 67px;
  height: 4.1875rem;
  margin: auto auto auto auto;
  position: relative;
  right: -12px;
  right: -0.75rem;
}
.p-step__lead img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-step__wrapper {
  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;
  padding-bottom: 150px;
}
.p-step__content {
  padding: 0 7px;
  padding: 0 0.4375rem;
}
.p-step__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-step__wrapper .step__content01 {
  position: relative;
}
.p-step__wrapper .step__content01 .step__tel {
  width: 85vw;
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .p-step__wrapper .step__content01 .step__tel {
    width: 374px;
  }
}
.p-step__content--arrow {
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 20px;
  height: 1.25rem;
  padding: 0;
  margin: 15px auto;
  margin: 0.9375rem auto;
}
.p-step__content--arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__inner {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.p-voice__wrapper {
  padding-bottom: 90px;
}
.p-voice__heading {
  text-align: center;
  width: 140px;
  width: 8.75rem;
  height: 76px;
  height: 4.75rem;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem;
}
.p-voice__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-voice__title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
  visibility: hidden;
  position: absolute;
  right: -9999999px;
}
.p-voice__lead {
  width: 327px;
  width: 20.4375rem;
  height: 70px;
  height: 4.375rem;
  margin: auto;
}
.p-voice__lead img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-voice__wrapper > * + * {
  margin-top: 54px;
  margin-top: 3.375rem;
}
.p-voice__image {
  width: 100%;
  height: 100%;
}
.p-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worries__inner {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 190px;
  padding-bottom: 11.875rem;
}
.p-worries__heading {
  text-align: center;
  width: 140px;
  width: 8.75rem;
  height: 76px;
  height: 4.75rem;
  margin: 0 auto 12px;
  margin: 0 auto 0.75rem;
}
.p-worries__heading.small {
  text-align: center;
  width: 30px;
  height: 40px;
  margin-bottom: 3px;
}
.p-worries__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-worries__title {
  font-weight: 900;
  line-height: 1.5;
  font-size: 29px;
  font-size: 1.8125rem;
  text-align: center;
}
.p-worries__wrapper {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-worries__full {
  display: grid;
  grid-template-columns: 1f;
  grid-template-rows: 1fr;
}
.p-worries__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
.p-worries__content {
  width: 100%;
  height: 100%;
}
.p-worries__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-worries__content .p-worries__content_last {
  width: 311px;
  height: auto;
  margin: 30px auto 0;
  object-fit: auto;
}
/*
@media screen and (min-width: 768px) {
  .p-worries__content :hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
    cursor: pointer;
  }
}
*/

#contact {
  padding-bottom: 120px;
}
.contact_text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
.contact_wrap {
  width: calc(100% - 50px);
  margin: 0 auto;
}
.contact_wrap .contact_block {
  margin-bottom: 36px;
}
.contact_wrap .contact_block .contact_item {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.contact_wrap .contact_block .contact_item span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #1A1311;
  margin-left: 10px;
  padding: 1px 10px;
}
.contact_wrap .contact_block input[type="text"],.contact_wrap .contact_block input[type="tel"],.contact_wrap .contact_block input[type="email"],.contact_wrap .contact_block textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.contact_wrap .contact_block select {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}
.contact_wrap .contact_block .wpcf7-checkbox {
  margin-top: 10px;
  display: block;
}
.contact_wrap .contact_block .wpcf7-checkbox .wpcf7-list-item {
  width: calc(50% - 1em);
  margin-bottom: 5px;
}
.contact_wrap .contact_block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
}
.contact_wrap .contact_block .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.contact_wrap .contact_block .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.contact_wrap .contact_block.select .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
}
.contact_wrap .contact_block.select .wpcf7-form-control-wrap:before,.contact_wrap .contact_block.select .wpcf7-form-control-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1px;
  height: 12px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}
.contact_wrap .contact_block.select .wpcf7-form-control-wrap:before {
  transform: translateY(-50%) rotate(45deg);
}
.contact_wrap .contact_block.select .wpcf7-form-control-wrap:after {
  transform: translateY(-50%) rotate(-45deg);
}
.contact_wrap .contact-contents__submit >p {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact_wrap .contact-contents__submit input[type="submit"] {
  width: 256px;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  margin: auto;
}
.contact_wrap .contact-contents__submit input[type="button"].contact_comfirm_back__btn {
  width: 256px;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 10px;
  color: #000;
  margin: auto;
}

.complete_wrap,.confirm_wrap {
  width: calc(100% - 50px);
  background-color: #fff;
  border-radius: 10px;
  margin: 50px auto 0;
  padding: 100px 0 75px;
}
.confirm_wrap {
  padding-top: 60px;
  text-align: center;
}
.confirm_wrap .contact_item {
  margin-bottom: 5px;
}
.complete_img {
  width: 270px;
  height: auto;
  margin: 0 auto 40px;
}
.comp_link {
  width: 260px;
  height: 54px;
  background-color: #000;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
}
.comp_link span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: auto;
}

.p-privacy-policy {
  background: #fff;
}
.p-privacy-policy__wrapper {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-privacy-policy__unit {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.p-privacy-policy__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 1.125rem;
  }
}
.p-privacy-policy__title--small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title--small {
    font-size: 1rem;
  }
}
.p-privacy-policy__head {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-privacy-policy__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: 0.875rem;
  }
}
.p-privacy-policy__link {
  text-align: center;
}

.p-thanks {
  height: 100vh;
}
.p-thanks__inner {
  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;
  height: 100%;
  width: 100%;
}

.u-delay-time1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.u-delay-time2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.u-delay-time3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.u-delay-time4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.u-delay-time5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.u-delay-time6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.u-delay-time7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.u-delay-time8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.u-delay-time9 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.u-delay-time10 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.u-block {
  display: block;
}

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

@media screen and (min-width: 768px) {
  .u-desktop-block {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
}

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

@media screen and (min-width: 768px) {
  .u-desktop-inline-block {
    display: inline-block;
  }
}

.u-inline {
  display: inline;
}

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

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-scroll-fade {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-scroll-up.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fadeup {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-load-fadeup.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.u-flex-center-row {
  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;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

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

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

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

.u-pt4 {
  padding-top: 4px;
}

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

.u-pt8 {
  padding-top: 8px;
}

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

.u-pt12 {
  padding-top: 12px;
}

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

.u-pt16 {
  padding-top: 16px;
}

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

.u-pt24 {
  padding-top: 24px;
}

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

.u-pt28 {
  padding-top: 28px;
}

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

.u-pt32 {
  padding-top: 32px;
}

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

.u-pt36 {
  padding-top: 36px;
}

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

.u-pt44 {
  padding-top: 44px;
}

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

.u-pt48 {
  padding-top: 48px;
}

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

.u-pt52 {
  padding-top: 52px;
}

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

.u-pt56 {
  padding-top: 56px;
}

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

.u-pt64 {
  padding-top: 64px;
}

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

.u-pt68 {
  padding-top: 68px;
}

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

.u-pt72 {
  padding-top: 72px;
}

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

.u-pt76 {
  padding-top: 76px;
}

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

.u-pt84 {
  padding-top: 84px;
}

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

.u-pt88 {
  padding-top: 88px;
}

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

.u-pt92 {
  padding-top: 92px;
}

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

.u-pt96 {
  padding-top: 96px;
}

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

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

.u-pb4 {
  padding-bottom: 4px;
}

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

.u-pb8 {
  padding-bottom: 8px;
}

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

.u-pb12 {
  padding-bottom: 12px;
}

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

.u-pb16 {
  padding-bottom: 16px;
}

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

.u-pb24 {
  padding-bottom: 24px;
}

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

.u-pb28 {
  padding-bottom: 28px;
}

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

.u-pb32 {
  padding-bottom: 32px;
}

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

.u-pb36 {
  padding-bottom: 36px;
}

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

.u-pb44 {
  padding-bottom: 44px;
}

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

.u-pb48 {
  padding-bottom: 48px;
}

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

.u-pb52 {
  padding-bottom: 52px;
}

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

.u-pb56 {
  padding-bottom: 56px;
}

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

.u-pb64 {
  padding-bottom: 64px;
}

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

.u-pb68 {
  padding-bottom: 68px;
}

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

.u-pb72 {
  padding-bottom: 72px;
}

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

.u-pb76 {
  padding-bottom: 76px;
}

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

.u-pb84 {
  padding-bottom: 84px;
}

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

.u-pb88 {
  padding-bottom: 88px;
}

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

.u-pb92 {
  padding-bottom: 92px;
}

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

.u-pb96 {
  padding-bottom: 96px;
}

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

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

.u-pl4 {
  padding-left: 4px;
}

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

.u-pl8 {
  padding-left: 8px;
}

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

.u-pl12 {
  padding-left: 12px;
}

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

.u-pl16 {
  padding-left: 16px;
}

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

.u-pl24 {
  padding-left: 24px;
}

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

.u-pl28 {
  padding-left: 28px;
}

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

.u-pl32 {
  padding-left: 32px;
}

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

.u-pl36 {
  padding-left: 36px;
}

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

.u-pl44 {
  padding-left: 44px;
}

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

.u-pl48 {
  padding-left: 48px;
}

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

.u-pl52 {
  padding-left: 52px;
}

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

.u-pl56 {
  padding-left: 56px;
}

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

.u-pl64 {
  padding-left: 64px;
}

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

.u-pl68 {
  padding-left: 68px;
}

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

.u-pl72 {
  padding-left: 72px;
}

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

.u-pl76 {
  padding-left: 76px;
}

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

.u-pl84 {
  padding-left: 84px;
}

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

.u-pl88 {
  padding-left: 88px;
}

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

.u-pl92 {
  padding-left: 92px;
}

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

.u-pl96 {
  padding-left: 96px;
}

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

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

.u-pr4 {
  padding-right: 4px;
}

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

.u-pr8 {
  padding-right: 8px;
}

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

.u-pr12 {
  padding-right: 12px;
}

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

.u-pr16 {
  padding-right: 16px;
}

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

.u-pr24 {
  padding-right: 24px;
}

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

.u-pr28 {
  padding-right: 28px;
}

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

.u-pr32 {
  padding-right: 32px;
}

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

.u-pr36 {
  padding-right: 36px;
}

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

.u-pr44 {
  padding-right: 44px;
}

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

.u-pr48 {
  padding-right: 48px;
}

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

.u-pr52 {
  padding-right: 52px;
}

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

.u-pr56 {
  padding-right: 56px;
}

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

.u-pr64 {
  padding-right: 64px;
}

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

.u-pr68 {
  padding-right: 68px;
}

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

.u-pr72 {
  padding-right: 72px;
}

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

.u-pr76 {
  padding-right: 76px;
}

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

.u-pr84 {
  padding-right: 84px;
}

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

.u-pr88 {
  padding-right: 88px;
}

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

.u-pr92 {
  padding-right: 92px;
}

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

.u-pr96 {
  padding-right: 96px;
}

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

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

.u-mt4 {
  margin-top: 4px;
}

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

.u-mt8 {
  margin-top: 8px;
}

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

.u-mt12 {
  margin-top: 12px;
}

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

.u-mt16 {
  margin-top: 16px;
}

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

.u-mt24 {
  margin-top: 24px;
}

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

.u-mt28 {
  margin-top: 28px;
}

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

.u-mt32 {
  margin-top: 32px;
}

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

.u-mt36 {
  margin-top: 36px;
}

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

.u-mt44 {
  margin-top: 44px;
}

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

.u-mt48 {
  margin-top: 48px;
}

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

.u-mt52 {
  margin-top: 52px;
}

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

.u-mt56 {
  margin-top: 56px;
}

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

.u-mt64 {
  margin-top: 64px;
}

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

.u-mt68 {
  margin-top: 68px;
}

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

.u-mt72 {
  margin-top: 72px;
}

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

.u-mt76 {
  margin-top: 76px;
}

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

.u-mt84 {
  margin-top: 84px;
}

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

.u-mt88 {
  margin-top: 88px;
}

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

.u-mt92 {
  margin-top: 92px;
}

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

.u-mt96 {
  margin-top: 96px;
}

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

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

.u-mb4 {
  margin-bottom: 4px;
}

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

.u-mb8 {
  margin-bottom: 8px;
}

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

.u-mb12 {
  margin-bottom: 12px;
}

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

.u-mb16 {
  margin-bottom: 16px;
}

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

.u-mb24 {
  margin-bottom: 24px;
}

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

.u-mb28 {
  margin-bottom: 28px;
}

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

.u-mb32 {
  margin-bottom: 32px;
}

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

.u-mb36 {
  margin-bottom: 36px;
}

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

.u-mb44 {
  margin-bottom: 44px;
}

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

.u-mb48 {
  margin-bottom: 48px;
}

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

.u-mb52 {
  margin-bottom: 52px;
}

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

.u-mb56 {
  margin-bottom: 56px;
}

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

.u-mb64 {
  margin-bottom: 64px;
}

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

.u-mb68 {
  margin-bottom: 68px;
}

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

.u-mb72 {
  margin-bottom: 72px;
}

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

.u-mb76 {
  margin-bottom: 76px;
}

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

.u-mb84 {
  margin-bottom: 84px;
}

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

.u-mb88 {
  margin-bottom: 88px;
}

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

.u-mb92 {
  margin-bottom: 92px;
}

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

.u-mb96 {
  margin-bottom: 96px;
}

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

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

.u-ml4 {
  margin-left: 4px;
}

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

.u-ml8 {
  margin-left: 8px;
}

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

.u-ml12 {
  margin-left: 12px;
}

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

.u-ml16 {
  margin-left: 16px;
}

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

.u-ml24 {
  margin-left: 24px;
}

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

.u-ml28 {
  margin-left: 28px;
}

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

.u-ml32 {
  margin-left: 32px;
}

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

.u-ml36 {
  margin-left: 36px;
}

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

.u-ml44 {
  margin-left: 44px;
}

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

.u-ml48 {
  margin-left: 48px;
}

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

.u-ml52 {
  margin-left: 52px;
}

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

.u-ml56 {
  margin-left: 56px;
}

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

.u-ml64 {
  margin-left: 64px;
}

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

.u-ml68 {
  margin-left: 68px;
}

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

.u-ml72 {
  margin-left: 72px;
}

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

.u-ml76 {
  margin-left: 76px;
}

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

.u-ml84 {
  margin-left: 84px;
}

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

.u-ml88 {
  margin-left: 88px;
}

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

.u-ml92 {
  margin-left: 92px;
}

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

.u-ml96 {
  margin-left: 96px;
}

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

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

.u-mr4 {
  margin-right: 4px;
}

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

.u-mr8 {
  margin-right: 8px;
}

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

.u-mr12 {
  margin-right: 12px;
}

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

.u-mr16 {
  margin-right: 16px;
}

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

.u-mr24 {
  margin-right: 24px;
}

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

.u-mr28 {
  margin-right: 28px;
}

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

.u-mr32 {
  margin-right: 32px;
}

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

.u-mr36 {
  margin-right: 36px;
}

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

.u-mr44 {
  margin-right: 44px;
}

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

.u-mr48 {
  margin-right: 48px;
}

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

.u-mr52 {
  margin-right: 52px;
}

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

.u-mr56 {
  margin-right: 56px;
}

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

.u-mr64 {
  margin-right: 64px;
}

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

.u-mr68 {
  margin-right: 68px;
}

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

.u-mr72 {
  margin-right: 72px;
}

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

.u-mr76 {
  margin-right: 76px;
}

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

.u-mr84 {
  margin-right: 84px;
}

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

.u-mr88 {
  margin-right: 88px;
}

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

.u-mr92 {
  margin-right: 92px;
}

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

.u-mr96 {
  margin-right: 96px;
}

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

@media screen and (max-width: 767px) {
  .u-mobile-m-auto {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}
/* 2025/08/07 */
.footer-banner-box{
  width: calc(100% - 50px);
  margin: 0 auto 15px;
}
.ihin_seiri-db{
  width: 90%;
  margin: 0 auto 10px;
}

