@charset "UTF-8";
#breadcrumb {
  padding: 24px 40px;
  background-color: #fff;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}
#breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumb li {
  color: #000029;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#breadcrumb a {
  display: inline-block;
  padding-right: 25px;
  margin-right: 15px;
  position: relative;
  color: #000029;
  font-size: 15px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#breadcrumb a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/breadcrumb-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#breadcrumb .breadcrumb-home-icon {
  display: block;
  width: 16px;
  height: 16px;
}
#breadcrumb .home-icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  #breadcrumb {
    padding: 14px 12px;
  }
  #breadcrumb li {
    font-size: 13px;
  }
  #breadcrumb a {
    font-size: 13px;
  }
}
@media (hover: hover) {
  #breadcrumb a:hover {
    text-decoration: underline;
  }
}

footer {
  background-color: #0012ea;
  padding-top: 65px;
}
footer .footer-wrap {
  padding: 0 40px;
}
footer .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 135px;
}
footer .footer-flex-logo-area {
  width: 224px;
}
footer .footer-logo {
  width: 214px;
  display: block;
  margin-bottom: 22px;
}
footer .footer-flex-address {
  color: #fff;
  font-size: 15px;
  line-height: 1.3866666667;
  margin-bottom: 25px;
}
footer .footer-corporate-link {
  color: #fff;
  font-size: 13px;
  line-height: 1.3407692308;
}
footer .footer-corporate-link::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer/blank-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
footer .footer-corporate-link span {
  position: relative;
}
footer .footer-corporate-link span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer .footer-flex-nav {
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-flex-nav-box {
  width: 16%;
}
footer .footer-flex-nav-title {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.5326666667;
  margin-bottom: 7px;
}
footer .footer-flex-nav-title::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .footer-flex-nav-title span {
  position: relative;
}
footer .footer-flex-nav-title span::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: calc(100% + 15px);
  background-color: #fff;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-left: -15px;
}
footer .footer-flex-nav-title.spv {
  display: none;
}
footer .footer-flex-nav-link {
  color: #fff;
  font-size: 13px;
  line-height: 2.061875;
  display: block;
  margin-bottom: 3px;
}
footer .footer-flex-nav-link span {
  position: relative;
}
footer .footer-flex-nav-link span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer .footer-flex-nav-link.spv {
  display: none;
}
footer .footer-flex-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 45px;
}
footer .footer-flex-sp-box {
  width: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-contact-tel-area {
  width: 240px;
  margin-right: 30px;
}
footer .footer-contact-title {
  color: #fff;
  font-size: 15px;
  line-height: 1.72;
}
footer .footer-contact-tel {
  color: #fff;
  display: block;
  font-size: 25px;
  letter-spacing: 0.12em;
}
footer .footer-contact-tel-time {
  color: #fff;
  font-size: 14px;
  line-height: 1.8428571429;
}
footer .footer-contact-mail-area {
  width: 240px;
  padding-left: 33px;
  position: relative;
}
footer .footer-contact-mail-area::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 74px;
  background-color: #ccc;
}
footer .footer-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 164px;
  font-size: 16px;
  font-weight: bold;
  color: #0012ea;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-contact-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 7px solid #0012ea;
}
footer .footer-flex-pc-box {
  display: block;
  text-align: right;
}
footer .footer-flex-pc-link {
  color: #fff;
  font-size: 15px;
  line-height: 1.72;
  text-align: right;
  display: inline-block;
}
footer .footer-flex-pc-link span {
  position: relative;
}
footer .footer-flex-pc-link span::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
footer .footer-copyright {
  background-color: #3341ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}
footer .footer-copyright small {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1200px) {
  footer .footer-wrap {
    padding: 0 20px;
  }
  footer .footer-flex-nav {
    width: 70%;
  }
  footer .footer-flex-nav-box {
    width: 33%;
    margin-bottom: 20px;
  }
  footer .footer-flex-nav-box:nth-child(n+4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 32px;
  }
  footer .footer-wrap {
    padding: 0 10px;
  }
  footer .footer-flex {
    display: block;
    padding-bottom: 20px;
  }
  footer .footer-flex-logo-area {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-logo {
    margin-bottom: 20px;
  }
  footer .footer-flex-address {
    margin-bottom: 45px;
  }
  footer .footer-flex-nav {
    width: 100%;
  }
  footer .footer-flex-nav-box {
    width: 50%;
    margin-bottom: 10px;
  }
  footer .footer-flex-nav-box:nth-child(n+4) {
    margin-bottom: 10px;
  }
  footer .footer-flex-nav-title {
    color: #ffff00;
    font-size: 12px;
    line-height: 3.1658333333;
    margin-bottom: 0;
  }
  footer .footer-flex-nav-title.spv {
    display: block;
  }
  footer .footer-flex-nav-link {
    font-size: 12px;
    line-height: 2.7491666667;
  }
  footer .footer-flex-nav-link.spv {
    display: block;
  }
  footer .footer-sp-sns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-sns-link {
    display: block;
    width: 30px;
  }
  footer .footer-sns-link:last-child {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .footer-flex-pc-box {
    display: none;
  }
  footer .footer-flex-sp-box {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-contact-tel-area {
    width: 50%;
    margin-right: 0;
  }
  footer .footer-contact-mail-area {
    width: 48%;
    padding-left: 20px;
  }
  footer .footer-contact-mail-area::before {
    height: 59px;
  }
  footer .footer-contact-title {
    font-size: 12px;
    line-height: 1.7195325543;
  }
  footer .footer-contact-title.mail {
    margin-bottom: 10px;
  }
  footer .footer-contact-tel {
    font-size: 20px;
  }
  footer .footer-contact-tel-time {
    font-size: 11px;
    line-height: 1.8425760286;
  }
  footer .footer-contact-btn {
    width: 130px;
    height: 26px;
    font-size: 13px;
  }
  footer .footer-copyright {
    height: 50px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 90px;
  }
  footer .footer-copyright small {
    font-size: 12px;
  }
}
@media (hover: hover) {
  footer .footer-corporate-link:hover span::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-flex-nav-title:hover span::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-flex-nav-link:hover span::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-flex-pc-link:hover span::after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  footer .footer-contact-btn:hover {
    background-color: #ffff00;
  }
}

.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-area {
  position: fixed;
  z-index: 999;
  bottom: -130px;
  right: -1px;
  width: 148px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.floating-area.active {
  bottom: 40px;
}
.floating-area .page-top-btn {
  width: 146px;
  height: 44px;
  background-color: #0012ea;
  color: #0012ea;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px 0 0 30px;
  padding: 2px;
  padding-right: 0;
  margin-bottom: 30px;
}
.floating-area .inner {
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floating-area .arrow {
  display: block;
  width: 14px;
  height: 8px;
  margin-left: 5px;
}
.floating-area .top-btn {
  background-color: #0012ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-image: url(../img/footer/page-top-arrow.png);
  background-repeat: no-repeat;
  background-size: 26px 14px;
  background-position: center;
  border-radius: 5px;
}
.floating-area .floating-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .floating-area {
    width: 100%;
  }
  .floating-area.active {
    bottom: 20px;
  }
  .floating-area .page-top-btn {
    margin-left: auto;
  }
  .floating-area .floating-flex {
    padding: 0 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .floating-area .form-link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ff384a;
    color: #fff;
    border-radius: 5px;
    width: calc(100% - 65px);
    height: 50px;
  }
}

.page-top-btn-wrap {
  position: fixed;
  z-index: 999;
  bottom: -55px;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top-btn-wrap.active {
  bottom: 30px;
}
.page-top-btn-wrap .page-top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0012ea;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  position: relative;
}
.page-top-btn-wrap .page-top-btn::before, .page-top-btn-wrap .page-top-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.page-top-btn-wrap .page-top-btn::before {
  left: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-top-btn-wrap .page-top-btn::after {
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (hover: hover) {
  .trans:hover {
    opacity: 0.6;
  }
}