@charset "UTF-8";
.header {
  padding: 2rem 0 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .header {
    height: 60px;
    width: 100%;
    top: 0;
    padding: 0;
    position: fixed;
    background: #fff;
    border-bottom: 2px solid #d5c681;
    z-index: 999;
  }
  .header.hide {
    transform: translateY(-60px);
  }
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .header-wrap {
    padding-bottom: 0;
    justify-content: flex-start;
    height: 60px;
    align-items: center;
  }
}
.header-right {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .header-right {
    width: 55%;
  }
}
.header-right ul {
  display: flex;
  justify-content: center;
}
.header-tel {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .header-tel {
    margin-bottom: 0;
    margin-right: 45px;
  }
  .header-tel img {
    max-height: 50px;
  }
}
.header-logo {
  display: block;
  margin-right: auto;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .header-logo {
    margin: 0;
    width: 40%;
    padding-bottom: 0;
  }
}
.header-logo img {
  max-width: 418px;
}
@media screen and (max-width: 991px) {
  .header-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 460px) {
  .header-logo img {
    width: 100%;
  }
}

.gnav {
  margin-top: -1rem;
  border-top: 4px solid #ffdf32;
  border-bottom: 4px solid #ffdf32;
}
@media screen and (max-width: 991px) {
  .gnav {
    z-index: 99;
    display: none;
    position: absolute;
    width: 60%;
    right: 0;
    background: #ffdf32;
    margin-top: 0;
    border: none;
  }
}

.gnav-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .gnav-list {
    flex-direction: column;
  }
}
.gnav-list__item {
  position: relative;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .gnav-list__item {
    border-bottom: 1px solid #d5c681;
  }
}
.gnav-list__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #acacac;
  width: 1px;
  height: 92%;
}
.gnav-list__item.active {
  background: rgba(255, 252, 241, 0.2);
}
@media screen and (max-width: 991px) {
  .gnav-list__item.active {
    background: #fff;
  }
}
.gnav-list__link {
  padding: 0.5rem;
  display: block;
}
@media screen and (min-width: 992px) {
  .gnav-list__link {
    transition: all 0.4s ease;
  }
  .gnav-list__link:hover {
    background: #fffbcf;
  }
}
@media screen and (max-width: 991px) {
  .gnav-list__link {
    color: #713a10;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.gnav-list__link > span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .gnav-list__link > span {
    font-size: 1.3rem;
    width: 45%;
    text-align: left;
    font-weight: 500;
  }
}
.gnav-list__link > span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .gnav-list__link > span:nth-of-type(1) {
    text-align: right;
    padding-right: 3rem;
    width: 55%;
    font-size: 1.8rem;
  }
}
.gnav-list__link > span:nth-of-type(2) {
  color: #0288cf;
}

@media screen and (min-width: 992px) {
  .page_home .gnav ul li#nav_home a,
  .page_service .gnav ul li#nav_service a,
  .page_mail .gnav ul li#nav_mail a,
  .page_flow .gnav ul li#nav_flow a,
  .page_company .gnav ul li#nav_company a {
    background: #fffbcf;
  }
}
.page_lp .header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .page_lp .header {
    height: 170px;
  }
}
.page_lp .gnav-list__item {
  width: 14.2857142857%;
}

.sp-gnav {
  z-index: 99;
  display: none;
  position: absolute;
  width: 60%;
  right: 0;
  background: #ffdf32;
  margin-top: 0;
  padding-bottom: 0.5rem;
  border: none;
  border: 2px solid #fff;
  box-shadow: -1px 1px 2px #cecece;
}

.sp-gnav-list__item {
  width: 95%;
  margin: auto;
  position: relative;
}
.sp-gnav-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.sp-gnav-list__item:not(:last-child) {
  border-bottom: 1px dashed #000;
}
.sp-gnav-list__link {
  padding: 1.5rem 2rem;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
}

