/* base
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
.inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

/* mixin
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", "Yu Gothic", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: unset;
}

/* profile
=========================================== */
.profile .top_img {
  width: 100%;
  margin-bottom: 3rem;
}
.profile .flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile .name {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .profile .name {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.profile .name_ja {
  font-size: 2.8rem;
  font-weight: bold;
}
.profile .name_en {
  font-size: 1.6rem;
  color: #00BDFF;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px) {
  .profile .detail {
    width: 100%;
  }
}
.profile .detail p {
  font-weight: bold;
  font-size: 1.8rem;
}
.profile .detail span {
  background: #00BDFF;
  border-radius: 30px;
  padding: 0.4rem 1rem;
  color: #fff;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

/* history
=========================================== */
.history .box {
  background-color: #ECFAFF;
  padding: 3rem 5rem;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .history .box {
    padding: 2rem 3rem;
  }
}
@media only screen and (max-width: 425px) {
  .history .box {
    padding: 2rem;
  }
}
.history .row {
  position: relative;
  margin: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history .row:not(:last-child) {
  margin-bottom: 36px;
}
.history .row:not(:last-child):after {
  content: "";
  width: 3px;
  height: 20px;
  border-left: 3px dotted #00BDFF;
  position: absolute;
  left: 25px;
  bottom: -26px;
}
.history .row .year {
  font-size: 1.8rem;
  font-weight: bold;
  color: #259DF4;
  width: 12rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 425px) {
  .history .row .year {
    font-size: 1.6rem;
    width: 9rem;
  }
}
.history .row .txts {
  font-weight: bold;
  width: 70%;
  line-height: 1.8;
}
@media only screen and (max-width: 425px) {
  .history .row .txts {
    width: 80%;
  }
}

/* schedule
=========================================== */
.schedule {
  padding: 0;
}
.schedule .u_container {
  position: relative;
  background: #ECFAFF;
  padding: 8rem;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .schedule .u_container {
    padding: 5rem;
  }
}
@media only screen and (max-width: 425px) {
  .schedule .u_container {
    padding: 6rem 3rem;
  }
}
.schedule .u_container .section_title_en {
  position: absolute;
  top: -4.6rem;
  left: 7.6rem;
  color: #00BDFF;
}
@media only screen and (max-width: 768px) {
  .schedule .u_container .section_title_en {
    top: -3.6rem;
    left: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .schedule .u_container .section_title_en {
    top: -2.8rem;
    left: 2rem;
  }
}

.schedule-content:not(:last-child) {
  padding: 0 0 38px;
}

.schedule-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 425px) {
  .schedule-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}

.schedule-content__year {
  position: relative;
  width: 150px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
  padding-right: 4rem;
}
@media only screen and (max-width: 425px) {
  .schedule-content__year {
    padding-left: 4rem;
    padding-right: 0;
    text-align: left;
  }
}

.schedule-content__year, .schedule-content__title {
  line-height: 1.8;
  height: 100%;
}

.schedule-content__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 1.6px;
  font-weight: bold;
}
@media only screen and (max-width: 425px) {
  .schedule-content__title {
    padding-left: 4rem;
  }
}

.circle-box {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 100%;
}

.circle-box__container {
  display: inline-block;
  position: relative;
  height: 100%;
}

.circle-box__deco {
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00BDFF;
  opacity: 0;
}

.circle-box__line {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #00BDFF;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.schedule-content:last-child .circle-box__line {
  opacity: 0;
}

.circle-box__circle {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: white;
  border: 2px solid #00BDFF;
  border-radius: 50%;
}

/* q_a
=========================================== */
.q_a .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.q_a .reverse .flex_img {
  margin-right: 0;
}/*# sourceMappingURL=page.css.map */