@charset "utf-8";
audio:not([controls]),
[hidden] {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "Shippori Mincho", serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  width: 100%;
  line-height: 1.3;
}
a {
  cursor: pointer;
}
a:link,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
.header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .header {
    height: 80px;
    padding: 0 30px;
  }
}
.header__logo {
  width: 160px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .header__logo {
    width: 240px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .header__btns {
    gap: 20px;
  }
}
.header__tel {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__tel:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .header__tel {
    width: 240px;
    display: block;
  }
}
.header__tel img {
  display: block;
  width: 100%;
}
.header__contact {
  width: 168px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__contact:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .header__contact {
    width: 272px;
  }
}
.header__contact img {
  display: block;
  width: 100%;
}
.header__sub {
  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;
  height: 120px;
  border-bottom: 3px solid #a68942;
  background: #fff;
}
.header__sub a img {
  width: 100px;
  display: block;
}
.footer {
  padding-bottom: 56px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__inner {
  padding: 30px 0;
}
.footer__logo {
  width: 280px;
  display: block;
  margin: auto;
}
.footer__text {
  text-align: center;
  color: #b22222;
  font-size: 22px;
  line-height: 1.3;
  margin: 10px 0;
}
.footer__company {
  font-size: 16px;
  text-align: center;
}
.footer__company span {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.copyright {
  background: #b22222;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
.footer__fixcta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
@media screen and (min-width: 835px) {
  .footer__fixcta {
    display: none;
  }
}
.footer__fixcta a:nth-of-type(1) {
  width: 64%;
}
.footer__fixcta a:nth-of-type(2) {
  width: 36%;
}
.footer__fixcta a img {
  width: 100%;
  display: block;
}
.c-btn,
.c-btn--secondaly {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.c-btn__inner {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #1d91ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
          box-shadow: 0 5px 20px rgba(0, 0, 0, .5);
  text-decoration: none !important;
}
@media screen and (min-width: 835px) {
  .c-btn__inner {
    width: 300px;
    height: 50px;
  }
}
.c-btn__inner:before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#5574f7), to(#389eff));
  background: linear-gradient(to left, #5574f7, #389eff);
  width: 230px;
  height: 40px;
  right: -1px;
  top: -1px;
  border-radius: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .c-btn__inner:before {
    width: 300px;
    height: 50px;
  }
}
.c-btn__inner:hover:before {
  width: 50px;
}
.c-btn__inner:hover .c-btn__txt {
  color: #1d91ff;
}
.c-btn--secondaly .c-btn__inner:before {
  background: -webkit-gradient(linear, right top, left top, from(#389eff), to(#55d2f7));
  background: linear-gradient(to left, #389eff, #55d2f7);
}
.c-btn__arw {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px !important;
}
.c-btn__txt {
  position: absolute;
  color: #fff;
  font-size: 15px !important;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .c-btn__txt {
    font-size: 18px !important;
  }
}
.c-arw {
  position: relative;
  text-align: center;
  display: inline-block;
  height: 30px;
  width: 150px;
  margin-top: 30px;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .c-arw {
    margin-top: 40px;
  }
}
.c-arw:hover .c-arw__txt {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-arw:hover .c-arw__icon {
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-arw:hover .c-arw__icon:before,
.c-arw:hover .c-arw__icon:after {
  opacity: 0.5;
}
.c-arw__txt {
  font-size: 20px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 2px;
}
@media screen and (min-width: 835px) {
  .c-arw__txt {
    font-size: 28px;
  }
}
.c-arw__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.c-arw__icon:before,
.c-arw__icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c-arw__icon:before {
  left: -60px;
  width: 120px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .c-arw__icon:before {
    width: 180px;
    left: -90px;
  }
}
.c-arw__icon:after {
  right: -60px;
  width: 20px;
  bottom: 10px;
  height: 4px;
  border-top: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .c-arw__icon:after {
    right: -90px;
  }
}
.c-arrow,
.c-arrow--r,
.c-arrow--l {
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2.3px #222;
  border-right: solid 2.3px #222;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.c-arrow--r {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.c-arrow--l {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 0;
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url("../img/fonts/icomoon.eot?816ycz");
  src: url("../img/fonts/icomoon.eot?816ycz#iefix") format('embedded-opentype'), url("../img/fonts/icomoon.ttf?816ycz") format('truetype'), url("../img/fonts/icomoon.woff?816ycz") format('woff'), url("../img/fonts/icomoon.svg?816ycz#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="c-ico--"]:before,
[class*=" c-ico--"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-ico--menu:before {
  content: "\e902";
}
.c-ico--close:before {
  content: "\e903";
}
.c-ico--arrow--r:before {
  content: "\e904";
}
.c-ico--arrow--u:before {
  content: "\e905";
}
.c-ico--arrow--l:before {
  content: "\e906";
}
.c-ico--arrow--d:before {
  content: "\e907";
}
.c-ico--search:before {
  content: "\e908";
}
.c-ico--tag:before {
  content: "\e909";
}
.c-ico--feedly--01:before {
  content: "\e90c";
}
.c-ico--instagram--01:before {
  content: "\e90d";
}
.c-ico--facebook:before {
  content: "\e90e";
}
.c-ico--twitter:before {
  content: "\e90f";
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 24px 0;
}
@media screen and (min-width: 835px) {
  .breadcrumbs {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px;
  }
}
.breadcrumbs > span {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
.breadcrumbs > span:last-of-type {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span:last-of-type {
    max-width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span {
    font-size: 14px;
  }
}
.breadcrumbs a {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
@media screen and (min-width: 835px) {
  .breadcrumbs a {
    font-size: 14px;
  }
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .arw {
  color: #333;
  margin: 0 10px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs .arw {
    margin: 0 16px;
  }
}
.contact__container {
  background-image: url("../img/common/page_bg_sp.webp");
  background-size: cover;
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .contact__container {
    background-image: url("../img/common/page_bg_pc.webp");
  }
}
.contact__inner {
  max-width: 360px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .contact__inner {
    max-width: 720px;
    padding: 0 40px;
  }
}
.contact__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .contact__title {
    font-size: 32px;
  }
}
.contact__lead {
  font-size: 15px;
  line-height: 30px;
  background-image: radial-gradient(circle, #a68942 1.2px, transparent 1px);
  background-size: 4px 30px;
  background-position: 0 13px;
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .contact__lead {
    font-size: 18px;
  }
}
.contact__lead span {
  background: #f3dcdc;
}
.contact__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 835px) {
  .contact__merit {
    gap: 20px;
    margin-top: 16px;
  }
}
.contact__merit li {
  font-size: 12px;
  position: relative;
  background: rgba(166, 137, 66, .16);
  padding: 6px 12px 6px 22px;
}
@media screen and (min-width: 835px) {
  .contact__merit li {
    font-size: 14px;
    padding: 4px 10px 4px 24px;
  }
}
.contact__merit li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #b22222;
  -webkit-clip-path: polygon(20% 50%, 0 70%, 40% 100%, 100% 20%, 80% 5%, 40% 70%);
          clip-path: polygon(20% 50%, 0 70%, 40% 100%, 100% 20%, 80% 5%, 40% 70%);
}
@media screen and (min-width: 835px) {
  .contact__merit li::before {
    left: 6px;
  }
}
.contact__form {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media screen and (min-width: 835px) {
  .contact__form {
    padding: 24px 20px 40px;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
}
.contact__form .contact__row + .contact__row {
  margin-top: 20px;
}
.contact__form .contact__label {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact__form .contact__label .contact__optional {
  font-size: 11px;
  font-weight: normal;
  background: #eee;
  padding: 2px 8px;
  border-radius: 2px;
}
.contact__form .contact__notice {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}
.contact__form input[type="text"],
.contact__form input[type="tel"],
.contact__form input[type="email"] {
  width: 100%;
  padding: 18px 14px;
  border-radius: 4px;
  border: 2px solid #ddd;
  background: #fff;
  font-size: 16px;
  margin-top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__form input[type="text"]:focus,
.contact__form input[type="tel"]:focus,
.contact__form input[type="email"]:focus {
  outline: none;
  border-color: #a68942;
}
.contact__form .wpcf7-checkbox {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .contact__form .wpcf7-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact__form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact__form .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd3b8;
  border-radius: 30px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.contact__form .wpcf7-checkbox input[type="checkbox"] {
  display: none;
}
.contact__form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background: #b22222;
  color: #fff;
  border-color: #b22222;
}
.contact__form .contact__privacy {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
}
.contact__form .contact__privacy .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact__form .contact__privacy .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.contact__form .contact__privacy .wpcf7-acceptance input[type="checkbox"] {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  opacity: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #878787;
  background: #fff;
}
.contact__form .contact__privacy .wpcf7-acceptance input[type="checkbox"]:checked {
  background: #b22222;
  border-color: #b22222;
}
.contact__form .contact__privacy .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
}
.contact__form .contact__privacy .wpcf7-acceptance input[type="checkbox"]::after {
  content: none;
}
.contact__form .contact__privacy a {
  color: #333;
  text-decoration: underline;
}
.contact__form .contact__privacy a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-bottom: 2px;
  vertical-align: middle;
  background: url("../img/common/icon_external.svg") no-repeat center/contain;
}
.contact__form .contact__submit {
  text-align: center;
  margin-top: 24px;
}
.contact__form .contact__submit .wpcf7-spinner {
  display: none;
}
.contact__form .contact__submit input[type="submit"],
.contact__form .contact__submit button[type="submit"] {
  border: 2px solid #d66f4c;
  border-radius: 68px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'><g filter='url(%23f)'><path d='M7 5.49998L0 11V-2.25307e-05L7 5.49998Z' fill='white' fill-opacity='0.6'/></g><defs><filter id='f' x='0' y='0' width='7' height='12' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset dy='1'/><feGaussianBlur stdDeviation='1.5'/><feComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/><feBlend mode='normal' in2='shape' result='effect1_innerShadow'/></filter></defs></svg>") no-repeat right 24px center, -webkit-gradient(linear, left top, right top, from(#f80), to(#ff4000));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'><g filter='url(%23f)'><path d='M7 5.49998L0 11V-2.25307e-05L7 5.49998Z' fill='white' fill-opacity='0.6'/></g><defs><filter id='f' x='0' y='0' width='7' height='12' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/><feColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset dy='1'/><feGaussianBlur stdDeviation='1.5'/><feComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/><feBlend mode='normal' in2='shape' result='effect1_innerShadow'/></filter></defs></svg>") no-repeat right 24px center, linear-gradient(90deg, #f80 0%, #ff4000 100%);
  background-size: 7px 11px, 100% 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 40px;
  width: 100%;
  max-width: 320px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-family: "Shippori Mincho", serif;
}
.contact__form .contact__submit input[type="submit"]:hover,
.contact__form .contact__submit button[type="submit"]:hover {
  opacity: 0.85;
}
.contact__form .contact__submit input[type="submit"]:disabled,
.contact__form .contact__submit button[type="submit"]:disabled {
  opacity: 0.5;
}
.thanks__container {
  background-image: url("../img/common/page_bg_sp.webp");
  background-size: cover;
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .thanks__container {
    padding: 60px 0 60px;
    background-image: url("../img/common/page_bg_pc.webp");
  }
}
.contact__thanks__title {
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 835px) {
  .contact__thanks__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.contact__back {
  width: 320px;
  height: 67px;
  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;
  border-radius: 60px;
  background: #b22222;
  color: #fff;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__back:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__back {
    margin: 40px auto 0;
  }
}
.privacy {
  padding: 0 24px 100px;
  background-image: url("../img/common/page_bg_sp_l.webp");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .privacy {
    background-image: url("../img/common/page_bg_pc_l.webp");
  }
}
.error {
  padding: 0 24px 100px;
  background-image: url("../img/common/page_bg_sp.webp");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .error {
    background-image: url("../img/common/page_bg_pc.webp");
  }
}
@media screen and (min-width: 835px) {
  .slick__list {
    width: 70%;
  }
}
.slick__list--left {
  display: none;
}
@media screen and (min-width: 835px) {
  .slick__list--left {
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
  }
  .slick__list--left .slick__item img {
    width: 140px;
    height: 250px;
    border-radius: 30px;
  }
}
.slick__list--left .slick__item {
  margin: 0;
}
.slick__item {
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
          box-shadow: 0px 0px 10px 3px #ccc;
  margin: 30px 20px;
  position: relative;
}
.slick__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slick__item img {
    height: 530px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .slick__item img {
    height: 400px;
  }
}
.slick__item__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 25px 20px;
  background: rgba(0, 0, 0, .8);
  text-align: left;
}
.slick__item__ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.slick__item__subttl {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.next-arrow {
  position: absolute;
  top: 45%;
  right: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .next-arrow {
    right: 30px;
  }
}
.next-arrow img {
  width: 100%;
}
.prev-arrow {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .slick-list {
    padding: 0 10% 0 0;
  }
}
.slick__list--left .slick-list {
  padding: 0;
}
.mv__container {
  background-image: url("../img/top/mv_bg_sp.webp");
  background-size: cover;
  padding: 90px 0 100px;
}
@media screen and (min-width: 835px) {
  .mv__container {
    background-image: url("../img/top/mv_bg_pc.webp");
    padding: 50px 0;
  }
}
.mv__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#b7933c), to(#75602b)), #a68942;
  background: linear-gradient(180deg, #b7933c 0%, #75602b 100%), #a68942;
  position: relative;
  padding: 25px 0 30px;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .mv__box {
    max-width: 600px;
    padding: 35px 0 50px;
  }
}
.mv__polygon {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 100px;
}
@media screen and (min-width: 835px) {
  .mv__polygon {
    width: 140px;
    top: -30px;
  }
}
.mv__title {
  text-align: center;
  position: relative;
  font-size: 0;
}
.mv__title .line {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  color: #fff;
}
.mv__title .line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #fff;
}
.mv__title .line div {
  display: inline-block;
}
.mv__title .line div:nth-of-type(1) {
  font-size: 42px;
}
@media screen and (min-width: 835px) {
  .mv__title .line div:nth-of-type(1) {
    font-size: 66px;
  }
}
.mv__title .line div:nth-of-type(2) {
  font-size: 22px;
}
@media screen and (min-width: 835px) {
  .mv__title .line div:nth-of-type(2) {
    font-size: 38px;
  }
}
.mv__title .line div:nth-of-type(3) {
  font-size: 38px;
}
@media screen and (min-width: 835px) {
  .mv__title .line div:nth-of-type(3) {
    font-size: 60px;
  }
}
.mv__title .dots {
  display: inline-block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 42px;
  color: #fff785;
}
@media screen and (min-width: 835px) {
  .mv__title .dots {
    font-size: 66px;
  }
}
.mv__title .dots span {
  display: inline-block;
  position: relative;
}
.mv__title .dots span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff785;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}
@media screen and (min-width: 835px) {
  .mv__title .dots span::before {
    width: 12px;
    height: 12px;
  }
}
.mv__title .foot {
  font-size: 22px;
  position: absolute;
  color: #fff;
  right: 0;
  bottom: -22px;
}
@media screen and (min-width: 835px) {
  .mv__title .foot {
    font-size: 25px;
    bottom: -25px;
  }
}
.mv__text {
  text-align: center;
  font-size: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  color: #fff;
  margin-top: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .mv__text {
    font-size: 26px;
  }
}
.mv__bubble {
  position: absolute;
  left: 20px;
  top: -20px;
  width: 80px;
}
@media screen and (min-width: 835px) {
  .mv__bubble {
    width: 140px;
    top: -35px;
  }
}
.mv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  margin: 10px auto 0;
}
@media screen and (min-width: 835px) {
  .mv__logo {
    max-width: 550px;
    margin: 20px auto 0;
  }
}
.mv__logo img:nth-of-type(1) {
  width: 40px;
}
@media screen and (min-width: 835px) {
  .mv__logo img:nth-of-type(1) {
    width: 70px;
  }
}
.mv__logo img:nth-of-type(2) {
  width: 240px;
}
@media screen and (min-width: 835px) {
  .mv__logo img:nth-of-type(2) {
    width: 360px;
  }
}
.mv__logo img:nth-of-type(3) {
  width: 44px;
}
@media screen and (min-width: 835px) {
  .mv__logo img:nth-of-type(3) {
    width: 70px;
  }
}
.mv__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
@media screen and (min-width: 835px) {
  .mv__tags {
    gap: 6px;
  }
}
.mv__tags li {
  list-style: none;
  background: #b22222;
  color: #fff;
  font-size: 20px;
  color: #fff;
  padding: 4px 10px;
}
@media screen and (min-width: 835px) {
  .mv__tags li {
    font-size: 31px;
    padding: 6px 20px;
  }
}
.mv__btn {
  width: 320px;
  margin: 70px auto 0;
  display: block;
  position: relative;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.mv__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .mv__btn {
    width: 464px;
    margin: 40px auto 0;
  }
}
.mv__btn img {
  width: 100%;
}
.mv__btn,
.flow__cta__btn,
.faq__btn {
  position: relative;
  line-height: 0;
}
.mv__btn::after,
.flow__cta__btn::after,
.faq__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .65) 50%, rgba(255, 255, 255, 0) 60%);
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 150% center;
  -webkit-animation: mvBtnShine 5s ease-in-out infinite;
          animation: mvBtnShine 5s ease-in-out infinite;
  pointer-events: none;
  mask-image: url("../img/common/cta-btn_sp.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../img/common/cta-btn_sp.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
@media screen and (min-width: 835px) {
  .mv__btn::after,
  .flow__cta__btn::after,
  .faq__btn::after {
    mask-image: url("../img/common/cta-btn_pc.png");
    -webkit-mask-image: url("../img/common/cta-btn_pc.png");
  }
}
.trouble__container {
  background: #eae3d2;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .trouble__container {
    padding: 60px 0 0;
  }
}
.trouble__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg_deco.png");
  background-repeat: space;
  background-size: 6px 6px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
.trouble__head {
  background: #a68942;
  color: #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  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;
  width: 223px;
  height: 31px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .trouble__head {
    width: 266px;
    height: 37px;
    font-size: 20px;
  }
}
.trouble__title {
  position: relative;
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .trouble__title {
    width: 520px;
  }
}
.trouble__title img {
  position: absolute;
  width: 120px;
  left: -35px;
  top: -20px;
}
@media screen and (min-width: 835px) {
  .trouble__title img {
    width: 140px;
    top: -110px;
    left: 10px;
  }
}
.trouble__title div {
  font-size: 28px;
  padding-left: 60px;
}
@media screen and (min-width: 835px) {
  .trouble__title div {
    padding-left: 0;
    font-size: 36px;
  }
}
.trouble__title div strong {
  color: #b22222;
  font-size: 36px;
}
@media screen and (min-width: 835px) {
  .trouble__title div strong {
    font-size: 48px;
  }
}
@media screen and (min-width: 835px) {
  .trouble__title div small {
    display: none;
  }
}
.trouble__title div span {
  display: inline-block;
  padding-left: 10px;
}
@media screen and (min-width: 835px) {
  .trouble__title div span {
    display: inline;
    padding-left: 0;
  }
}
.trouble__list {
  max-width: 310px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 835px) {
  .trouble__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 640px;
  }
}
.trouble__list li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 12px 8px;
  gap: 8px;
}
@media screen and (min-width: 835px) {
  .trouble__list li {
    width: calc(50% - 6px);
    font-size: 16px;
  }
}
.trouble__list li img {
  width: 16px;
}
.trouble__img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 835px) {
  .trouble__img {
    max-width: 800px;
    margin: auto;
  }
}
.trouble__img img {
  width: 100%;
  display: block;
}
.about__container {
  position: relative;
  padding: 50px 0 30px;
}
@media screen and (min-width: 835px) {
  .about__container {
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 835px) {
  .about__inner {
    max-width: 710px;
    margin: auto;
  }
}
.about__arw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .about__arw {
    max-width: 800px;
  }
}
.about__title {
  text-align: center;
}
.about__title span {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 835px) {
  .about__title span {
    font-size: 28px;
  }
}
.about__title img {
  width: 290px;
  display: block;
  margin: 5px auto;
}
@media screen and (min-width: 835px) {
  .about__title img {
    width: 410px;
  }
}
.about__text,
.about__text--sub {
  text-align: center;
  font-size: 16px;
  max-width: 280px;
  margin: 20px auto 0;
  line-height: 30px;
  background-image: radial-gradient(circle, #b22222 1.2px, transparent 1px);
  background-size: 4px 30px;
  background-position: 0 13px;
}
@media screen and (min-width: 835px) {
  .about__text,
  .about__text--sub {
    max-width: none;
    font-size: 18px;
    line-height: 36px;
    background-image: radial-gradient(circle at 50% 90%, #b22222 1.2px, transparent 1.5px);
    background-size: 4px 36px;
    background-position: 0 0;
  }
}
.about__text span,
.about__text--sub span {
  color: #b22222;
}
.about__text + .about__text,
.about__text--sub + .about__text {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .about__text + .about__text,
  .about__text--sub + .about__text {
    margin-top: 0;
  }
}
.about__text--sub {
  max-width: 335px;
}
@media screen and (min-width: 835px) {
  .about__text--sub {
    max-width: none;
  }
}
.about__text--sub span {
  background: #f3dcdc;
  color: #333;
}
.about__text--sub + .about__text--sub {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .about__text--sub + .about__text--sub {
    margin-top: 0;
  }
}
.about__img {
  max-width: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .about__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
  }
}
.about__img img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .about__img img {
    width: calc(50% - 20px);
  }
}
.about__img img:nth-of-type(2) {
  width: 100px;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .about__img img:nth-of-type(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.sailing__container {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#a68942), to(#75602b)), #a68942;
  background: linear-gradient(180deg, #a68942 0%, #75602b 100%), #a68942;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
  padding: 15px 20px 20px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .sailing__container {
    padding: 40px 0;
  }
}
.sailing__inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .sailing__inner {
    max-width: 800px;
    margin: auto;
  }
}
.sailing__text {
  color: #fff;
  text-align: center;
  max-width: 330px;
  margin: auto;
  font-size: 20px;
  line-height: 30px;
  background-image: radial-gradient(circle at 50% 90%, #fff 0.6px, transparent 1px);
  background-size: 4px 36px;
  background-position: 0 0;
  line-height: 36px;
}
@media screen and (min-width: 835px) {
  .sailing__text {
    max-width: 700px;
    font-size: 24px;
  }
}
.sailing__text span {
  color: #fff785;
}
.sailing__img01 {
  width: 34px;
  position: absolute;
  left: -15px;
  top: 0px;
}
@media screen and (min-width: 835px) {
  .sailing__img01 {
    width: 100px;
    left: -50px;
    top: -10px;
  }
}
.sailing__img02 {
  width: 91px;
  position: absolute;
  right: -40px;
  bottom: -25px;
}
@media screen and (min-width: 835px) {
  .sailing__img02 {
    width: 131px;
    bottom: -40px;
    right: -50px;
  }
}
.reason__container {
  padding: 40px 0;
  background-image: url("../img/top/reason_bg_sp.webp");
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .reason__container {
    padding: 60px 0;
    background-image: url("../img/top/reason_bg_pc.webp");
  }
}
.reason__title {
  text-align: center;
  border-bottom: 6px solid #b22222;
  padding-bottom: 20px;
}
.reason__title img {
  width: 160px;
  display: inline-block;
  margin-bottom: -3px;
}
@media screen and (min-width: 835px) {
  .reason__title img {
    width: 280px;
  }
}
.reason__title small {
  font-size: 20px;
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .reason__title small {
    font-size: 28px;
  }
}
.reason__title div {
  font-size: 32px;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (min-width: 835px) {
  .reason__title div {
    font-size: 40px;
  }
}
.reason__title div span {
  font-size: 48px;
  color: #a68942;
}
@media screen and (min-width: 835px) {
  .reason__title div span {
    font-size: 72px;
  }
}
.reason__list {
  padding: 0 24px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .reason__list {
    max-width: 920px;
    margin: 60px auto 0;
    gap: 45px;
  }
}
.reason__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #a68942;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .reason__item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.reason__item__title img {
  width: 82px;
}
.reason__item__title h2 {
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .reason__item__title h2 {
    font-size: 36px;
  }
}
.reason__item__title h2 span {
  color: #b22222;
}
@media screen and (min-width: 835px) {
  .reason__item:nth-of-type(2) .reason__item__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .reason__item:nth-of-type(2) .reason__item__text {
    padding: 0 60px 0 20px;
  }
}
@media screen and (min-width: 835px) {
  .reason__item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reason__item__img {
  width: 240px;
  height: 140px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .reason__item__img {
    width: 335px;
    height: 271px;
  }
}
@media screen and (min-width: 835px) {
  .reason__item__text {
    padding: 0 20px 0 60px;
  }
}
.reason__item__text p {
  font-size: 15px;
  line-height: 30px;
  background-image: radial-gradient(circle, #a68942 1.2px, transparent 1px);
  background-size: 4px 30px;
  background-position: 0 13px;
}
@media screen and (min-width: 835px) {
  .reason__item__text p {
    font-size: 18px;
  }
}
.reason__item__text p span {
  background: #f1ece1;
}
.usage__container {
  background: #f6f3ec;
  position: relative;
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .usage__container {
    padding: 80px 0 60px;
  }
}
.usage__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg_deco_02.png");
  background-repeat: space;
  background-size: 6px 6px;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
.usage__arw {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .usage__arw {
    max-width: 800px;
  }
}
.usage__title {
  font-size: 28px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .usage__title {
    font-size: 36px;
  }
}
.usage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 310px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .usage__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1020px;
    margin: 40px auto 0;
  }
}
.usage__item {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
  padding: 0 16px 24px;
}
@media screen and (min-width: 835px) {
  .usage__item {
    width: calc(33.33333% - 30px);
  }
}
.usage__item__head {
  border-radius: 0 0 60px 60px;
  background: #a68942;
  width: 213px;
  height: 25px;
  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: 16px;
  color: #fff;
  margin: auto;
}
.usage__item__title {
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.01em;
}
.usage__item__img {
  width: 200px;
  display: block;
  margin: 10px auto 16px;
}
.usage__item__content h4 {
  border-radius: 6px;
  background: rgba(166, 137, 66, .16);
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  margin-top: 16px;
}
.usage__item__content p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 16px;
}
.usage__item__content p span {
  color: #b22222;
}
.usage__foot {
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  max-width: 335px;
  background-image: radial-gradient(circle, #b22222 1.2px, transparent 1.5px);
  background-size: 4px 30px;
  background-position: 0 13px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .usage__foot {
    display: none;
  }
}
.usage__foot span {
  background: #f3dcdc;
}
.voice__container {
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .voice__container {
    padding: 60px 0;
  }
}
.voice__title {
  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: 28px;
  line-height: 1.3;
  gap: 5px;
}
@media screen and (min-width: 835px) {
  .voice__title {
    font-size: 36px;
    gap: 20px;
  }
}
.voice__title img {
  width: 20px;
}
@media screen and (min-width: 835px) {
  .voice__title img {
    width: 30px;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin: 20px auto 0;
  max-width: 335px;
}
@media screen and (min-width: 835px) {
  .voice__list {
    max-width: 1080px;
    margin: 40px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.voice__item {
  border-radius: 10px;
  border-top: 3px solid #b22222;
  background: rgba(166, 137, 66, .1);
  padding: 24px 16px;
}
@media screen and (min-width: 835px) {
  .voice__item {
    width: calc(33.33333% - 11.66667px);
  }
}
.voice__item__head {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
.voice__item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 10px;
  margin-top: 10px;
}
.voice__item__person img {
  width: 82px;
}
.voice__item__person div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__item__person div h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #b22222;
  border-bottom: 1px solid #b22222;
}
.voice__item__person div p {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 10px;
}
.voice__item__text {
  font-size: 13px;
  margin-top: 16px;
}
.flow__container {
  background: #f6f3ec;
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .flow__container {
    padding: 60px 0 0;
  }
}
.flow__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg_deco_02.png");
  background-repeat: space;
  background-size: 6px 6px;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
.faq__container {
  background: #f6f3ec;
  padding: 30px 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .faq__container {
    padding: 60px 0;
  }
}
.faq__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/common/bg_deco_02.png");
  background-repeat: space;
  background-size: 6px 6px;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
.flow__title {
  text-align: center;
}
.flow__title img {
  width: 30px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .flow__title img {
    width: 40px;
  }
}
.flow__title div {
  font-size: 28px;
  line-height: 1.3;
  margin-top: -10px;
}
@media screen and (min-width: 835px) {
  .flow__title div {
    font-size: 36px;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 310px;
  margin: 40px auto 0;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  .flow__list {
    max-width: 600px;
  }
}
.flow__item {
  position: relative;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #b22222;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .flow__item {
    text-align: left;
    border: 2px solid #b22222;
    padding: 24px 16px 24px 160px;
  }
  .flow__item:not(:last-of-type):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 16px solid #cab98e;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
  }
}
.flow__item span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  width: 50px;
}
@media screen and (min-width: 835px) {
  .flow__item span {
    left: -50px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__item span img {
  width: 100%;
}
.flow__item > img {
  width: 70px;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .flow__item > img {
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.flow__item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.flow__item p {
  font-size: 15px;
  color: rgba(51, 51, 51, .8);
}
@media screen and (min-width: 835px) {
  .flow__item p {
    margin-top: 10px;
  }
}
.flow__arw {
  width: 85px;
  margin: 10px auto;
  display: block;
}
@media screen and (min-width: 835px) {
  .flow__arw {
    width: 120px;
    margin: 20px auto 10px;
  }
}
.flow__cta {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .flow__cta {
    padding-bottom: 60px;
    max-width: 900px;
    margin: auto;
  }
}
.flow__cta h3 {
  font-size: 22px;
  color: #b22222;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .flow__cta h3 {
    font-size: 32px;
  }
}
.flow__cta p {
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  max-width: 335px;
  background-image: radial-gradient(circle, #b22222 1.2px, transparent 1.5px);
  background-size: 4px 30px;
  background-position: 0 13px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .flow__cta p {
    font-size: 18px;
    max-width: 600px;
    margin: 20px auto 0;
  }
}
.flow__cta p span {
  background: #f3dcdc;
}
.flow__cta picture {
  width: 320px;
  margin: 20px auto 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.flow__cta picture:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .flow__cta picture {
    width: 464px;
  }
}
.flow__cta picture img {
  width: 100%;
}
.flow__cta > img:nth-of-type(1) {
  width: 112px;
  left: -30px;
  bottom: -20px;
  position: absolute;
}
@media screen and (min-width: 835px) {
  .flow__cta > img:nth-of-type(1) {
    width: 200px;
    left: -50px;
  }
}
.flow__cta > img:nth-of-type(2) {
  width: 112px;
  right: -30px;
  bottom: -20px;
  position: absolute;
}
@media screen and (min-width: 835px) {
  .flow__cta > img:nth-of-type(2) {
    width: 200px;
    right: -50px;
  }
}
.comparisontable {
  width: 100%;
  max-width: 360px;
  margin: 20px auto 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
  table-layout: fixed;
}
@media screen and (min-width: 835px) {
  .comparisontable {
    max-width: 1000px;
    margin: 30px auto 0;
    font-size: 16px;
  }
}
.comparisontable th,
.comparisontable td {
  border: 1px solid #000;
  padding: 8px 6px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .comparisontable th,
  .comparisontable td {
    padding: 24px 6px;
  }
}
.comparisontable td {
  text-align: left;
}
.comparisontable thead th {
  color: #fff;
  font-weight: bold;
  padding: 10px 6px;
}
@media screen and (min-width: 835px) {
  .comparisontable thead th {
    padding: 24px 6px;
  }
}
.comparisontable .comparisontable__corner {
  background: #fff;
  border-top: none;
  border-left: none;
  width: 60px;
}
@media screen and (min-width: 835px) {
  .comparisontable .comparisontable__corner {
    width: 120px;
  }
}
.comparisontable .comparisontable__head--ours {
  background: #b22222;
}
.comparisontable .comparisontable__head--ours img {
  width: 110px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .comparisontable .comparisontable__head--ours img {
    width: 220px;
  }
}
.comparisontable .comparisontable__head--others {
  border: 1px solid #a39e90;
  background: #6f6f6f;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .comparisontable .comparisontable__head--others {
    font-size: 28px;
  }
}
.comparisontable .comparisontable__label {
  background: #d6caad;
  width: 50px;
  font-weight: bold;
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .comparisontable .comparisontable__label {
    width: 120px;
    font-size: 18px;
  }
}
.comparisontable tbody td:nth-of-type(1) {
  background: #fffcda;
}
.comparisontable tbody small {
  font-size: 10px;
  display: inline-block;
  margin-top: 2px;
}
@media screen and (min-width: 835px) {
  .comparisontable tbody small {
    font-size: 13px;
  }
}
.faq__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .faq__list {
    max-width: 860px;
    margin: 40px auto 0;
  }
}
.faq__item > div {
  display: none;
}
.faq__item__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 16px 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .06);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .06);
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 835px) {
  .faq__item__q {
    padding: 16px 20px;
  }
}
.faq__item__q div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 35px);
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .faq__item__q div {
    width: calc(100% - 50px);
  }
}
.faq__item__q div p {
  font-size: 15px;
  text-align: left;
  color: #011827;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(100% - 42px);
}
@media screen and (min-width: 835px) {
  .faq__item__q div p {
    font-size: 18px;
  }
}
.faq__item__q div span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #b22222;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding-bottom: 3px;
  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;
}
@media screen and (min-width: 835px) {
  .faq__item__q div span {
    width: 60px;
    height: 60px;
    font-size: 36px;
    padding-bottom: 8px;
  }
}
.faq__item__q > span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #a68942;
  border-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item__q.is-active {
  background: #e7dec8;
}
.faq__item__q.is-active > span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq__item__a {
  padding: 16px;
  background: #fff;
  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) {
  .faq__item__a {
    padding: 20px 16px;
  }
}
.faq__item__a p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.faq__btn {
  width: 320px;
  margin: 20px auto 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.faq__btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .faq__btn {
    width: 460px;
  }
}
.faq__btn img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .single__content {
    max-width: 940px;
    margin: auto;
  }
}
.single__content > .first {
  margin-top: 0;
}
.single__content > h1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 40px;
  position: relative;
  border-bottom: 3px solid #b22222;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .single__content > h1 {
    font-size: 32px;
    margin-top: 60px;
  }
}
.single__content > h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  margin-top: 40px;
  position: relative;
  background: #d6caad;
}
@media screen and (min-width: 835px) {
  .single__content > h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 20px 28px;
  }
}
.single__content > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: calc(100% - 20px);
  background: #b22222;
}
@media screen and (min-width: 835px) {
  .single__content > h2:before {
    height: calc(100% - 35px);
  }
}
.single__content > p {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  padding: 0 8px;
}
@media screen and (min-width: 835px) {
  .single__content > p {
    font-size: 18px;
    margin-top: 40px;
  }
}
.single__content > p > img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .single__content > p > img {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.single__content > ul {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content > ul {
    margin: 30px auto 0;
  }
}
.single__content > ul li {
  position: relative;
  font-size: 16px;
  padding-left: 24px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .single__content > ul li {
    font-size: 18px;
  }
}
.single__content > ul li:not(:first-of-type) {
  margin-top: 12px;
}
.single__content > ul li:before {
  content: '';
  position: absolute;
  background: #b22222;
  border-radius: 50%;
  left: 8px;
  top: 10px;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 835px) {
  .single__content > ul li:before {
    top: 14px;
  }
}
.single__content > ol {
  margin-top: 30px;
  counter-reset: item;
}
@media screen and (min-width: 835px) {
  .single__content > ol {
    margin: 30px auto 0;
  }
}
.single__content > ol li {
  position: relative;
  font-size: 16px;
  padding-left: 36px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .single__content > ol li {
    font-size: 18px;
    padding-left: 38px;
  }
}
.single__content > ol li:not(:first-of-type) {
  margin-top: 12px;
}
.single__content > ol li:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #b22222;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .single__content > ol li:before {
    width: 20px;
    height: 20px;
  }
}
.single__content > ol li:after {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 13px;
  top: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .single__content > ol li:after {
    top: 0px;
    left: 13px;
    font-size: 16px;
  }
}
.single__content strong {
  font-weight: bold;
}
.single__content u,
.single__content .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffec49));
  background: linear-gradient(transparent 65%, #ffec49 65%);
  text-decoration: none;
  display: inline;
  font-weight: bold;
}
.single__content a {
  text-decoration: underline;
  font-size: 16px;
  color: #436fc0;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single__content a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 835px) {
  .single__content a {
    font-size: 18px;
  }
}
.single__content .button {
  width: 300px;
  height: 60px;
  background: #35337a;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin: 20px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.single__content .button:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .single__content .button {
    width: 468px;
    height: 70px;
    font-size: 16px;
    margin: 40px auto 0;
  }
}
.single__content > figure > div {
  width: 100% !important;
}
.single__content > figure .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.single__content > img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .single__content > img {
    max-width: 600px;
    margin: 40px auto 0;
  }
}
.single__content > .wp-caption {
  width: 100% !important;
  text-align: center;
}
.single__content > .wp-caption p {
  margin-top: 10px;
}
.single__content table {
  width: 100%;
  margin-top: 24px;
  table-layout: fixed;
}
.single__content table th,
.single__content table td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.single__content table th {
  background: #ededf5;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
}
@media screen and (min-width: 835px) {
  .single__content table th {
    font-size: 14px;
  }
}
.single__content table td {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 8px;
}
@media screen and (min-width: 835px) {
  .single__content table td {
    font-size: 16px;
  }
}
.single__content table.left th,
.single__content table.left td {
  text-align: left;
}
.single__content table.left th {
  width: 60px;
}
@media screen and (min-width: 835px) {
  .single__content table.left th {
    width: 160px;
  }
}
.single__content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single__content .wp-block-button a {
  width: 300px;
  height: 60px;
  background: #b22222;
  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;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin: 20px auto 0;
  border-radius: 0;
}
@media screen and (min-width: 835px) {
  .single__content .wp-block-button a {
    width: 440px;
    height: 70px;
    font-size: 16px;
  }
}
@-webkit-keyframes mvBtnShine {
  0% {
    background-position: 150% center;
  }
  40% {
    background-position: -50% center;
  }
  100% {
    background-position: -50% center;
  }
}
@keyframes mvBtnShine {
  0% {
    background-position: 150% center;
  }
  40% {
    background-position: -50% center;
  }
  100% {
    background-position: -50% center;
  }
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt25--sp {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .u-mt25--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt25--pc {
    margin-top: 25px;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt50--sp {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .u-mt50--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt50--pc {
    margin-top: 50px;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt75--sp {
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  .u-mt75--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt75--pc {
    margin-top: 75px;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt100--sp {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .u-mt100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt100--pc {
    margin-top: 100px;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt125--sp {
  margin-top: 125px;
}
@media screen and (min-width: 835px) {
  .u-mt125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt125--pc {
    margin-top: 125px;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt150--sp {
  margin-top: 150px;
}
@media screen and (min-width: 835px) {
  .u-mt150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt150--pc {
    margin-top: 150px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt175--sp {
  margin-top: 175px;
}
@media screen and (min-width: 835px) {
  .u-mt175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt175--pc {
    margin-top: 175px;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt200--sp {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .u-mt200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt200--pc {
    margin-top: 200px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt225--sp {
  margin-top: 225px;
}
@media screen and (min-width: 835px) {
  .u-mt225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt225--pc {
    margin-top: 225px;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt250--sp {
  margin-top: 250px;
}
@media screen and (min-width: 835px) {
  .u-mt250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt250--pc {
    margin-top: 250px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt275--sp {
  margin-top: 275px;
}
@media screen and (min-width: 835px) {
  .u-mt275--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt275--pc {
    margin-top: 275px;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt300--sp {
  margin-top: 300px;
}
@media screen and (min-width: 835px) {
  .u-mt300--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt300--pc {
    margin-top: 300px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt325--sp {
  margin-top: 325px;
}
@media screen and (min-width: 835px) {
  .u-mt325--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt325--pc {
    margin-top: 325px;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt350--sp {
  margin-top: 350px;
}
@media screen and (min-width: 835px) {
  .u-mt350--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt350--pc {
    margin-top: 350px;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt375--sp {
  margin-top: 375px;
}
@media screen and (min-width: 835px) {
  .u-mt375--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt375--pc {
    margin-top: 375px;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt400--sp {
  margin-top: 400px;
}
@media screen and (min-width: 835px) {
  .u-mt400--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt400--pc {
    margin-top: 400px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt425--sp {
  margin-top: 425px;
}
@media screen and (min-width: 835px) {
  .u-mt425--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt425--pc {
    margin-top: 425px;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt450--sp {
  margin-top: 450px;
}
@media screen and (min-width: 835px) {
  .u-mt450--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt450--pc {
    margin-top: 450px;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt475--sp {
  margin-top: 475px;
}
@media screen and (min-width: 835px) {
  .u-mt475--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt475--pc {
    margin-top: 475px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt500--sp {
  margin-top: 500px;
}
@media screen and (min-width: 835px) {
  .u-mt500--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt500--pc {
    margin-top: 500px;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt525--sp {
  margin-top: 525px;
}
@media screen and (min-width: 835px) {
  .u-mt525--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt525--pc {
    margin-top: 525px;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt550--sp {
  margin-top: 550px;
}
@media screen and (min-width: 835px) {
  .u-mt550--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt550--pc {
    margin-top: 550px;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt575--sp {
  margin-top: 575px;
}
@media screen and (min-width: 835px) {
  .u-mt575--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt575--pc {
    margin-top: 575px;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt600--sp {
  margin-top: 600px;
}
@media screen and (min-width: 835px) {
  .u-mt600--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt600--pc {
    margin-top: 600px;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt625--sp {
  margin-top: 625px;
}
@media screen and (min-width: 835px) {
  .u-mt625--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt625--pc {
    margin-top: 625px;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt650--sp {
  margin-top: 650px;
}
@media screen and (min-width: 835px) {
  .u-mt650--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt650--pc {
    margin-top: 650px;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt675--sp {
  margin-top: 675px;
}
@media screen and (min-width: 835px) {
  .u-mt675--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt675--pc {
    margin-top: 675px;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt700--sp {
  margin-top: 700px;
}
@media screen and (min-width: 835px) {
  .u-mt700--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt700--pc {
    margin-top: 700px;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt725--sp {
  margin-top: 725px;
}
@media screen and (min-width: 835px) {
  .u-mt725--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt725--pc {
    margin-top: 725px;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mt750--sp {
  margin-top: 750px;
}
@media screen and (min-width: 835px) {
  .u-mt750--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt750--pc {
    margin-top: 750px;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-mt155 {
  margin-top: 155px;
}
.u-mt775--sp {
  margin-top: 775px;
}
@media screen and (min-width: 835px) {
  .u-mt775--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt775--pc {
    margin-top: 775px;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
.u-mr155 {
  margin-right: 155px;
}
.u-ml155 {
  margin-left: 155px;
}
.u-mt160 {
  margin-top: 160px;
}
.u-mt800--sp {
  margin-top: 800px;
}
@media screen and (min-width: 835px) {
  .u-mt800--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt800--pc {
    margin-top: 800px;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
.u-mr160 {
  margin-right: 160px;
}
.u-ml160 {
  margin-left: 160px;
}
.u-mt165 {
  margin-top: 165px;
}
.u-mt825--sp {
  margin-top: 825px;
}
@media screen and (min-width: 835px) {
  .u-mt825--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt825--pc {
    margin-top: 825px;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
.u-mr165 {
  margin-right: 165px;
}
.u-ml165 {
  margin-left: 165px;
}
.u-mt170 {
  margin-top: 170px;
}
.u-mt850--sp {
  margin-top: 850px;
}
@media screen and (min-width: 835px) {
  .u-mt850--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt850--pc {
    margin-top: 850px;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
.u-mr170 {
  margin-right: 170px;
}
.u-ml170 {
  margin-left: 170px;
}
.u-mt175 {
  margin-top: 175px;
}
.u-mt875--sp {
  margin-top: 875px;
}
@media screen and (min-width: 835px) {
  .u-mt875--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt875--pc {
    margin-top: 875px;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
.u-mr175 {
  margin-right: 175px;
}
.u-ml175 {
  margin-left: 175px;
}
.u-mt180 {
  margin-top: 180px;
}
.u-mt900--sp {
  margin-top: 900px;
}
@media screen and (min-width: 835px) {
  .u-mt900--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt900--pc {
    margin-top: 900px;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
.u-mr180 {
  margin-right: 180px;
}
.u-ml180 {
  margin-left: 180px;
}
.u-mt185 {
  margin-top: 185px;
}
.u-mt925--sp {
  margin-top: 925px;
}
@media screen and (min-width: 835px) {
  .u-mt925--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt925--pc {
    margin-top: 925px;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
.u-mr185 {
  margin-right: 185px;
}
.u-ml185 {
  margin-left: 185px;
}
.u-mt190 {
  margin-top: 190px;
}
.u-mt950--sp {
  margin-top: 950px;
}
@media screen and (min-width: 835px) {
  .u-mt950--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt950--pc {
    margin-top: 950px;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
.u-mr190 {
  margin-right: 190px;
}
.u-ml190 {
  margin-left: 190px;
}
.u-mt195 {
  margin-top: 195px;
}
.u-mt975--sp {
  margin-top: 975px;
}
@media screen and (min-width: 835px) {
  .u-mt975--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt975--pc {
    margin-top: 975px;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
.u-mr195 {
  margin-right: 195px;
}
.u-ml195 {
  margin-left: 195px;
}
.u-mt200 {
  margin-top: 200px;
}
.u-mt1000--sp {
  margin-top: 1000px;
}
@media screen and (min-width: 835px) {
  .u-mt1000--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1000--pc {
    margin-top: 1000px;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
.u-mr200 {
  margin-right: 200px;
}
.u-ml200 {
  margin-left: 200px;
}
.u-mt205 {
  margin-top: 205px;
}
.u-mt1025--sp {
  margin-top: 1025px;
}
@media screen and (min-width: 835px) {
  .u-mt1025--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1025--pc {
    margin-top: 1025px;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
.u-mr205 {
  margin-right: 205px;
}
.u-ml205 {
  margin-left: 205px;
}
.u-mt210 {
  margin-top: 210px;
}
.u-mt1050--sp {
  margin-top: 1050px;
}
@media screen and (min-width: 835px) {
  .u-mt1050--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1050--pc {
    margin-top: 1050px;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
.u-mr210 {
  margin-right: 210px;
}
.u-ml210 {
  margin-left: 210px;
}
.u-mt215 {
  margin-top: 215px;
}
.u-mt1075--sp {
  margin-top: 1075px;
}
@media screen and (min-width: 835px) {
  .u-mt1075--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1075--pc {
    margin-top: 1075px;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
.u-mr215 {
  margin-right: 215px;
}
.u-ml215 {
  margin-left: 215px;
}
.u-mt220 {
  margin-top: 220px;
}
.u-mt1100--sp {
  margin-top: 1100px;
}
@media screen and (min-width: 835px) {
  .u-mt1100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1100--pc {
    margin-top: 1100px;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
.u-mr220 {
  margin-right: 220px;
}
.u-ml220 {
  margin-left: 220px;
}
.u-mt225 {
  margin-top: 225px;
}
.u-mt1125--sp {
  margin-top: 1125px;
}
@media screen and (min-width: 835px) {
  .u-mt1125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1125--pc {
    margin-top: 1125px;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
.u-mr225 {
  margin-right: 225px;
}
.u-ml225 {
  margin-left: 225px;
}
.u-mt230 {
  margin-top: 230px;
}
.u-mt1150--sp {
  margin-top: 1150px;
}
@media screen and (min-width: 835px) {
  .u-mt1150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1150--pc {
    margin-top: 1150px;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
.u-mr230 {
  margin-right: 230px;
}
.u-ml230 {
  margin-left: 230px;
}
.u-mt235 {
  margin-top: 235px;
}
.u-mt1175--sp {
  margin-top: 1175px;
}
@media screen and (min-width: 835px) {
  .u-mt1175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1175--pc {
    margin-top: 1175px;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
.u-mr235 {
  margin-right: 235px;
}
.u-ml235 {
  margin-left: 235px;
}
.u-mt240 {
  margin-top: 240px;
}
.u-mt1200--sp {
  margin-top: 1200px;
}
@media screen and (min-width: 835px) {
  .u-mt1200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1200--pc {
    margin-top: 1200px;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
.u-mr240 {
  margin-right: 240px;
}
.u-ml240 {
  margin-left: 240px;
}
.u-mt245 {
  margin-top: 245px;
}
.u-mt1225--sp {
  margin-top: 1225px;
}
@media screen and (min-width: 835px) {
  .u-mt1225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1225--pc {
    margin-top: 1225px;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
.u-mr245 {
  margin-right: 245px;
}
.u-ml245 {
  margin-left: 245px;
}
.u-mt250 {
  margin-top: 250px;
}
.u-mt1250--sp {
  margin-top: 1250px;
}
@media screen and (min-width: 835px) {
  .u-mt1250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1250--pc {
    margin-top: 1250px;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
.u-mr250 {
  margin-right: 250px;
}
.u-ml250 {
  margin-left: 250px;
}
.scroll-prevent {
  overflow: hidden;
}
.u-fs5 {
  font-size: 5px;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs30 {
  font-size: 30px;
}
.u-fs35 {
  font-size: 35px;
}
.u-fs40 {
  font-size: 40px;
}
.u-fs45 {
  font-size: 45px;
}
.u-fs50 {
  font-size: 50px;
}
.u-fs55 {
  font-size: 55px;
}
.u-fs60 {
  font-size: 60px;
}
.u-fs65 {
  font-size: 65px;
}
.u-fs70 {
  font-size: 70px;
}
.u-fs75 {
  font-size: 75px;
}
.u-fs80 {
  font-size: 80px;
}
.u-fs85 {
  font-size: 85px;
}
.u-fs90 {
  font-size: 90px;
}
.u-fs95 {
  font-size: 95px;
}
.u-fs100 {
  font-size: 100px;
}
.u-fs105 {
  font-size: 105px;
}
.u-fs110 {
  font-size: 110px;
}
.u-fs115 {
  font-size: 115px;
}
.u-fs120 {
  font-size: 120px;
}
.u-fs125 {
  font-size: 125px;
}
.u-fs130 {
  font-size: 130px;
}
.u-fs135 {
  font-size: 135px;
}
.u-fs140 {
  font-size: 140px;
}
.u-fs145 {
  font-size: 145px;
}
.u-fs150 {
  font-size: 150px;
}
.u-fs155 {
  font-size: 155px;
}
.u-fs160 {
  font-size: 160px;
}
.u-fs165 {
  font-size: 165px;
}
.u-fs170 {
  font-size: 170px;
}
.u-fs175 {
  font-size: 175px;
}
.u-fs180 {
  font-size: 180px;
}
.u-fs185 {
  font-size: 185px;
}
.u-fs190 {
  font-size: 190px;
}
.u-fs195 {
  font-size: 195px;
}
.u-fs200 {
  font-size: 200px;
}
.u-fs205 {
  font-size: 205px;
}
.u-fs210 {
  font-size: 210px;
}
.u-fs215 {
  font-size: 215px;
}
.u-fs220 {
  font-size: 220px;
}
.u-fs225 {
  font-size: 225px;
}
.u-fs230 {
  font-size: 230px;
}
.u-fs235 {
  font-size: 235px;
}
.u-fs240 {
  font-size: 240px;
}
.u-fs245 {
  font-size: 245px;
}
.u-fs250 {
  font-size: 250px;
}
.u-tac {
  text-align: center;
}
