@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
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, sub, sup, var, 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;
  list-style: none;
  font-style: normal;
  font-weight: 300;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

html, body, header, nav, a, p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  line-height: 1.9;
}

body {
  position: relative;
}
body.active {
  overflow: hidden;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
.down__kv {
  width: 100%;
  height: 208px;
  position: relative;
  padding-top: 120px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .down__kv {
    height: 120px;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.down__kv--long {
  height: 228px;
}
.down__kv img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.down__kv h1 {
  text-align: center;
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
}
@media (max-width: 800px) {
  .down__kv h1 {
    margin-top: 1em;
  }
}
.down__kv h1 span {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1;
  display: block;
}

.button__temp {
  width: min(292px, 90%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  color: #fff;
  padding: 0.8em 0px;
  border-radius: 4px;
}
.button__temp img {
  display: block;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  left: initial;
  right: 5%;
}
.button__temp--gold {
  background: linear-gradient(180deg, #D2B695 0%, #D2B695 50%, #B7A187 50%, #B7A187 100%);
}
.button__temp--green {
  background-color: #64A291;
}
.button__temp--long {
  width: min(386px, 90%);
}
.button__temp--back {
  margin-bottom: 0px;
  background: #606060 !important;
}
.button__temp--back img {
  right: initial;
  left: 5%;
  transform: rotate(180deg);
  transform-origin: center;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 30px;
}
.pagination--bottom {
  margin-bottom: 100px;
}
.pagination .page-numbers {
  display: block;
  line-height: 1;
  width: 2.5em;
  height: 2.5em;
  aspect-ratio: 1/1;
  background-color: #64A291;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #606060;
}
.pagination .page-numbers.prev {
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  width: 1em;
  height: 1em;
}
.pagination .page-numbers.next {
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  width: 1em;
  height: 1em;
}

.pause__message {
  display: block;
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #db4c00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pause__message p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-align: center;
  color: #fff;
}
.pause__message p a {
  text-decoration: underline;
  color: #fff;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  height: 100%;
}
.header__nav a {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-decoration: underline;
}

.header__inout a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  text-decoration: underline;
  gap: 0.5em;
}
.header__inout a img {
  display: block;
}

#header {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.88);
  position: absolute;
  width: 100%;
  top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 800px) {
  #header {
    top: initial;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
    box-sizing: border-box;
    background: transparent;
    z-index: 10000;
  }
}
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1000px, 90%);
}

#hum {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 0px 9px #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px rgba(255, 255, 255, 0.3);
}
#hum hr {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  border: none;
}
#hum hr:nth-child(2) {
  margin-top: 7px;
  margin-bottom: 7px;
}
#hum.active {
  position: relative;
}
#hum.active hr:nth-child(1) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s;
}
#hum.active hr:nth-child(2) {
  opacity: 0;
  transition: all 0.3s;
}
#hum.active hr:nth-child(3) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: center;
  transition: all 0.3s;
}

#hum__menu {
  opacity: 0;
  position: absolute;
  z-index: -111;
  transform: translateX(100%);
  transition: all 0.3s;
  padding-top: 70px;
}
#hum__menu.active {
  display: block;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  position: fixed;
  height: 100%;
  z-index: 100;
  transform: translateX(0%);
  transition: all 0.3s;
}
#hum__menu .header__nav {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
}
#hum__menu .header__nav a {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: solid 1px #c4c4c4;
  line-height: 1;
  padding: 1.3em 0px;
}