.sp-navBtn {
  padding: 0;
  background: #ffdf32;
  border: 1px solid #000;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp-navBtn > span {
  width: 23px;
  height: 3px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  transition: all 0.4s ease;
}
.sp-navBtn > span:nth-of-type(1) {
  top: 7px;
}
.sp-navBtn > span:nth-of-type(2) {
  top: 15px;
}
.sp-navBtn > span:nth-of-type(3) {
  bottom: 7px;
}
.sp-navBtn.active > span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.sp-navBtn.active > span:nth-of-type(2) {
  opacity: 0;
}
.sp-navBtn.active > span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.footer {
  background: #ffdf32;
  padding-top: 3rem;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-nav {
  display: flex;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .footer-nav {
    flex-wrap: wrap;
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  .footer-nav__item:not(:last-child) {
    margin-right: 5rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .footer-nav__item:nth-of-type(1) {
    width: 40%;
  }
  .footer-nav__item:nth-of-type(2) {
    width: 60%;
  }
  .footer-nav__item:nth-of-type(3) {
    width: 100%;
    margin-top: 3rem;
  }
}
.footer-nav__item li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.footer-nav__link {
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .footer-nav__link {
    transition: all 0.4s ease;
  }
  .footer-nav__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 991px) {
  .footer-nav__link {
    font-size: 1.2rem;
  }
}
.footer-nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.footer-nav__link + ul, .footer-nav__link + .flex > ul {
  margin-top: 1.2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .footer-nav__link + ul, .footer-nav__link + .flex > ul {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .footer-nav__link + .flex > ul {
    width: 33.3333333333%;
  }
}
.footer-nav__link + ul > li > .footer-nav__link, .footer-nav__link + .flex > ul > li > .footer-nav__link {
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer-nav__link + ul > li > .footer-nav__link, .footer-nav__link + .flex > ul > li > .footer-nav__link {
    padding-left: 1.3rem;
  }
}
.footer-nav__link + ul > li > .footer-nav__link::before, .footer-nav__link + .flex > ul > li > .footer-nav__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.footer-nav__link + .flex {
  display: flex;
}
@media screen and (min-width: 992px) {
  .footer-nav__area {
    min-width: 320px;
  }
}

.footer-copy {
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 5rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .footer-copy {
    margin-top: 3rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer-copy small {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}

.sect {
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .sect {
    margin-top: 5rem;
  }
}

/* パンくず
-------------------------------------------------------*/
.panNavi {
  padding: 1rem 0 2rem;
}
.panNavi ul {
  display: flex;
}
.panNavi li {
  color: #000;
}
@media screen and (max-width: 991px) {
  .panNavi li {
    font-size: 1.2rem;
  }
}
.panNavi li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.panNavi li:not(:last-child) a {
  color: #000;
}
.panNavi li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -3px;
  width: 6px;
  height: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #000;
}

/* メインビジュアル
-------------------------------------------------------*/
.mv {
  position: relative;
  background: #95dae0;
}
.mv .inner {
  max-width: 1200px;
}
@media screen and (max-width: 991px) {
  .mv .inner {
    padding: 0;
  }
}

.mv-slider {
  z-index: 2;
  position: relative;
  margin: 0 !important;
  opacity: 1;
}
.mv-slider__list {
  position: relative;
  text-align: center;
}
.mv-slider__img {
  display: block;
  margin: auto;
  width: 100%;
}

.mv-ttl {
  font-size: 2.5vw;
  color: #000;
  font-weight: bold;
  background: #ffdf32;
  padding: 0.5vw 0 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  text-align: center;
  max-height: 80px;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0px #fff, 2px 2px 0px #fff, 3px 3px 0px #fff;
}
@media screen and (min-width: 992px) {
  .mv-ttl {
    font-size: 3.2rem;
    padding: 1rem 0 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .mv-ttl {
    font-size: 3.2vw;
    text-shadow: 1px 1px 0px #fff, 1.5px 1.5px 0px #fff;
  }
}
@media screen and (max-width: 460px) {
  .mv-ttl {
    top: -5vh;
  }
}
.mv-ttl > b {
  font-size: 3.5vw;
}
@media screen and (min-width: 992px) {
  .mv-ttl > b {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .mv-ttl > b {
    font-size: 4.2vw;
  }
}
.mv-ttl > span {
  font-size: 3.5vw;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  background: #000;
  border-radius: 50%;
  line-height: 1.4em;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  .mv-ttl > span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 991px) {
  .mv-ttl > span {
    font-size: 4.2vw;
  }
}
.mv-ttl > span + span {
  margin-left: -0.2em;
}
.mv-ttl > span:last-of-type {
  margin-right: 0.5rem;
}

/* メインコンテンツ
-------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .main {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .page_lp .main {
    padding-top: 170px;
  }
}
i.fas.fa-times-circle {
  position: absolute;
  font-weight: 900;
  left: 10px;
  top: 10px;
  font-size: 23px;
}

.ap-covit__title {
  font-size: 40px;
  text-align: center;
  border-bottom: 5px dotted #003570;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
  color: #003570;
}
@media screen and (max-width: 991px) {
  .ap-covit__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ap-covit__detail {
  display: flex;
  justify-content: space-around;
  margin: 30px auto;
  background: beige;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .ap-covit__detail {
    flex-wrap: wrap;
    width: 100%;
  }
}
.ap-covit__item {
  width: 16%;
}
@media screen and (max-width: 991px) {
  .ap-covit__item {
    width: 42%;
    margin-top: 10px;
  }
}
.ap-covit__item p {
  text-align: justify;
  margin-top: 10px;
}
.ap-covit__text p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .ap-covit__text p {
    font-size: 1.7rem;
  }
}

.cvFix {
  position: fixed;
  right: 0;
  bottom: 30vh;
  z-index: 999;
}
.cvFix-wrap {
  position: relative;
}
.cvFix ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
}
.cvFix li {
  text-align: center;
}
.cvFix li:nth-of-type(1) {
  margin-bottom: -5px;
}

.close-cvFix {
  cursor: pointer;
}

.topReason-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .topReason-items {
    flex-wrap: wrap;
  }
}
.topReason-items__item {
  width: 19.2%;
  background: #ffdf32;
  padding: 2rem 1rem 3rem;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #0288cf;
}
@media screen and (max-width: 991px) {
  .topReason-items__item {
    width: 49%;
    padding: 1rem;
  }
  .topReason-items__item:nth-of-type(n + 3) {
    margin-top: 3%;
  }
}
.topReason-items__item > span {
  display: table;
  margin: auto;
  background: #000;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  padding: 0.7rem 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .topReason-items__item > span {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.topReason-items__item dt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .topReason-items__item dt {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.topReason-items__item dd {
  text-align: center;
}
.topReason-items__item img {
  width: 80%;
  margin: auto;
  max-width: 142px;
}
@media screen and (max-width: 991px) {
  .topReason-items__item img {
    width: 70%;
  }
}

.topService-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .topService-items {
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }
}
.topService-items__item {
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .topService-items__item {
    padding: 1rem 0.7rem;
  }
}
@media screen and (min-width: 992px) {
  .topService-items__item img {
    margin: auto;
    display: block;
  }
}
.topService-items__item p {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .topService-items__item p {
    padding: 0 0.3rem;
  }
}

.topService-big {
  width: 27%;
}
@media screen and (max-width: 991px) {
  .topService-big {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .topService-big {
    max-width: initial;
  }
}
.topService-big .topService-items__item {
  position: relative;
}
.topService-big .topService-items__item::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 1rem;
  background: url(../img/common/icon_starflag.svg) left center no-repeat;
  background-size: contain;
  width: 33px;
  height: 38px;
}
.topService-big .topService-items__item dt {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #0288cf;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .topService-big .topService-items__item dt {
    font-size: 2rem;
    display: table;
    margin: 2rem auto 1.5rem;
  }
}
.topService-big .topService-items__item dt::after {
  content: "";
  position: absolute;
  top: -9px;
  right: 12px;
  background: url(../img/common/icon_effect.svg) left center no-repeat;
  background-size: contain;
  width: 27px;
  height: 18px;
}
@media screen and (max-width: 991px) {
  .topService-big .topService-items__item dt::after {
    top: -8px;
    right: -16px;
  }
}

.topService-small {
  width: 72%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .topService-small {
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 460px) {
  .topService-small {
    width: 80%;
  }
}
.topService-small .topService-items__item {
  width: 32.5%;
}
@media screen and (max-width: 460px) {
  .topService-small .topService-items__item {
    width: 100%;
  }
  .topService-small .topService-items__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.topService-small .topService-items__item dt {
  font-size: 2.4rem;
  font-weight: 600;
  height: 3em;
  margin-bottom: 1rem;
  color: #0288cf;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .topService-small .topService-items__item dt {
    font-size: 1.8rem;
    height: auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .topService-small .topService-items__item img {
    width: 100%;
  }
}

.cautionBlock-main {
  display: table;
  margin: auto;
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .cautionBlock-main {
    padding-top: 3rem;
  }
}
.cautionBlock-main .ap-credit {
  text-align: center;
}
.cautionBlock-main .ap-credit img {
  width: 7%;
}
@media screen and (max-width: 991px) {
  .cautionBlock-main .ap-credit img {
    width: 14%;
  }
}
.cautionBlock-main dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cautionBlock-main dt {
    font-size: 1.6rem;
  }
}
.cautionBlock-main dt > span {
  display: inline-block;
  position: relative;
}
.cautionBlock-main dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -70px;
  background: #000;
  width: 50px;
  height: 2px;
}
.cautionBlock-main dt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -70px;
  background: #000;
  width: 50px;
  height: 2px;
}
@media screen and (max-width: 991px) {
  .cautionBlock-main dd {
    width: 80%;
    margin: auto;
  }
}

.cautionBlock-txt {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cautionBlock-txt {
    font-size: 1.8rem;
    padding-top: 3rem;
  }
}

.planBlock-ttl {
  text-align: center;
  font-size: 2.9rem;
  color: #0288cf;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .planBlock-ttl {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}
.planBlock-ttl b {
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
  .planBlock-ttl b {
    font-size: 2.2rem;
  }
}
.planBlock-ttl > span {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 70%, #fffbcf 70%);
}
.planBlock-ttl > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  background: url(../img/common/bg_ttl_left.svg) left center no-repeat;
  background-size: contain;
  margin: auto;
  width: 15px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .planBlock-ttl > span::before {
    width: 10px;
    height: 30px;
    left: -22px;
  }
}
.planBlock-ttl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  background: url(../img/common/bg_ttl_right.svg) left center no-repeat;
  background-size: contain;
  margin: auto;
  width: 15px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .planBlock-ttl > span::after {
    width: 10px;
    height: 30px;
    right: -22px;
  }
}

.planBlock-items .item {
  text-align: center;
}
.planBlock-items .item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .planBlock-items .item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.list li {
  font-size: 1.4rem;
  position: relative;
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list.--dot li {
  padding-left: 1em;
  line-height: 1.5;
}
.list.--dot li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  margin: auto;
  background: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.tblPrice {
  border-radius: 5px;
  border: 2px solid #000;
  width: 100%;
  overflow: hidden;
}
.tblPrice table {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  border-collapse: collapse;
}
.tblPrice th, .tblPrice td {
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
  padding: 0.7rem 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .tblPrice th, .tblPrice td {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01em;
  }
}
.tblPrice th:nth-of-type(3), .tblPrice td:nth-of-type(3) {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .tblPrice th:nth-of-type(3), .tblPrice td:nth-of-type(3) {
    width: 35%;
  }
}
.tblPrice th:not(:last-child), .tblPrice td:not(:last-child) {
  border-right: 1px solid #000;
}
.tblPrice th.th01, .tblPrice td.th01 {
  background: #0288cf;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .tblPrice th.th01, .tblPrice td.th01 {
    font-size: 1.3rem;
  }
}
.tblPrice th.th02, .tblPrice td.th02 {
  background: #fffbcf;
}
.tblPrice th.td-price ul, .tblPrice td.td-price ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .tblPrice th.td-price ul, .tblPrice td.td-price ul {
    flex-direction: column;
  }
}
.tblPrice th.td-price li, .tblPrice td.td-price li {
  width: 100%;
}
.tblPrice th.td-price li:nth-of-type(2), .tblPrice td.td-price ul li:nth-of-type(2) {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .tblPrice th.td-price li:nth-of-type(2), .tblPrice td.td-price ul li:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.tblPrice tr:last-child th, .tblPrice tr:last-child td {
  border-bottom: none;
}

.tblCompany {
  border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
  width: 100%;
}
.tblCompany table {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  border-collapse: collapse;
}
.tblCompany th, .tblCompany td {
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
  padding: 1rem 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .tblCompany th, .tblCompany td {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01em;
  }
}
.tblCompany th:not(:last-child), .tblCompany td:not(:last-child) {
  border-right: 1px solid #000;
}
.tblCompany th .list li, .tblCompany td .list li {
  font-size: 1.2rem;
}
.tblCompany th {
  font-weight: 600;
  width: 30%;
  background: #ffdf32;
}
@media screen and (max-width: 991px) {
  .tblCompany th {
    width: 32%;
  }
}
.tblCompany tr:last-child th, .tblCompany tr:last-child td {
  border-bottom: none;
}

.tblMail {
  border: 2px solid #000;
  width: 100%;
}
.tblMail table {
  width: 100%;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  word-wrap: break-word;
  white-space: normal;
  border-collapse: collapse;
}
.tblMail th, .tblMail td {
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
  padding: 1rem 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .tblMail th, .tblMail td {
    font-size: 1.2rem;
    padding: 0.5rem 0.7rem;
    letter-spacing: 0.01em;
  }
}
.tblMail th:not(:last-child), .tblMail td:not(:last-child) {
  border-right: 1px solid #000;
}
.tblMail th .input_text, .tblMail td .input_text {
  width: 80%;
}
@media screen and (max-width: 991px) {
  .tblMail th .input_text, .tblMail td .input_text {
    width: 100%;
  }
}
.tblMail th .select, .tblMail td .select {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .tblMail th .select, .tblMail td .select {
    width: 90%;
  }
}
.tblMail th {
  font-size: 1.8rem;
  font-weight: 600;
  width: 30%;
  background: #ffdf32;
}
@media screen and (max-width: 991px) {
  .tblMail th {
    width: 40%;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
}
.tblMail th .hisu {
  display: inline-block;
  background: #000;
  padding: 0.5rem 1.5rem;
  color: #fff;
  margin-left: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .tblMail th .hisu {
    font-size: 1.1rem;
    margin-left: 0.5rem;
    padding: 0.5rem 0.8rem;
  }
}
.tblMail tr:last-child th, .tblMail tr:last-child td {
  border-bottom: none;
}

.topFlow-items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .topFlow-items {
    flex-wrap: wrap;
  }
}
.topFlow-items__item {
  width: 19.2%;
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 5px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .topFlow-items__item {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topFlow-items__item:not(:last-child) {
  position: relative;
}
@media screen and (max-width: 991px) {
  .topFlow-items__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.topFlow-items__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 19px;
  border-color: transparent transparent transparent #ffdf32;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .topFlow-items__item:not(:last-child)::after {
    left: 0;
    right: 0;
    top: inherit;
    bottom: -15px;
    border-style: solid;
    border-width: 19px 16px 0 16px;
    border-color: #ffdf32 transparent transparent transparent;
  }
}
.topFlow-items__item > span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .topFlow-items__item > span {
    margin-top: 0;
    font-size: 1.6rem;
    width: 64%;
    text-align: left;
  }
}
.topFlow-items__img {
  max-width: 130px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .topFlow-items__img {
    width: 15%;
  }
}

.topVoice .ttlLine > b {
  color: #0288cf;
  position: relative;
}
.topVoice .ttlLine > b::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -15px;
  background: url(../img/common/bg_voicettl.svg) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.topVoice-items__item {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
}
.topVoice-items__item:nth-of-type(even) .topVoice-items__flex {
  flex-direction: row-reverse;
}
.topVoice-items__item:not(:last-child) {
  margin-bottom: 2rem;
}
.topVoice-items__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .topVoice-items__flex {
    width: 95%;
  }
}
.topVoice-items__img {
  width: 10%;
}
@media screen and (max-width: 991px) {
  .topVoice-items__img {
    width: 15%;
  }
}
@media screen and (max-width: 460px) {
  .topVoice-items__img {
    width: 20%;
  }
}
.topVoice-items__txt {
  width: 88%;
}
@media screen and (max-width: 991px) {
  .topVoice-items__txt {
    width: 83%;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 460px) {
  .topVoice-items__txt {
    width: 78%;
  }
}
.topVoice-items__txt p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .topVoice-items__txt p + p {
    margin-top: 0.7rem;
  }
}

.topCase-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .topCase-items {
    justify-content: center;
  }
}
.topCase-items::after {
  content: "";
  display: block;
  width: 30%;
}
.topCase-items__item {
  width: 30%;
  background: #ffdf32;
  padding: 2rem 0;
  border-radius: 10px;
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .topCase-items__item {
    width: 49%;
  }
}
@media screen and (max-width: 460px) {
  .topCase-items__item {
    width: 80%;
  }
}
.topCase-items__item dt {
  font-size: 1.8rem;
  text-align: center;
  background: #0288cf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.7rem 0;
  position: relative;
  width: calc(100% + 16px);
  left: -8px;
}
@media screen and (max-width: 991px) {
  .topCase-items__item dt {
    font-size: 1.6rem;
  }
}
.topCase-items__item dt::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 8px #006296;
}
.topCase-items__item dt::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #006296;
}
.topCase-items__item dd {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.topCase-items__item img {
  width: 100%;
  display: block;
}
.topCase-items__img {
  display: flex;
  position: relative;
}
.topCase-items__img::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
  background-color: #0288cf;
  line-height: 1;
  border-radius: 50%;
}
.topCase-items__img-before {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.topCase-items__img-before::before {
  content: "BEFORE";
  padding: 0 6px;
  background-color: #fff;
  color: #0288cf;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 10px;
  font-weight: bold;
}
.topCase-items__img-after {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.topCase-items__img-after::before {
  content: "AFTER";
  padding: 0 6px;
  background-color: #0288cf;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 10px;
  font-weight: bold;
}
.topCase-items__img img {
  aspect-ratio: 5/6;
}
@media screen and (min-width: 992px) {
  .topCase-items__img img {
    max-height: 160px;
  }
}

.topMap {
  padding: 7rem 0;
}
@media screen and (max-width: 991px) {
  .topMap {
    padding: 3rem 0;
  }
}
.topMap img {
  display: block;
  margin: auto;
  max-width: 791px;
  width: 100%;
}

.topOffice-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topOffice-wrap::after, .topOffice-wrap::before {
  content: "";
  width: 24%;
  display: block;
  order: 1;
}

.topOffice-item {
  width: 24%;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .topOffice-item:nth-of-type(n + 5) {
    margin-top: 1.5%;
  }
}
@media screen and (max-width: 991px) {
  .topOffice-item {
    width: 49%;
  }
  .topOffice-item:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}
.topOffice-item dt {
  background: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem;
}
@media screen and (max-width: 991px) {
  .topOffice-item dt {
    font-size: 1.3rem;
  }
}
.topOffice-item dd {
  padding: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .topOffice-item dd {
    font-size: 1.2rem;
    padding: 0.7rem;
  }
}

.topFaq-ttl {
  text-align: center;
}
.topFaq-ttl img {
  margin: auto;
}
.topFaq-wrap {
  padding: 1rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .topFaq-wrap {
    width: 100%;
    padding: 3rem 0;
  }
}
.topFaq-item {
  background: #fff;
  padding: 1.5rem 3rem;
  border: 2px solid #000;
  border-radius: 7px;
}
@media screen and (max-width: 991px) {
  .topFaq-item {
    padding: 1rem 2rem;
    border: 1px solid #000;
  }
}
.topFaq-item:not(:last-child) {
  margin-bottom: 2rem;
}
.topFaq-item:nth-of-type(1) dd > div {
  padding-top: 10px;
}
.topFaq-item dt {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  padding: 10px 0 0 60px;
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .topFaq-item dt {
    padding: 3px 0 0 40px;
    min-height: 35px;
    font-size: 1.6rem;
  }
}
.topFaq-item dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_q.svg) left center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .topFaq-item dt::before {
    width: 35px;
    height: 35px;
  }
}
.topFaq-item dd {
  display: flex;
  position: relative;
  min-height: 50px;
  padding: 10px 0 0 60px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .topFaq-item dd {
    padding: 7px 0 0 40px;
    min-height: 35px;
    font-size: 1.3rem;
  }
}
.topFaq-item dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_a.svg) left center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .topFaq-item dd::before {
    width: 35px;
    height: 35px;
  }
}
.topFaq-bottom {
  text-align: center;
}
.topFaq-bottom img {
  margin: auto;
}

.topMessage {
  text-align: center;
}
.topMessage__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
}
.topMessage__ttl > span {
  color: #0288cf;
}
.topMessage__ttl::before {
  content: "";
  width: 2em;
  height: 1.6em;
  background-image: url(../img/lp/megahon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.topMessage__txt {
  line-height: 1.8;
}
@media screen and (max-width: 460px) {
  .topMessage__txt {
    text-align: left;
  }
}
.topMessage__txt p {
  line-height: 1.8;
  margin: 0 0 20px;
}

.serviceLead-mv {
  display: block;
  margin: auto;
}

.serviceInfo-ttl {
  text-align: center;
}
.serviceInfo-ttl img {
  margin: auto;
}

.serviceInfo-wrap {
  padding: 1rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .serviceInfo-wrap {
    width: 100%;
    padding: 3rem 0;
  }
}

.serviceInfo-items {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .serviceInfo-items {
    flex-wrap: wrap;
    width: 100%;
  }
}
.serviceInfo-items .item {
  width: 45%;
  background: #fff;
  padding: 2rem 0;
  border-radius: 10px;
  box-shadow: 0 2px 1px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .serviceInfo-items .item {
    width: 80%;
    margin: auto;
  }
  .serviceInfo-items .item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.serviceInfo-items .item dt {
  font-size: 2.4rem;
  text-align: center;
  background: #0288cf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  padding: 1rem 0;
  position: relative;
  width: calc(100% + 16px);
  left: -8px;
}
@media screen and (max-width: 991px) {
  .serviceInfo-items .item dt {
    font-size: 2rem;
  }
}
.serviceInfo-items .item dt > span {
  color: #ffdf32;
}
.serviceInfo-items .item dt::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 8px #006296;
}
.serviceInfo-items .item dt::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-left: solid 8px #006296;
}
.serviceInfo-items .item dd {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.serviceInfo-items .item dd > img {
  width: 100%;
  display: block;
}
.serviceInfo-items .item dd p {
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .serviceInfo-items .item dd p {
    font-size: 1.4rem;
  }
}

.serviceInfo-bottom {
  text-align: center;
}
.serviceInfo-bottom img {
  margin: auto;
}

.serviceTarget-ttl {
  text-align: center;
  font-size: 3.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .serviceTarget-ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.serviceTarget-ttl > span {
  display: inline-block;
  position: relative;
}
.serviceTarget-ttl > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  background: url(../img/common/bg_ttl_left.svg) left center no-repeat;
  background-size: contain;
  margin: auto;
  width: 15px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .serviceTarget-ttl > span::before {
    width: 10px;
    height: 30px;
    left: -22px;
  }
}
.serviceTarget-ttl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url(../img/common/bg_ttl_right.svg) left center no-repeat;
  background-size: contain;
  margin: auto;
  width: 15px;
  height: 46px;
}
@media screen and (max-width: 991px) {
  .serviceTarget-ttl > span::after {
    width: 10px;
    height: 30px;
    right: -22px;
  }
}

.serviceTarget-items .item {
  background: #ffdf32;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #0288cf;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item {
    padding: 1.5rem;
  }
}
.serviceTarget-items .item:not(:last-child) {
  margin-bottom: 2rem;
}
.serviceTarget-items .item dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item dl {
    flex-wrap: wrap;
  }
}
.serviceTarget-items .item dt {
  width: 30%;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item dt {
    width: 45%;
  }
}
.serviceTarget-items .item img {
  max-width: 130px;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item img {
    width: 45%;
    max-width: 100px;
  }
}
.serviceTarget-items .item span {
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item span {
    font-size: 1.6rem;
    padding-left: 1rem;
  }
}
.serviceTarget-items .item dd {
  width: 70%;
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  .serviceTarget-items .item dd {
    width: 55%;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
}

.servicePack {
  width: 80%;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .servicePack {
    flex-direction: column;
    margin: 3rem auto 0;
  }
}
.servicePack .item {
  width: 32%;
  background: #0288cf;
  border: 2px solid #fff;
  padding: 1rem;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .servicePack .item {
    width: 100%;
  }
  .servicePack .item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.servicePack .item dt {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffdf32;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px dashed #fff;
}
@media screen and (max-width: 991px) {
  .servicePack .item dt {
    font-size: 2rem;
  }
}
.servicePack .item dd {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 1rem 0;
}

.serviceStep-items {
  display: flex;
  justify-content: space-between;
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .serviceStep-items {
    flex-wrap: wrap;
  }
}
.serviceStep-items .item {
  width: 19.2%;
  background: #0288cf;
  padding: 2rem 1rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 5px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 991px) {
  .serviceStep-items .item {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .serviceStep-items .item:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.serviceStep-items .item dl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .serviceStep-items .item dl {
    width: 75%;
    margin-left: auto;
    padding-top: 1rem;
  }
}
.serviceStep-items .item dt {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .serviceStep-items .item dt {
    margin-bottom: 0.5rem;
  }
}
.serviceStep-items .item dt > span {
  display: block;
  text-align: center;
  color: #ffdf32;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .serviceStep-items .item dt > span {
    text-align: left;
    font-size: 1.6rem;
  }
}
.serviceStep-items .item p {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .serviceStep-img {
    width: 20%;
    position: absolute;
    left: -30%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.serviceStep-img > img {
  max-width: 130px;
  margin: 2rem auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .serviceStep-img > img {
    margin: auto;
    max-width: 70px;
  }
}

.serviceStep-no {
  position: absolute;
  width: 116px;
  height: 116px;
  background: #0288cf;
  border-radius: 50%;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  padding-top: 1rem;
  z-index: 1;
}
.serviceStep-no > span {
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .serviceStep-no > span {
    font-size: 1.2rem;
  }
}
.serviceStep-no > b {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .serviceStep-no > b {
    font-size: 1.6rem;
  }
}

.serviceFeature .ttlBasis > span {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .serviceFeature .ttlBasis > span {
    margin-bottom: 1.5rem;
  }
}
.serviceFeature .ttlBasis > span::after {
  background: #ffdf32;
}
.serviceFeature .ttlBasis > div {
  line-height: 1.5;
}
.serviceFeature .ttlBasis > div > span {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 991px) {
  .serviceFeature .ttlBasis > div > span {
    font-size: 1.4rem;
  }
}
.serviceFeature .ttlBasis > div > div {
  margin-top: -0.5em;
}
.serviceFeature .ttlBasis > div > div b {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .serviceFeature .ttlBasis > div > div b {
    font-size: 2.2rem;
  }
}
.serviceFeature .ttlBasis > div > div b.co {
  font-size: 5rem;
  color: #0288cf;
}
@media screen and (max-width: 991px) {
  .serviceFeature .ttlBasis > div > div b.co {
    font-size: 3rem;
  }
}

.serviceFeature-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .serviceFeature-items {
    width: 80%;
    margin: auto;
  }
}
.serviceFeature-items .item {
  width: 32.5%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 2rem;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .serviceFeature-items .item {
    width: 100%;
    padding: 1.5rem;
  }
  .serviceFeature-items .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.serviceFeature-items .item:nth-of-type(n + 4) {
  margin-top: 1.5%;
}
.serviceFeature-items .item dt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #0288cf;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .serviceFeature-items .item dt {
    font-size: 1.8rem;
  }
}
.serviceFeature-items .item dd {
  text-align: center;
}
.serviceFeature-items .item dd > p {
  margin-top: 1rem;
  text-align: left;
}

.serviceCase-items {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .serviceCase-items {
    flex-wrap: wrap;
    width: 100%;
  }
}
.serviceCase-items .item {
  width: 31.5%;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .serviceCase-items .item {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .serviceCase-items .item {
    width: 100%;
  }
  .serviceCase-items .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .serviceCase-items .item img {
    width: 100%;
  }
}
.serviceCase-items .item p {
  text-align: left;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 991px) {
  .serviceCase-items .item .btn-detail {
    margin-top: auto;
  }
}

.flowBlock {
  width: 92%;
  margin: 0 auto;
  counter-reset: number 0;
}
@media screen and (max-width: 991px) {
  .flowBlock {
    width: 100%;
  }
}
.flowBlock .item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px 40px;
}
@media screen and (min-width: 992px) {
  .flowBlock .item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 991px) {
  .flowBlock .item {
    flex-direction: column;
  }
}
.flowBlock .item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .flowBlock .item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.flowBlock .item img {
  width: 45%;
}
@media screen and (max-width: 991px) {
  .flowBlock .item img {
    width: 100%;
  }
}

.flowBlock-txt {
  width: 50%;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .flowBlock-txt {
    width: 100%;
    padding-top: 2rem;
  }
}
.flowBlock-txt::after {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  font-size: 7rem;
  font-weight: 600;
  color: #ffdf32;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .flowBlock-txt::after {
    top: 0.5rem;
  }
}
.flowBlock-txt dl {
  position: relative;
  z-index: 2;
}
.flowBlock-txt dt {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .flowBlock-txt dt {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.mailLead {
  width: 60%;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 991px) {
  .mailLead {
    width: 80%;
    margin: 0 auto 3rem;
  }
}
.mailLead dt {
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 991px) {
  .mailLead dt {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
.mailLead dt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
.mailLead dd {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .mailLead dd {
    font-size: 1.8rem;
  }
}

.mailPolicy {
  margin-top: 12rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy {
    margin-top: 6rem;
  }
}

.mailPolicy-box {
  border-radius: 10px;
  border: 3px solid #000;
  overflow: hidden;
}
.mailPolicy-box > dt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: #ffdf32;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy-box > dt {
    font-size: 1.8rem;
  }
}
.mailPolicy-box > dd {
  background: #fff;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy-box > dd {
    padding: 1.5rem;
  }
}
.mailPolicy-box > dd > dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy-box > dd > dl + dl {
    margin-top: 1.5rem;
  }
}
.mailPolicy-box > dd > dl > dt {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.mailPolicy-box > dd > dl > dd > p {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy-box > dd > dl > dd > p {
    font-size: 1.2rem;
  }
}
.mailPolicy-box > dd > dl > dd > p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .mailPolicy-box > dd > dl > dd > p + p {
    margin-top: 1.5rem;
  }
}

.bg01 {
  padding: 7rem 0;
  background-color: #fffbcf;
  background-image: url(../img/common/bg_squares.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 991px) {
  .bg01 {
    padding: 3rem 0;
    background-size: 12px;
  }
}

.bg02 {
  padding: 7rem 0;
  background-color: #ffdf32;
}
@media screen and (max-width: 991px) {
  .bg02 {
    padding: 3rem 0;
  }
}

.bg03 {
  padding: 7rem 0;
  background-color: #fff;
  background-image: url(../img/common/bg_squares.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 991px) {
  .bg03 {
    padding: 3rem 0;
    background-size: 12px;
  }
}

.bg04 {
  padding: 7rem 0;
  background-color: #95dae0;
}
@media screen and (max-width: 991px) {
  .bg04 {
    padding: 3rem 0;
  }
}

.bg05 {
  padding: 7rem 0;
  background-color: #beddc3;
  background-image: url(../img/common/bg_squares.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 991px) {
  .bg05 {
    padding: 3rem 0;
    background-size: 12px;
  }
}

.bg06 {
  padding: 7rem 0;
  background-color: #efefef;
}
@media screen and (max-width: 991px) {
  .bg06 {
    padding: 3rem 0;
  }
}

.bg-service {
  background-color: #fffbcf;
  background-image: url(../img/common/bg_squares.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
  padding: 0 0 12rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .bg-service {
    padding-bottom: 5rem;
    background-size: 12px;
  }
}

.bg-company,
.bg-contact {
  background-color: #fffbcf;
  background-image: url(../img/common/bg_squares.svg);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
  padding: 0 0 12rem;
}
@media screen and (max-width: 991px) {
  .bg-company,
  .bg-contact {
    padding: 0 0 5rem;
    background-size: 12px;
  }
}

.bg-town {
  padding: 7rem 0 13rem;
  background-color: #95dae0;
  background-image: url(../img/index/bg_town.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .bg-town {
    padding: 3rem 0 8rem;
    background-image: url(../img/index/bg_town_sp.png);
  }
}
.bg-town-ttl {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px dashed #fff;
}
@media screen and (max-width: 991px) {
  .bg-town-ttl {
    font-size: 2.2rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.bg-town-ttl > b {
  color: #ffdf32;
  font-size: 5rem;
  padding: 0 0.1em;
}
@media screen and (max-width: 991px) {
  .bg-town-ttl > b {
    font-size: 3rem;
  }
}

.cvBox01 {
  border: 2px solid #ffdf32;
  max-width: 1200px;
  margin: 5rem auto 0;
}
.cvBox01 dt {
  padding: 1rem;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 600;
  background: #ffdf32;
  text-align: center;
}
.cvBox01 dd {
  background: #fff;
}

.cvBox01-wrap {
  width: 96%;
  margin-left: auto;
  position: relative;
}
.cvBox01-wrap ul {
  padding: 2rem;
  display: flex;
  width: 80%;
}
.cvBox01-wrap li:nth-of-type(1) {
  margin-right: 3rem;
}

.cvBox01-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 311px;
  width: 32%;
}

.cvBox02 {
  border: 2px solid #ffdf32;
  margin: 0 auto;
}
.cvBox02 dt {
  padding: 1rem;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 600;
  background: #ffdf32;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cvBox02 dt {
    font-size: 1.8rem;
    padding: 0.5rem;
  }
}
.cvBox02 dd {
  background: #fff;
}

.cvBox02-wrap {
  width: 96%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cvBox02-wrap {
    width: 100%;
  }
}
.cvBox02-wrap ul {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  width: 78%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cvBox02-wrap ul {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    padding: 1rem 0 1rem 1rem;
  }
}
.cvBox02-wrap li:nth-of-type(1) {
  margin-right: 2rem;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .cvBox02-wrap li:nth-of-type(1) {
    width: 70%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.cvBox02-wrap li:nth-of-type(2) {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .cvBox02-wrap li:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cvBox02-wrap li:nth-of-type(2) a {
    width: 50%;
  }
}

.cvBox02-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 311px;
  width: 30%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cvBox02-woman {
    width: 38%;
    right: -3%;
  }
}

/* ボタン
-------------------------------------------------------*/
.btn-estimate {
  display: flex;
  justify-content: center;
  margin: 4rem auto 0;
  width: 70%;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .btn-estimate {
    width: 80%;
    max-width: 300px;
    margin: 2rem auto 0;
  }
}

.btn-detail {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 250px;
  width: 80%;
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 600;
  background: #ffdf32;
  padding: 1rem 0;
  border-radius: 50px;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .btn-detail {
    font-size: 1.4rem;
  }
}
.btn-detail::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.btn-detail > span {
  padding-right: 25px;
  margin-right: -17px;
}

.btn-send {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
  max-width: 300px;
  border: 2px solid #fff;
  width: 80%;
  font-size: 2rem;
  font-weight: 600;
  background: #0288cf;
  padding: 0;
  border-radius: 50px;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .btn-send {
    font-size: 1.6rem;
    width: 60%;
  }
}
.btn-send::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn-send > span {
  padding-right: 25px;
  margin-right: -17px;
}
.btn-send input {
  color: #fff !important;
  padding: 1.5rem 0;
  width: 100%;
  height: 100%;
}

/* タイトル
-------------------------------------------------------*/
.ttlLine {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .ttlLine {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.ttlLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 5px;
  background: #000;
}
@media screen and (max-width: 991px) {
  .ttlLine::after {
    width: 40px;
    height: 3px;
  }
}
.ttlLine > b {
  font-size: 5rem;
  color: #0288cf;
}
@media screen and (max-width: 991px) {
  .ttlLine > b {
    font-size: 2.8rem;
  }
}
.ttlLine > span {
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .ttlLine > span {
    font-size: 1.2rem;
  }
}

.ttlBasis {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .ttlBasis {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.ttlBasis > b {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  .ttlBasis > b {
    font-size: 2.2rem;
  }
}
.ttlBasis > span {
  display: table;
  position: relative;
  padding-bottom: 1rem;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
  color: #0288cf;
  min-width: 50px;
}
@media screen and (max-width: 991px) {
  .ttlBasis > span {
    font-size: 1.1rem;
    min-width: 40px;
    padding-bottom: 0.7rem;
    margin: 0 auto 0.7rem;
    letter-spacing: 0.1em;
  }
}
.ttlBasis > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 3px;
  background: #000;
}
@media screen and (max-width: 991px) {
  .ttlBasis > span::after {
    width: 40px;
    height: 2px;
  }
}

/* リード文
-------------------------------------------------------*/
.txtLead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .txtLead {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

/* セラピスト一覧
-------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .therapistMain .inner-ll {
    padding: 0 2%;
  }
}
.therapistList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .therapistList {
    justify-content: space-between;
  }
}

.therapistBox {
  border: 2px solid #d5c681;
  width: 23%;
  margin-right: 2.6666666667%;
}
@media screen and (min-width: 992px) {
  .therapistBox:nth-of-type(n + 5) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 991px) {
  .therapistBox {
    width: 49%;
    margin-right: 0;
  }
  .therapistBox:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}
.therapistBox:nth-of-type(4n) {
  margin-right: 0;
}
.therapistBox-photo img {
  display: block;
  width: 100%;
}
.therapistBox-main {
  padding: 1.2rem 1rem 1.7rem 1rem;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .therapistBox-main {
    padding: 1rem 1rem 1.3rem 1rem;
  }
}
.therapistBox-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.therapistBox-name {
  font-size: 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .therapistBox-name {
    font-size: 1.6rem;
  }
}
.therapistBox-age {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .therapistBox-age {
    font-size: 1.4rem;
  }
}
.therapistBox-time {
  font-size: 2rem;
  margin: 0.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .therapistBox-time {
    font-size: 1.6rem;
    margin: 0.3rem 0 0;
  }
}
.therapistBox .btn {
  font-size: 1.8rem;
  width: 85%;
  margin: 1.2rem auto 0;
  padding: 8px 15px;
  text-shadow: none;
}
@media screen and (max-width: 991px) {
  .therapistBox .btn {
    width: 100%;
    font-size: 1.4rem;
    margin: 1rem auto 0;
  }
}

/* プロフィール
-------------------------------------------------------*/
.profileData {
  margin-bottom: 7rem;
}

.profileData-wrap {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .profileData-wrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}

.profileData-r {
  width: 320px;
}
@media screen and (max-width: 991px) {
  .profileData-r {
    width: 100%;
  }
}

.profileData-name {
  padding: 3rem 0;
  position: relative;
  font-size: 3.5rem;
  display: table;
  text-align: center;
  min-width: 110px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .profileData-name {
    font-size: 2.5rem;
    margin: 0 auto 2.5rem;
  }
}
.profileData-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_top.png) center top no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}
.profileData-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_bottom.png) center bottom no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}

.profileData-info {
  margin-bottom: 5rem;
}
.profileData-info ul {
  display: table;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .profileData-info li {
    display: flex;
  }
}
.profileData-info li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.profileData-info li > span:nth-of-type(1) {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .profileData-info li > span:nth-of-type(1) {
    font-size: 1.2rem;
    width: 5em;
    text-align: right;
    padding-top: 0.3em;
  }
}
.profileData-info li > span:nth-of-type(2) {
  font-size: 1.8rem;
  padding-left: 1rem;
}
@media screen and (max-width: 991px) {
  .profileData-info li > span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.profileData-info li > span:nth-of-type(2) > b {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .profileData-info li > span:nth-of-type(2) > b {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .profileData-block {
    width: 90%;
    margin: auto;
  }
}
.profileData-block + .profileData-block {
  margin-top: 4rem;
}
.profileData-block dt {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d5c681;
  margin-bottom: 2rem;
  display: table;
}
@media screen and (max-width: 991px) {
  .profileData-block dt {
    margin: 0 auto 2rem;
  }
}

.profileData-sales {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 991px) {
  .profileData-sales {
    width: 80%;
    margin: auto;
  }
}
.profileData-sales::after {
  content: "";
  width: 32%;
  display: block;
}
@media screen and (max-width: 991px) {
  .profileData-sales::after {
    width: 48%;
  }
}
.profileData-sales > li {
  width: 32%;
  text-align: center;
  background: #d5c681;
  background: linear-gradient(90deg, #d5c681 0%, #fff9e3 50%, #d5c681 100%);
  padding: 0.5rem;
}
@media screen and (max-width: 991px) {
  .profileData-sales > li {
    width: 49%;
  }
  .profileData-sales > li:nth-of-type(n + 4) {
    margin-top: 2%;
  }
  .profileData-sales > li:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}

@media screen and (max-width: 991px) {
  .profileData-available {
    padding-top: 5rem;
  }
}
.profileData-available dt {
  font-size: 2.1rem;
  padding: 3rem 0;
  position: relative;
  display: table;
  text-align: center;
  min-width: 110px;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 991px) {
  .profileData-available dt {
    font-size: 1.8rem;
  }
}
.profileData-available dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_top.png) center top no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}
.profileData-available dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_bottom.png) center bottom no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}
.profileData-available dd ul {
  width: 220px;
  margin: auto;
}
.profileData-available dd li {
  text-align: center;
  background: #d5c681;
  background: linear-gradient(90deg, #d5c681 0%, #fff9e3 50%, #d5c681 100%);
  padding: 0.5rem;
  font-size: 1.8rem;
}
.profileData-available dd li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .profileData-available dd li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.profilePhoto {
  max-width: 343px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .profilePhoto {
    margin: 0 auto 5rem;
    width: 90%;
  }
}
@media screen and (max-width: 460px) {
  .profilePhoto {
    width: 80%;
  }
}

.profilePhoto-main {
  position: relative;
  width: 100%;
}
.profilePhoto-main .prev-arrow {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .profilePhoto-main .prev-arrow {
    left: -10px;
  }
}
.profilePhoto-main .next-arrow {
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .profilePhoto-main .next-arrow {
    right: -10px;
  }
}

.profilePhoto-samune {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.profilePhoto-samune li {
  width: 19%;
  margin-right: 1.25%;
  cursor: pointer;
}
.profilePhoto-samune li:nth-of-type(5n) {
  margin-right: 0;
}
.profilePhoto-samune li:nth-of-type(n + 6) {
  margin-top: 1.25%;
}

.profileSchedule {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  .profileSchedule {
    width: 90%;
    margin: 0 auto 7rem;
  }
}
.profileSchedule table {
  margin: 0;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #d5c681;
  border-right: 1px solid #d5c681;
  table-layout: fixed;
  word-wrap: break-word;
  border-collapse: collapse;
}
.profileSchedule th, .profileSchedule td {
  vertical-align: middle;
  border-bottom: 1px solid #d5c681;
  border-left: 1px solid #d5c681;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .profileSchedule th, .profileSchedule td {
    display: block;
    width: 100%;
  }
}
.profileSchedule th {
  background: #d5c681;
  padding: 5px 8px;
}
.profileSchedule td {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .profileSchedule td ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .profileSchedule td li:nth-of-type(1) {
    border-bottom: 1px solid #d5c681;
  }
}
@media screen and (max-width: 991px) {
  .profileSchedule td li {
    width: 50%;
  }
  .profileSchedule td li:nth-of-type(1) {
    border-right: 1px solid #d5c681;
  }
}
.profileSchedule td li:nth-of-type(1) {
  padding: 10px;
}
.profileSchedule td li:nth-of-type(2) {
  padding: 15px 10px;
}
@media screen and (max-width: 991px) {
  .profileSchedule td li:nth-of-type(2) {
    padding: 10px;
  }
}

.profileVoice-wrap {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .profileVoice-wrap {
    width: 90%;
  }
}

.profileVoice-ttl {
  font-size: 2.1rem;
  padding: 3rem 0;
  position: relative;
  display: table;
  text-align: center;
  min-width: 110px;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 991px) {
  .profileVoice-ttl {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
  }
}
.profileVoice-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_top.png) center top no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}
.profileVoice-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/line_gold_bottom.png) center bottom no-repeat;
  background-size: contain;
  width: 110px;
  height: 14px;
}

.profileVoice-info {
  padding-top: 1rem;
}
.profileVoice-info li {
  text-align: right;
}
.profileVoice-info li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.profileVoice-info li > span {
  display: inline-block;
  margin-left: 1rem;
}

.profileVoice .btn {
  max-width: 210px;
}

.backLink {
  margin-top: 5rem;
}
.backLink a {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .backLink a {
    font-size: 1.2rem;
  }
}
.backLink a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #713a10;
  border-right: 1px solid #713a10;
  transform: rotate(45deg);
}

/* スケジュール
-------------------------------------------------------*/
.scheduleList {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .scheduleList {
    margin-bottom: 2.5rem;
  }
}
.scheduleList ul {
  display: flex;
  height: 70px;
}
@media screen and (max-width: 991px) {
  .scheduleList ul {
    height: 50px;
  }
}
.scheduleList li {
  width: 14.2857142857%;
  display: flex;
  align-items: center;
  line-height: 1;
}
.scheduleList li:nth-of-type(1) {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .scheduleList li:nth-of-type(1) {
    font-size: 1.4rem;
  }
}
.scheduleList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #713a10;
  height: 100%;
  width: 100%;
  background: #d5c681;
  box-shadow: 2px 2px 4px #ccc;
  background: linear-gradient(135deg, #d5c681 0%, #fff9e3 60%, #d5c681 100%);
  transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .scheduleList li a:hover {
    opacity: 0.6 !important;
  }
}
@media screen and (max-width: 991px) {
  .scheduleList li a {
    flex-direction: column;
  }
}
.scheduleList li a span:nth-of-type(1) {
  font-size: 2.5rem;
  padding-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .scheduleList li a span:nth-of-type(1) {
    font-size: 1.4rem;
    padding-left: 0;
    margin-bottom: 0.3rem;
  }
}
.scheduleList li a span:nth-of-type(2) {
  font-size: 1.2rem;
  margin-left: -0.3em;
}
@media screen and (max-width: 991px) {
  .scheduleList li a span:nth-of-type(2) {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
.scheduleList li:not(:last-child) {
  margin-right: 5px;
}
.scheduleList li.active a {
  background: #fff;
  border: 2px solid #d5c681;
  cursor: text;
  pointer-events: none;
}

.scheduleTtl {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .scheduleTtl {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
}

/* プレースフォルダ設定 */

::-moz-placeholder {
  color: #c0c0c0;
  font-weight: 400;
}

::placeholder {
  color: #c0c0c0;
  font-weight: 400;
}

input:focus::-moz-placeholder {
  color: transparent !important;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus::placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-moz-placeholder {
  color: transparent !important;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-moz-placeholder {
  color: transparent !important;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

.recruitContact-item {
  flex-wrap: wrap;
}
.recruitContact-item:not(:last-child) {
  margin-bottom: 20px;
}
.recruitContact-item dt {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}
.recruitContact-item dt .hisu {
  font-size: 1.2rem;
  color: #ff0000;
  padding-left: 1rem;
  line-height: 1;
}
.recruitContact-item dd {
  width: 100%;
  margin-bottom: 10px;
}

.contact_privacy {
  height: 100px;
}

.contact_btn {
  cursor: pointer;
  color: #fff;
  width: 60%;
  padding: 5px 15px;
  font-size: 1.8rem;
  max-width: 300px;
  text-align: center;
  display: table;
  margin: 30px auto 20px;
  background: #003570;
}

textarea.input_text {
  height: 200px;
}

.input_text {
  width: 100%;
  padding: 10px 15px;
  height: 40px;
  border: 1px solid #9a9a9a;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 991px) {
  .input_text {
    font-size: 16px;
  }
}

/* select設定 */
.select {
  position: relative;
  border: 1px solid #9a9a9a;
  overflow: hidden;
  width: 100%;
  height: 40px;
  text-align: left;
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.9em;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  transform: rotate(135deg);
}
.select select {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 38px 8px 8px;
}
@media screen and (max-width: 991px) {
  .select select {
    font-size: 16px;
  }
}

/*------------------------------------
固定フッター（SP）
------------------------------------*/
@media screen and (max-width: 991px) {
  .fixFoot {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid #fff;
    height: 60px;
  }
  .fixFoot-main {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  .fixFoot-main li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
  }
  .fixFoot-main li:nth-of-type(1) .fixFoot-icon {
    width: 18%;
  }
  .fixFoot-main li:not(:last-child) a {
    position: relative;
  }
  .fixFoot-main li:not(:last-child) a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 90%;
    width: 1px;
  }
  .fixFoot-main li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #0288cf;
  }
  .fixFoot-icon {
    display: flex;
    align-items: center;
    width: 15%;
  }
  .fixFoot-icon img {
    display: block;
  }
  .fixFoot-txt {
    color: #fff;
    padding-left: 0.4rem;
    font-size: 1rem;
  }
  .fixFoot-txt > b {
    font-size: 1.4rem;
  }
}
/*-----------
ボタン追加
-----------*/
.ap-btn {
  background: #0288cf !important;
  border-color: transparent transparent transparent #fff !important;
  position: relative;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  max-width: 240px;
  width: 100%;
  margin: 35px auto 0;
  padding: 10px 15px;
  text-decoration: none;
  cursor: pointer;
  z-index: 3;
  transition: all 0.4s ease;
  box-shadow: 4px 4px 4px #ccc;
  border-radius: 5px;
}
.ap-btn a {
  color: #fff !important;
}

ul.list.--dot.ap-welfare li {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  ul.list.--dot.ap-welfare li {
    font-size: 1.2rem;
  }
}

.ap-text {
  display: block;
  border-bottom: 1px dotted;
}

.work_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vh;
  position: relative;
}
.work_item::after {
  content: "";
  display: block;
  width: 2rem;
  height: 6rem;
  border-left: 2rem solid #666;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .work_item::after {
    width: 1rem;
    height: 4rem;
    border-left: 1rem solid #666;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
  }
}
.work_item > div {
  width: 48%;
  position: relative;
}
.work span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  padding: 0.5em 3em 0.5em 1em;
}
@media screen and (max-width: 460px) {
  .work span {
    font-size: 1.4rem;
  }
}
.work_img {
  position: relative;
}
.work_img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.work_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.work .before span {
  color: #0288cf;
  background-color: #fff;
}
.work .after span {
  background-color: #0288cf;
  color: #fff;
}

.link {
  margin-top: 3vh;
}
.link a {
  display: block;
  max-width: 250px;
  text-align: center;
  padding: 0.5em;
  border-radius: 30px;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  background-color: #FF3B26;
  color: #fff;
  transition: 0.2s;
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 992px) {
  .link a:hover {
    opacity: 0.7;
  }
}
.link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 20px;
}

.feature {
  max-width: 980px;
  margin: 0 auto;
}
.feature p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.feature .image {
  width: 260px;
  float: right;
  margin: 0 0 10px 35px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #efefef;
}
@media screen and (max-width: 460px) {
  .feature .image {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    float: none;
  }
}
.feature .image img {
  width: 100%;
  height: auto;
}
.feature__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.feature__ttl > span {
  color: #0288cf;
}
.feature__ttl::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url(../img/lp/feature.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.area {
  max-width: 980px;
  margin: 0 auto;
}
.area p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.area__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.area__ttl > span {
  color: #0288cf;
}
.area__ttl::before {
  content: "";
  width: 2em;
  height: 1.6em;
  background-image: url(../img/lp/area.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.trend {
  max-width: 980px;
  margin: 0 auto;
}
.trend p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.trend .image {
  width: 260px;
  float: right;
  margin: 0 0 10px 35px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #efefef;
}
@media screen and (max-width: 460px) {
  .trend .image {
    width: calc(100% - 20px);
    margin: 0 auto 10px;
    float: none;
  }
}
.trend .image img {
  width: 100%;
  height: auto;
}
.trend__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.trend__ttl > span {
  color: #0288cf;
}
.trend__ttl::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url(../img/lp/trend.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.rule {
  max-width: 980px;
  margin: 0 auto;
}
.rule p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.rule h4 {
  font-size: 18px;
  margin: 0 0 15px;
}
.rule h5 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
}
.rule ol {
  margin: 0 0 35px;
}
.rule ul {
  margin: 0 0 35px;
}
.rule__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.rule__ttl > span {
  color: #0288cf;
}
.rule__ttl::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background-image: url(../img/lp/rule.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.rule__txt {
  margin: 0 0 35px;
}
.rule__txt p {
  margin: 0 0 20px;
}

.flow {
  max-width: 980px;
  margin: 0 auto;
}
.flow p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.flow__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.flow__ttl > span {
  color: #0288cf;
}
.flow__ttl::before {
  content: "";
  width: 2em;
  height: 1.6em;
  background-image: url(../img/lp/flow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.carrying_in {
  max-width: 980px;
  margin: 0 auto;
}
.carrying_in p {
  line-height: 1.8;
  margin: 0 0 15px;
}
.carrying_in__ttl {
  margin-bottom: 5rem;
  font-size: 2.8rem;
  text-align: center;
}
.carrying_in__ttl > span {
  color: #0288cf;
}
.carrying_in__ttl::before {
  content: "";
  width: 2em;
  height: 1.6em;
  background-image: url(../img/lp/carrying_in.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}/*# sourceMappingURL=layout.css.map */