.page-about .about_anchor_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 90%;
  margin: 5rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .page-about .about_anchor_menu {
    flex-direction: column;
    align-items: center;
  }
}
.page-about .about_anchor_menu a {
  background-color: #FF6C15;
  color: #FFFFFF;
  border-radius: 53px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.page-about .about_anchor_menu a button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 4rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: 100%;
}
.page-about .about_anchor_menu a button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-osakaenglishhouse .about_content_container {
    flex-direction: column;
    align-items: center;
  }
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_text_container {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_text_container {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_text_container h2 {
  font-size: 2.4rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_text_container h2::before {
  display: none;
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_text_container p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_image_container {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_image_container {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #about-osakaenglishhouse .about_content_container .about_image_container img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .page-about_content #features .features_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex {
  margin-bottom: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #features .features_container .feature_item .feature_item_flex {
    flex-direction: column;
    align-items: center;
  }
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text h3 {
  font-size: 2.4rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text h3::before {
  display: none;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text p {
  font-size: 1.8rem;
  line-height: 2;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text button {
  margin-top: 5rem;
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.3s ease;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_text button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_image {
  width: 50%;
  height: 30rem;
  margin-left: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_image {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    height: auto;
  }
}
.page-about .page-about_content #features .features_container .feature_item .feature_item_flex .feature_item_image img {
  width: 100%;
  height: 30rem;
  object-fit: contain;
  display: block;
}
.page-about .page-about_content #about-voice {
  background-color: #FFFFFF;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_text {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-voice .top_voice .top_voice_list {
    flex-direction: column;
    align-items: center;
  }
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item {
  background-color: #F5F5F5;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  width: 29%;
  text-align: left;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .voice_cat p {
  font-size: 1.6rem;
  color: #FF6C15;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-top: 1rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .voice_date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .voice_thumbnail {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.6rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .voice_thumbnail img {
  border-radius: 50%;
  width: 100%;
  height: 10rem;
  display: block;
  object-fit: cover;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #FF6C15;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item .read-more:hover {
  text-decoration: underline;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item h3 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0D3A6D;
  margin-bottom: 0.5rem;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item h3::before {
  display: none;
}
.page-about .page-about_content #about-voice .top_voice .top_voice_list .top_voice_item p {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1rem;
}
.page-about .page-about_content #about-voice .top_voice button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.3s ease;
  display: block;
  margin: 1rem auto;
}
.page-about .page-about_content #about-voice .top_voice button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-about .page-about_content #about-facility .facility_container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-facility .facility_container {
    flex-direction: column;
    align-items: center;
  }
}
.page-about .page-about_content #about-facility .facility_container .facility_text {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-facility .facility_container .facility_text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #about-facility .facility_container .facility_text h2 {
  font-size: 2.4rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}
.page-about .page-about_content #about-facility .facility_container .facility_text h2::before {
  display: none;
}
.page-about .page-about_content #about-facility .facility_container .facility_text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}
.page-about .page-about_content #about-facility .facility_container .facility_images {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .page-about .page-about_content #about-facility .facility_container .facility_images {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-about .page-about_content #about-facility .facility_container .facility_images img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .page-about_content #about-facility .facility_buttons {
  margin-top: 2rem;
}
.page-about .page-about_content #about-facility .facility_buttons button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.3s ease;
}
.page-about .page-about_content #about-facility .facility_buttons button:hover {
  background-color: #FF4500;
  cursor: pointer;
}

