article img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  article img.bg {
    width: auto;
  }
}
article header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article header {
    width: auto;
  }
}
article header h2 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 4px;
  }
}
article header i {
  width: auto;
  display: block;
  padding-top: 20px;
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  article header i {
    width: auto;
  }
}

h3 {
  width: auto;
}
@media screen and (max-width: 768px) {
  h3 {
    width: 100%;
  }
}

p {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
ul {
  width: auto;
}
@media screen and (max-width: 768px) {
  ul {
    width: 100%;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  background: #fafafa;
  /*============================
  #intro
  ============================*/
}
@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
    margin-top: 72px;
  }
}
article#titleTop section#intro.full {
  display: flex;
  min-height: 500px;
  align-items: center;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full {
    align-items: flex-start;
    min-height: 300px;
    padding: 40px 20px 0;
  }
}
article#titleTop section#intro.full div.wrap {
  width: auto;
  color: #004A88;
  width: 100%;
  padding-left: 0px;
  padding-top: 40px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap {
    padding: 0 20px 0 0;
    width: 100%;
  }
}
article#titleTop section#intro.full div.wrap div {
  width: auto;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  position: absolute;
  z-index: 1;
  left: 40px;
  text-shadow: #fff 2px 2px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap div {
    width: auto;
    font-size: 2.8rem;
    left: 20px;
    top: 40%;
    text-shadow: none;
  }
}
article#titleTop section#intro.full div.wrap h1.masthead {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 4px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap h1.masthead {
    width: auto;
    font-size: 4.2rem;
  }
}
article#titleTop section#intro.full div.wrap p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.wrap p {
    width: auto;
  }
}
article#titleTop section#intro.full div.scrolldown {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #014a88;
  z-index: 10;
  height: 80px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown {
    width: auto;
  }
}
article#titleTop section#intro.full div.scrolldown span {
  width: auto;
  transform: rotate(-90deg);
  display: block;
  letter-spacing: 2px;
  font-size: 1.2rem;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#titleTop section#intro.full div.scrolldown span {
    width: auto;
  }
}
article#titleTop section#intro.full div.scrolldown:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #014a88;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 20px;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
/*============================
#faq
============================*/
article#faq header {
  width: auto;
  max-width: 1280px;
  padding: 120px 40px 40px;
  text-align: left;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#faq header {
    width: auto;
    padding-top: 80px;
    padding-left: 20px;
  }
}
article#faq header h2 {
  color: #004A88;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  article#faq header h2 {
    width: auto;
  }
}
article#faq section {
  padding-bottom: 120px;
}
article#faq section div.wrap {
  display: flex;
  flex-wrap: wrap;
}
article#faq section div.wrap details.qa-001 {
  width: 100%;
  margin-bottom: 0px;
  border-top: solid 1px #014a88;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 {
    width: 100%;
  }
}
article#faq section div.wrap details.qa-001:last-child {
  border-bottom: solid 1px #014a88;
}
article#faq section div.wrap details.qa-001 summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 20px 80px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary {
    padding: 20px 30px 20px 50px;
  }
}
article#faq section div.wrap details.qa-001 summary:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  content: "Q";
  background: #014a88;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:before {
    left: 0;
  }
}
article#faq section div.wrap details.qa-001 summary:after {
  transform: translateY(-25%) rotate(45deg);
  width: 12px;
  position: absolute;
  right: 13px;
  height: 12px;
  margin-left: 10px;
  white-space: nowrap;
  border-bottom: 2px solid #014a88;
  border-right: 2px solid #014a88;
  content: "";
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 summary:after {
    right: 5px;
  }
}
article#faq section div.wrap details.qa-001 summary:-webkit-details-marker {
  display: none;
}
article#faq section div.wrap details.qa-001 summary div {
  display: none;
}
article#faq section div.wrap details.qa-001 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 80px;
  margin-bottom: 20px;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p {
    padding: 20px 30px 20px 50px;
  }
}
article#faq section div.wrap details.qa-001 p:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  border-radius: 50%;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004A88;
}
@media screen and (max-width: 768px) {
  article#faq section div.wrap details.qa-001 p:before {
    left: 0;
  }
}
article#faq section div.wrap .qa-001[open] summary::after {
  transform: rotate(225deg);
}
article#faq section div.wrap .qa-001[open] p {
  transform: none;
  opacity: 1;
}/*# sourceMappingURL=common.css.map */