@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

* {
  word-break: break-word;
  box-sizing: border-box;
}

a {
  color: #000;
}

p {
  font-size: 15px;
  line-height: 24px;
}

a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
  font-size: 16px;
}

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

.sp-block {
  display: none;
}
@media (max-width: 780px) {
  .sp-block {
    display: block;
  }
}

.blue {
  color: #0071bc;
}

.section-style {
  padding: 60px 0 0;
}
@media (max-width: 780px) {
  .section-style {
    padding: 40px 0 0;
  }
}

.section-style02 {
  padding: 80px 0;
}
@media (max-width: 780px) {
  .section-style02 {
    padding: 40px 0;
  }
}

.section-ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 60px;
  line-height: 1.8;
}
@media (max-width: 780px) {
  .section-ttl {
    font-size: 20px;
    margin: 0 0 32px;
    line-height: 26px;
  }
}
.section-ttl__span {
  color: #0071bc;
  font-size: 85%;
}

.gray-part {
  background-image: url("../../dist/images/maintenance/gray-part-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 12px 40px;
  position: relative;
}
@media (max-width: 780px) {
  .gray-part {
    padding: 40px 12px 28px;
  }
}
.gray-part:before {
  content: url(https://www.kyowakiko.com/wp/wp-content/themes/kyowakiko/images/maintenance/gray-part-arrow.png);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  text-align: right;
}
@media (max-width: 780px) {
  .gray-part:before {
    transform: translateX(50%) scale(0.5);
    top: -12px;
  }
}
.gray-part__text {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  margin: 0 0 34px;
}
@media (max-width: 600px) {
  .gray-part__text {
    font-size: 18px;
    margin: 0 0 24px;
  }
}
.gray-part__btn {
  text-align: center;
  background-color: #F0E628;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 12px 0;
  border-radius: 6px;
  border: #F0E628 2px solid;
  transition: all 0.2s;
  font-weight: bold;
}
.gray-part__btn:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}
.gray-part__btn--flow {
  margin: 18px 0 0;
  padding: 6px 0;
}
@media (max-width: 780px) {
  .gray-part__btn--flow {
    margin: 16px auto 0;
  }
}
@media (max-width: 780px) {
  .gray-part__btn {
    line-height: 0;
    width: 180px;
    padding: 24px 0;
    font-size: 16px;
  }
}
.gray-part__btn--download {
  background-color: #d10000;
  width: 320px;
  margin: 0 auto 12px;
  padding: 22px 0;
}
.gray-part__btn--contact {
  width: 320px;
  padding: 22px 0;
}
.gray-part__btn-span {
  font-size: 75%;
  display: inline-block;
  margin: 0 0 6px;
}
@media (max-width: 780px) {
  .gray-part__btn-span {
    display: none;
  }
}

.form-content input[type="text"],
.form-content select {
  border: 2px solid #25237b;
  width: 100%;
  padding: 6px;
}
.form-content__name {
  display: flex;
  gap: 6px;
  margin: 0 0 12px;
}
@media (max-width: 600px) {
  .form-content__name {
    flex-direction: column;
    gap: 0;
  }
}
.form-content__name span {
  width: calc((100% - 12px) / 2);
}
@media (max-width: 600px) {
  .form-content__name span {
    width: 100%;
  }
}
.form-content__input {
  margin: 0 0 12px;
}
.form-content__select {
  margin: 0 0 12px;
}
.form-content__checkbox {
  color: #000;
  font-size: 12px;
  text-align: left;
  text-align: center;
  margin: 0 0 6px;
}
.form-content__privacy {
  color: #000;
  font-size: 10px;
  margin: 0 0 12px;
  text-align: center;
}
.form-content__privacy a {
  color: #d10000;
  text-decoration: underline;
}

.wpcf7-response-output {
  color: black;
}

.wpcf7-form.sent .top-contact__form-wrap {
  display: none;
}

.sp-none {
  display: block;
}
@media (max-width: 780px) {
  .sp-none {
    display: none;
  }
}

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

.section-wrap {
  padding: 80px 0 64px;
}
@media (max-width: 780px) {
  .section-wrap {
    font-size: 20px;
    padding: 40px 8px;
  }
}

.section-wrap--gray {
  padding: 80px 0 64px;
  background-color: #e9e9e9;
  box-shadow: inset 0px 0px 32px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 780px) {
  .section-wrap--gray {
    font-size: 20px;
    padding: 40px 8px;
  }
}

.section-ttl__lead-text {
  font-size: 28px;
  text-align: center;
  margin: 0 0 32px;
  line-height: 32px;
}
@media (max-width: 780px) {
  .section-ttl__lead-text {
    font-size: 20px;
    margin: 0 0 16px;
    line-height: 22px;
  }
}

.section-lead {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin: 0 0 54px;
}
@media (max-width: 780px) {
  .section-lead {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 32px;
  }
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

.fab {
  font-size: 30px;
  width: 50px;
}

.side-btn {
  display: none;
  position: fixed;
  background: rgba(215, 0, 0, 0.8);
  bottom: 90px;
  right: 12px;
  padding: 16px 0;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  border-radius: 8px;
  width: 120px;
  z-index: 400;
}
.side-btn--contact {
  bottom: 24px;
  background: rgba(7, 183, 54, 0.8);
}
@media (max-width: 780px) {
  .side-btn {
    display: block;
  }
}
.side-btn__link {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.side-btn__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
  display: block;
  font-size: 24px;
  cursor: pointer;
  z-index: 500;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border-radius: 18px;
  font-size: 14px;
}
.side-btn__close:hover {
  opacity: 1;
}

.side-contact-btn {
  position: fixed;
  background: rgba(107, 187, 199, 0.6);
  color: #fff;
  bottom: 24px;
  right: 12px;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  border-radius: 8px;
  width: 180px;
  z-index: 400;
}
@media (max-width: 600px) {
  .side-contact-btn {
    width: 120px;
    font-size: 14px;
  }
}
.side-contact-btn__link:hover {
  text-decoration: none;
}
.side-contact-btn__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 500;
  display: block;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 980px) {
  .side-contact-btn__close {
    top: 2px;
    right: 2px;
  }
}
.side-contact-btn__close:hover {
  opacity: 1;
}

.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* =================================
header
 ================================= */
.wrap-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}

