@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* arguments inittial */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#about .message {
  position: relative;
  z-index: 2;
}

#about .message .message_title {
  justify-content: flex-start;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #about .message .message_title {
    justify-content: center;
  }
}

#about .message .message_inner {
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 4px auto 0;
}

@media (max-width: 767px) {
  #about .message .message_inner {
    width: calc(100% - 32px);
    margin-top: 25px;
  }
}

#about .message .message_main {
  position: relative;
}

@media (max-width: 767px) {
  #about .message .message_main {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}

#about .message .message_main_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 84px;
  left: 9px;
}

@media (max-width: 767px) {
  #about .message .message_main_text {
    top: 23px;
    left: 15px;
  }
}

#about .message .message_main_img {
  display: block;
  width: 91.7857%;
  margin: 0 0 0 auto;
}

@media (max-width: 767px) {
  #about .message .message_main_img {
    width: 77%;
  }
}

@media (max-width: 767px) {
  #about .message .message_main_img img {
    max-width: none;
    width: 100%;
  }
}

#about .message .message_main_copy {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.2em;
  letter-spacing: 0em;
  font-weight: 400;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  #about .message .message_main_copy {
    line-height: 1.875;
  }
}

@media only screen and (max-width: 620px) {
  #about .message .message_main_copy {
    font-size: 4.8vw;
  }
}

#about .message .message_main_name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444em;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 58px;
}

@media (max-width: 767px) {
  #about .message .message_main_name {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) and (max-width: 620px) {
  #about .message .message_main_name {
    font-size: 3vw;
    margin-top: 5.7vw;
  }
}

#about .message .message_content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  #about .message .message_content {
    margin-top: 26px;
    gap: 13px;
  }
}

#about .message .message_content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  letter-spacing: 0em;
  font-weight: 400;
}

@media (max-width: 767px) {
  #about .message .message_content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6363em;
  }
}

#about .features {
  background: #006da1;
  color: #fff;
  position: relative;
  margin-top: 74px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #about .features {
    margin-top: 39px;
    padding-bottom: 28px;
  }
}

#about .features .features_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 56px;
}

@media (max-width: 767px) {
  #about .features .features_inner {
    width: calc(100% - 32px);
    padding-top: 27px;
  }
}

#about .features .features_swiper_cover {
  margin: 45px auto 0;
  padding: 0 0 50px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  #about .features .features_swiper_cover {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}

#about .features .features_swiper {
  align-items: stretch;
}

#about .features .features_swiper .features_swiper_item {
  color: #111111;
  background: #fff;
  border-radius: 10px;
  position: relative;
  min-height: 320px;
  padding: 40px 60px 50px;
  height: auto;
}

@media (max-width: 767px) {
  #about .features .features_swiper .features_swiper_item {
    min-height: 200px;
    border-radius: 5px;
    padding: 16px 29px 25px;
  }
}

#about .features .features_swiper .features_swiper_item .features_swiper_item_title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #006da1;
  position: relative;
  display: block;
  z-index: 2;
  width: 100%;
}

@media (max-width: 767px) {
  #about .features .features_swiper .features_swiper_item .features_swiper_item_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4375em;
    order: 1;
  }
}

#about .features .features_swiper .features_swiper_item .features_swiper_item_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#about .features .features_swiper .features_swiper_item .features_swiper_item_desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-top: 22px;
  width: calc(50% - 40px);
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #about .features .features_swiper .features_swiper_item .features_swiper_item_desc {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6363em;
    margin-top: 14px;
    width: 100%;
    order: 3;
  }
}

#about .features .features_swiper .features_swiper_item .features_swiper_item_img {
  width: 50%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  #about .features .features_swiper .features_swiper_item .features_swiper_item_img {
    width: 100%;
    order: 2;
    margin-top: 16px;
  }
}

#about .features .features_swiper_prev,
#about .features .features_swiper_next {
  width: fit-content;
  height: fit-content;
  top: calc(50% - 28px);
}

@media (max-width: 767px) {
  #about .features .features_swiper_prev,
  #about .features .features_swiper_next {
    top: calc(50% + 5px);
  }
}

#about .features .features_swiper_prev:after,
#about .features .features_swiper_next:after {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url("../../img/about/arrow_features.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  #about .features .features_swiper_prev:after,
  #about .features .features_swiper_next:after {
    width: 26px;
    height: 26px;
  }
}

#about .features .features_swiper_prev {
  left: calc(22% - 25px);
}

@media only screen and (max-width: 1200px) {
  #about .features .features_swiper_prev {
    left: calc(10.5% - 25px);
  }
}