/*
.footer__logout{
width: 100%;
@include settings.flexcent();
    small{
    display: block;
    text-align: center;
    width: fit-content;
    padding: 2.4em 0px;
    font-size: settings.clampSize(12px,14px);
    }
}
*/
#footer {
  position: relative;
  padding-top: 60px;
}
#footer .footer__bg {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .footer__bn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
#footer .footer__bn a {
  width: min(340px, 90%);
}
#footer .footer__bn a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
#footer .footer__sns a {
  display: block;
}
#footer .footer__sns a img {
  display: block;
}
#footer .footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  width: 70%;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  #footer .footer__nav {
    width: 90%;
    gap: 20px;
    row-gap: 6px;
  }
}
#footer .footer__nav a {
  color: #fff;
  text-decoration: underline;
  font-weight: lighter;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-shadow: 0px 0px 0.3em black;
}
@media (max-width: 800px) {
  #footer .footer__nav a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 800px) {
  #footer .footer__nav--small {
    gap: 20px;
    row-gap: 6px;
  }
}
#footer .footer__nav--small a {
  font-size: clamp(10px, 10px + 0 * 100vw, 10px);
  text-decoration: none;
}
#footer small {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  padding-bottom: 40px;
  text-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.7);
}

.footer__wrapper {
  background-color: #000000;
}

#kv {
  position: relative;
}
#kv .kv__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  #kv .kv__bg {
    height: 100%;
  }
}
#kv .kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  width: min(774px, 90%);
  margin: 0 auto;
}
#kv .kv__inner div h1, #kv .kv__inner div h2, #kv .kv__inner div p {
  text-shadow: 0px 0px 12px #001910;
  color: #fff;
}
#kv .kv__inner div h1 {
  font-size: clamp(26px, 17.4285714286px + 0.0285714286 * 100vw, 46px);
  padding-top: 3em;
}
@media (max-width: 800px) {
  #kv .kv__inner div h1 {
    padding-top: 1.5em;
  }
}
#kv .kv__inner div h2 {
  font-size: clamp(22px, 16px + 0.02 * 100vw, 36px);
}
#kv .kv__inner div p {
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  padding-bottom: 4em;
}
@media (max-width: 800px) {
  #kv .kv__inner div p {
    padding-bottom: 2em;
  }
}
#kv .kv__inner .kv__rie {
  width: 234px;
}
@media (max-width: 800px) {
  #kv .kv__inner .kv__rie {
    max-width: 254px;
    width: 40vw;
  }
}

.title__01 {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, #777777, #575757);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
@media (max-width: 800px) {
  .title__01 {
    padding: 10px 0px;
  }
}
.title__01 h2 {
  color: #fff;
  font-size: clamp(16px, 14.2857142857px + 0.0057142857 * 100vw, 20px);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  padding: 0px 0.6em;
}
.title__01 h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.7em;
  background-color: #767676;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.3em;
  z-index: -1;
}

.slider {
  width: min(1000px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 44px 0px;
}
@media (max-width: 800px) {
  .slider {
    width: min(1000px, 82%);
  }
}
.slider swiper-container {
  width: 100%;
  height: 100%;
}
.slider swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider swiper-container::part(pagination) {
  display: none;
}
.slider .slider__bt {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.slider .slider__bt--next {
  right: -20px;
}
.slider .slider__bt--prev {
  left: -20px;
}

.post__ul {
  padding: 44px 0px;
  width: min(1000px, 90%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  gap: 2%;
  row-gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.post__ul .post__content--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 800px) {
  .post__ul .post__content--top {
    display: block;
  }
}
.post__ul .post__content--top .post__thumnail {
  display: block;
  width: 50%;
  height: auto;
  min-height: 100%;
}
@media (max-width: 800px) {
  .post__ul .post__content--top .post__thumnail {
    width: 100%;
  }
}
.post__ul .post__content--top .post__thumnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__ul .post__content--top .post__text {
  width: 45%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  .post__ul .post__content--top .post__text {
    width: 100%;
    margin-top: 10px;
  }
}
.post__ul .post__content--top .post__text section {
  height: -moz-fit-content;
  height: fit-content;
  min-width: 100%;
}
.post__ul .post__content--top .post__text .post__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 21px;
}
.post__ul .post__content--top .post__text .post__date p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  font-weight: bold;
}
.post__ul .post__content--top .post__text .post__date div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BBA080;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  padding: 0.4em 1em;
}
.post__ul .post__content--top .post__text .post__title {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  font-weight: bold;
  margin-top: 1em;
}
.post__ul .post__content--top .post__text .post__content {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  margin-top: 1em;
  margin-bottom: 1em;
}
.post__ul .post__content--top .button__temp {
  width: 100%;
}
@media (max-width: 800px) {
  .post__ul .post__content--top .button__temp {
    width: 100%;
    margin-top: 10px;
  }
}
.post__ul .post__content--bottom {
  width: 32%;
}
.post__ul .post__content--bottom .post__date {
  padding: 0px 1em;
  background-color: #808080;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
}
.post__ul .post__content--bottom .post__thumnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 283/155;
}
.post__ul .post__content--bottom .post__content {
  font-size: clamp(10px, 8.2857142857px + 0.0057142857 * 100vw, 14px);
  padding: 0.7em 0px;
  font-weight: bold;
}
.post__ul .post__content--bottom .button__temp {
  width: 100%;
}
@media (max-width: 800px) {
  .post__ul .post__content--bottom .button__temp {
    width: 100%;
    margin-top: 10px;
    font-size: clamp(10px, 8.2857142857px + 0.0057142857 * 100vw, 14px);
    gap: 1em;
  }
  .post__ul .post__content--bottom .button__temp img {
    position: initial;
    margin: initial;
  }
}