.header {
  background-color: #fff;
}
.header--form {
  background-color: #e9e9e9;
}
@media (max-width: 780px) {
  .header {
    border-bottom: 1px #8a8a8a solid;
  }
}
.header__inner {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  padding: 12px 8px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 780px) {
  .header__inner {
    padding: 4px;
  }
}
.header__ttl {
  max-width: 250px;
}
@media (max-width: 780px) {
  .header__ttl {
    max-width: 180px;
  }
}
.header__right {
  display: flex;
  gap: 24px;
}
.header__tel {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 780px) {
  .header__tel {
    display: none;
  }
}
.header__time {
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 0 0 4px;
}
@media (max-width: 780px) {
  .header__time {
    display: none;
  }
}
.header__siryou {
  display: block;
  background-color: #fff;
  width: 140px;
  border-radius: 4px;
  line-height: 14px;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  border: #F0E628 2px solid;
  transition: all 0.2s;
}
.header__siryou:hover {
  background-color: #F0E628;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 780px) {
  .header__siryou {
    display: none;
  }
}
.header__contact {
  display: block;
  background-color: #F0E628;
  width: 140px;
  border-radius: 4px;
  line-height: 14px;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  border: #F0E628 2px solid;
  transition: all 0.2s;
  font-weight: bold;
}
.header__contact:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 780px) {
  .header__contact {
    display: none;
  }
}
.header__open-btn {
  position: relative;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
  /*.active が付与された時の挙動*/
}
@media (max-width: 780px) {
  .header__open-btn {
    display: block;
  }
}
.header__open-btn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 5px;
  background: #3e83c5;
  width: 65%;
}
.header__open-btn span:nth-of-type(1) {
  top: 13px;
}
.header__open-btn span:nth-of-type(2) {
  top: 23px;
}
.header__open-btn span:nth-of-type(3) {
  top: 33px;
}
.header__open-btn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}
.header__open-btn.active.active span:nth-of-type(2) {
  opacity: 0;
}
.header__open-btn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}
.header__open-btn.active span:nth-of-type(3)::after {
  display: none;
}