@media (max-width: 767px) {
  #about .features .features_swiper_prev {
    left: -8px;
  }
}

#about .features .features_swiper_next {
  right: calc(22% - 25px);
}

@media only screen and (max-width: 1200px) {
  #about .features .features_swiper_next {
    right: calc(10.5% - 25px);
  }
}

@media (max-width: 767px) {
  #about .features .features_swiper_next {
    right: -8px;
  }
}

#about .features .features_swiper_next:after {
  transform: scale(-1, 1);
}

#about .features .features_swiper_pagination {
  bottom: 0;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

@media (max-width: 767px) {
  #about .features .features_swiper_pagination {
    gap: 4px;
  }
}

#about .features .features_swiper_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0;
  background: #00a0d9;
  border: 1px solid #00a0d9;
  opacity: 1;
}

@media (max-width: 767px) {
  #about .features .features_swiper_pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}

#about .features .features_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: none;
}

#about .profile {
  margin-top: 77px;
}

@media (max-width: 767px) {
  #about .profile {
    margin-top: 37px;
  }
}

#about .profile .profile_list {
  border-top: 1px solid #9cc8e2;
  margin: 35px auto 0;
  width: 100%;
  max-width: 1540px;
}

@media (max-width: 767px) {
  #about .profile .profile_list {
    margin-top: 16px;
  }
}

#about .profile .profile_list .profile_list_cov {
  border-bottom: 1px solid #9cc8e2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 1000px) {
  #about .profile .profile_list .profile_list_cov {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #about .profile .profile_list .profile_list_cov {
    flex-direction: column;
    padding: 16.5px 16px;
    gap: 4px;
  }
}

#about .profile .profile_list dt, #about .profile .profile_list dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 23.75px 0;
}

@media (max-width: 767px) {
  #about .profile .profile_list dt, #about .profile .profile_list dd {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4545em;
  }
}

#about .profile .profile_list dt {
  width: 120px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #about .profile .profile_list dt {
    width: 100%;
  }
}

#about .profile .profile_list dd {
  width: calc(100% - 120px);
  max-width: 720px;
}

@media (max-width: 767px) {
  #about .profile .profile_list dd {
    width: 100%;
  }
}

#about .profile .profile_list dd a {
  color: #111111;
}

#about .profile .profile_map {
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 40px auto 0;
  aspect-ratio: 840 / 465;
}

@media (max-width: 767px) {
  #about .profile .profile_map {
    margin-top: 18px;
    width: calc(100% - 32px);
    aspect-ratio: 580 / 463;
  }
}

#about .profile .profile_map iframe {
  width: 100%;
  height: 100%;
}

#about .history {
  margin-top: 90px;
  padding-bottom: 144px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #about .history {
    margin-top: 31px;
    padding-bottom: 48px;
  }
}

#about .history .history_row {
  position: relative;
  width: calc(100% - 40px);
  max-width: 920px;
  margin: 40px auto 0;
  display: flex;
  gap: 40px;
}

@media (max-width: 767px) {
  #about .history .history_row {
    gap: 13px;
    width: calc(100% - 32px);
    flex-direction: column;
    margin-top: 16px;
  }
}

#about .history .history_list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

@media (max-width: 767px) {
  #about .history .history_list {
    flex-direction: column;
  }
}

#about .history .history_list dd, #about .history .history_list dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25em;
  letter-spacing: 0em;
  font-weight: 400;
}

@media (max-width: 767px) {
  #about .history .history_list dd, #about .history .history_list dt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4545em;
  }
}

#about .history .history_list dt {
  font-weight: 700;
  width: 80px;
}

@media (max-width: 767px) {
  #about .history .history_list dt {
    width: 100%;
  }
}

#about .history .history_list dd {
  width: calc(100% - 80px);
}

@media (max-width: 767px) {
  #about .history .history_list dd {
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  #about .history .history_list dd + dt {
    margin-top: 13px;
  }
}

#about .history .history_img01, #about .history .history_img02, #about .history .history_img03, #about .history .history_img04 {
  position: absolute;
}

#about .history .history_img01 {
  width: 300px;
  right: calc(100% + 80px);
  top: -48px;
}

#about .history .history_img02 {
  width: 180px;
  right: calc(100% + 80px);
  top: 172px;
}

#about .history .history_img03 {
  width: 180px;
  left: calc(100% + 80px);
  top: -48px;
}

#about .history .history_img04 {
  width: 300px;
  left: calc(100% + 80px);
  top: 132px;
}

@media (max-width: 767px) {
  #about .history .history_img {
    margin-top: 25px;
    max-width: none;
    width: 100%;
  }
}