.plan_section {
  background-color: #FFFFFF;
}
.plan_section .page-plan_description {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-top: 1rem;
  line-height: 1.8;
}
.plan_section .plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .plan_section .plan {
    flex-direction: column;
    justify-content: center;
  }
}
.plan_section .plan > div {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .plan_section .plan > div {
    width: 100%;
    margin: 0 auto;
  }
}
.plan_section .plan .plan_card {
  background-color: #FFEFE0;
  padding: 2rem;
  border-radius: 5.3rem;
  box-shadow: 0.8rem 0.8rem 0.3rem rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 2rem auto 5rem;
  position: relative;
  height: 80rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card {
    width: 90%;
    height: 80rem;
    border: 0.3rem solid #FF6C15;
    background-color: #FFFFFF;
  }
}
.plan_section .plan .plan_card .plan_caption {
  font-size: 1.8rem;
  color: #FF4500;
  position: absolute;
  text-align: left;
  top: 1rem;
  left: 5rem;
  right: 30rem;
  line-height: 1.5;
  display: none;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_caption {
    left: 8rem;
    right: 8rem;
    background-color: #FFFFFF;
    top: -1.8rem;
    left: 8rem;
    right: 8rem;
    text-align: center;
  }
}
.plan_section .plan .plan_card .plan_header {
  width: 80%;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #0D3A6D;
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-inline: auto;
}
.plan_section .plan .plan_card .plan_header::before {
  display: none;
}
.plan_section .plan .plan_card .plan_header::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.3rem;
  background-color: #FF6C15;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_header {
    font-size: 2.4rem;
    padding: 2rem 0 0;
    text-align: center;
    margin-bottom: 0;
  }
}
.plan_section .plan .plan_card .plan_card_area {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_card_area {
    flex-direction: column;
  }
}
.plan_section .plan .plan_card .plan_card_area .plan_card_img {
  width: 80%;
  height: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_card_area .plan_card_img {
    width: 100%;
  }
}
.plan_section .plan .plan_card .plan_card_area .plan_card_img img {
  width: 100%;
  height: auto;
  display: block;
}
.plan_section .plan .plan_card .plan_card_area .plan_card_text {
  margin-bottom: 1rem;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_card_area .plan_card_text {
    width: 100%;
  }
}
.plan_section .plan .plan_card .plan_card_area .plan_card_text p {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.5;
}
.plan_section .plan .plan_card .plan_card_details {
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan_section .plan .plan_card .plan_card_details {
    width: 90%;
  }
}
.plan_section .plan .plan_card .plan_card_details .plan_card_period {
  font-size: 3rem;
  color: #FF4500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.plan_section .plan .plan_card .plan_card_details .plan_card_price {
  font-size: 3rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
  font-weight: 600;
}
.plan_section .plan .plan_card .plan_card_details button {
  display: block;
  width: 80%;
  max-width: 20rem;
  margin: 1rem auto 0;
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 5.3rem;
  text-decoration: none;
  font-size: 1.8rem;
  transition: 0.1s ease;
}
.plan_section .plan .plan_card .plan_card_details button:hover {
  background-color: #FF4500;
  cursor: pointer;
}

.event_section {
  background-color: #FFFFFF;
  padding: 2rem;
}
.event_section .event_container {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .event_section .event_container {
    flex-direction: column;
    align-items: center;
  }
}
.event_section .event_container .event_text {
  text-align: left;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 2rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .event_section .event_container .event_text {
    width: 100%;
  }
}
.event_section .event_container .event_text p {
  margin-bottom: 1rem;
  line-height: 1.8;
}
.event_section .event_container .event_img {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .event_section .event_container .event_img {
    width: 100%;
  }
}
.event_section .event_container .event_img img {
  width: 100%;
  height: auto;
}
.event_section button {
  background-color: #FF6C15;
  color: #FFFFFF;
  border: none;
  padding: 0.5em 1em;
  border-radius: 53px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 3rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .event_section button {
    margin: 3rem auto 0;
    display: block;
  }
}
.event_section button:hover {
  background-color: #FF4500;
}

.top_voice_text {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}