.header-sp {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: rgba(231, 230, 230, 0.9);
  /*動き*/
  transition: all 0.6s;
}
.header-sp.open-menu {
  right: 0;
}
.header-sp__inner {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-sp__tel {
  font-size: 22px;
  color: #25237b;
  margin: 0 28px 0 0;
}
@media (max-width: 600px) {
  .header-sp__tel {
    display: block;
  }
}
.header-sp__tel img {
  width: 22px;
  padding: 0 4px 0 0;
  vertical-align: middle;
}
.header-sp__tel--bottom {
  margin: 0;
  display: block;
}
.header-sp__bottom-tel-wrap {
  font-size: 15px;
  text-align: center;
  margin: 0 0 60px;
}
.header-sp__nav {
  margin: 0 0 60px 22px;
}
.header-sp__nav-item {
  margin: 0 0 8px;
}
.header-sp__download-link {
  background-color: #d10000;
  padding: 22px 0;
  color: #fff;
  padding: 12px 6px;
  border-radius: 6px;
}

/* =================================
main-visual
 ================================= */
.main-visual {
  background-image: url("../../dist/images/maintenance/main-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 12px 60px;
}
@media (max-width: 780px) {
  .main-visual {
    padding: 57px 0 40px;
  }
}
.main-visual__inner {
  max-width: 920px;
  margin: 0 auto;
}
.main-visual__top-text {
  color: #fff;
  font-weight: bold;
  margin: 60px 0 0 60px;
  font-size: 18px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 780px) {
  .main-visual__top-text {
    color: #25237b;
    font-size: 15px;
    background-color: #fff;
    margin: 0;
    padding: 12px;
    text-align: center;
  }
}
.main-visual__bottom-text {
  font-size: 22px;
  font-weight: bold;
  margin: 48px 0 0 60px;
  line-height: 1.7;
  color: #F0E628;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 780px) {
  .main-visual__bottom-text {
    font-size: 14px;
    width: 290px;
    margin: 32px auto 0;
    transform: translateX(-8px);
  }
}
.main-visual__img {
  max-width: 920px;
  margin: 0 auto 80px;
}
@media (max-width: 780px) {
  .main-visual__img {
    max-width: 520px;
    padding: 0 20px;
    margin: 0 auto 24px;
  }
}
.main-visual__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 780px) {
  .main-visual__btn-wrap {
    gap: 18px;
  }
}
.main-visual__btn {
  display: block;
  background-color: #F0E628;
  border: #F0E628 2px solid;
  width: 220px;
  border-radius: 4px;
  line-height: 14px;
  text-align: center;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.2s;
}
.main-visual__btn:hover {
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 780px) {
  .main-visual__btn {
    width: 150px;
    padding: 16px 0;
  }
}
.main-visual__btn span {
  font-size: 80%;
  display: block;
  margin: 0 0 4px;
}
@media (max-width: 780px) {
  .main-visual__btn span {
    display: none;
  }
}
.main-visual__btn--contact {
  background-color: #fff;
  transition: all 0.2s;
}
.main-visual__btn--contact:hover {
  background-color: #F0E628;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* =================================
追従フォーム
 ================================= */
.side-contact {
  position: fixed;
  background: #fff;
  color: #fff;
  bottom: 140px;
  right: 0;
  padding: 32px 0;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  width: 290px;
  z-index: 400;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 780px) {
  .side-contact {
    display: none;
  }
}
.side-contact__ttl {
  color: #25237b;
  text-align: center;
  font-weight: bold;
  margin: 0 0 16px;
}
.side-contact__ttl span {
  display: block;
  font-size: 85%;
  margin: 16px 0 0;
}
.side-contact__text {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 20px;
}
.side-contact__form {
  width: 90%;
  margin: 0 auto;
}
.side-contact__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
  display: block;
  font-size: 24px;
  cursor: pointer;
  z-index: 500;
  color: #000;
}
@media (max-width: 980px) {
  .side-contact__close {
    top: 1px;
    right: 2px;
  }
}
.side-contact__close:hover {
  opacity: 1;
}
.side-contact__btn {
  display: block;
  background-color: #d10000;
  color: #fff;
  width: 200px;
  border-radius: 4px;
  line-height: 14px;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}
.side-contact__btn span {
  font-size: 80%;
  display: block;
  margin: 0 0 4px;
}

/* =================================
ロゴ
 ================================= */
/* =================================
こんなお悩みや不安はありませんか？
 ================================= */
.top-worries__content {
  display: flex;
  max-width: 820px;
  margin: 0 auto 60px;
  justify-content: center;
  padding: 0 16px;
  gap: 16px;
}
@media (max-width: 780px) {
  .top-worries__content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0 auto 24px;
  }
}
.top-worries__item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 780px) {
  .top-worries__item {
    width: 100%;
    max-width: 500px;
    padding: 0;
    max-width: 320px;
  }
}
.top-worries__item-ttl {
  text-align: center;
  font-weight: bold;
  border: #000 1px solid;
  background-color: #eef6fd;
  padding: 2px;
  margin: 0 0 24px;
}
@media (max-width: 780px) {
  .top-worries__item-ttl {
    width: 200px;
    margin: 0 auto 28px;
  }
}
.top-worries__item-article {
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e9e9e9;
  gap: 24px;
  padding: 18px 8px;
}
.top-worries__item-article-text {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  margin: 8px 0 0;
}
.top-worries__item-article-text span {
  color: #3e83c5;
  font-weight: 600;
}
.top-worries__batsu {
  width: 40px;
}
/* =================================
メンテンナンスサービスの特長
 ================================= */