.button__temp--postul {
  margin-top: 30px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .button__temp--postul {
    width: 100%;
    margin-top: 10px;
  }
}

.info__ul {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 44px 0px;
}
.info__ul .info__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2em;
  margin-bottom: 1em;
}
.info__ul .info__content p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
.info__ul .info__content p:last-child {
  text-decoration: underline;
}
.info__ul .button__temp {
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 800px) {
  .info__ul .button__temp {
    width: 100%;
  }
}

.another__nav {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 44px 0px 60px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 20px;
}
.another__nav a {
  display: block;
  height: auto;
  width: 32%;
  aspect-ratio: 283/155;
}
@media (max-width: 800px) {
  .another__nav a {
    width: 49%;
  }
}
.another__nav a img {
  display: block;
  width: 100%;
  height: 100%;
}

#single {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#single .single__title {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  font-weight: bold;
}
#single .single__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
#single .single__meta p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}

.single__content {
  width: min(90%, 1000px);
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single__content h1 {
  display: block;
  font-size: clamp(20px, 17.4285714286px + 0.0085714286 * 100vw, 26px);
  font-weight: bold;
  border-left: solid 5px #64A291;
  padding-left: 0.2em;
}
.single__content h2 {
  display: block;
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  font-weight: bold;
  background-color: #64A291;
  padding: 0.5em;
  color: #fff;
}
.single__content h3 {
  display: block;
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  font-weight: bold;
  border-bottom: solid 4px #64A291;
}
.single__content h3::before {
  content: "・";
}
.single__content h4 {
  display: block;
  font-size: clamp(16px, 13.4285714286px + 0.0085714286 * 100vw, 22px);
  border-bottom: solid 1px #000;
}
.single__content h4::before {
  content: "・";
}
.single__content h5, .single__content h6 {
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  font-weight: bold;
}
.single__content em {
  font-style: italic;
}
.single__content ul li {
  list-style: disc !important;
  margin-left: 1em;
}
.single__content ol li {
  list-style: decimal !important;
  margin-left: 1em;
}
.single__content a {
  color: #64A291;
  text-decoration: underline;
}

.button__temp--single {
  margin: 0 auto;
  margin-bottom: 100px;
}

.single__kv {
  width: 100%;
  padding: 100px 0px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (max-width: 800px) {
  .single__kv {
    padding: 60px 0px;
  }
}
.single__kv img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__kv h1 {
  font-size: clamp(16px, 3.1428571429px + 0.0428571429 * 100vw, 46px);
  color: #fff;
  text-shadow: 0px 0px 12px #001910;
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 800px) {
  .single__kv h1 {
    margin-top: 0em;
  }
}
.single__kv h2 {
  color: #fff;
  font-size: clamp(14px, 9.7142857143px + 0.0142857143 * 100vw, 24px);
  text-shadow: 0px 0px 12px #001910;
  text-align: center;
  padding-bottom: 1em;
}
.single__kv h2 span {
  font-size: clamp(24px, 0px + 0.08 * 100vw, 80px);
}

/*
.single__prof{
display: block;
width: 100%;
background: linear-gradient( to bottom , #777777 , #575757);
@include settings.flexcent();
    section{
    width: min(550px , 100%);
    position: relative;
    @media (max-width:800px) {
    padding-right: 43%;
    padding-left: 5%;
    box-sizing: border-box;
    }
        div{
        width: 50%;
        color: #fff;
        padding: 60px 0px;
        min-height: 200px;
        }
        h1{
        margin-top: 1.3em;
        font-size: settings.clampSize(18px,22px);
        color: #fff;
        margin-bottom: 0.6em;
        line-height: 1.5;
        letter-spacing: 0.05em;
        }
        p{
        margin-bottom: 2em;
        font-size: settings.clampSize(14px,16px);
        color: #fff;
        line-height: 1.5;
        letter-spacing: 0.05em;
        }
        img{
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 45%;
            @media (max-width:800px) {
            max-width: 175px;
            }
        }
    }
}
*/
.single__exp {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(to bottom, #777777, #575757);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.single__exp section {
  width: min(777px, 90%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 0.3em rgba(255, 255, 255, 0.8);
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  position: relative;
  padding: 40px 0px;
}
.single__exp section .se__part {
  display: block;
}
.single__exp section .se__part--01 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
.single__exp section .se__part--02 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
  transform: rotate(90deg);
}
.single__exp section .se__part--03 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  transform: rotate(180deg);
}
.single__exp section .se__part--04 {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  transform: rotate(-90deg);
}

.curriculum__h2 {
  font-size: clamp(18px, 16.2857142857px + 0.0057142857 * 100vw, 22px);
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3em;
  margin-top: 2em;
  margin-bottom: 0.3em;
}
.curriculum__h2::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.2em;
  background: linear-gradient(to bottom, #45AA62, #B5E3C4);
}

.curriculum__contents {
  width: min(777px, 90%);
  margin: 0 auto;
  margin-top: 60px;
}
.curriculum__contents video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.curriculum__chaptor {
  width: min(777px, 90%);
  margin: 0 auto;
  margin-bottom: 100px;
}
@media (max-width: 800px) {
  .curriculum__chaptor {
    display: block;
    margin-bottom: 20px;
  }
}
.curriculum__chaptor div {
  width: 100%;
}
@media (max-width: 800px) {
  .curriculum__chaptor div {
    width: 100%;
  }
}
.curriculum__chaptor div ul {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 800px) {
  .curriculum__chaptor div ul {
    width: 100%;
  }
}
.curriculum__chaptor div ul li {
  background-color: #E6E6E6;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  cursor: pointer;
}
.curriculum__chaptor div ul li button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  cursor: pointer;
  gap: 1em;
}
.curriculum__chaptor div ul li button p {
  text-align: left;
  line-height: 1.4;
}
.curriculum__chaptor div ul li button p:last-child {
  white-space: nowrap;
}
.curriculum__chaptor div ul li:nth-child(even) {
  background-color: #fff;
}
.curriculum__chaptor div .button__temp {
  width: min(100%, 300px);
  margin-bottom: 0px;
  margin-top: 20px;
}
.curriculum__chaptor div .curriculum__exp {
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.curriculum__chaptor div .curriculum__caution {
  text-align: center;
  color: #FF0000;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  margin-top: 1em;
}

.curriculum__contact {
  width: min(370px, 90%);
  margin: 0 auto;
}
.curriculum__contact p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.curriculum__contact section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.curriculum__contact section a {
  display: block;
  width: 65%;
  height: auto;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #fff;
  background-color: #06C755;
  padding: 1em 0px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
.curriculum__contact section img {
  display: block;
  width: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}

#login__wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login__wrapper .login__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}
#login__wrapper .login__inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 90%;
}
#login__wrapper .login__txt {
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.8);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 2em;
}
#login__wrapper .login__txt span {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  display: block;
  text-align: left;
  text-decoration: underline;
  width: min(540px, 100%);
  margin: 0 auto;
  margin-top: 0.3em;
}
#login__wrapper .login__txt a {
  text-decoration: underline;
  color: #fff;
}