.top_voice_section {
  background-color: #FFFFFF;
}
.top_voice_section .top_voice .top_voice_text {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-bottom: 1rem;
}
.top_voice_section .top_voice .top_voice_list {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_voice_section .top_voice .top_voice_list {
    flex-direction: column;
    align-items: center;
  }
}
.top_voice_section .top_voice .top_voice_list .top_voice_item {
  background-color: #FFEFE0;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  width: 29%;
  text-align: left;
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .top_voice_section .top_voice .top_voice_list .top_voice_item {
    width: 90%;
    margin-bottom: 2rem;
  }
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .voice_cat p {
  font-size: 1.6rem;
  color: #FF6C15;
  margin-bottom: 0.5rem;
  font-weight: bold;
  margin-top: 1rem;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .voice_date {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .voice_thumbnail {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.6rem;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .voice_thumbnail img {
  border-radius: 50%;
  width: 100%;
  height: 10rem;
  display: block;
  object-fit: cover;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #FF6C15;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item .read-more:hover {
  text-decoration: underline;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item h3 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #0D3A6D;
  margin-bottom: 0.5rem;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item h3::before {
  display: none;
}
.top_voice_section .top_voice .top_voice_list .top_voice_item p {
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 1rem;
}
.top_voice_section .top_voice button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.8rem;
  transition: background-color 0.3s ease;
  display: block;
  margin: 1rem auto;
}
.top_voice_section .top_voice button:hover {
  background-color: #FF4500;
  cursor: pointer;
}

.page-facility .facility_anchor_menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-facility .facility_anchor_menu {
    flex-direction: column;
    align-items: center;
  }
}
.page-facility .facility_anchor_menu a {
  background-color: #FF6C15;
  color: #FFFFFF;
  border-radius: 53px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.page-facility .facility_anchor_menu a button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 4rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 2.4rem;
  transition: background-color 0.3s ease;
}
.page-facility .facility_anchor_menu a button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-facility .facility_access .access_info_box {
  margin-top: 5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-facility .facility_access .access_info_box {
    flex-direction: column;
    align-items: center;
  }
}
.page-facility .facility_access .access_info_box > div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-facility .facility_access .access_info_box > div {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.page-facility .facility_access .access_info_box .access_info {
  padding-block: 3rem;
  padding-inline: 0;
}
.page-facility .facility_access .access_info_box .access_info dl {
  text-align: left;
  line-height: 1.5;
}
.page-facility .facility_access .access_info_box .access_info dl dt {
  font-size: 2rem;
  font-weight: 700;
}
.page-facility .facility_access .access_info_box .access_info dl dd {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page-facility .facility_access .access_info_box iframe {
  width: 100%;
  height: 40rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page-facility .facility_access .access_info_box iframe {
    width: 100%;
    height: 20rem;
  }
}
.page-facility .room .facility_image_container, .page-facility .share_space .facility_image_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-facility .room .facility_image_container, .page-facility .share_space .facility_image_container {
    flex-direction: column;
    align-items: center;
  }
}
.page-facility .room .facility_image_container .facility_image_item, .page-facility .share_space .facility_image_container .facility_image_item {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-facility .room .facility_image_container .facility_image_item, .page-facility .share_space .facility_image_container .facility_image_item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-facility .room .facility_image_container .facility_image_item img, .page-facility .share_space .facility_image_container .facility_image_item img {
  width: 100%;
  height: auto;
  display: block;
}
.page-facility .equipment ul {
  list-style: disc;
  padding-left: 20px;
  margin-block: 2rem;
}
.page-facility .equipment ul li {
  font-size: 1.6rem;
  color: #666;
  line-height: 2;
  margin-bottom: 10px;
}

.page-blog_content, .page-category_content {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-top: 5rem;
  line-height: 1.8;
}

.page-blog_posts, .page-category_posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-blog_posts .page-blog_post, .page-category_posts .page-blog_post {
  width: 30%;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #FFEFE0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .page-blog_posts .page-blog_post, .page-category_posts .page-blog_post {
    width: 100%;
  }
}
.page-blog_posts .page-blog_post .post_thumbnail, .page-category_posts .page-blog_post .post_thumbnail {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}
.page-blog_posts .page-blog_post .post_thumbnail img, .page-category_posts .page-blog_post .post_thumbnail img {
  width: 100%;
  height: 20rem;
  display: block;
  object-fit: contain;
}
.page-blog_posts .page-blog_post .category_name, .page-category_posts .page-blog_post .category_name {
  font-size: 1.4rem;
  color: #FF6C15;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.page-blog_posts .page-blog_post .post_title, .page-category_posts .page-blog_post .post_title {
  font-size: 1.6rem;
  color: #0D3A6D;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}
.page-blog_posts .page-blog_post .post_title::after, .page-category_posts .page-blog_post .post_title::after {
  display: none;
}
.page-blog_posts .page-blog_post .post_date, .page-category_posts .page-blog_post .post_date {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1rem;
  text-align: left;
}
.page-blog_posts .page-blog_post .post_excerpt, .page-category_posts .page-blog_post .post_excerpt {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.page-blog_posts .page-blog_pagination, .page-category_posts .page-blog_pagination {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
.page-blog_posts .page-blog_pagination .page-numbers, .page-category_posts .page-blog_pagination .page-numbers {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #0D3A6D;
  border: 1px solid #0D3A6D;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.page-blog_posts .page-blog_pagination .page-numbers:hover, .page-category_posts .page-blog_pagination .page-numbers:hover {
  background-color: #0D3A6D;
  color: #FFFFFF;
  cursor: pointer;
}
.page-blog_posts .page-blog_pagination .current, .page-category_posts .page-blog_pagination .current {
  background-color: #0D3A6D;
  color: #FFFFFF;
  border-color: #0D3A6D;
}

.page-flow .page-flow_content .flow_anchor_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  width: 90%;
  margin: 5rem auto 3rem;
}
@media screen and (max-width: 767px) {
  .page-flow .page-flow_content .flow_anchor_menu {
    flex-direction: column;
    align-items: center;
  }
}
.page-flow .page-flow_content .flow_anchor_menu a {
  background-color: #FF6C15;
  color: #FFFFFF;
  border-radius: 53px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 33rem;
}
.page-flow .page-flow_content .flow_anchor_menu a button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 4rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: 100%;
}
.page-flow .page-flow_content .flow_anchor_menu a button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-flow .page-flow_content .flow_anchor_menu a .line_button {
  background-color: #1DC55F;
  color: #FFFFFF;
  padding: 1rem 4rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: 100%;
}
.page-flow .page-flow_content .flow_anchor_menu a .line_button:hover {
  background-color: #17A74A;
  cursor: pointer;
}
.page-flow .page-flow_content .flow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5rem 0;
  gap: 3rem;
}
.page-flow .page-flow_content .flow .flow-box {
  width: 100%;
  min-height: 27rem;
  height: 27rem;
  background-color: #FFEFE0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 24rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .page-flow .page-flow_content .flow .flow-box {
    align-items: flex-start;
    height: 40rem;
    width: 100%;
    min-height: auto;
  }
}
.page-flow .page-flow_content .flow .flow-box .step-number {
  display: block;
  background-color: #FF6C15;
  width: 10rem;
  height: 100%;
  padding-inline: 1rem;
}
.page-flow .page-flow_content .flow .flow-box .step-number p {
  padding-block: 5rem;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  color: #FFFFFF;
}
.page-flow .page-flow_content .flow .flow-box .step-img {
  margin-left: 13rem;
  width: 30%;
  display: none;
}
.page-flow .page-flow_content .flow .flow-box .step-img img {
  width: 100%;
}
.page-flow .page-flow_content .flow .flow-box .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .page-flow .page-flow_content .flow .flow-box .step-content {
    width: 100%;
  }
}
.page-flow .page-flow_content .flow .flow-box .step-content h2 {
  margin-bottom: 0;
  font-size: 2rem;
}
.page-flow .page-flow_content .flow .flow-box .step-content h2::after {
  display: none;
}
.page-flow .page-flow_content .flow .flow-box .step-content .step-text p {
  font-size: 1.6rem;
}
.page-flow .page-flow_content .flow .flow-box .step-content .step-application_button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: fit-content;
}
.page-flow .page-flow_content .flow .flow-box .step-content .step-application_button:hover {
  background-color: #FF4500;
  cursor: pointer;
}
.page-flow .page-flow_content .flow .flow-box_line {
  width: 100%;
  min-height: 27rem;
  height: 27rem;
  background-color: #D9F2D9;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 24rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .page-flow .page-flow_content .flow .flow-box_line {
    align-items: flex-start;
    height: 40rem;
    width: 100%;
    min-height: auto;
  }
}
.page-flow .page-flow_content .flow .flow-box_line .step-number_line {
  display: block;
  background-color: #1DC55F;
  width: 10rem;
  height: 100%;
  padding-inline: 1rem;
}
.page-flow .page-flow_content .flow .flow-box_line .step-number_line p {
  padding-block: 5rem;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  color: #FFFFFF;
}
.page-flow .page-flow_content .flow .flow-box_line .step-img {
  margin-left: 13rem;
  width: 30%;
  display: none;
}
.page-flow .page-flow_content .flow .flow-box_line .step-img img {
  width: 100%;
}
.page-flow .page-flow_content .flow .flow-box_line .step-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .page-flow .page-flow_content .flow .flow-box_line .step-content {
    width: 100%;
  }
}
.page-flow .page-flow_content .flow .flow-box_line .step-content h2 {
  margin-bottom: 0;
  font-size: 2rem;
}
.page-flow .page-flow_content .flow .flow-box_line .step-content h2::after {
  display: none;
}
.page-flow .page-flow_content .flow .flow-box_line .step-content .step-text p {
  font-size: 1.6rem;
}
.page-flow .page-flow_content .flow .flow-box_line .step-content .step-application_button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: background-color 0.3s ease;
  width: fit-content;
}
.page-flow .page-flow_content .flow .flow-box_line .step-content .step-application_button:hover {
  background-color: #FF4500;
  cursor: pointer;
}

