@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.cl-yellow {
  color: #ffde00;
}

.cl-green {
  color: #00a284;
}

.cl-red {
  color: #f7255b;
}

.cl-blue {
  color: #118ccf;
}

.cl-sky {
  color: #3cbbe0;
}

.cl-gray {
  color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.is-pc {
  display: block;
}
@media (max-width: 560px) {
  .is-pc {
    display: none;
  }
}

.is-mb {
  display: none;
}
@media (max-width: 560px) {
  .is-mb {
    display: block;
  }
}

.fz-xl {
  font-size: 2.5em;
}

.fz-lg {
  font-size: 1.25em;
}

.fz-sm {
  font-size: 0.75em;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.underline {
  text-decoration: underline;
}

.d-ib {
  display: inline-block;
}

.textIndent {
  text-indent: -1em;
  margin-left: 1em;
}

.list__num {
  margin-left: 1.2em;
  list-style: decimal;
}
.list__num li + li {
  margin-top: 0.5em;
}

.list__disc {
  margin-left: 1.5em;
  list-style: disc;
}
.list__disc li + li {
  margin-top: 0.5em;
}

.heading__1 {
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  background: #3cbbe0;
  border-radius: 5px;
}
@media (max-width: 560px) {
  .heading__1 {
    padding: 8px 15px;
    font-size: 20px;
  }
}

.heading__2 {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid #118ccf;
  font-size: 20px;
  font-weight: 600;
  color: #118ccf;
  line-height: 1.4;
}
@media (max-width: 560px) {
  .heading__2 {
    font-size: 18px;
  }
}

.alert {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 560px) {
  .alert {
    padding: 20px;
  }
}
.alert--tight {
  padding: 20px;
}
.alert--border {
  border: 1px solid #ccc;
}
.alert--check {
  background: #cff4fc;
}
.alert--info {
  background: #fcf4cd;
}
.alert--attention {
  background: #fcc;
}
.alert--warning {
  background: #fede71;
}
.alert--white {
  background: #fff;
}
.alert__heading {
  padding-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.btn {
  padding: 10px 20px;
  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: 100%;
  height: 50px;
  background: rgb(0, 162, 145.5);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 560px) {
  .btn {
    padding: 10px 15px;
    height: 34px;
    font-size: 12px;
  }
}
.btn:hover {
  background: rgb(0, 177.3, 144.4666666667);
  color: #fff;
}
.btn--flex {
  padding: 10px 30px;
  display: inline-block;
  width: auto;
  height: auto;
}
.btn--border {
  border: 1px solid #00a284;
  color: rgb(0, 136.5, 111.2222222222);
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--sm {
  height: 40px;
}
.btn--lg {
  height: 60px;
  font-size: 18px;
}
@media (max-width: 560px) {
  .btn--lg {
    height: 60px;
    font-size: 14px;
  }
}
.btn--wh {
  background: #fff;
  color: rgb(38.25, 38.25, 38.25);
  text-shadow: none;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.btn--wh:hover {
  background: rgb(58.65, 58.65, 58.65);
  color: #fff;
}
.btn--red {
  background: #f7255b;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(247, 37, 91, 0.3);
  box-shadow: 0 0 10px rgba(247, 37, 91, 0.3);
  border: 1px solid rgba(247, 37, 91, 0.4);
}
.btn--red:hover {
  background: rgb(247.9026548673, 61.5973451327, 109.5044247788);
  color: #fff;
}
.btn--blue {
  background: #118ccf;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(17, 140, 207, 0.3);
  box-shadow: 0 0 10px rgba(17, 140, 207, 0.3);
  border: 1px solid rgba(17, 140, 207, 0.4);
}
.btn--blue:hover {
  background: rgb(18.9352678571, 155.9375, 230.5647321429);
  color: #fff;
}
.btn--disable {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn--disable:hover {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
}
.btn--disable2 {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
.btn--disable2:hover {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
}

.modal {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.modal__inner {
  padding: 30px;
  width: 400px;
  text-align: center;
}
@media (max-width: 560px) {
  .modal__inner {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.modal__heading {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.modal__close {
  margin-top: 2em;
  text-align: center;
  display: inline-block;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.modal__close:hover {
  color: #000;
}

body {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1000px;
  position: relative;
}
@media (max-width: 560px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #118ccf;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}
a:hover img.--not {
  opacity: 1;
}

img {
  width: 100%;
  height: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

section {
  margin-bottom: 80px;
}

.row {
  margin-bottom: 40px;
}
.row--indent {
  margin-left: 25px;
}
.row p,
.row ul {
  margin-bottom: 20px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 560px) {
  .header {
    display: none;
  }
}
.header__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__navi li a {
  color: #fff;
}
.header__navi li a:hover {
  text-decoration: underline;
}
.header__navi li a svg {
  margin-left: 5px;
}
.header__btn a {
  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: 160px;
  height: 36px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.header__btn a:hover {
  background: #f7255b;
  color: #fff;
}
.header__btn a svg {
  margin-left: 5px;
}

.footer {
  padding: 60px 0;
  background: #118ccf;
  color: #fff;
}
@media (max-width: 560px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .footer__columns {
    display: block;
  }
}
.footer__column--info {
  padding-right: 40px;
}
@media (max-width: 560px) {
  .footer__column--info {
    padding-right: 0;
  }
}
.footer__column--links {
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 560px) {
  .footer__column--links {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
  }
}
.footer__links a {
  color: #fff;
  text-decoration: underline;
}

.contact {
  margin-bottom: 40px;
}
.contact--center {
  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;
}
@media (max-width: 560px) {
  .contact--center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .contact {
    margin-bottom: 20px;
  }
}
.contact__heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.contact__name {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 560px) {
  .contact__name {
    font-size: 25px;
  }
}
.contact__address {
  margin-bottom: 10px;
}
.contact__telWrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 560px) {
  .contact__telWrap {
    display: block;
  }
}
.contact__tel {
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 560px) {
  .contact__tel {
    margin-bottom: 5px;
    font-size: 31px;
  }
}
.contact__time {
  line-height: 1.4;
}
.contact__time span {
  display: block;
}
.contact__mail {
  font-size: 20px;
}
.contact__mail a:hover {
  color: #f7255b;
}

.cr {
  font-size: 14px;
}
@media (max-width: 560px) {
  .cr {
    font-size: 10px;
  }
}

.dropmenu {
  padding: 40px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #118ccf;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 560px) {
  .dropmenu {
    display: block;
  }
}
.dropmenu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dropmenu__bar {
  display: none;
}
@media (max-width: 560px) {
  .dropmenu__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
  }
}
.dropmenu__title {
  margin-bottom: 40px;
}
.dropmenu__navi {
  margin-bottom: 40px;
}
.dropmenu__navi li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropmenu__navi li a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.dropmenu__navi li a svg {
  margin-left: auto;
}
.dropmenu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
}
.dropmenu__btn a {
  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: 18px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
}
.dropmenu__btn a svg {
  margin-left: 5px;
}

.table__default {
  width: 100%;
}
.table__default th, .table__default td {
  padding: 15px;
  border: 1px solid #ccc;
}
.table__default th {
  background: #f5f5f5;
  vertical-align: middle;
  font-weight: bold;
}

.pt {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #118ccf;
}
@media (max-width: 560px) {
  .pt {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 120px;
}
@media (max-width: 560px) {
  .logo {
    top: 20px;
    left: 20px;
    width: 80px;
  }
}

.mv {
  padding: 140px 0 140px;
  background: #118ccf;
}
@media (max-width: 560px) {
  .mv {
    padding: 40px 0 100px;
  }
}
.mv.--inner {
  padding: 140px 0 70px;
}
@media (max-width: 560px) {
  .mv.--inner {
    padding: 40px 0 40px;
  }
}
.mv__title {
  margin: 0 auto 40px;
  max-width: 880px;
}
@media (max-width: 560px) {
  .mv__title {
    margin-bottom: 10px;
  }
}
.mv__text {
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media (max-width: 560px) {
  .mv__text {
    font-size: 14px;
    text-align: left;
  }
  .mv__text br {
    display: none;
  }
}
.mv__contact {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.mv__caution {
  margin-bottom: 20px;
  padding: 10px;
  background: #f7255b;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
@media (max-width: 560px) {
  .mv__caution {
    font-size: 20px;
  }
}
.mv__attention {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.mv__attention p + p {
  margin-top: 0.5em;
}

.lead {
  margin-top: -80px;
  margin-bottom: 80px;
}
@media (max-width: 560px) {
  .lead {
    margin-bottom: 30px;
  }
}
.lead__features {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 560px) {
  .lead__features {
    gap: 5px;
  }
}
.lead__caution {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 560px) {
  .lead__caution {
    text-align: left;
  }
}

.news {
  margin-bottom: 80px;
}
@media (max-width: 560px) {
  .news {
    margin-bottom: 40px;
  }
}
.news__heading {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 560px) {
  .news__heading {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.news__block {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
}
@media (max-width: 560px) {
  .news__block {
    padding: 15px 0;
    display: block;
  }
}
.news__block:last-child {
  border-bottom: 1px solid #ccc;
}
.news__date {
  width: 120px;
  font-weight: 600;
}
@media (max-width: 560px) {
  .news__date {
    margin-bottom: 2px;
  }
}
.news__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.document__row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 560px) {
  .document__row {
    display: block;
  }
}
.document__heading {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.document__btns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.document__btn {
  color: #118ccf;
  border: 1px solid #118ccf;
}
.document__btn:hover {
  color: #fff;
  background: #118ccf;
}
.document__btn svg {
  margin-right: 10px;
}
@media (max-width: 560px) {
  .document__btn svg {
    margin-right: 5px;
  }
}

.faq__row {
  border-bottom: 1px solid #ccc;
}
.faq__q {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.faq__q::before {
  margin-right: 10px;
  margin-top: -2px;
  content: "Q";
  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: 30px;
  height: 30px;
  border-radius: 30px;
  background: #118ccf;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
}
.faq__q::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../../images/icon_keyboard_arrow_down.svg);
  mask-image: url(../../images/icon_keyboard_arrow_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ccc;
  position: absolute;
  right: 10px;
  top: 1.5em;
}
.faq__q p {
  margin-bottom: 0;
}
.faq__q:hover {
  color: #118ccf;
}
.faq__q:hover::after {
  background-color: #000;
}
.faq__a {
  padding-left: 40px;
  position: relative;
  display: none;
}
.faq__a::before {
  margin-right: 10px;
  margin-top: -2px;
  content: "A";
  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: 30px;
  height: 30px;
  border-radius: 30px;
  background: #f7255b;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow {
  border-top: 1px solid #ccc;
}
.flow__block {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.flow__no {
  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: 14px;
  font-weight: 700;
  color: #fff;
  width: 34px;
  height: 34px;
  background: #118ccf;
  border-radius: 34px;
}
.flow__inner {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 560px) {
  .flow__inner {
    margin-left: 10px;
  }
}
.flow__inner p + p, .flow__inner p + ul,
.flow__inner ul + p,
.flow__inner ul + ul {
  margin-top: 0.5em;
}
.flow__heading {
  margin-bottom: 0.2em;
  font-size: 18px;
  font-weight: 700;
  color: #118ccf;
}
.flow__heading span {
  margin-left: 10px;
  display: inline-block;
  padding: 3px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #666;
  line-height: 1.2;
  background: #ffde00;
  border-radius: 30px;
}
.flow__attention {
  margin-top: 10px;
  padding: 10px 15px;
  background: #f5f5f5;
  border-radius: 5px;
}

.map {
  margin-bottom: 40px;
  width: 100%;
  height: 500px;
}
@media (max-width: 560px) {
  .map {
    height: 350px;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.supportother {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media (max-width: 560px) {
  .supportother {
    padding: 15px 20px;
  }
}
.supportother__table {
  background-color: #fff;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 560px) {
  .supportother__table {
    font-size: 12px;
  }
}
.supportother__table th, .supportother__table td {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 560px) {
  .supportother__table th, .supportother__table td {
    padding: 0;
    border: none;
  }
}
.supportother__table thead {
  background-color: #fcf4cd;
}
@media (max-width: 560px) {
  .supportother__table thead {
    display: none;
  }
}
.supportother__table thead th, .supportother__table thead td {
  padding: 5px;
  font-weight: 600;
}
@media (max-width: 560px) {
  .supportother__table thead th, .supportother__table thead td {
    font-size: 10px;
  }
}
@media (max-width: 560px) {
  .supportother__table tbody tr {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .supportother__table tbody tr td:nth-child(1) {
    font-weight: 600;
  }
  .supportother__table tbody tr td:nth-child(3)::before {
    content: "TEL：";
  }
}

.case {
  padding: 40px 0;
  background-color: #fcf4cd;
}
.case__heading {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.case__lead {
  margin-bottom: 30px;
  text-align: center;
}
.case__cs {
  font-size: 20px;
  font-weight: 600;
  color: #f7255b;
  text-align: center;
}
.case__block {
  padding: 30px;
  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;
  background-color: #fff;
}
.case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.case__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.case__cate li {
  padding: 3px 20px;
  display: inline-block;
  background-color: #118ccf;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 100vw;
  text-align: center;
}
.case__biz {
  font-weight: 600;
}
.case__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.case__staff::before {
  padding: 1px 12px;
  content: "従業員数";
  font-size: 12px;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100vw;
}
.case__text {
  line-height: 2;
}
.case .swiper-slide {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.case .swiper-slide-item {
  height: 100%;
}

.document_alert {
  padding: 40px;
  background-color: #fff;
  border: 2px solid #f7255b;
  border-radius: 10px;
}
@media (max-width: 560px) {
  .document_alert {
    padding: 20px;
  }
}
.document_alert__heading {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 560px) {
  .document_alert__heading {
    font-size: 18px;
  }
}

.inner {
  padding-top: 80px;
}
@media (max-width: 560px) {
  .inner {
    padding-top: 40px;
  }
}

.cases__row {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fcf4cd;
}
@media (max-width: 560px) {
  .cases__row {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.cases__head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 560px) {
  .cases__head {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
  }
}
.cases__biz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 560px) {
  .cases__biz {
    margin-bottom: 0 !important;
    font-size: 16px;
    gap: 5px;
  }
}
.cases__biz::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  border: 5px solid #118ccf;
  border-radius: 100vw;
}
@media (max-width: 560px) {
  .cases__biz::before {
    font-size: 6px;
    border: 4px solid #118ccf;
  }
}
.cases__staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 560px) {
  .cases__staff {
    margin-bottom: 0 !important;
  }
}
.cases__staff::before {
  padding: 1px 12px;
  content: "従業員数";
  font-size: 12px;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100vw;
  background-color: #fff;
}
@media (max-width: 560px) {
  .cases__staff::before {
    font-size: 10px;
  }
}
.cases__cate {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 560px) {
  .cases__cate {
    margin-left: unset;
    margin-bottom: 0 !important;
  }
}
.cases__cate li {
  padding: 2px 20px;
  display: inline-block;
  background-color: #118ccf;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 100vw;
  text-align: center;
}
@media (max-width: 560px) {
  .cases__cate li {
    font-size: 12px;
  }
}
.cases__text p {
  margin: 0;
  line-height: 2;
}
/*# sourceMappingURL=base.css.map */