#login__top h1 {
  font-size: clamp(24px, 14.5714285714px + 0.0314285714 * 100vw, 46px);
  text-align: center;
  padding-top: 1em;
  color: #fff;
  text-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.7);
}
#login__top h2 {
  font-size: clamp(18px, 11.1428571429px + 0.0228571429 * 100vw, 34px);
  text-align: center;
  margin-bottom: 1.5em;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.7);
}
#login__top div {
  width: min(280px, 90%);
  height: auto;
  background-color: #64A291;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 4px;
  margin-bottom: 40px;
}
#login__top div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
  color: #fff !important;
  line-height: 1;
  padding: 0.7em 0px;
}

#form__wrapper {
  width: min(540px, 90%);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 11px;
  padding: 1px 5%;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.16);
}
@media (max-width: 800px) {
  #form__wrapper {
    padding: 1px 5%;
    box-sizing: border-box;
  }
}
#form__wrapper .um-field {
  display: block;
}
@media (max-width: 800px) {
  #form__wrapper .um-field {
    display: block;
  }
}
#form__wrapper .um-field .um-field-label {
  width: 100%;
}
@media (max-width: 800px) {
  #form__wrapper .um-field .um-field-label {
    width: 100%;
  }
}
#form__wrapper .um-field .um-field-area {
  width: 100%;
}
#form__wrapper .um-field .um-field-area input {
  border: none !important;
  background: transparent;
  border-radius: 0px !important;
  border-bottom: solid 1px rgba(197, 197, 197, 0.7725490196) !important;
}
@media (max-width: 800px) {
  #form__wrapper .um-field .um-field-area {
    width: 100%;
  }
}
#form__wrapper .um-left, #form__wrapper .um-center {
  float: right !important;
  width: 100%;
}
#form__wrapper .um-left .um-button, #form__wrapper .um-center .um-button {
  background-color: #64A291;
  color: #fff !important;
  border: solid 1px #fff;
  box-shadow: 0px 0px 16px #fff;
  float: initial;
  width: 100% !important;
}
#form__wrapper .um-left .um-button:hover, #form__wrapper .um-center .um-button:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
#form__wrapper .um-req {
  color: #ff0000;
}

