/* --------------------------------------------------
  common
-------------------------------------------------- */
.inner {
  max-width: 1160px;
}

/* --------------------------------------------------
mv
-------------------------------------------------- */
.mv {
  background: #d4e3ea;
  position: relative;
  z-index: 2;
  padding: 70px 0 118px;
}
@media screen and (min-width: 640px) {
  .mv {
    padding: 78px 0 150px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 640px) {
  .mv-body {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-body {
    max-width: 540px;
    width: 53%;
  }
}
.mv-ttl {
  color: #1e2e53;
  margin: 13.33vw 0 0;
}
@media screen and (min-width: 640px) {
  .mv-ttl {
    margin: 88px 0 0;
  }
}
.mv-ttl .en {
  display: block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 3.2rem;
  font-size: 8.53vw;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .mv-ttl .en {
    font-size: 5.4rem;
  }
}
.mv-ttl .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  font-size: 3.73vw;
}
@media screen and (min-width: 640px) {
  .mv-ttl .ja {
    font-size: 2.4rem;
  }
}
.mv-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .mv-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.mv-nav-item {
  border-left: 1px solid #c9caca;
  line-height: 1.1;
  width: 25%;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .mv-nav-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-nav-item {
    width: 14.2857142857%;
  }
}
.mv-nav-item:last-child {
  border-right: 1px solid #c9caca;
}
.mv-nav-item:nth-child(4) {
  border-right: 1px solid #c9caca;
}
@media screen and (min-width: 1024px) {
  .mv-nav-item:nth-child(4) {
    border-right: none;
  }
}
.mv-nav-link {
  color: #1e2e53;
  padding: 0 5px 20px;
  text-align: center;
  display: block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv-nav-link {
    padding: 0 10px 30px;
  }
}
.mv-nav-link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 5px;
  left: 50%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .mv-nav-link:hover::after {
    bottom: 2px;
  }
}
.mv-nav-link .name {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 640px) {
  .mv-nav-link .name {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv-nav-link .name {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------------------------------
  faqContent
----------------------------------------------------------------------------*/
#faqContent {
  border-radius: 70px 70px 0 0;
  margin-top: -100px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
}

#faqContent h2 {
  font-weight: 500;
  padding: 60px 0 20px;
}

#faqContent dl {
  border-bottom: #C9CACA 1px solid;
}

#faqContent dt {
  cursor: pointer;
  position: relative;
  border-top: #C9CACA 1px solid;
  padding: 1em 40px;
  font-weight: 400;
}

#faqContent dt::before {
  position: absolute;
  content: "Q.";
  font-size: 18px;
  font-family: "Sorts Mill Goudy", serif;
  color: #1e2e53;
  left: 10px;
  top: 14px;
}

#faqContent dt::after {
  cursor: pointer;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  top: 1.5em;
  right: 1em;
  background: url(/assets/img/common/icon_open.png) 0 0/12px no-repeat;
}

#faqContent dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#faqContent dd {
  display: none;
  font-size: 12px;
  margin: 0;
  padding: 0 40px 2em;
}

#faqContent dd a {
  text-decoration: underline;
  color: #1e2e53;
}

@media only screen and (min-width: 640px) {
  #faqContent {
    border-radius: 100px 100px 0 0;
  }
  #faqContent h2 {
    font-size: 25px;
  }
  #faqContent dt {
    font-size: 18px;
    padding: 1.3em 80px 1.3em 90px;
  }
  #faqContent dt::before {
    font-size: 20px;
    left: 46px;
    top: 24px;
  }
  #faqContent dt::after {
    width: 18px;
    height: 11px;
    background-size: 18px auto;
    top: 2em;
    right: 2.5em;
  }
  #faqContent dd {
    font-size: 14px;
    padding: 0 80px 2em 90px;
  }
}
/*----------------------------------------------------------------------------
  contact
----------------------------------------------------------------------------*/
#contact {
  padding: 0 0 4em;
}

#contact p {
  text-align: center;
  padding-bottom: 1em;
}

#contact .tel {
  background-color: #F7F5EE;
  padding: 1em;
  max-width: 950px;
  margin: 0 auto 2em;
}

#contact .tel span {
  color: #1E2E53;
}

#contact .tel .number {
  font-size: 30px;
  font-weight: bold;
}

#contact .tel .number .s {
  display: inline;
  font-size: 14px;
}

#contact .tel .number a {
  color: #1E2E53;
}

@media only screen and (max-width: 639px) {
  #contact .tel span {
    display: block;
  }
}
@media only screen and (min-width: 640px) {
  #contact p {
    font-size: 16px;
    padding-bottom: 40px;
  }
  #contact p br.sp {
    display: none;
  }
  #contact .tel span {
    color: #1E2E53;
  }
  #contact .tel .number {
    font-size: 44px;
    padding-left: 0.5em;
  }
  #contact .tel .number .s {
    display: inline;
    font-size: 16px;
  }
}
/*# sourceMappingURL=faq.css.map */