html {
  background: #f1bab7;
  font-size: min(0.834vw, 10px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #313131;
}
@media (max-width: 780px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
}
@media (min-width: 781px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  opacity: 0.5;
}

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

svg {
  max-width: 100%;
  max-height: 100%;
}

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

@media (max-width: 780px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 781px) {
  .sp-only {
    display: none !important;
  }
}

.button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}
@media (min-width: 781px) {
  .button01 {
    border: 2px solid;
    border-radius: 8rem;
    width: 38rem;
    height: 8rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 780px) {
  .button01 {
    border: 1px solid;
    border-radius: 10rem;
    width: 48rem;
    height: 10rem;
    font-size: 2.6rem;
  }
}
.button01 strong {
  font-weight: 700;
}
@media (min-width: 781px) {
  .button01 strong {
    font-size: 1.389em;
  }
}
@media (max-width: 780px) {
  .button01 strong {
    font-size: 1.231em;
  }
}
.button01 svg {
  position: absolute;
}
@media (min-width: 781px) {
  .button01 svg {
    width: 0.667em;
    height: 1em;
    right: 3.2rem;
  }
}
@media (max-width: 780px) {
  .button01 svg {
    width: 0.577em;
    height: 0.808em;
    right: 4rem;
  }
}
.button01.col1 {
  background: #f4cec7;
  color: #313131;
}
.button01.col2 {
  background: #7fc44e;
  color: #313131;
}
.button01.entry {
  background: #f6ec1e;
  color: #313131;
}
@media (min-width: 781px) {
  .button01.entry {
    box-shadow: 0 0.6rem 0.2rem rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 780px) {
  .button01.entry {
    box-shadow: 0 1.2rem 0.4rem rgba(0, 0, 0, 0.4);
  }
}

@keyframes scroll {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
.main_outer {
  width: 100%;
  contain: paint;
}

.kv_section {
  position: relative;
  background: #f4cec7;
}

.kv_logo {
  margin: 0 auto;
}
@media (min-width: 781px) {
  .kv_logo {
    max-width: 120rem;
    margin-bottom: -0.6rem;
    padding: 2.8rem 2.9rem 0;
  }
}
@media (max-width: 780px) {
  .kv_logo {
    margin-bottom: -1.5rem;
    padding: 2.7rem 3.4rem 0;
  }
}
.kv_logo a {
  display: block;
}
@media (min-width: 781px) {
  .kv_logo a {
    width: 8.3rem;
  }
}
@media (max-width: 780px) {
  .kv_logo a {
    width: 10.3rem;
  }
}

.kv_title {
  margin: 0 auto;
}
@media (min-width: 781px) {
  .kv_title {
    width: 66rem;
  }
}
@media (max-width: 780px) {
  .kv_title {
    width: 64.4rem;
  }
}

.kv_image {
  margin: 0 auto;
}
@media (min-width: 781px) {
  .kv_image {
    width: 57.4rem;
    padding-top: 2.5rem;
  }
}
@media (max-width: 780px) {
  .kv_image {
    width: 67.2rem;
    padding-top: 4.5rem;
  }
}

.kv_lead {
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media (min-width: 781px) {
  .kv_lead {
    padding-top: 2.5rem;
    line-height: 2;
    font-size: 2.5rem;
  }
  .kv_lead > p {
    font: inherit;
  }
  .kv_lead > p:first-of-type {
    margin-top: -0.5em;
  }
  .kv_lead > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 780px) {
  .kv_lead {
    padding-top: 4rem;
    line-height: 2;
    font-size: 3.2rem;
  }
  .kv_lead > p {
    font: inherit;
  }
  .kv_lead > p:first-of-type {
    margin-top: -0.5em;
  }
  .kv_lead > p:last-of-type {
    margin-bottom: -0.5em;
  }
}

.point_section {
  position: relative;
  background: #f4cec7;
}
@media (min-width: 781px) {
  .point_section {
    padding: 8rem 0 0;
  }
}
@media (max-width: 780px) {
  .point_section {
    padding: 12rem 0 0;
  }
}

.point_scroll {
  display: flex;
  justify-content: space-between;
  margin-left: 50%;
  translate: -50% 0;
}
@media (min-width: 781px) {
  .point_scroll {
    width: 606rem;
  }
}
@media (max-width: 780px) {
  .point_scroll {
    width: 952rem;
  }
}

.point_images {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 781px) {
  .point_images {
    animation: scroll 40.4s linear infinite;
  }
}
@media (max-width: 780px) {
  .point_images {
    animation: scroll 59.5s linear infinite;
  }
}

.point_image {
  width: 100%;
}
.point_image img {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}

@media (min-width: 781px) {
  .point_slider {
    max-width: 121.2rem;
    margin: 0 auto;
  }
}

.about_section {
  position: relative;
  background: #f4cec7;
}
@media (min-width: 781px) {
  .about_section {
    padding: 12rem 0 0;
  }
}
@media (max-width: 780px) {
  .about_section {
    padding: 14rem 0 0;
  }
}

.about_lead {
  margin: 0 auto;
}
@media (min-width: 781px) {
  .about_lead {
    width: 82rem;
  }
}
@media (max-width: 780px) {
  .about_lead {
    width: 53.8rem;
  }
}

.about_cards {
  display: flex;
}
@media (min-width: 781px) {
  .about_cards {
    justify-content: center;
    column-gap: 1.4rem;
    padding-top: 6rem;
  }
}
@media (max-width: 780px) {
  .about_cards {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
    padding-top: 8rem;
  }
}

.about_card {
  position: relative;
  background: #fff;
}
@media (min-width: 781px) {
  .about_card {
    border-radius: 1.6rem;
    width: 32.4rem;
  }
}
@media (max-width: 780px) {
  .about_card {
    border-radius: 2rem;
    width: 64rem;
  }
}

.scroll_section {
  position: relative;
  background: #f4cec7;
}
@media (min-width: 781px) {
  .scroll_section {
    padding: 12rem 0 0;
  }
}
@media (max-width: 780px) {
  .scroll_section {
    padding: 14rem 0 0;
  }
}

.scroll_image {
  display: flex;
  position: relative;
}
@media (min-width: 781px) {
  .scroll_image {
    width: 542.4rem;
    height: 25.6rem;
  }
}
@media (max-width: 780px) {
  .scroll_image {
    width: 678.4rem;
    height: 32rem;
  }
}
.scroll_image > div {
  background-image: url(../img/scroll.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 25%;
  height: 100%;
}
@media (min-width: 781px) {
  .scroll_image > div {
    animation: scroll 45.2s linear infinite;
  }
}
@media (max-width: 780px) {
  .scroll_image > div {
    animation: scroll 50.85s linear infinite;
  }
}

.what_section {
  position: relative;
  background: #f4cec7;
}
@media (min-width: 781px) {
  .what_section {
    padding: 12rem 0;
  }
}
@media (max-width: 780px) {
  .what_section {
    padding: 13.5rem 0 14rem;
  }
}

.what_block {
  display: flex;
}
@media (min-width: 781px) {
  .what_block {
    justify-content: center;
    align-items: center;
    gap: 4rem 4rem;
  }
}
@media (max-width: 780px) {
  .what_block {
    flex-direction: column;
    row-gap: 6rem;
  }
}

.what_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 781px) {
  .what_caption {
    row-gap: 4rem;
    width: 48rem;
  }
}
@media (max-width: 780px) {
  .what_caption {
    row-gap: 6rem;
  }
}
.what_caption > dt {
  font-weight: 700;
}
@media (min-width: 781px) {
  .what_caption > dt {
    line-height: 1.931;
    font-size: 4.3rem;
  }
  .what_caption > dt > p {
    font: inherit;
  }
  .what_caption > dt > p:first-of-type {
    margin-top: -0.465em;
  }
  .what_caption > dt > p:last-of-type {
    margin-bottom: -0.465em;
  }
}
@media (max-width: 780px) {
  .what_caption > dt {
    line-height: 1.852;
    font-size: 5.4rem;
    text-align: center;
  }
  .what_caption > dt > p {
    font: inherit;
  }
  .what_caption > dt > p:first-of-type {
    margin-top: -0.425em;
  }
  .what_caption > dt > p:last-of-type {
    margin-bottom: -0.425em;
  }
}
.what_caption > dd {
  font-weight: 700;
}
@media (min-width: 781px) {
  .what_caption > dd {
    line-height: 1.92;
    font-size: 2.5rem;
  }
  .what_caption > dd > p {
    font: inherit;
  }
  .what_caption > dd > p:first-of-type {
    margin-top: -0.46em;
  }
  .what_caption > dd > p:last-of-type {
    margin-bottom: -0.46em;
  }
}
@media (max-width: 780px) {
  .what_caption > dd {
    line-height: 1.813;
    font-size: 3.2rem;
    text-align: center;
  }
  .what_caption > dd > p {
    font: inherit;
  }
  .what_caption > dd > p:first-of-type {
    margin-top: -0.406em;
  }
  .what_caption > dd > p:last-of-type {
    margin-bottom: -0.406em;
  }
}

.what_box {
  position: relative;
  background: #fff;
}
@media (min-width: 781px) {
  .what_box {
    flex-shrink: 0;
    border-radius: 1.6rem;
    width: 48rem;
    padding: 3rem;
  }
}
@media (max-width: 780px) {
  .what_box {
    border-radius: 2rem;
    width: 64rem;
    margin: 0 auto;
    padding: 4rem 3.5rem;
  }
}
.what_box::before {
  content: "";
  position: absolute;
  background-image: url(../img/what_img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 781px) {
  .what_box::before {
    width: 17rem;
    height: 15.9rem;
    right: 3.2rem;
    bottom: -11.9rem;
  }
}
@media (max-width: 780px) {
  .what_box::before {
    width: 21.1rem;
    height: 19.8rem;
    right: -3.4rem;
    bottom: -5.6rem;
  }
}

.what_list {
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
@media (min-width: 781px) {
  .what_list {
    row-gap: 0.95rem;
    line-height: 1.625;
    font-size: 1.6rem;
  }
  .what_list > li {
    font: inherit;
  }
  .what_list > li:first-of-type {
    margin-top: -0.312em;
  }
  .what_list > li:last-of-type {
    margin-bottom: -0.312em;
  }
}
@media (max-width: 780px) {
  .what_list {
    row-gap: 1.6rem;
    line-height: 1.75;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .what_list > li {
    font: inherit;
  }
  .what_list > li:first-of-type {
    margin-top: -0.375em;
  }
  .what_list > li:last-of-type {
    margin-bottom: -0.375em;
  }
}
.what_list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.what_list > li::first-letter {
  color: #f1bab7;
}

.what_buttons {
  display: flex;
  justify-content: center;
}
@media (min-width: 781px) {
  .what_buttons {
    padding-top: 4rem;
  }
}
@media (max-width: 780px) {
  .what_buttons {
    padding-top: 6rem;
  }
}

.comment_section {
  position: relative;
  background: #fcf0c4;
}
@media (min-width: 781px) {
  .comment_section {
    padding: 5rem 0 5.5rem;
  }
}
@media (max-width: 780px) {
  .comment_section {
    padding: 6rem 0 7rem;
  }
}

.comment_head {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 781px) {
  .comment_head {
    padding-bottom: 3rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 780px) {
  .comment_head {
    padding-bottom: 3.5rem;
    font-size: 3.2rem;
  }
}

.comment_slider {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 781px) {
  .comment_slider {
    width: 113.4rem;
  }
}
@media (min-width: 781px) {
  .comment_slider .swiper-slide {
    width: 37.8rem;
    padding: 0 1rem;
  }
}
@media (max-width: 780px) {
  .comment_slider .swiper-slide {
    padding: 0 4.5rem;
  }
}
.comment_slider .swiper-button-prev, .comment_slider .swiper-button-next {
  background: #f4cec7;
  border: 1px solid #000;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.2s linear;
}
@media (min-width: 781px) {
  .comment_slider .swiper-button-prev, .comment_slider .swiper-button-next {
    display: none;
  }
}
.comment_slider .swiper-button-prev::after, .comment_slider .swiper-button-next::after {
  content: "";
  position: absolute;
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 26.786%;
  height: 32.143%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.comment_slider .swiper-button-prev:hover, .comment_slider .swiper-button-next:hover {
  opacity: 0.5;
}
.comment_slider .swiper-button-prev {
  left: 5rem;
}
.comment_slider .swiper-button-prev::after {
  right: 39.286%;
  scale: -1 1;
}
.comment_slider .swiper-button-next {
  right: 5rem;
}
.comment_slider .swiper-button-next::after {
  left: 39.286%;
}

.comment_image {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 781px) {
  .comment_image {
    border-radius: 1.6rem;
  }
}
@media (max-width: 780px) {
  .comment_image {
    border-radius: 2rem;
  }
}

.sns_section {
  display: grid;
  position: relative;
  justify-content: center;
}
@media (min-width: 781px) {
  .sns_section {
    grid-template-columns: repeat(2, 48.6rem);
    gap: 3.7rem 2.8rem;
    background: linear-gradient(360deg, #fff 22.6rem, #f4cec7 22.6rem, #f4cec7 100%);
    padding: 12rem 0 0;
  }
}
@media (max-width: 780px) {
  .sns_section {
    grid-template-columns: 64rem;
    row-gap: 4.5rem;
    background: linear-gradient(360deg, #fff 41.1rem, #f4cec7 41.1rem, #f4cec7 100%);
    padding: 14rem 0 8rem;
  }
}

.line_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #7fc44e;
}
@media (min-width: 781px) {
  .line_box {
    border: 2px solid #313131;
    border-radius: 1.6rem;
    padding: 4rem 4.9rem 4.2rem;
  }
}
@media (max-width: 780px) {
  .line_box {
    border: 1px solid #313131;
    border-radius: 2rem;
    padding: 5.6rem 5.4rem;
  }
}

.line_title {
  position: relative;
}
@media (min-width: 781px) {
  .line_title {
    width: 37.4rem;
  }
}
@media (min-width: 781px) {
  .line_title + .line_kome {
    padding-top: 2.4rem;
  }
}
@media (max-width: 780px) {
  .line_title + .line_kome {
    padding-top: 2.6rem;
  }
}

.line_kome {
  position: relative;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 781px) {
  .line_kome {
    line-height: 2;
    font-size: 1.6rem;
  }
  .line_kome > li {
    font: inherit;
  }
  .line_kome > li:first-of-type {
    margin-top: -0.5em;
  }
  .line_kome > li:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 780px) {
  .line_kome {
    line-height: 2.1;
    font-size: 2rem;
  }
  .line_kome > li {
    font: inherit;
  }
  .line_kome > li:first-of-type {
    margin-top: -0.55em;
  }
  .line_kome > li:last-of-type {
    margin-bottom: -0.55em;
  }
}
@media (min-width: 781px) {
  .line_kome + .line_buttons {
    padding-top: 2rem;
  }
}
@media (max-width: 780px) {
  .line_kome + .line_buttons {
    padding-top: 2.2rem;
  }
}

.line_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.line_buttons::before {
  content: "";
  display: block;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 781px) {
  .line_buttons::before {
    background-image: url(../img/line_img_pc.png);
    width: 35.6rem;
    height: 24.8rem;
    margin-bottom: -0.5rem;
  }
}
@media (max-width: 780px) {
  .line_buttons::before {
    background-image: url(../img/line_img_sp.png);
    width: 40rem;
    height: 24.4rem;
  }
}
.line_buttons .button01 + .button01 {
  margin-top: 4rem;
}

.mup_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
}
@media (min-width: 781px) {
  .mup_box {
    border: 2px solid #313131;
    border-radius: 1.6rem;
    padding: 4.8rem 2.4rem 4.2rem;
  }
}
@media (max-width: 780px) {
  .mup_box {
    border: 1px solid #313131;
    border-radius: 2rem;
    padding: 5.4rem 2.1rem 5.8rem;
  }
}

@media (min-width: 781px) {
  .mup_sub {
    width: 37.8rem;
  }
}
@media (max-width: 780px) {
  .mup_sub {
    width: 54.6rem;
  }
}
@media (min-width: 781px) {
  .mup_sub + .mup_title {
    padding-top: 2.8rem;
  }
}
@media (max-width: 780px) {
  .mup_sub + .mup_title {
    padding-top: 4rem;
  }
}

@media (min-width: 781px) {
  .mup_title + .mup_lead {
    padding-top: 3.2rem;
  }
}
@media (max-width: 780px) {
  .mup_title + .mup_lead {
    padding-top: 4.4rem;
  }
}

@media (min-width: 781px) {
  .mup_lead {
    width: 39.8rem;
  }
}
@media (max-width: 780px) {
  .mup_lead {
    width: 55rem;
  }
}
@media (min-width: 781px) {
  .mup_lead + .mup_banner {
    padding-top: 1.7rem;
  }
}
@media (max-width: 780px) {
  .mup_lead + .mup_banner {
    padding-top: 3.6rem;
  }
}

.mup_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 781px) {
  .mup_banner {
    row-gap: 0.6rem;
  }
}
@media (max-width: 780px) {
  .mup_banner {
    row-gap: 1rem;
  }
}
@media (min-width: 781px) {
  .mup_banner p {
    width: 19rem;
  }
}
@media (max-width: 780px) {
  .mup_banner p {
    width: 29.4rem;
  }
}
@media (min-width: 781px) {
  .mup_banner figure {
    width: 26.4rem;
  }
}
@media (max-width: 780px) {
  .mup_banner figure {
    width: 41rem;
  }
}
@media (min-width: 781px) {
  .mup_banner + .mup_buttons {
    padding-top: 2.6rem;
  }
}
@media (max-width: 780px) {
  .mup_banner + .mup_buttons {
    padding-top: 4.4rem;
  }
}

.mup_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.mup_buttons .button01 + .button01 {
  margin-top: 4rem;
}

.instagram_block {
  display: flex;
  position: relative;
  justify-content: center;
}
@media (min-width: 781px) {
  .instagram_block {
    grid-column: 1/3;
    column-gap: 2.8rem;
  }
}
@media (max-width: 780px) {
  .instagram_block {
    align-items: center;
    column-gap: 2.3rem;
    padding-top: 2.6rem;
  }
}

.instagram_link {
  flex-shrink: 0;
  display: flex;
}
@media (min-width: 781px) {
  .instagram_link {
    column-gap: 1.6rem;
  }
}
@media (max-width: 780px) {
  .instagram_link {
    align-items: center;
    column-gap: 3.5rem;
  }
}

@media (min-width: 781px) {
  .instagram_logo {
    width: 6rem;
  }
}
@media (max-width: 780px) {
  .instagram_logo {
    width: 10.3rem;
  }
}

@media (min-width: 781px) {
  .instagram_p {
    width: 31.9rem;
    margin-top: 1.9rem;
  }
}
@media (max-width: 780px) {
  .instagram_p {
    width: 28rem;
  }
}

@media (min-width: 781px) {
  .instagram_bg {
    width: 13.6rem;
    margin-top: 0.1rem;
  }
}
@media (max-width: 780px) {
  .instagram_bg {
    width: 19.8rem;
  }
}

.inquiry_section {
  position: relative;
}
@media (min-width: 781px) {
  .inquiry_section {
    padding: 12rem 0;
  }
}
@media (max-width: 780px) {
  .inquiry_section {
    padding: 14rem 0 13rem;
  }
}

.inquiry_h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 781px) {
  .inquiry_h2 {
    padding-bottom: 4.1rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 780px) {
  .inquiry_h2 {
    padding-bottom: 4.2rem;
    font-size: 3.2rem;
  }
}

.inquiry_line {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (min-width: 781px) {
  .inquiry_line {
    min-height: 8rem;
    padding: 2.8rem 0 3.1rem;
  }
}
@media (max-width: 780px) {
  .inquiry_line {
    min-height: 14rem;
    padding: 1.8rem 0 2rem;
  }
}

.inquiry_text {
  font-weight: 500;
}
@media (min-width: 781px) {
  .inquiry_text {
    line-height: 1.6;
    font-size: 2rem;
  }
  .inquiry_text > p {
    font: inherit;
  }
  .inquiry_text > p:first-of-type {
    margin-top: -0.3em;
  }
  .inquiry_text > p:last-of-type {
    margin-bottom: -0.3em;
  }
}
@media (max-width: 780px) {
  .inquiry_text {
    line-height: 1.4;
    font-size: 3rem;
  }
  .inquiry_text > p {
    font: inherit;
  }
  .inquiry_text > p:first-of-type {
    margin-top: -0.2em;
  }
  .inquiry_text > p:last-of-type {
    margin-bottom: -0.2em;
  }
}
.inquiry_text small {
  font-size: 0.8em;
}

.inquiry_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 781px) {
  .inquiry_block {
    row-gap: 2.5rem;
    padding: 4.5rem 0 0;
  }
}
@media (max-width: 780px) {
  .inquiry_block {
    row-gap: 2.4rem;
    padding: 4rem 0 0;
  }
}

@media (min-width: 781px) {
  .inquiry_logo {
    width: 12.5rem;
  }
}
@media (max-width: 780px) {
  .inquiry_logo {
    width: 17.8rem;
  }
}

.inquiry_note {
  font-weight: 500;
}
@media (min-width: 781px) {
  .inquiry_note {
    max-width: 80rem;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .inquiry_note > p {
    font: inherit;
  }
  .inquiry_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .inquiry_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 780px) {
  .inquiry_note {
    max-width: 64rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .inquiry_note > p {
    font: inherit;
  }
  .inquiry_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .inquiry_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.footer_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #5a5a5a;
  color: #fff;
}
@media (min-width: 781px) {
  .footer_outer {
    height: 8rem;
  }
}
@media (max-width: 780px) {
  .footer_outer {
    height: 10.4rem;
  }
}

.footer_copyright {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 781px) {
  .footer_copyright {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
@media (max-width: 780px) {
  .footer_copyright {
    line-height: 1.5;
    font-size: 2rem;
  }
}

.fixed_entry {
  position: sticky;
  z-index: 5;
}
@media (min-width: 781px) {
  .fixed_entry {
    width: 42.1rem;
    bottom: 12rem;
    margin: -8rem 0 2rem auto;
    translate: 9.7rem 0;
  }
}
@media screen and (min-width:1501px) {
  .fixed_entry {
    margin-top: -20rem;
  }
}
@media (max-width: 780px) {
  .fixed_entry {
    width: 43.4rem;
    bottom: 16rem;
    margin: -10rem 0 3rem auto;
    translate: 3rem 0;
  }
}
.fixed_entry a {
  display: block;
}
@media (min-width: 781px) {
  .fixed_entry a {
    filter: drop-shadow(0 1rem 0.2rem rgba(0, 0, 0, 0.2));
  }
}
@media (max-width: 780px) {
  .fixed_entry a {
    filter: drop-shadow(0 2rem 0.4rem rgba(0, 0, 0, 0.2));
  }
}

.pagetop_anchor {
  position: sticky;
  z-index: 5;
}
@media (min-width: 781px) {
  .pagetop_anchor {
    width: 8rem;
    height: 8rem;
    bottom: 2rem;
    margin: 0 0 2rem auto;
    translate: -2rem 0;
  }
}
@media (max-width: 780px) {
  .pagetop_anchor {
    width: 10rem;
    height: 10rem;
    bottom: 3rem;
    margin: 0 0 3rem auto;
    translate: -1rem 0;
  }
}
@media (min-width: 781px) {
  .pagetop_anchor.is-fixed {
    bottom: 10rem;
  }
}
@media (max-width: 780px) {
  .pagetop_anchor.is-fixed {
    bottom: 11rem;
  }
}
.pagetop_anchor a {
  display: block;
  background: #5a5a5a;
  border-radius: 50%;
  fill: #fff;
  width: 100%;
  height: 100%;
  cursor: pointer;
}