.login__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 2em;
  flex-wrap: wrap;
}
.login__nav a {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #000 !important;
  text-decoration: underline;
}

#payment-form {
  width: min(540px, 100%);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 11px;
  padding: 10px 0px;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.16);
}
#payment-form .price__wrapper .price__main {
  text-align: center;
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}
#payment-form .price__wrapper .price__main span {
  font-size: clamp(24px, 18px + 0.02 * 100vw, 38px);
}
#payment-form .price__wrapper .price__txt {
  text-align: center;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#payment-form #card-element {
  display: block;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  border: solid 1px #D6D6D6;
  border-radius: 4px;
}
#payment-form #submit_bt {
  width: min(216px, 90%);
  height: auto;
  padding: 1em 0px;
  background-color: #64A291;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 auto;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  border-radius: 4px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 2em;
  margin-bottom: 2em;
}

.um-account-meta {
  display: none !important;
}

#mypage {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 40px 0px;
}
#mypage .um-button {
  background-color: #64A291;
}
#mypage .um-form-field {
  border-radius: 4px;
}

#console {
  width: min(1000px, 90%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#console .my__button {
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  color: #fff;
  width: 200px;
  height: 3em;
  //padding: 0.4em 0px;
  font-size: settings.clampSize(12px,14px)!important;
  border: none;
  background-color: #64A291;
  border-radius: 4px;
  @include settings.mincho;
  */
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  text-decoration: underline;
  background: transparent;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 200 !important;
}
#console .mypage__notice {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  color: #D00000;
}