.page-application_content {
  margin-top: 3rem;
}
.page-application_content p {
  text-align: center;
}

.page-application_form {
  padding: 0;
}
.page-application_form .hsfc-Step__Content {
  padding-top: 0;
}

.page-contact {
  margin-top: 3rem;
}
.page-contact .page-contact_content {
  text-align: center;
  font-size: 1.8rem;
  color: #0D3A6D;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.page-contact .page-contact_content .contact_intro {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact .page-contact_content .contact_intro {
    flex-direction: column;
  }
}
.page-contact .page-contact_content .contact_intro > div {
  width: 27%;
  background-color: #FFEFE0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .page-contact .page-contact_content .contact_intro > div {
    width: 80%;
    margin: 0 auto 2rem;
    margin-bottom: 2rem;
  }
}
.page-contact .page-contact_content .contact_intro > div h2 {
  font-size: 2.4rem;
  color: #0D3A6D;
  margin-bottom: 3rem;
  text-align: center;
}
.page-contact .page-contact_content .contact_intro > div h2::after {
  display: none;
}
.page-contact .page-contact_content .contact_intro > div p {
  font-size: 1.6rem;
  color: #0D3A6D;
  line-height: 1.5;
  margin-bottom: 3rem;
  text-align: left;
}
.page-contact .page-contact_content .contact_intro > div a .form_button, .page-contact .page-contact_content .contact_intro > div a .visit_button {
  background-color: #FF6C15;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 53px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  display: block;
  margin: 0 auto;
}
.page-contact .page-contact_content .contact_intro > div a .form_button:hover, .page-contact .page-contact_content .contact_intro > div a .visit_button:hover {
  background-color: #FF4500;
  cursor: pointer;
}

