.fv {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .fv {
    margin-bottom: 40px;
  }
}

.fv {
  background: url(../img/mv.jpg) no-repeat center/1920px;
  padding: 70px 0 0px;
  height: 700px;
}
@media (max-width: 768px) {
  .fv {
    background: url(../img/mv.jpg) no-repeat center/1300px;
    padding: 40px 0 70px;
    height: auto;
  }
}

.page__title {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  display: table;
  margin: 0 auto 60px;
}
@media (max-width: 980px) {
  .page__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.fv__wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 30px 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .fv__wrapper {
    padding: 20px 15px;
  }
}

.fv__title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 768px) {
  .fv__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.fv__text {
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv__text {
    font-size: 14px;
    text-align: left;
  }
}
.fv__text:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fv__text:not(:last-child) {
    margin-bottom: 10px;
  }
}

.outline__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .outline__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .outline__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.outline__title--red {
  color: #ff0000;
}
.outline__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .outline__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .outline__title--ja {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .outline__title {
    margin-bottom: 40px;
  }
}
.outline__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .outline__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .outline__h2 {
    font-size: 40px;
  }
}
.outline__inner {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .outline__inner {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .outline__inner {
    margin-bottom: 40px;
    display: block;
  }
}

.outline-list {
  width: 70.3125%;
  max-width: 900px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .outline-list {
    width: 100%;
    font-size: 13px;
  }
}

.outline-word {
  max-width: 185px;
  width: 26%;
  border-top: 1px solid #000;
  padding: 15px 0 15px 2%;
  font-weight: normal;
}
@media (max-width: 768px) {
  .outline-word {
    padding: 10px 0 10px 0%;
  }
}

.outline-description {
  max-width: 700px;
  width: 71%;
  border-top: 1px solid #000;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .outline-description {
    padding: 10px 0;
  }
}

.outline-word:last-of-type {
  border-bottom: 1px solid #000;
}

.outline-description:last-of-type {
  border-bottom: 1px solid #000;
}

.certificate {
  max-width: 319px;
  width: 27%;
}
@media (max-width: 768px) {
  .certificate {
    max-width: 500px;
    margin: 0 auto;
  }
}

.certificate__bottom {
  margin-top: 3.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .certificate {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 2rem;
  }
  .certificate img {
    width: 100%;
  }
  .certificate__bottom {
    margin-top: 0rem;
    width: 100%;
  }
}
.license__accordion {
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #242e67;
  max-width: 1280px;
  padding: 10px 20px;
  margin: 0 auto 0px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .license__accordion {
    font-size: 22px;
  }
}

.license__accordion::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 33%;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 14px;
  height: 14px;
}

.license__accordion.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.accordion-container {
  display: none;
  margin-top: 30px;
}

.license-lists {
  max-width: 1230px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .license-lists {
    width: calc(100% - 30px);
  }
}

.license-list__item {
  width: 48.5%;
}

.license-list__item2 {
  width: 48.5%;
}

@media (max-width: 768px) {
  .license-lists {
    flex-direction: column;
  }
  .license-list__item {
    width: 100%;
    font-size: 10px;
  }
  .license-list__item2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.license-list__title {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.1em;
  padding: 3px 0;
  text-align: center;
  background: #242e67;
  color: #fff;
}
@media (max-width: 768px) {
  .license-list__title {
    font-size: 16px;
  }
}

.license-list__cnt {
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .license-list__cnt {
    font-size: 14px;
  }
}

.license-name {
  width: 65%;
  font-weight: normal;
  padding: 15px 0 15px 2%;
  border-bottom: 1px solid #000;
  position: relative;
}
@media (max-width: 768px) {
  .license-name {
    padding: 10px 0 10px 0%;
  }
}

.license-description {
  width: 35%;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  text-align: right;
  font-size: 16px;
}
@media (max-width: 768px) {
  .license-description {
    padding: 10px 0;
    font-size: 13px;
  }
}

.license-list__right .license-name {
  padding: 1.57rem;
}

.license-list__right .license-description {
  padding: 1.57rem;
}

.license-description__left {
  width: 25%;
  text-align: left;
  padding-left: 5px;
  font-size: 16px;
}

.license-description__right {
  width: 10%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .license-description__left {
    font-size: 13px;
  }
  .license-description__right {
    font-size: 13px;
  }
}
.license__accordion img {
  display: inline-block;
  width: auto;
  height: 24px;
  margin-right: 10px;
}

/* access */
.access {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .access {
    margin-top: 40px;
  }
}
.access__title {
  max-width: 1920px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .access__title {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .access__title {
    margin-bottom: 12px;
    gap: 15px;
  }
}
.access__title--red {
  color: #ff0000;
}
.access__title--ja {
  font-size: 26px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .access__title--ja {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .access__title--ja {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .access__title {
    margin-bottom: 20px;
  }
}
.access__h2 {
  font-family: "Roboto", serif;
  font-size: 100px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0em;
  line-height: 100%;
}
@media (max-width: 980px) {
  .access__h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .access__h2 {
    font-size: 40px;
  }
}
.access__address {
  font-size: 20px;
  letter-spacing: 0.1em;
  max-width: 1330px;
  padding: 0 25px 0 40px;
}
@media (max-width: 768px) {
  .access__address {
    font-size: 15px;
  }
}

.map {
  margin-top: min(1.3vw, 25px);
  width: 100%;
  height: 300px;
}/*# sourceMappingURL=style.css.map */