.form__wrapper {
  width: min(777px, 90%);
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}
.form__wrapper .contact__label {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-top: 1em;
  margin-bottom: 0.3em;
}
.form__wrapper .contact__label--required::after {
  content: "必須";
  background: #D00000;
  color: #fff;
  line-height: 1;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  padding: 0.2em 1em;
  border-radius: 4px;
}
.form__wrapper input[type=text], .form__wrapper input[type=email] {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border: solid 1px #c4c4c4;
}
.form__wrapper textarea {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  padding: 1em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  box-sizing: border-box;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border: solid 1px #c4c4c4;
}
.form__wrapper .contact__titile {
  font-size: clamp(18px, 16.2857142857px + 0.0057142857 * 100vw, 22px);
  text-align: center;
  margin-top: 2em;
  background-color: #c4c4c4;
}
.form__wrapper .contact__txt {
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
.form__wrapper .button__temp {
  margin: 0 auto;
  border: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 3em;
}
.form__wrapper .confirm__txt {
  padding: 0.4em 0px;
  margin-top: 0.4em;
  border-bottom: solid 1px #c4c4c4;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}

#b011 {
  padding: 163px 0px 100px 0px;
}
@media (max-width: 800px) {
  #b011 {
    padding: 100px 0px 60px 0px;
  }
}
#b011 h1 {
  text-align: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#b011 ul {
  width: min(780px, 90%);
  margin: 0 auto;
  margin-top: 46px;
}
#b011 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
}
#b011 ul li p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#b011 ul li p:first-child {
  display: block;
  width: 30%;
  border-right: solid 1px #000;
  padding-bottom: 25px;
  padding-right: 2%;
}
@media (max-width: 800px) {
  #b011 ul li p:first-child {
    width: 28%;
  }
}
#b011 ul li p:last-child {
  display: block;
  width: 70%;
  padding-left: 42px;
  padding-bottom: 2em;
}
@media (max-width: 800px) {
  #b011 ul li p:last-child {
    width: 72%;
    padding-left: 2%;
    box-sizing: border-box;
  }
}
#b011 .b011__policy {
  width: min(780px, 90%);
  margin: 0 auto;
  margin-top: 46px;
}
#b011 .b011__policy h2 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  font-weight: bold;
}
#b011 .b011__policy p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  margin-bottom: 1em;
}

#fc01 {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  position: relative;
}
#fc01 .fc01__celia {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  height: 100%;
  width: auto;
  -o-object-position: right;
     object-position: right;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  #fc01 .fc01__celia {
    z-index: 0;
  }
}
#fc01 section {
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 40px 0px;
  box-sizing: border-box;
  width: min(90%, 800px);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 800px) {
  #fc01 section {
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px 5%;
  }
}
#fc01 section div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#fc01 section div h1, #fc01 section div p {
  text-align: center;
}
@media (max-width: 800px) {
  #fc01 section div h1, #fc01 section div p {
    text-shadow: 0px 0px 0.2em #fff;
  }
}
#fc01 section div h1 {
  font-size: clamp(18px, 12px + 0.02 * 100vw, 32px);
  color: #676767;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  #fc01 section div h1 {
    color: #000;
  }
}
#fc01 section div p {
  font-size: clamp(14px, 11.4285714286px + 0.0085714286 * 100vw, 20px);
}

