@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
  letter-spacing: 1px;
  overflow-x: hidden;
  height: 100%;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}
body.popupfixed {
  overflow: hidden;
}

::-moz-selection {
  background: #C8161D;
  color: #FFF;
}

::selection {
  background: #C8161D;
  color: #FFF;
}

::-moz-selection {
  background: #C8161D;
  color: #FFF;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a, img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a,
a:link,
a:visited,
a:active {
  color: #C8161D;
  text-decoration: none;
  outline: none;
}

@media screen and (min-width: 835px) {
  a:hover {
    color: #333;
    text-decoration: none;
  }
}
@media screen and (min-width: 835px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  background: #f7f4ec;
}

.l-contents {
  margin: 0 auto;
  position: relative;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .l-contents {
    max-width: 1160px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 835px) {
  .l-header {
    padding-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .l-header {
    padding: 15px 20px;
  }
}
.l-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .l-header a {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .l-header a {
    font-size: 12px;
  }
}
.l-header a img {
  height: auto;
}
@media screen and (min-width: 835px) {
  .l-header a img {
    width: 135px;
  }
}
@media screen and (max-width: 834px) {
  .l-header a img {
    width: 100px;
  }
}

.l-main {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .l-main {
    margin-top: 30px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 834px) {
  .l-main {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 835px) {
  .l-main__contents {
    padding: 50px 12% 60px;
  }
}
@media screen and (max-width: 834px) {
  .l-main__contents {
    padding: 0 20px;
  }
}

@media screen and (min-width: 835px) {
  .l-footer {
    background-size: 25px;
    margin-top: 60px;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 834px) {
  .l-footer {
    background-size: 20px;
    margin-top: 40px;
    padding: 0 20px 60px;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__menu-box {
  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: 835px) {
  .l-footer__menu-box {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__menu-box {
    width: 100%;
  }
}
.l-footer__menu-box-header {
  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: 835px) {
  .l-footer__menu-box-header {
    min-height: 80px;
  }
}
.l-footer__menu-box-title {
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .l-footer__menu-box-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__menu-box-text {
    font-size: 12px;
  }
}
.l-footer__menu-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .l-footer__menu-box ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__menu-box ul {
    margin-top: 15px;
  }
}
.l-footer__menu-box ul li {
  padding-right: 10px;
}
@media screen and (min-width: 835px) {
  .l-footer__menu-box ul li {
    margin-bottom: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__menu-box ul li {
    margin-bottom: 5px;
    width: 100%;
  }
}
.l-footer__menu-box ul li a {
  font-weight: bold;
  color: #C8161D;
}
@media screen and (min-width: 835px) {
  .l-footer__menu-box ul li a:hover {
    color: #333;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__menu-box ul li a {
    font-size: 13px;
  }
}
.l-footer__copyright {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #C8161D;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright {
    -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;
    gap: 10px;
  }
}
.l-footer__copyright a {
  width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .l-footer__copyright a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 834px) {
  .l-footer__copyright a {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 835px) {
  .c-section:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .c-section:not(:first-child) {
    margin-top: 25px;
  }
}

.c-pagetop {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333333;
}
@media screen and (min-width: 835px) {
  .c-pagetop {
    right: 20px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    gap: 5px;
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop {
    right: 10px;
    width: 50px;
    height: 50px;
    gap: 5px;
  }
}
.c-pagetop::before {
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 835px) {
  .c-pagetop::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 835px) {
  .c-pagetop:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-pagetop:hover::before {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
.c-pagetop.-show {
  pointer-events: auto;
}
@media screen and (min-width: 835px) {
  .c-pagetop.-show {
    bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .c-pagetop.-show {
    bottom: 10px;
  }
}

@media screen and (min-width: 835px) {
  .c-button {
    margin: 30px auto;
  }
}
@media screen and (max-width: 834px) {
  .c-button {
    margin: 20px auto 10px;
  }
}
.c-button a {
  margin: 0 auto;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #333;
  width: 100%;
  max-width: 420px;
  padding: 12px 0;
}
.c-button a svg {
  fill: #333;
  width: 12px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button a:hover {
  background-color: #333;
  color: #fff;
}
.c-button a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  fill: #fff;
}

.c-app {
  background: #f7f4ec;
  padding: 20px 10px;
}
.c-app__title {
  font-weight: bold;
  text-align: center;
}
.c-app__text {
  text-align: center;
  margin-top: 5px;
}
.c-app__note {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .c-app__note {
    text-align: center;
  }
}
.c-app__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 5px;
}
.c-app__list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .c-app__list li a img {
    height: 56px;
    width: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-app__list li a img {
    height: 46px;
    width: auto;
  }
}
@media screen and (min-width: 835px) {
  .c-app__list li a:hover {
    opacity: 0.5;
  }
}
.c-app__link {
  text-align: center;
  margin-top: 10px;
}

.c-brand {
  background-color: #f7f4ec;
}
@media screen and (min-width: 835px) {
  .c-brand {
    padding: 20px 80px;
  }
}
@media screen and (max-width: 834px) {
  .c-brand {
    padding: 15px;
  }
}
.c-brand-title {
  text-align: center;
}
.c-brand-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .c-brand-list {
    gap: 10px;
  }
}
@media screen and (max-width: 834px) {
  .c-brand-list {
    gap: 5px;
  }
}
.c-brand-list li {
  line-height: 0;
}
@media screen and (min-width: 835px) {
  .c-brand-list li {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .c-brand-list li {
    width: calc((100% - 5px) / 2);
  }
}
.c-brand-note {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .c-brand-note {
    text-align: right;
  }
}

@media screen and (min-width: 835px) {
  .c-sns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .c-sns {
    margin-top: 20px;
  }
}
.c-sns__title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (min-width: 835px) {
  .c-sns__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .c-sns__title {
    font-size: 13px;
  }
}
.c-sns__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .c-sns__list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-sns__list {
    gap: 25px;
  }
}
.c-sns__list li {
  width: 40px;
  height: auto;
}
.c-sns__list li a {
  position: relative;
  display: block;
}
.c-sns__list li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-sns__list li a:hover p {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-30px);
          transform: translateX(-50%) translateY(-30px);
}
.c-sns__list li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
@media screen and (min-width: 835px) {
  .c-sns__list li a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.c-sns__list-text {
  position: absolute;
  background-color: #333;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 12px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  letter-spacing: 0;
}

.c-faq {
  position: relative;
}
.c-faq__header {
  text-align: center;
}
.c-faq__list-note {
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .c-faq__list-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 834px) {
  .c-faq__list-note {
    font-size: 12px;
  }
}
.c-faq__list-note li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.c-faq__list-note li::before {
  content: "※";
}
.c-faq__item {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.c-faq__item-q {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .c-faq__item-q {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-faq__item-q {
    padding: 10px 5px;
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-faq__item-q p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .c-faq__item-q p {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .c-faq__item-q p {
    font-size: 13px;
  }
}
.c-faq__item-q p::before {
  content: "Q";
  font-family: "Barlow", sans-serif;
  color: #C8161D;
}
@media screen and (max-width: 834px) {
  .c-faq__item-q p::before {
    font-size: 16px;
  }
}
.c-faq__item-q.open {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-faq__item-q.open p {
  color: #C8161D;
}
@media screen and (min-width: 835px) {
  .c-faq__item-q:hover p {
    color: #C8161D;
  }
}
.c-faq__item-q::before, .c-faq__item-q::after {
  content: "";
  border-top: 2px solid #C8161D;
  display: block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-faq__item-q::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-faq__item-q::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-faq__item-q.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.c-faq__item-a {
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .c-faq__item-a {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 834px) {
  .c-faq__item-a {
    padding: 0 5px 20px;
  }
}
.c-faq__item-a::before {
  content: "A";
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #C8161D;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 834px) {
  .c-faq__item-a::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 835px) {
  .c-faq__item-a p {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .c-faq__item-a p {
    font-size: 13px;
  }
}
.c-faq__item-a-inner > p:not(:first-child) {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 835px) {
  .u-sp {
    display: none !important;
  }
}

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

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

.u-title {
  padding: 25px 0 20px 0;
  border-bottom: 4px solid #ddd;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .u-title {
    font-size: 24px;
    gap: 13px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .u-title {
    font-size: 20px;
    gap: 12px;
    margin-bottom: 25px;
  }
}
.u-title::before {
  content: "";
  background-color: #C8161D;
  display: block;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .u-title::before {
    width: 20px;
    height: 20px;
    top: 8px;
  }
}
@media screen and (max-width: 834px) {
  .u-title::before {
    width: 16px;
    height: 16px;
    top: 9px;
  }
}

.u-subtitle {
  margin-top: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: #eee;
  padding: 8px 15px;
}
@media screen and (min-width: 835px) {
  .u-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .u-subtitle {
    font-size: 16px;
  }
}
.u-subtitle span {
  font-weight: normal;
}
.u-subtitle::before {
  content: "";
  border: 1px solid #333;
  display: block;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 835px) {
  .u-subtitle::before {
    width: 12px;
    height: 12px;
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .u-subtitle::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
}

.u-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .u-heading {
    font-size: 18px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .u-heading {
    font-size: 16px;
  }
}
.u-heading span {
  font-weight: normal;
}
.u-heading::before {
  content: "";
  background: #C8161D;
  display: block;
  position: relative;
  border-radius: 50px;
}
@media screen and (min-width: 835px) {
  .u-heading::before {
    width: 15px;
    height: 3px;
  }
}
@media screen and (max-width: 834px) {
  .u-heading::before {
    width: 10px;
    height: 2px;
  }
}

@media screen and (min-width: 835px) {
  .u-text {
    margin-left: 10px;
  }
}
@media screen and (min-width: 835px) {
  .u-text strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .u-text strong {
    font-size: 16px;
  }
}
.u-text.-red {
  color: #C8161D;
}

@media screen and (min-width: 835px) {
  .u-list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .u-list {
    margin-left: 0px;
  }
}
.u-list > li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .u-list > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .u-list > li {
    font-size: 14px;
  }
}
.u-list > li::before {
  content: "・";
}
.u-list > li > strong {
  color: #C8161D;
}
.u-list > li:not(:first-child) {
  margin-top: 5px;
}
.u-list.-nolist > li::before {
  content: none;
}
.u-list-sub {
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .u-list-sub {
    padding-left: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .u-list-sub {
    padding-left: 20px;
    font-size: 14px;
  }
}
.u-list.-num > li {
  margin-left: 10px;
}
.u-list.-num > li::before {
  content: none;
}
.u-list.-num > li span {
  font-weight: normal;
}

.u-note {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .u-note {
    padding-left: 20px;
  }
}
.u-note li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 835px) {
  .u-note li {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .u-note li {
    font-size: 12px;
  }
}
.u-note li::before {
  content: "※";
}
.u-note li > strong {
  color: #C8161D;
}
.u-table {
  margin-top: 10px;
  width: 100%;
  border: 2px solid #ccc;
}
.u-table th,
.u-table td {
  border: 1px dotted #999;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .u-table th,
  .u-table td {
    padding: 3px 15px;
  }
}
@media screen and (max-width: 834px) {
  .u-table th,
  .u-table td {
    padding: 3px 5px;
  }
}
.u-table th strong,
.u-table td strong {
  font-size: 22px;
  color: #C8161D;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.u-table th {
  background-color: #C8161D;
  color: #fff;
  border-color: #fff;
}
.u-table td small {
  margin-left: 2px;
}

.u-inner {
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow-y: scroll;
}
@media screen and (min-width: 835px) {
  .u-inner {
    padding: 20px;
    height: 340px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .u-inner {
    padding: 15px;
    height: 280px;
    margin-top: 20px;
  }
}
.u-inner__title {
  font-weight: bold;
  margin-top: 20px;
}
.u-inner__text {
  padding-left: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .u-inner__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .u-inner__text {
    font-size: 12px;
  }
}
.u-inner__list {
  padding-left: 0;
}
@media screen and (min-width: 835px) {
  .u-inner__list {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .u-inner__list {
    font-size: 12px;
  }
}
.u-inner__list:not(:first-child) {
  margin-top: 5px;
  padding-left: 10px;
}
.u-inner__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.u-inner__list li::before {
  content: "・";
}
.u-inner__list li span {
  font-size: 12px;
}
.u-inner__list2 {
  padding-left: 10px;
}
@media screen and (min-width: 835px) {
  .u-inner__list2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .u-inner__list2 {
    font-size: 13px;
  }
}
.u-inner__list2:not(:first-child) {
  margin-top: 5px;
}
.u-inner__list2 li {
  text-indent: -1em;
  padding-left: 1em;
}
.u-inner__list2 li::before {
  content: "●";
}
.u-inner__note {
  padding-left: 10px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .u-inner__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 834px) {
  .u-inner__note {
    font-size: 12px;
  }
}
.u-inner__note li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.u-inner__note li::before {
  content: "※";
}

.u-entry {
  text-align: center;
  margin: 40px auto;
}
.u-entry a {
  margin: 0 auto;
  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;
  gap: 5px;
  width: 100%;
  max-width: 460px;
  color: #fff;
  font-weight: bold;
  background-color: #C8161D;
  border: 1px solid #C8161D;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .u-entry a {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .u-entry a {
    font-size: 16px;
  }
}
.u-entry a svg {
  fill: #fff;
  width: 16px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-entry a:hover {
  background-color: #fff;
  color: #C8161D;
}
.u-entry a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  fill: #C8161D;
}

@media screen and (max-width: 834px) {
  .p-index__header {
    font-weight: bold;
    font-size: 20px;
  }
}
.p-index__mv {
  line-height: 0;
}
@media screen and (max-width: 834px) {
  .p-index__mv {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 835px) {
  .p-index__overview-wrapper {
    margin-left: 20px;
  }
}
.p-index__faq .u-title {
  margin-bottom: 0;
}
@media screen and (min-width: 835px) {
  .p-index__contact-inner {
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  .p-index__contact-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .p-index__contact-subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.p-index__contact-note {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .p-index__contact-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  .p-index__contact-note {
    font-size: 12px;
  }
}
@media screen and (min-width: 835px) {
  .p-index__contact-form {
    margin: 30px auto;
  }
}
@media screen and (max-width: 834px) {
  .p-index__contact-form {
    margin: 20px auto 10px;
  }
}
.p-index__contact-form a {
  margin: 0 auto;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #333;
  width: 100%;
  max-width: 420px;
  padding: 12px 0;
}
.p-index__contact-form a svg {
  fill: #333;
  width: 12px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-index__contact-form a:hover {
  background-color: #333;
  color: #fff;
}
.p-index__contact-form a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  fill: #fff;
}
.p-index__contact-tel {
  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;
  font-size: 30px;
  gap: 8px;
  font-weight: 500;
}
.p-index__contact-tel img {
  width: 16px;
  height: auto;
}
.p-index__contact-tel a {
  color: #333;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 834px) {
  .p-index__contact-tel a {
    font-weight: 600;
  }
}