.top-features__content {
  margin: 0 0 100px;
  padding: 0 18px;
}
@media (max-width: 780px) {
  .top-features__content {
    margin: 0 0 40px;
  }
}
.top-features__item {
  max-width: 860px;
  margin: 0 auto 40px;
  border: #25237b 1px solid;
  padding: 24px;
}
.top-features__item--step2 {
  border: #3e83c5 1px solid;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top-features__item {
    padding: 20px 12px;
  }
}
.top-features__item-ttl {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 600px) {
  .top-features__item-ttl {
    flex-direction: column;
    margin: 0 0 18px 0;
    gap: 16px;
  }
}
.top-features__item-ttl-img {
  width: 190px;
}
@media (max-width: 600px) {
  .top-features__item-ttl-img {
    width: 160px;
  }
}
.top-features__item-ttl-text {
  flex: 1;
}
.top-features__item-ttl-text--step2 {
  color: #3e83c5;
}
@media (max-width: 600px) {
  .top-features__item-ttl-text {
    text-align: center;
    font-size: 17px;
  }
}
.top-features__item-text {
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 0 16px;
}
.top-features__youtebe-wrap {
  display: flex;
  gap: 16px;
  padding: 0 16px;
}
@media (max-width: 780px) {
  .top-features__youtebe-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.top-features__youtebe-item {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 780px) {
  .top-features__youtebe-item {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 780px) {
  .top-features__youtebe-item--sp-none {
    display: none;
  }
}
.top-features__youtebe-inner {
  border-radius: 8px;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #e9e9e9;
}
.top-features__youtebe-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-features__line {
  margin: 10px 0;
}
/* =================================
メンテンナンス機器について
 ================================= */
.top-about {
  border-bottom: #e9e9e9 1px solid;
}
.top-about__content {
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media (max-width: 780px) {
  .top-about__content {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
}
.top-about__item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 780px) {
  .top-about__item {
    width: 100%;
    max-width: 400px;
  }
}
.top-about__top-wrap {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin: 0 0 8px;
}
@media (max-width: 780px) {
  .top-about__top-wrap {
    justify-content: center;
    align-items: center;
  }
}
.top-about__top-img {
  width: 160px;
}
.top-about__top-img__poland {
  width: 117px;
}
.top-about__top-text {
  font-weight: bold;
}
.top-about__img {
  display: block;
  margin: 0 0 8px;
}
.top-about__link {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #4193db;
  margin: 0 0 16px;
}
.top-about__ttl {
  margin: 0 0 12px;
  line-height: 1.5;
}
.top-about__ttl--america {
  margin: 0 0 42px;
}
/* =================================
料金プランについて
 ================================= */
.top-price__content {
  max-width: 920px;
  margin: 0 auto 60px;
  padding: 0 16px;
}
@media (max-width: 780px) {
  .top-price__content {
    max-width: 520px;
    margin: 0 auto 40px;
  }
}
/* =================================
導入事例
 ================================= */
.top-case__content {
  display: flex;
  max-width: 980px;
  margin: 0 auto 60px;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media (max-width: 780px) {
  .top-case__content {
    flex-direction: column;
    gap: 60px;
    margin: 0 auto 40px;
    align-items: center;
  }
}
.top-case__item {
  width: calc((100% - 48px) / 3);
  margin: 0 0 40px;
}
@media (max-width: 780px) {
  .top-case__item {
    width: 100%;
    max-width: 420px;
    margin: 0;
  }
}
.top-case__ttl {
  padding: 0 0 0 8px;
  margin: 0 0 4px;
}
.top-case__price {
  margin: 0 0 8px;
}
.top-case__box {
  border: #e9e9e9 1px solid;
}
.top-case__img {
  display: block;
  margin: 0 0 8px;
}
.top-case__img img {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-case__text-box {
  padding: 12px;
}
.top-case__lead {
  margin: 0 0 8px;
  font-weight: bold;
}
.top-case__blue {
  font-size: 13px;
  margin: 0 0 12px;
}
/* =================================
ご利用の流れ
 ================================= */
.top-flow {
  border-bottom: #e9e9e9 1px solid;
}
.top-flow__content {
  padding: 0 16px;
}
.top-flow__item {
  display: flex;
  max-width: 920px;
  margin: 0 auto 70px;
  background-color: #e9e9e9;
  padding: 40px;
  align-items: center;
  position: relative;
}
.top-flow__item:last-of-type {
  margin: 0 auto;
}
@media (max-width: 780px) {
  .top-flow__item {
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }
}
.top-flow__item:before {
  content: url(https://www.kyowakiko.com/wp/wp-content/themes/kyowakiko/images/maintenance/flow-arrow.png);
  position: absolute;
  right: 50%;
  transform: translateX(50%) scale(0.5);
  bottom: -62px;
  text-align: right;
}
.top-flow__item:last-of-type:before {
  display: none;
}
.top-flow__left {
  width: 28%;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 780px) {
  .top-flow__left {
    width: 100%;
  }
}
.top-flow__right {
  width: 72%;
  line-height: 1.5;
}
@media (max-width: 780px) {
  .top-flow__right {
    width: 100%;
  }
}
.top-flow__span {
  font-weight: bold;
  display: block;
  color: #3e83c5;
  font-size: 28px;
  margin: 0 0 18px;
}
/* =================================
よくある質問
 ================================= */
.top-faq {
  border-bottom: #e9e9e9 1px solid;
}
.top-faq__content {
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 0 16px;
}
.top-faq__content:last-child {
  margin: 0 auto;
}
.top-faq__ttl {
  background-color: #e0eefb;
  width: 180px;
  text-align: center;
  border: 1px solid #8a8a8a;
  padding: 8px;
  margin: 0 0 24px;
}
.top-faq__item {
  border-top: #e9e9e9 solid 1px;
  border-bottom: #e9e9e9 solid 1px;
  padding: 8px 0;
}
.top-faq__dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 6px 12px 6px 40px;
}
.top-faq__dt:hover {
  cursor: pointer;
}
.top-faq__dt::before {
  content: "Q";
  position: absolute;
  top: 10px;
  left: 15px;
}
.top-faq__dd {
  display: none;
  background-color: #e0f0ff;
  position: relative;
  padding: 12px 12px 12px 40px;
  margin: 4px 0 0;
  line-height: 1.5;
}
.top-faq__dd::before {
  content: "A";
  position: absolute;
  top: 13px;
  left: 15px;
}
/* =================================
お問い合わせ
 ================================= */
@media (max-width: 780px) {
  .top-contact {
    padding: 0;
  }
}
.top-contact__content {
  max-width: 820px;
  margin: 40px auto 100px;
  background-color: #e0f0ff;
  padding: 80px;
}
@media (max-width: 600px) {
  .top-contact__content {
    padding: 40px;
    margin: 0 auto;
  }
}
.top-contact__content--form {
  background-color: #fff;
}
@media (max-width: 600px) {
  .top-contact__content--form {
    margin: 80px auto 40px;
  }
}
.top-contact__ttl {
  text-align: center;
  font-size: 30px;
  color: #25237b;
  border-bottom: #25237b 1px solid;
  padding: 0 0 24px;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .top-contact__ttl {
    font-size: 20px;
    padding: 0 0 18px;
    margin: 0 0 24px;
  }
}
.top-contact__ttl--comp {
  border-bottom: none;
  line-height: 1.8;
}
.top-contact__text {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .top-contact__text {
    text-align: left;
    margin: 0 0 24px;
  }
}
.top-contact__top-tel-wrap {
  font-size: 12px;
  padding: 0 8px 2px;
  border-bottom: #25237b 1px solid;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .top-contact__top-tel-wrap {
    text-align: center;
  }
}
.top-contact__tel {
  font-size: 22px;
  color: #25237b;
  margin: 0 28px 0 0;
}
@media (max-width: 600px) {
  .top-contact__tel {
    display: block;
  }
}
.top-contact__tel img {
  width: 22px;
  padding: 0 4px 0 0;
  vertical-align: middle;
}
.top-contact__tel--bottom {
  margin: 0;
  display: block;
}
.top-contact__lead {
  text-align: center;
  font-size: 14px;
  margin: 0 0 40px;
}
.top-contact__form-wrap {
  max-width: 420px;
  margin: 0 auto 60px;
}
@media (max-width: 600px) {
  .top-contact__form-wrap {
    margin: 0 auto 40px;
  }
}
.top-contact__form-wrap input[type=”text”],
.top-contact__form-wrap select {
  margin: 0 0 14px;
  padding: 8px;
}
.top-contact__btn {
  width: 240px;
  padding: 12px;
}
.top-contact__bottom-text {
  font-size: 12px;
  text-align: center;
  margin: 0 0 8px;
}
.top-contact__bottom-tel-wrap {
  font-size: 15px;
  text-align: center;
}
.top-contact__comp-text {
  text-align: center;
  color: #25237b;
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
  border-top: #25237b 1px solid;
  margin: 80px 0 0;
  padding: 80px 0 0;
}
@media (max-width: 600px) {
  .top-contact__comp-text {
    font-size: 18px;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}
/* =================================

 ================================= */
/* =================================

 ================================= */
/* =================================
footer
 ================================= */
.footer-top {
  border-top: #e9e9e9 1px solid;
  padding: 24px 8px;
}
.footer-top__inner {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 780px) {
  .footer-top__inner {
    flex-direction: column;
  }
}
.footer-top__nav {
  display: flex;
}
@media (max-width: 980px) {
  .footer-top__nav {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.footer-top__nav-item {
  margin: 0 12px 0 0;
  font-size: 14px;
}
@media (max-width: 980px) {
  .footer-top__nav-item {
    font-size: 12px;
    margin: 0 8px 0 0;
  }
}
@media (max-width: 780px) {
  .footer-top__nav-item {
    width: 33%;
    font-size: 14px;
    margin: 0 0 4px;
    text-align: center;
  }
}
@media (max-width: 980px) {
  .footer-top__logo {
    margin: 0 0 16px 0;
  }
}

.footer-bottom {
  margin: 0 0 40px;
}
.footer-bottom__inner {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 8px;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .footer-bottom__inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer-bottom__item {
  line-height: 22px;
  width: 33%;
  font-size: 14px;
}
@media (max-width: 600px) {
  .footer-bottom__item {
    width: 100%;
    max-width: 280px;
    margin: 0 0 20px;
  }
}
.footer-bottom__item-ttl {
  font-weight: 900;
  display: block;
}
.footer-bottom__item-sns {
  text-align: end;
}
.footer-bottom__item-sns i {
  transform: scale(1.8);
  margin: 0 18px 0 0px;
}
@media (max-width: 600px) {
  .footer-bottom__item-sns {
    text-align: left;
    margin: 0;
  }
}

.footer-copy {
  text-align: center;
  color: #fff;
  background-color: #1b224c;
  padding: 8px;
  font-size: 12px;
}/*# sourceMappingURL=maintenance.css.map */