#fc02 {
  position: relative;
  padding: 105px 0px 78px 0px;
}
@media (max-width: 800px) {
  #fc02 {
    padding: 40px 0px 40px 0px;
  }
}
#fc02 .fc02__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  z-index: -1;
  opacity: 0.6;
}
#fc02 video {
  display: block;
  width: min(100%, 800px);
  margin: 0 auto;
  margin-bottom: 60px;
}
#fc02 h1, #fc02 .fc02__p01, #fc02 h2 {
  width: min(90%, 800px);
  margin: 0 auto;
}
#fc02 h1 {
  font-size: clamp(20px, 16.5714285714px + 0.0114285714 * 100vw, 28px);
}
#fc02 h1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  background: none;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0px 0.3em;
  position: relative;
}
#fc02 h1 span::after {
  content: "";
  width: 100%;
  height: 0.4em;
  position: absolute;
  top: initial;
  bottom: 0.3em;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}
#fc02 .fc02__p01 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 2.1;
  margin-top: 1em;
  margin-bottom: 3em;
}
#fc02 .fc02__bn {
  display: block;
  width: min(440px, 90%);
  margin: 0 auto;
  margin-bottom: 40px;
}
#fc02 .fc02__bn img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#fc02 h2 {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  margin-bottom: 0.4em;
  font-weight: bold;
}

.gold__bt {
  width: min(90%, 292px);
  height: 50px;
  border: solid 1px #fff;
  border-radius: 4px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B2A56F;
  margin: 0 auto;
  margin-bottom: 3em;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  background: linear-gradient(0deg, rgb(178, 165, 111) 0%, rgb(224, 210, 151) 50%, rgb(255, 245, 203) 51%, rgb(178, 165, 111) 100%);
}
.gold__bt img {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 2%;
  margin: auto;
}

.fc02__line {
  width: min(90%, 800px);
  margin: 0 auto;
  background-color: #fff;
  padding: 5%;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}
.fc02__line h3 {
  font-size: clamp(18px, 17.1428571429px + 0.0028571429 * 100vw, 20px);
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.fc02__line p {
  margin: 0 auto;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
.fc02__line p span {
  text-decoration: underline;
}
.fc02__line section {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  gap: 5%;
}
.fc02__line section div h4 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  font-weight: bold;
}
.fc02__line section div a {
  text-decoration: underline;
  color: #06C755;
}
.fc02__line section img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

.faq {
  width: min(800px, 90%);
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.faq nav {
  margin: 30px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.faq nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  color: #fff;
  padding: 0.3em 1em;
  background-color: #000;
  transition: all 0.3s;
}
.faq nav a:hover {
  background-color: rgb(183.25, 183.25, 183.25);
  transition: all 0.3s;
}
.faq h2 {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  border-bottom: solid 1px #000;
  font-weight: bold;
  margin-top: 2em;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.faq ul li {
  padding: 4% 0px;
}
.faq ul li:nth-child(odd) {
  background: #f5f5f5;
}
.faq ul li p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.faq ul li p:first-child {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-decoration: underline;
  margin-bottom: 1em;
}
.faq ul li p.noborder {
  text-decoration: none !important;
}
.faq ul li p.noborder span {
  text-decoration: none !important;
}
.faq ul li p b {
  font-size: clamp(16px, 15.1428571429px + 0.0028571429 * 100vw, 18px);
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.3em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  width: auto;
  line-height: 1;
  height: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.4em;
}
.faq ul li .faq__bt {
  display: block;
  width: min(90%, 262px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1em 1.6em;
  border-radius: 4px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: bold;
  text-shadow: none;
  box-sizing: border-box;
  margin-top: 1em;
}
.faq ul li .faq__bt--line {
  background-color: #06C755;
}
.faq ul li .faq__bt--contact {
  background-color: #555555;
}
.faq ul li .faq__bt--center {
  margin: 0 auto;
  margin-top: 1em;
}/*# sourceMappingURL=style.css.map */