.page-visit {
  margin-top: 3rem;
}
.page-visit .page-visit_content {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.page-visit .visit_access .access_info_box {
  margin-top: 5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-visit .visit_access .access_info_box {
    flex-direction: column;
    align-items: center;
  }
}
.page-visit .visit_access .access_info_box > div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-visit .visit_access .access_info_box > div {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.page-visit .visit_access .access_info_box .access_info {
  padding-block: 3rem;
  padding-inline: 0;
}
.page-visit .visit_access .access_info_box .access_info dl {
  text-align: left;
  line-height: 1.5;
}
.page-visit .visit_access .access_info_box .access_info dl dt {
  font-size: 2rem;
  font-weight: 700;
}
.page-visit .visit_access .access_info_box .access_info dl dd {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page-visit .visit_access .access_info_box iframe {
  width: 100%;
  height: 40rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page-visit .visit_access .access_info_box iframe {
    width: 100%;
    height: 20rem;
  }
}

.page-access .page-access_content .access_info_box {
  margin-top: 5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page-access .page-access_content .access_info_box {
    flex-direction: column;
    align-items: center;
  }
}
.page-access .page-access_content .access_info_box > div {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-access .page-access_content .access_info_box > div {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.page-access .page-access_content .access_info_box .access_info {
  padding-block: 3rem;
  padding-inline: 0;
}
.page-access .page-access_content .access_info_box .access_info dl {
  text-align: left;
  line-height: 1.5;
}
.page-access .page-access_content .access_info_box .access_info dl dt {
  font-size: 2rem;
  font-weight: 700;
}
.page-access .page-access_content .access_info_box .access_info dl dd {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.page-access .page-access_content .access_info_box iframe {
  width: 100%;
  height: 40rem;
  border: 0;
}
@media screen and (max-width: 767px) {
  .page-access .page-access_content .access_info_box iframe {
    width: 100%;
    height: 20rem;
  }
}

.page-company .page-company_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.page-company .page-company_content .company_section {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.page-company .page-company_content .company_section h2 {
  font-size: 3.2rem;
  color: #0D3A6D;
  margin-bottom: 2rem;
  text-align: left;
  display: inline;
}
.page-company .page-company_content .company_section h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.3rem;
  background-color: #FF6C15;
  margin: 2rem 0 0;
}
.page-company .page-company_content .company_section p {
  line-height: 2;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 20px;
}