html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
  color: #292929;
}

@media screen and (max-width: 1199px) {
  .view-pc {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .view-tab-up {
    display: none;
  }
}

.view-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .view-sp {
    display: initial;
  }
}

.view-tab-sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .view-tab-sp {
    display: initial;
  }
}

a {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

a:hover {
  opacity: .8;
  cursor: pointer;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 15rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
}

header.is-current{
  background-color: rgba(255,255,255,0.7);
  height: 12rem;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
}

@media screen and (max-width: 840px) {
  header, header.is-current {
    height: 20vw;
    padding: 0;
  }
}

.text-center {
  text-align: center;
}


header .site-header {
  position: relative;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 840px) {
  header .site-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .site-header a {
  color: #292929;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

header .site-header a:hover {
  opacity: .8;
}

.header-top .site-header a:hover {
  color: #802358;
}

.header-nichukou .site-header a:hover {
  color: #e68c8c;
}

.header-chukou .site-header a:hover {
  color: #59c9d2;
}

@media screen and (max-width: 840px) {
  header .site-header a:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}

header .site-header .header-logo {
  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;
  padding-bottom: 4rem;
}

@media screen and (max-width: 840px) {
  header .site-header .header-logo {
    padding-bottom: 0;
  }
}

header .site-header .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 1199px) {
  header .site-header .header-logo a {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 840px) {
  header .site-header .header-logo a {
    font-size: clamp(1.1rem, 2.93333vw, 2.2rem);
  }
}

header .site-header .header-logo a img {
  width: 17.1rem;
  height: auto;
  margin-right: 1.5rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

header.is-current .site-header .header-logo a img{
  width: 13rem;
}

@media screen and (max-width: 1199px) {
  header .site-header .header-logo a img {
    margin-right: 0;
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 840px) {
  header .site-header .header-logo a img,  header.is-current .site-header .header-logo a img{
    width: 27.86667vw;
  }
}

header .site-header .header-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 840px) {
  header .site-header .header-link-wrap {
    display: none;
  }
}

header .site-header .header-link-wrap .link-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.is-current .site-header .header-link-wrap .link-top-wrap{
  margin-bottom: 1rem;
}

header .site-header .header-link-wrap .link-top-wrap > div:not(:last-of-type) {
  margin-right: 1.8rem;
}

header .site-header .header-link-wrap .link-top-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}

header .site-header .header-link-wrap .link-top-wrap a img {
  margin-right: .8rem;
  margin-bottom: .5rem;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact {
  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: 18.9rem;
  height: 3rem;
  background: #802358;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact--chukou {
  background: #59c9d2;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact--nichukou {
  background: #e68c8c;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact a {
  color: #fff;
  font-weight: 400;
  letter-spacing: .1rem;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact a:hover {
  color: #ffffff;
  opacity: 1;
}

header .site-header .header-link-wrap .link-top-wrap .to-contact a img {
  margin-right: 1rem;
  margin-bottom: -.2rem;
}

header .site-header .header-link-wrap .link-bottom-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.2rem;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.is-current .site-header .header-link-wrap .link-bottom-wrap {
  padding-top: 0.7rem;
}

header .site-header .header-link-wrap .link-bottom-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #afafaf;
}

header .site-header .header-link-wrap .link-bottom-wrap a {
  font-size: 1.8rem;
  line-height: 1.4;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
  header .site-header .header-link-wrap .link-bottom-wrap a {
    font-size: 1.4rem;
  }
}

header .site-header .header-link-wrap .link-bottom-wrap > div {
  position: relative;
}

header .site-header .header-link-wrap .link-bottom-wrap > div:not(:last-of-type) {
  margin-right: 3rem;
}

header .site-header .header-link-wrap .link-bottom-wrap > div:not(:last-of-type)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: .2rem;
  height: 2.1rem;
  background: #afafaf;
}

header .menu-sp-button {
  display: none;
}

@media screen and (max-width: 840px) {
  header .menu-sp-button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #802358;
    color: #fff;
    font-weight: 400;
    width: 16vw;
    height: 100%;
    cursor: pointer;
    padding-top: 2%;
    font-size: clamp(0.9rem, 2.4vw, 1.8rem);
    z-index: 1000;
  }
  header .menu-sp-button .open {
    display: block;
  }
  header .menu-sp-button .close {
    display: none;
  }
  header .menu-sp-button.is-active .open {
    display: none;
  }
  header .menu-sp-button.is-active .close {
    display: block;
    width: 4.93333vw;
    height: auto;
  }
  header .menu-sp-button img {
    width: 6.13333vw;
    height: auto;
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 840px) {
  header .menu-sp-button--chukou {
    background: #59c9d2;
  }
}

@media screen and (max-width: 840px) {
  header .menu-sp-button--nichukou {
    background: #e68c8c;
  }
}

header .menu-sp {
  display: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

@media screen and (max-width: 840px) {
  header .menu-sp {
    position: absolute;
    top: 20vw;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 21.33333vw 8.53333vw;
    background: rgba(128, 35, 88, 0.85);
    z-index: 1000;
  }
  header .menu-sp.is-active {
    display: block;
  }
}

@media screen and (max-width: 840px) {
  header .menu-sp--chukou {
    background: #59c9d2;
    opacity: 0.85;
  }
}

@media screen and (max-width: 840px) {
  header .menu-sp--nichukou {
    background: #e68c8c;
    opacity: 0.85;
  }
}

header .menu-sp a {
  color: #fff;
  font-weight: 400;
}

header .menu-sp .sp-school-links {
  margin-bottom: 5.33333vw;
}

header .menu-sp .sp-school-links a {
  position: relative;
  display: block;
  padding: 4vw 0 4vw 1.86667vw;
  border-bottom: .2rem solid #fff;
  font-size: clamp(1.45rem, 3.86667vw, 2.9rem);
}

header .menu-sp .sp-school-links a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.46667vw;
  height: 4.26667vw;
  background-image: url(../../images/ico_arrow_sp.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header .menu-sp .sp-ex-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.86667vw;
  margin-bottom: 5.33333vw;
}

header .menu-sp .sp-ex-links .sp-ex-wrap {
  margin-bottom: 4vw;
}

header .menu-sp .sp-ex-links .sp-ex-wrap:first-of-type {
  margin-right: 9.33333vw;
}

header .menu-sp .sp-ex-links .sp-ex-wrap a {
  position: relative;
  padding-left: 5.33333vw;
  font-size: clamp(1.45rem, 3.86667vw, 2.9rem);
}

header .menu-sp .sp-ex-links .sp-ex-wrap a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2.66667vw;
  height: 3.06667vw;
  background-image: url(../../images/ico_arrow_tri.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header .menu-sp .sp-to-contact {
  position: relative;
  display: block;
  margin: 0 1.86667vw;
  width: 100%;
  height: 17.2vw;
  border: .2rem solid #fff;
}

header .menu-sp .sp-to-contact::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 8.66667vw;
  height: 5.73333vw;
  background-image: url(../../images/ico_contact.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header .menu-sp .sp-to-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1.45rem, 3.86667vw, 2.9rem);
}

.button-to-top {
  position: fixed;
  bottom: 0rem;
  right: calc(50% - 60rem);
  z-index: 100;
  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: 4.5rem;
  height: 4.5rem;
  background: #292929;
  visibility: hidden;
  cursor: pointer;
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1199px) {
  .button-to-top {
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .button-to-top {
    right: 4%;
  }
}

.button-to-top--none{
  visibility: visible;
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

.button-to-top:hover {
  background: rgba(41, 41, 41, 0.8);
}

.button-to-top.dis-fixed {
  position: absolute;
  top: -11.5rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
}

.button-to-top img {
  width: 1.8rem;
}

.is-overlay{
  position: fixed;
  z-index: 999;
  background: #000;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.is-overlay.is-active{
  display: block;
  opacity: 0.4;
  animation-duration: 0.5s;
  animation-name: ovarlayed;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: ovarlayed;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: ovarlayed;
}

footer {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3dde4), color-stop(0, #802358));
  background: linear-gradient(90deg, #f3dde4 50%, #802358 0);
}

footer.c-footer__chukou {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #cee7e9), color-stop(0, #59c9d2));
  background: linear-gradient(90deg, #cee7e9 50%, #59c9d2 0);
}

footer.c-footer__nichukou {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9e8e8), color-stop(0, #e68c8c));
  background: linear-gradient(90deg, #f9e8e8 50%, #e68c8c 0);
}

footer .site-footer {
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (max-width: 1199px) {
  footer .site-footer {
    padding: 0;
  }
}

footer .site-footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  footer .site-footer .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .site-footer .footer-wrap a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap a {
    font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
    letter-spacing: .2rem;
    line-height: 1.7;
  }
}

footer .site-footer .footer-wrap a:hover {
  opacity: .8;
}

footer .site-footer .footer-wrap .logo-wrap {
  width: 30%;
  background: #f3dde4;
  padding: 6rem 0;
}

footer .site-footer .footer-wrap .logo-wrap--chukou {
  background: #cee7e9;
}

footer .site-footer .footer-wrap .logo-wrap--nichukou {
  background: #f9e8e8;
}

@media screen and (max-width: 1199px) {
  footer .site-footer .footer-wrap .logo-wrap {
    padding: 6.66667vw;
    width: 100%;
  }
}

footer .site-footer .footer-wrap .logo-wrap a {
  color: #292929;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  footer .site-footer .footer-wrap .logo-wrap a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .logo-wrap a {
    font-size: clamp(1.2rem, 3.2vw, 2.4rem);
  }
}

footer .site-footer .footer-wrap .logo-wrap a .img-wrap {
  display: inline-block;
  width: 15rem;
  height: 3.3rem;
  background-image: url(../../images/img_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1em;
}

@media screen and (max-width: 1199px) {
  footer .site-footer .footer-wrap .logo-wrap a .img-wrap {
    margin-bottom: .7rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .logo-wrap a .img-wrap {
    width: 34.26667vw;
    height: 7.6vw;
  }
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .logo-wrap a span {
    font-size: clamp(1.35rem, 3.6vw, 2.7rem);
  }
}

footer .site-footer .footer-wrap .logo-wrap .insta-icon {
  display: none;
}
footer .site-footer .footer-wrap .logo-wrap .insta-icon:hover {
  opacity: 1;
}
.daigaku .site-footer .footer-wrap .logo-wrap .insta-icon {
  display: block;
  width: 12.8rem;
  height: auto;
  margin-top: 3.5rem;
}
.daigaku .site-footer .footer-wrap .logo-wrap .insta-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .daigaku .site-footer .footer-wrap .logo-wrap .insta-icon {
    width: 12.8rem;
    margin: 3rem auto 0;
  }
  .daigaku .site-footer .footer-wrap .logo-wrap .insta-icon img {
    margin-left: -.5rem;
  }
}
@media screen and (max-width: 750px) {
  .daigaku .site-footer .footer-wrap .logo-wrap .insta-icon {
    width: 25vw;
    margin-top: 2rem;
  }
  .daigaku .site-footer .footer-wrap .logo-wrap .insta-icon img {
    margin-left: -1rem;
  }
}

footer .site-footer .footer-wrap .content-wrap {
  background: #802358;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  padding: 6rem 0 6rem 6rem;
}

@media screen and (max-width: 1199px) {
  footer .site-footer .footer-wrap .content-wrap {
    width: 100%;
    padding: 10.66667vw 13.33333vw;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-width: 2px;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 6.8rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap {
    width: 100%;
    margin: 0 0 8vw;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap a {
  position: relative;
  margin-bottom: 1.5rem;
  width: 24rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap a {
    width: 100%;
    line-height: 1.4;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap a:not(:first-of-type) {
  margin-top: 1.5rem;
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1rem;
  height: 1.2rem;
  background-image: url(../../images/ico_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap .school-links-wrap a::after {
    width: 2.66667vw;
    height: 3.33333vw;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .page-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap .page-link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-top-wrap .page-link-wrap > div {
  margin-bottom: 2rem;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-top-wrap .page-link-wrap > div:nth-of-type(odd) a {
    margin-right: 10vw;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap p {
  font-size: 1.4rem;
  font-weight: 400;
  width: 8em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap p {
    width: 100%;
    font-size: clamp(1.4rem, 3.73333vw, 2.8rem);
    text-align: center;
    margin-bottom: 3rem;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div:not(:last-of-type) {
    margin: 0;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a {
  position: relative;
  min-width: 11em;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a {
    width: 100%;
    margin-bottom: 1em;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a:first-of-type {
  margin-right: 6rem;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a:first-of-type {
    margin-right: 0;
  }
}

footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a::before {
  content: '';
  position: absolute;
  right: -1.5em;
  top: .4em;
  width: 1.2rem;
  height: 1.3rem;
  background-image: url(../../images/ico_site-link.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  footer .site-footer .footer-wrap .content-wrap .content-bottom-wrap .site-links > div a::before {
    right: 0;
    width: 3.2vw;
    height: 3.46667vw;
  }
}

footer .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  background: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  footer .site-info {
    font-size: clamp(1rem, 2.66667vw, 2rem);
    height: 8vw;
  }
}
/*# sourceMappingURL=common.css.map */
.c-bg__blue{
  background-color: #59c9d2!important;
}
.c-bg__orange{
  background-color: #e68c8c!important;
}
.c-breadcrumb{
  position: absolute;
  top: 15rem;
  background-color: #59c9d2;
  width: 100%;
  left: 0;
}
.c-breadcrumb--nichukou{
  background-color: #e68c8c;
}
.c-breadcrumb--service{
  background-color: #802358;
}
@media screen and (max-width: 840px) {
  .c-breadcrumb{
    top: 20vw;
    padding: 0% 3%;
  }
}
.c-breadcrumb__inner{
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  color: #ffffff;
  font-weight: 400;
  padding: 8px 0px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb__inner{
    max-width: 100%;
    font-size: 1.3rem;
  }
}
.c-breadcrumb a{
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb a{
    padding-right: 22px;
    position: relative;
  }
}
.c-breadcrumb a:before{
  content: "";
  position: absolute;
  background: url(../../images/chukou/arrow-right.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 12px;
  top: 53%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb a:before{
    width: 6px;
    height: 7px;
    top: 56%;
  }
}

.c-breadcrumb1 {
  padding: 20px 0px 0px;
  width: 120rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .c-breadcrumb1 {
    padding: 0;
    width: 94%;
  }
}

.c-breadcrumb1__inner {
  padding: 10px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-breadcrumb1__inner ul {
  display: -webkit-box;
  display: flex;
}

.c-breadcrumb1__inner ul li {
  padding-right: 30px;
  color: #292929;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-breadcrumb1__inner ul li a {
  color: #292929;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.c-breadcrumb1__inner ul li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 12px;
  background: url("../../images/contact/arrow-right.png") no-repeat center;
  background-size: contain;
  right: -18px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-breadcrumb1__inner ul li a i {
  font-size: 1.2rem;
  color: #666666;
}

.c-breadcrumb1__inner ul li:last-child {
  padding-right: 0;
}

.c-breadcrumb1__inner ul li:last-child a:before {
  display: none;
}

/* Title */
.c-title1{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-title1 p:nth-child(1){
  font-size: 3.2rem;
  line-height: 1.5;
  color: #59c9d2;
}

.c-title1--nichukou p:nth-child(1){
  color: #e68c8c;
}

.c-title1--service p:nth-child(1){
  color: #802358;
}

@media screen and (max-width: 750px) {
  .c-title1 p:nth-child(1){
    font-size: 2.5rem;
  }
}

.c-title1 p:nth-child(2){
  font-size: 1.5rem;
  color: #afafaf;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .c-title1 p:nth-child(2){
    font-size: 1.4rem;
  }
}

.c-title2{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-title2 p:nth-child(1){
  font-size: 3.2rem;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 2px 2px #595959;
}

@media screen and (max-width: 750px) {
  .c-title2 p:nth-child(1){
    font-size: 2.5rem;
  }
}

.c-title2 p:nth-child(2){
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  text-shadow: 2px 2px #595959;
}

@media screen and (max-width: 750px) {
  .c-title2 p:nth-child(2){
    font-size: 1.4rem;
  }
}

.c-title3{
  width: 400px;
  height: 200px;
  background-color: #802358;
  padding-left: 65px;
  padding-top: 70px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-title3{
    width: 175px;
    height: 110px;
    padding-left: 20px;
    padding-top: 35px;
  }
}

.c-title3:before{
  content: "";
  position: absolute;
  left: 65px;
  width: 50px;
  height: 4px;
  background-color: #d8336e;
  top: 48px;
}

@media screen and (max-width: 750px) {
  .c-title3:before{
    content: "";
    position: absolute;
    left: 20px;
    width: 25px;
    height: 2px;
    background-color: #d8336e;
    top: 25px;
  }
}

.c-title3 h2{
  font-size: 3rem;
  line-height: 1.74733333333;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .c-title3 h2{
    font-size: 2.1rem;
    line-height: 1.74733333333;
  }
}

.c-title3 p{
  font-size: 1.7rem;
  line-height: 1.25095238095;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .c-title3 p{
    font-size: 1.2rem;
    line-height: 1.21666666667;
  }
}

@media screen and (max-width: 750px) {
  .c-title3--diff{
    margin-left: 3%;
  }
}

@media screen and (max-width: 750px) {
  .c-title3--job{
    width: 210px;
  }
}

.c-title4{
  font-size: 3.2rem;
  line-height: 1.6096875;
  text-align: center;
  color: #292929;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-title4{
    font-size: 2.1rem;
  }
}

.c-title4:before{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  background-color: #da3f77;
}

.c-title5{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-title5 span:nth-child(1){
  font-size: 4.15rem;
  line-height: 1.2;
  color: #292929;
  font-weight: 500;
  font-family: "Agenda";
}

@media screen and (max-width: 750px) {
  .c-title5 span:nth-child(1){
    font-size: 2.5rem;
  }
}

.c-title5 span:nth-child(2){
  font-size: 1.6rem;
  color: #da3f77;
  line-height: 1.84375;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .c-title5 span:nth-child(2){
    font-size: 1.4rem;
  }
}

.c-title6{
  font-size: 3.2rem;
  line-height: 1.5;
  color: #59c9d2;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .c-title6{
    font-size: 2.1rem;
  }
}

.c-title6--nichukou{
  color: #e68c8c;
}

.c-title7{
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  height: 55px;
  background-color: #802358;
  line-height: 1.8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 15px;
}

.c-title8{
  text-align: center;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-title8{
    padding-bottom: 18px;
  }
}
.c-title8:before{
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #d8336e;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .c-title8:before{
    width: 25px;
    height: 2px;
  }
}
.c-title8 img{
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-title8 img{
    width: 110px;
    padding-bottom: 15px;
  }
}
.c-title8 h2{
  display: flex;
  justify-content: center;
  font-size: 3.6rem;
  line-height: 0.83333333333;
  letter-spacing: 10px;
}
@media screen and (max-width: 1199px) {
  .c-title8 h2{
    font-size: 2.5rem;
    letter-spacing: 5px;
  }
}
.c-title8 h2 p{
  color: #d8336e;
}
.c-title8 > p{
  font-size: 2.6rem;
  line-height: 1;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .c-title8 > p{
    font-size: 1.6rem;
    padding-top: 10px;
  }
}

.c-title9{
  font-size: 3.3rem;
  line-height: 1.5;
  color: #292929;
  text-align: center;
}
.c-title9 h2{
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-title9 h2{
    font-size: 2.1rem;
  }
}
.c-title9 h2:before{
  content: "";
  position: absolute;
  background: url('../../images/recommended-pc/recommended2_titlebg1.png') no-repeat;
  background-size: cover;
  width: 55px;
  height: 63px;
  left: -73px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-title9 h2:before{
    width: 28px;
    height: 32px;
    left: -37px;
  }
}
.c-title9 h2:after{
  content: "";
  position: absolute;
  background: url('../../images/recommended-pc/recommended2_titlebg2.png') no-repeat;
  background-size: cover;
  width: 55px;
  height: 63px;
  right: -73px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-title9 h2:after{
    width: 28px;
    height: 32px;
    right: -37px;
  }
}
.c-title9--diff p{
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .c-title9--diff p{
    font-size: 1.5rem;
    line-height: 1
  }
}
.c-title9--purple{
  color: #802358;
}
.c-title9--diff h2 span{
  color: #802358;
}
.c-title9--driving p{
  color: #802358;
}

.c-title10{
  width: 325px;
  margin: 0 auto;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-title10{
    width: 210px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
}
.c-title10:before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 15px solid #333333;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
@media screen and (max-width: 750px) {
  .c-title10:before {
    width: 20px;
    height: 20px;
    border-top: 10px solid #333333;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -20px;
  }
}
.c-title10:after{
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-top: 14px solid #ffffff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}
@media screen and (max-width: 750px) {
  .c-title10:after{
    width: 18px;
    height: 18px;
    border-top: 9px solid #ffffff;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    bottom: -18px;
  }
}
.c-title10 h2{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 0.9375;
  letter-spacing: 4px;
  position: relative;
  margin: 0 30px;
  padding: 30px 0 30px 55px;
}
@media screen and (max-width: 750px) {
  .c-title10 h2{
    font-size: 2.1rem;
    margin: 0px 16px;
    padding: 18px 0 18px 25px;
  }
}
.c-title10 h2:before{
  content: "";
  position: absolute;
  background: url('../../images/driving/ico-check.png') no-repeat;
  background-size: cover;
  width: 32px;
  height: 34px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-title10 h2:before{
    width: 20px;
    height: 22px;
    left: 0px;
  }
}
.c-title10 h2 p{
  color: #802358;
}

/* Title 11 */
.c-title11{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-title11:before{
  content: "";
  position: absolute;
}
.c-title11 img{
  position: absolute;
  left: 50%;
  top: -70px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .c-title11 img{
    width: 160px;
    top: -25px;
  }
}
.c-title11 h2{
  display: flex;
  font-size: 3.2rem;
  line-height: 1.641875;
  letter-spacing: 6px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-title11 h2{
    font-size: 2.5rem;
    display: block;
  }
}
.c-title11 h2:before{
  content: "";
  position: absolute;
  background: url('../../images/room/room1_titlebg2.png') no-repeat;
  background-size: cover;
  width: 21px;
  height: 61px;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-title11 h2:before{
    left: -35px;
    width: 15px;
    height: 43px;
  }
}
.c-title11 h2:after{
  content: "";
  position: absolute;
  background: url('../../images/room/room1_titlebg3.png') no-repeat;
  background-size: cover;
  width: 21px;
  height: 61px;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .c-title11 h2:after{
    right: -30px;
    width: 15px;
    height: 43px;
  }
}
.c-title11 span{
  color: #d8336e;
}

/* Color text */
.c-blue{
  color: #59c9d2!important;
}
.c-orange{
  color: #e68c8c!important;
}
.c-purple{
  color: #802358;
}
.c-red{
  color: #ff3300;
}

/* Button */
.c-btn1{
  width: 340px;
  height: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #802358;
  border: 2px solid #ffffff;
}

@media screen and (max-width: 750px) {
  .c-btn1{
    width: 265px;
    margin: 0 auto;
    height: 60px;
    border: 1px solid #ffffff;
    justify-content: flex-start;
    padding-left: 40px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn1:first-child{
    margin-bottom: 15px;
  }
}

.c-btn1 strong{
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .c-btn1 strong{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .c-btn1 img{
    width: 40px;
  }
}

.c-btn1--diff strong p:last-child{
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .c-btn1--diff strong p:last-child{
    font-size: 1.7rem;
  }
}

.c-btn1--diff{
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .c-btn1--diff{
    margin-right: auto;
  }
}

.c-btn1--diff1{
  position: relative;
}

.c-btn1--diff1:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background: url('../../images/bpo/arrow-right.png') no-repeat;
  background-size: cover;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .c-btn1--diff1:before{
    width: 8px;
    height: 10px;
    right: 15px;
  }
}

.c-btn2{
  position: relative;
  width: 220px;
  height: 50px;
  border: 2px solid #da3f77;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
  .c-btn2{
    width: 210px;
    font-size: 1.4rem;
  }
}

.c-btn2:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background: url('../../images/staff/arrow-rightblack.png') no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .c-btn2:before{
    width: 8px;
    height: 10px;
  }
}

.c-btn3{
  border-radius: 20px;
  padding: 6px 39px;
  border: 1px solid #ffffff;
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .c-btn3{
    font-size: 1rem;
    padding: 3px 19px;
    text-align: center;
  }
}

.c-btn4{
  width: 215px;
  height: 45px;
  background: #ffffff;
  color: #59c9d2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-btn4{
    width: 135px;
    height: 28px;
    font-size: 1.2rem;
  }
}

.c-btn4--nichukou{
  color: #e68c8c;
}

.c-btn4:before{
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background: url('../../images/order/arrow-rightblue.png') no-repeat;
  background-size: cover;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .c-btn4:before{
    width: 6px;
    height: 9px;
    right: 12px;
  }
}

.c-btn4--nichukou:before{
  content: ">";
  background: none;
  color: #e68c8c;
  width: auto;
  height: auto;
}

.c-btn5{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #59c9d2;
  width: 310px;
  height: 60px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 750px) {
  .c-btn5{
    width: 210px;
    height: 45px;
    font-size: 1.4rem;
  }
}

.c-btn5--nichukou{
  background: #e68c8c;
}

.c-btn5--purple{
  background: #802358;
}

.c-btn5:before{
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background: url('../../images/order/arrow-right.png') no-repeat;
  background-size: cover;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .c-btn5:before{
    width: 8px;
    height: 11px;
  }
}

.c-btn6{
  position: relative;
  background-color: #802358;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-btn6{
    font-size: 1.4rem;
  }
}
.c-btn6:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.2rem;
  background-image: url(../../images/ico_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
.c-btn6 input{
  width: 315px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .c-btn6 input{
    width: 210px;
    height: 47px;
  }
}
.custom-wpcf7c-confirmed .c-btn6{
  display: none;
}
.custom-wpcf7c-back .c-btn6{
  display: block;
}
.c-btn7{
  width: 250px;
  margin: 0 auto;
  height: 55px;
  border: 1px solid #802358;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #802358;
  font-size: 1.5rem;
  line-height: 3.2;
  position: relative;
}
.c-btn7:before{
  content: "";
  position: absolute;
  background: url(../../images/coupon/arrow-rightpurple.png) no-repeat;
  background-size: cover;
  right: 40px;
  width: 10px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.c-btn7--diff{
  background-color: #ffffff;
  margin: 30px 0px 0px;
}
@media screen and (max-width: 750px) {
  .c-btn7--diff{
    margin: 30px auto 0px;
  }
}
.c-btn7--costume{
  height: 50px;
  margin: 20px 0px 0px;
}
@media screen and (max-width: 750px) {
  .p-recommended3__box .center {
    margin: 20px auto 0;
  }
}
.c-btn7--driving:before{
  right: 30px;
}
.c-btn8{
  width: 260px;
  margin: 0 auto 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 3.2;
  position: relative;
  background-color: #802358;
}
.c-btn8:before{
  content: "";
  position: absolute;
  background: url(../../images/costume/ico_arrow.png) no-repeat;
  background-size: cover;
  right: 30px;
  width: 10px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.c-btn9{
  width: 100%;
  height: 40px;
  border: 1px solid #802358;
  font-size: 1.6rem;
  color: #802358;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-btn9{
    width: 225px;
    margin: 0 auto;
  }
}
.c-btn9:before{
  content: "";
  position: absolute;
  background: url(../../images/costume/arrow-rightpurple.png) no-repeat;
  background-size: cover;
  right: 20px;
  width: 10px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.c-btn__back{
  background-color: #6c757d;
  margin-right: 20px;
}

/* Tabs */
.c-tabs{
  display: flex;
}

.c-tabs li{
  padding: 0px 32px;
  position: relative;
  cursor: pointer;
}

.c-tabs li:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #afafaf;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tabs li:last-child:after{
  display: none;
}

.c-tabs li.is-active:before{
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #d8336e;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .c-tabs li.is-active:before{
    bottom: -.2em;
    width: 15px;
  }
}

/* Table */
.c-table1{
  width: 570px;
}
@media screen and (max-width: 1199px) {
  .c-table1{
    width: 100%;
  }
}
.c-table1 thead tr th, .c-table1 tbody tr td{
  border: 1px solid #b0b0b0;
  font-size: 1.8rem;
  padding: 11px 0px;
}
@media screen and (max-width: 750px) {
  .c-table1 thead tr th, .c-table1 tbody tr td{
    font-size: 1.3rem;
  }
}
.c-table1 thead tr th:nth-child(1), .c-table1 tbody tr td:nth-child(1){
  vertical-align: middle;
  text-align: center;
}
.c-table1 thead tr th:nth-child(1){
  width: 60px;
}
.c-table1 thead tr th:nth-child(2), .c-table1 tbody tr td:nth-child(2){
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .c-table1 thead tr th:nth-child(2), .c-table1 tbody tr td:nth-child(2){
    padding: 10px;
  }
}
.c-table1 tbody tr td:nth-child(2){
  color: #d8336e;
}
.c-table1 tbody tr td:nth-child(2) a{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8336e;
}
@media screen and (max-width: 750px) {
  .c-table1 tbody tr td:nth-child(2) a{
    display: initial;
  }
}
.c-table1 thead tr th:nth-child(3){
  text-align: center;
  width: 135px;
}
@media screen and (max-width: 750px) {
  .c-table1 thead tr th:nth-child(3){
    width: 100px;
  }
}
.c-table1 tbody tr td:nth-child(3){
  /* padding-left: 20px; */
  text-align: center
}
@media screen and (max-width: 750px) {
  .c-table1 tbody tr td:nth-child(3){
    padding: 10px;
    vertical-align: middle;
  }
}
.c-table1 thead tr th{
  font-weight: 600;
}
.c-table1 tbody tr td{
  font-weight: 400;
}
.c-table1--orange thead tr th{
  background-color: #e89164;
}
.c-table1--orange tbody tr td:nth-child(1) span{
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: #e89164;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table1--purple thead tr th{
  background-color: #c379a3;
}
.c-table1--purple tbody tr td:nth-child(1) span{
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: #c379a3;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table1--green thead tr th{
  background-color: #a3cb8a;
}
.c-table1--green tbody tr td:nth-child(1) span{
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: #a3cb8a;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table1--blue thead tr th{
  background-color: #9092c2;
}
.c-table1--blue tbody tr td:nth-child(1) span{
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-color: #9092c2;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-table2{
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .c-table2{
    width: 100%;
  }
}
.c-table2 thead tr th, .c-table2 tbody tr td{
  font-size: 1.8rem;
  font-weight: 400;
  padding: 11px 15px 11px 15px;
  border: 1px solid #a6a6a6;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  .c-table2 thead tr th, .c-table2 tbody tr td{
    font-size: 1.3rem;
    padding: 11px 10px 11px 10px;
  }
}
.c-table2 thead tr th{
  background-color: #fcf0f4;
  border-bottom: none;
}

@media screen and (max-width: 750px) {
  .c-table2 thead tr th:nth-child(3){
    width: 35%;
  }
}
.c-table2 tbody tr:nth-child(1) td{
  border-top: none;
}
.c-table2 tbody tr td a{
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #d8336e;
  color: #d8336e;
}

/* Readmore */
.readmore-link{
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 750px) {
  .readmore-link{
    display: flex;
  }
}
.readmore-link:after {
  content:"すべて見る";
}
.readmore-link.expand {
  display: none;
}

/* 404 page */
.error-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 20px;
  margin: 0 auto;
}
.error-404 h1 {
  font-size: 28px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 42px;
}
.error-404 p {
  font-size: 20px;
  color: #555555;
  max-width: 600px;
  margin-bottom: 80px;
}
.error-404 a {
  color: blue;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .error-404 {
    padding: 35% 20px 100px;
  }
  .error-404 h1 {
    font-size: 18px;
  }
  .error-404 p {
    font-size: 16px;
  }
}
