@charset "UTF-8";
/* =================== TYPOGRAPHY =================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =================== COLORS =================== */
/* TAILWIND: GRAY 900 */
/* TAILWIND: GRAY 400 */
/* TAILWIND: BLUE 400 */
/* TAILWIND: GREEN 600 */
/* TAILWIND: RED 600 */
/* =================== SPACING =================== */
/* =================== Responsive Breakpoints =================== */
/* =================== Base Settings =================== */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #111827;
  position: relative;
}

.spBreakLine {
  display: none;
}
@media screen and (max-width: 480px) {
  .spBreakLine {
    display: block;
  }
}

/* =================== > 矢印アイコン =================== */
/* =================== パンクズリスト =================== */
.breadcrumb {
  margin: 60px auto 0 auto;
  width: calc((1100 / 1280) * 100vw);
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    margin: 20px;
  }
}
.breadcrumb .current-item {
  color: #2aaadb;
}

.footer {
  width: 100%;
  background-color: #002060;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  padding: 80px 20px 212px 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 50px 20px 108px 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer {
    padding: 50px 20px 148px 20px;
  }
}
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 1080px) {
  .footer__container {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__container {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__container {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.footer__logo-section {
  flex: 1;
  min-width: 250px;
}
.footer__linksWrapper {
  width: 62%;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__linksWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__linksWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer__linksWrapper {
    width: 100%;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__logo-text {
  font-size: 1.5rem;
}
.footer__logo-text .footer__logo-subtext {
  display: block;
  font-size: 0.9rem;
  color: #cccccc;
}
.footer__logo--icon {
  width: 250px;
}
.footer__tel {
  font-size: 25px;
}
@media screen and (max-width: 480px) {
  .footer__tel {
    margin: 20px 0 6px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__tel {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__tel {
    font-size: 25px;
    margin: 20px 0 10px 0;
  }
}
.footer__tel strong {
  font-weight: 600;
  font-size: 39px;
  letter-spacing: 1px;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__tel strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__tel strong {
    font-size: 36px;
  }
}
.footer__note {
  font-size: 0.8rem;
  margin-bottom: 28px;
  margin-left: -20px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .footer__note {
    text-align: left;
    margin-left: 3rem;
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__note {
    margin-left: 0.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__note {
    margin-left: 0.6rem;
    text-align: left;
  }
}
.footer__hours {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .footer__hours--sp {
    padding: 4px 2px;
    background-color: #344a83;
    width: 88px;
    display: inline-block;
    text-align: center;
    margin: 4px 6px 4px 0;
    font-size: 11px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 480px) {
  .footer__hours--noSp {
    display: none;
  }
}
.footer__address {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  width: 74%;
}
@media (max-width: 1280px) {
  .footer__address {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .footer__address {
    width: 100%;
    margin: 28px 0 10px 0;
  }
}
.footer__address img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  transform: translateY(5px);
}
.footer__address--text {
  font-size: 14px;
}
.footer__map--link {
  font-size: 12px;
  text-decoration: none;
  color: #111827;
  background-color: white;
  padding: 3px 20px;
  border-radius: 20px;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .footer__map--link {
    padding: 4px 20px;
    font-size: 12px;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__map--link {
    justify-content: center;
  }
}
@media (hover: hover) {
  .footer__map--link:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease-in;
    filter: brightness(0.9);
  }
}
.footer__map--link span {
  font-family: "sofia-pro-soft", sans-serif;
  color: #344a83;
}
.footer__copyright--pc {
  margin-top: 70px;
  font-size: 11px;
  font-family: "sofia-pro-soft", sans-serif;
  color: #cccccc;
  letter-spacing: 0.4px;
  display: block;
}
@media (max-width: 1080px) {
  .footer__copyright--pc {
    display: none;
  }
}
.footer__copyright--sp {
  margin-top: 70px;
  font-size: 11px;
  font-family: "sofia-pro-soft", sans-serif;
  color: #cccccc;
  letter-spacing: 0.4px;
  display: none;
}
@media (max-width: 1080px) {
  .footer__copyright--sp {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}
.footer__links {
  flex: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-left: 1.4em;
}
@media screen and (max-width: 480px) {
  .footer__links {
    padding-bottom: 30px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__links {
    gap: 15px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .footer__links {
    gap: 15px;
    margin-left: 1rem;
  }
}
.footer__links .footer__section {
  min-width: 150px;
}
.footer__links .footer__section .footer__section-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer__links .footer__section .footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.footer__links .footer__section .footer__list li {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list li {
    width: 46%;
    margin-bottom: 0;
  }
}
.footer__links .footer__section .footer__list li a {
  text-decoration: none;
  color: #ffffff;
}
@media (hover: hover) {
  .footer__links .footer__section .footer__list li a:hover {
    text-decoration: underline;
  }
}
.footer__links .footer__section .footer__list .blueDot {
  font-size: 14px;
}
.footer__links .footer__section .footer__list .blueDot::before {
  content: "";
  position: absolute;
  left: -20px; /* Adjust for proper alignment */
  top: 50%;
  transform: translateY(-50%);
  width: 8px; /* Dot size */
  height: 8px;
  background-color: #4ab7e4; /* Use desired color */
  border-radius: 50%; /* Circle */
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list .blueDot::before {
    width: 6px;
    height: 6px;
  }
}
.footer__links .footer__section .footer__list .blueDot.margin {
  margin: 20px 0;
  display: block;
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list .blueDot.margin {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list.mainLinks li:nth-of-type(3) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list.subLinks li:nth-of-type(1) {
    width: 100%;
  }
}
.footer__links .footer__section .footer__list.subLinks span {
  display: none;
}
@media screen and (max-width: 480px) {
  .footer__links .footer__section .footer__list.subLinks span {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
  }
}
.footer__group {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 1080px) {
  .footer__group {
    margin-left: 8px;
  }
}
@media screen and (max-width: 480px) {
  .footer__group {
    margin: 0 20px;
  }
}
.footer__group-title {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.footer__group-list {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  text-align: start;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 34px;
  padding-left: 1.4em;
}
@media screen and (max-width: 480px) {
  .footer__group-list {
    padding-top: 2rem;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__group-list {
    gap: 20px;
  }
}
.footer__group-list li,
.footer__group-list li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}
@media (hover: hover) {
  .footer__group-list li a:hover {
    text-decoration: underline;
  }
}
.footer__group .blueDot::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px; /* Dot size */
  height: 8px;
  background-color: #4ab7e4; /* Use desired color */
  border-radius: 50%; /* Circle */
}
.footer__group .blueDot.group::before {
  top: 44%;
}
@media screen and (max-width: 480px) {
  .footer__group .blueDot.group::before {
    width: 6px;
    height: 6px;
  }
}

.footer__goTopBtn {
  position: absolute;
  top: -15px;
  right: 40px;
  cursor: pointer;
}
@media (hover: hover) {
  .footer__goTopBtn:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease-in;
    filter: brightness(0.9);
  }
}
@media screen and (max-width: 480px) {
  .footer__goTopBtn {
    right: 26px;
  }
}
.footer__goTopBtn img {
  width: 36px;
  height: 36px;
}

.footer__group-list--grid {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}
@media screen and (max-width: 480px) {
  .footer__group-list--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .footer__group-list--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.aaa {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .aaa {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aaa {
    width: 20%;
  }
}

header {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1180px) {
  header:after {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 1vh;
    background-color: #2aaadb;
    z-index: 2;
  }
}

.headerWrapper {
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .headerWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.navbar {
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .navbar {
    width: 62%;
  }
}

.logo {
  max-width: 280px;
  width: 90%;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 450;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 480px) {
  .logo {
    justify-content: flex-start;
    margin-left: 0.8rem;
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .logo {
    width: 260px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .logo {
    width: 260px;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu {
  width: 100%;
  margin-top: 10px;
  margin-right: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
}
@media screen and (max-width: 1400px) {
  .menu {
    gap: 40px;
    justify-content: end;
  }
}

@media screen and (max-width: 1200px) {
  .menu {
    gap: 1.5rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1180px) {
  .menu {
    display: none;
  }
}
.menu li:last-of-type {
  margin-top: -0.4rem;
}
.menu li a {
  font-size: 0.9rem;
  color: #111827;
  transition: all 0.3s;
  text-decoration: none;
}
@media (hover: hover) {
  .menu li a:hover {
    color: #2aaadb;
    transition: all 0.3s;
  }
}
.menu__openSubMenu {
  cursor: pointer;
}
.menu__openSubMenu.plus {
  position: relative;
  user-select: none;
  font-size: 0.9rem;
}
.menu__openSubMenu.plus::after {
  content: "+";
  position: absolute;
  top: 40%;
  right: -32px;
  font-size: 22px;
  color: #2aaadb;
  transition: transform 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.menu__openSubMenu.plus.rotate {
  color: #2aaadb;
  transition: all 0.1s ease-in-out;
}
.menu__openSubMenu.plus.rotate::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #2aaadb;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu .clickDropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: -30px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 1;
  transition: all 0.3s;
  width: 180px;
  padding: 20px 20px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
.menu .clickDropdown li {
  text-align: start;
  border-radius: 12px;
  padding-bottom: 24px;
}
.menu .clickDropdown li:last-child {
  padding-bottom: 0;
}
.menu .clickDropdown li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  display: block;
  height: auto;
  font-size: 13px;
}
@media (hover: hover) {
  .menu .clickDropdown li a:hover {
    color: #2aaadb;
  }
}
.menu .clickDropdown.active {
  display: block;
}
.menu__contact {
  font-size: 10px;
  text-align: start;
}
.menu__tel {
  font-size: 28px !important;
  color: #2aaadb !important;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-family: "sofia-pro-soft", sans-serif;
}
@media (max-width: 1300px) {
  .menu__tel {
    font-size: 1.2rem !important;
  }
}
@media (hover: hover) {
  .menu__tel:hover {
    color: #111827;
  }
}

.navbarBand {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1440px;
}

.navbarBand.appear {
  position: fixed;
  top: 0;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  background: #ffffff;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 15%;
  border-radius: 50px;
  width: 98%;
  padding: 10px 60px;
  box-sizing: border-box;
  transition: opacity 0.6s ease-in;
  z-index: 1;
  margin: 1rem 0;
}

.navbarBand.appear .logo {
  max-width: 220px;
}
@media (max-width: 1180px) {
  .navbarBand.appear {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .navbarBand.appear {
    margin: 0 auto;
    width: 98%;
    padding: 8px 0;
    font-size: 1rem;
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .navbarBand.appear .logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .navbarBand.appear .logo {
    width: 220px;
  }
}
@media (min-width: 1500px) {
  .navbarBand.appear .logo img {
    margin-left: -5rem;
  }
}

.hamburger__openMenu.sticky {
  transform: translate(0, 0);
  border-radius: 8px;
  margin-right: 2rem;
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
}
@media screen and (max-width: 480px) {
  .hamburger__openMenu.sticky {
    padding: 6px 11px 3px 11px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburger__openMenu.sticky {
    padding: 7px 12px 4px 12px;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .hamburger__openMenu.sticky {
    padding: 7px 12px 4px 12px;
    margin-right: 2rem;
  }
}
.hamburger__openMenu.sticky p {
  font-size: 0.7rem;
  margin-top: -4px;
}

.hamburger {
  display: none;
}
@media (max-width: 1180px) {
  .hamburger {
    display: block;
    position: fixed;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .hamburger {
    width: 20%;
  }
}
@media (max-width: 1180px) {
  .hamburger .hamburger .mainMenu {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
    display: none;
    background: white;
  }
}
.hamburger__icon {
  display: inline-block;
  cursor: pointer;
  width: 34px; /* Adjust width  */
  height: 14px; /* Adjust height */
  position: relative;
}
@media screen and (max-width: 480px) {
  .hamburger__icon {
    width: 28px;
    height: 12px;
  }
}
.hamburger__icon span {
  display: block;
  height: 2px; /* Thickness of the lines */
  width: 100%;
  background-color: white;
  border-radius: 2px; /* Rounded edges */
  position: absolute;
}
.hamburger__icon span:nth-child(1) {
  top: 0; /* Position the first line at the top */
}
.hamburger__icon span:nth-child(2) {
  bottom: 0; /* Position the second line at the center */
}
.hamburger__mainMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
  transform: translateY(-100%); /* 初期状態: 画面外（上） */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  overflow-y: scroll;
}
.hamburger__mainMenu--active {
  transform: translateY(0); /* 上から表示 */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.hamburger__openMenu {
  cursor: pointer;
  font-size: 2rem;
  z-index: 1000;
  color: white;
  background-color: #2aaadb;
  display: none;
}
@media screen and (max-width: 1180px) {
  .hamburger__openMenu {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0 0 0 20px;
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 480px) {
  .hamburger__openMenu {
    padding: 2px 10px;
  }
}
.hamburger .hamburger__text {
  font-size: 0.8rem;
  transform: translateY(-8px);
}
.hamburger__closeMenu {
  cursor: pointer;
  font-size: 2rem;
  z-index: 1000;
  color: white;
  background-color: #2aaadb;
  display: none;
}
@media screen and (max-width: 1180px) {
  .hamburger__closeMenu {
    display: block;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0 0 0 20px;
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .hamburger__closeMenu {
    padding: 0px 0px;
    width: 75px;
    top: -10px;
    position: fixed;
    right: 0;
  }
}
.hamburger__closeMenu img {
  width: 20px;
}
.hamburger__wrapper {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.hamburger__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hamburger__header--logo {
  display: flex;
  margin-left: 14px;
  cursor: pointer;
}
.hamburger__header--logo img {
  width: 280px;
  margin-top: 9px;
}
@media screen and (max-width: 480px) {
  .hamburger__header--logo img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburger__header--logo img {
    width: 240px;
  }
}

.hamburger__hero {
  margin-top: 1rem;
  max-height: 190px;
  width: 90%;
  margin-inline: auto;
}
.hamburger__hero img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: cover;
  object-position: 24% 33%;
}

.custom-accordion {
  padding: 30px;
  padding-top: 20px;
}
.custom-accordion__section:last-child {
  border-bottom: none;
}
.custom-accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px 16px 0;
  font-size: 1rem;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #152f72;
  border-bottom: 1px solid #ddd;
}
@media (hover: hover) {
  .custom-accordion__title:hover {
    background-color: #e9e9e9;
  }
}
@media screen and (max-width: 480px) {
  @media (hover: hover) {
    .custom-accordion__title:hover {
      background-color: white;
    }
  }
}
.custom-accordion__toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.custom-accordion__details {
  max-height: 0;
  overflow: hidden;
  font-size: 0.9rem;
  transition: max-height 0.3s ease;
  color: #152f72;
}
.custom-accordion__details ul li {
  border-bottom: 1px solid #ddd;
  padding: 13px 0 13px 32px;
  cursor: pointer;
}
@media (hover: hover) {
  .custom-accordion__details ul li:hover {
    background-color: #e9e9e9;
  }
}
.custom-accordion__details ul li.noBorder {
  border-bottom: none;
}
.custom-accordion__details--expanded {
  max-height: 300px; /* Adjust based on content size */
}
.custom-accordion__toggle-icon--rotated {
  transform: rotate(90deg);
}

.hamburgerContact__cta {
  padding: 20px 0;
  display: flex;
  background-color: #2aaadb;
  align-items: center;
  color: white;
  width: 75%;
  border-radius: 8px;
  margin: 20px auto;
  text-align: center;
  display: block;
  font-size: 1.2rem;
}
@media (hover: hover) {
  .hamburgerContact__cta:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
    filter: brightness(0.9);
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__cta {
    width: 84%;
    padding: 16px 0 20px 0;
    font-size: 16px;
  }
}
.hamburgerContact__cta img {
  margin-right: 1rem;
  width: 40px;
  transform: translateY(10px);
}
@media screen and (max-width: 480px) {
  .hamburgerContact__cta img {
    width: 30px;
    margin-right: 0.5rem;
  }
}
.hamburgerContact__info {
  color: #344a83;
  text-align: center;
  font-size: 25px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburgerContact__info {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__info {
    font-size: 1.5rem;
  }
}
.hamburgerContact__info-number {
  font-size: 40px;
  color: #344a83;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.hamburgerContact__info-note {
  text-align: center;
  color: #344a83;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburgerContact__info-note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__info-note {
    font-size: 0.9rem;
  }
}
.hamburgerContact__hours {
  margin-left: 2rem;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__hours {
    margin-left: 0.4rem;
    margin-top: 30px;
  }
}
.hamburgerContact__hours--flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__hours--flex {
    margin: 1rem auto;
  }
}
.hamburgerContact__hours--title {
  font-size: 1.1rem;
  margin-right: 1rem;
  color: #344a83;
  background-color: #efefef;
  padding: 0.5rem 1rem;
  width: 130px;
  text-align: center;
  border-radius: 12px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburgerContact__hours--title {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__hours--title {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    width: 100px;
  }
}
.hamburgerContact__hours--time {
  font-size: 1.1rem;
  color: #344a83;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburgerContact__hours--time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__hours--time {
    font-size: 0.9rem;
  }
}
.hamburgerContact__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
}
.hamburgerContact__address-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #344a83;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__address-text {
    font-size: 0.9rem;
  }
}
.hamburgerContact__address-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../../src/images/icons/map_marker.svg");
  background-size: cover;
  margin-right: 0.5rem;
}
.hamburgerContact__address-map {
  background-color: #344a83;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  background-color: #344a83;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .hamburgerContact__address-map {
    font-size: 0.9rem;
    padding: 0.4rem 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .hamburgerContact__address-map {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}
@media (hover: hover) {
  .hamburgerContact__address-map:hover {
    background-color: #001f5e;
  }
}
.hamburgerContact__group {
  max-width: 768px;
  margin: 2rem auto;
  color: #344a83;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__group {
    padding-left: 10px;
  }
}
.hamburgerContact__group-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  position: relative;
  color: #344a83;
}
.hamburgerContact__group-title::before {
  content: "";
  position: absolute;
  left: -14px; /* Adjust for proper alignment */
  top: 53%;
  transform: translateY(-50%);
  width: 8px; /* Dot size */
  height: 8px;
  background-color: #4ab7e4; /* Use desired color */
  border-radius: 50%; /* Circle */
}
@media screen and (max-width: 480px) {
  .hamburgerContact__group-title {
    font-size: 1rem;
    margin-left: 0.8rem;
  }
}
.hamburgerContact__group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__group-list {
    justify-content: flex-start;
    margin-left: 1.2rem;
  }
}
.hamburgerContact__group-item {
  font-size: 13px;
  color: accentFontColor;
  position: relative;
  padding-right: 1.5rem;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .hamburgerContact__group-item {
    width: fit-content;
  }
}
.hamburgerContact__group-item::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(".svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .hamburgerContact__group-item:hover {
    text-decoration: underline;
  }
}
.hamburgerContact__cp {
  font-size: 0.9rem;
  color: #344a83;
  text-align: center;
  margin: 2rem auto;
}

.linkBtn {
  display: inline-block;
  border-radius: 8px;
  background-color: #0f2f63;
  padding: 1rem 70px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .linkBtn:hover .linkBtn__link::before {
    right: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
  }
}
.linkBtn__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  gap: 8px;
}
.linkBtn__link::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

.notFoundWrapper {
  margin: 4rem 0;
  text-align: center;
}
.notFoundWrapper img {
  display: block;
  max-width: 600px;
  margin: auto;
}

.seeDetailsBtn {
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  color: #344a83;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 600;
  font-size: 17px;
}
@media (hover: hover) {
  .seeDetailsBtn:hover .seeDetailsBtn__icon {
    transition: all 0.3s;
    transform: translateX(10px);
  }
}
.seeDetailsBtn__icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 10px;
}

.groupCards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 1160px;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .groupCards {
    justify-content: center;
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .groupCards {
    flex-direction: column;
    gap: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .groupCards {
    flex-direction: column;
    gap: 10px;
  }
}

.groupCard {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  transition: transform 0.3s ease;
  margin: 3rem 0;
  width: 320px;
  height: 230px;
  width: 27%;
}
@media (hover: hover) {
  .groupCard:not(:nth-child(3)):hover {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .groupCard {
    width: 35%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .groupCard {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .groupCard {
    width: 75%;
    margin: 2rem 0;
  }
}
.groupCard__contents {
  transform: translate(0, -20%);
}
.groupCard__image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.groupCard__title {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #344a83;
  font-weight: 600;
}
.groupCard__description--item {
  font-size: 19px;
  margin: 10px 0;
  color: #344a83;
  font-weight: 600;
}
.groupCard__btnWrapper {
  margin-top: 1.5rem;
}
.groupCard__btnWrapper--detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #344a83;
  border: 1.5px solid #344a83;
  border-radius: 50px;
  transition: all 0.3s ease;
  width: 260px;
  padding: 12px 0;
}
@media (hover: hover) {
  .groupCard__btnWrapper--detail:hover {
    background-color: #344a83;
    color: white;
  }
}
@media (hover: hover) {
  .groupCard__btnWrapper--detail:hover .arrow {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
  }
}
.groupCard__btnWrapper--detail .arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #344a83;
  border-bottom: 1.5px solid #344a83;
  transform: rotate(-45deg) translate(34px, 32px);
}

.accordion {
  width: 80%;
  margin: 0 0 0 auto;
  /* Icon */
  /* Icon Content */
  /* Toggle icon */
  /* Accordion Content */
  /* Open state for the inner accordion */
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .accordion {
    width: 90%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .accordion {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .accordion {
    width: 98%;
  }
}
.accordion__header {
  background-color: #f5fcff;
  color: #344a83;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 32px 0 20px 0;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition-duration: 0.2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion__header::after {
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .accordion__header:hover {
    transition: all 0.3s ease;
  }
}
.accordion__header.open::after {
  display: none;
}
.accordion__header--title {
  width: 70%;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .accordion__header--title {
    font-size: 16px;
  }
}
.accordion__qIcon {
  color: white;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 480px) {
  .accordion__qIcon {
    width: 26px;
  }
}
.accordion__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  background-color: white;
  border-radius: 50%;
}
.accordion__icon--i {
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  position: relative;
}
.accordion__icon--i:before,
.accordion__icon--i:after {
  content: "";
  background-color: #344a83;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0px;
}
.accordion__icon--i:before {
  width: 2px;
  height: 14px;
  top: 0;
  left: 6px;
}
.accordion__header.open .accordion__icon {
  transform: rotate(0deg);
}
.accordion .accordion__header.open .accordion__icon--i:before {
  content: none;
}
.accordion .accordion__header.open .accordion__icon--i:after {
  transform: rotate(-45deg);
}
.accordion .accordion__inner {
  display: none;
  overflow: hidden;
  padding: 0 10px; /* Set initial padding */
  box-sizing: border-box;
  background-color: white;
  width: 94%;
}
@media screen and (max-width: 480px) {
  .accordion .accordion__inner {
    transition: opacity 0.6s ease, max-height 0.3s ease;
    width: 81%;
    margin-left: 2.9rem;
    margin-right: 0.8rem;
  }
}
.accordion .accordion__inner--wrapper {
  padding: 10px;
}
.accordion .accordion__inner--text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 2.2;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.accordion .txt_a_ac {
  margin: 0;
  color: #111827;
}
.accordion .txt_a_ac__link {
  color: #344a83;
  text-decoration: underline;
}
.accordion .accordion__inner.show {
  max-height: 500px; /* Adjust to content size */
  opacity: 1;
  padding: 10px; /* Add padding when content is visible */
}
@media screen and (max-width: 480px) {
  .accordion .accordion__inner.show {
    margin-left: 2.9rem;
    margin-right: 0.8rem;
  }
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .accordion__header {
    font-size: 18px;
  }
  .accordion__icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion .accordion__header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .accordion .accordion__header {
    padding: 15px 4px 15px 15px;
    align-items: flex-start;
  }
}
.timeTable {
  padding: 80px 0;
  width: 100%;
  background-color: #f5fcff;
}
@media screen and (max-width: 480px) {
  .timeTable {
    padding: 0;
  }
}
.timeTable__wrapper {
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 2rem;
  border-radius: 12px;
  box-sizing: border-box;
  gap: 4rem;
}
@media screen and (max-width: 1080px) {
  .timeTable__wrapper {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .timeTable__wrapper {
    padding: 60px 10px;
  }
}
.timeTable__info {
  width: 35%;
  margin-top: 3rem;
}
@media screen and (max-width: 1080px) {
  .timeTable__info {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.timeTable__title {
  font-size: 20px;
  font-weight: 600;
  color: #344a83;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .timeTable__title {
    text-align: center;
  }
}
.timeTable__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
}
.timeTable__description small {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 480px) {
  .timeTable__description small {
    font-size: 13px;
    margin-block: 5px;
  }
}
@media screen and (max-width: 480px) {
  .timeTable__description {
    font-size: 14px;
  }
}
.timeTable__description--br {
  display: block;
}
@media screen and (max-width: 480px) {
  .timeTable__description--br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .timeTable__button {
    text-align: center;
  }
}
.timeTable__button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #344a83;
  border-radius: 50px;
  font-size: 1rem;
  color: #344a83;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 480px) {
  .timeTable__button-link {
    font-size: 13px;
    width: 80%;
  }
}
@media (hover: hover) {
  .timeTable__button-link:hover {
    background-color: #344a83;
    color: #fff;
  }
}
.timeTable__button-link img {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .timeTable__button-link img {
    width: 28px;
    height: 28px;
    margin-right: 30px;
  }
}
.timeTable__button-text {
  margin-right: 10px;
}
.timeTable__button-icon {
  font-size: 1.2rem;
}
.timeTable__table-wrapper {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .timeTable__table-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
  }

  .timeTable__table-wrapper .two {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .timeTable__table {
    width: 560px !important;
  }
}

.timeTable__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  border: 2px solid #344a83;
  border-radius: 12px;
  font-size: 1rem;
}
.timeTable__table th,
.timeTable__table td {
  border-bottom: 1px solid #cccccc;
  padding-block: 20px;
  width: 80px;
  font-weight: 600;
  line-height: 1.6em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .timeTable__table th,
  .timeTable__table td {
    padding: 1rem 0;
  }
}
.timeTable__table th:first-child,
.timeTable__table td:first-child {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .timeTable__table th:first-child,
  .timeTable__table td:first-child {
    width: 124px;
    font-size: 14px;
  }
}
.timeTable__table thead th {
  color: #344a83;
  font-weight: 600;
}
.timeTable__table tbody td {
  color: #333;
}
@media screen and (max-width: 480px) {
  .timeTable__table tbody td {
    font-size: 0.85rem;
    font-weight: 600;
    vertical-align: middle;
  }
}
.timeTable__table tbody td span {
  font-size: 0.86rem;
}
.timeTable__header {
  font-weight: bold !important;
  padding: 35px 0 !important;
}
@media screen and (max-width: 768px) {
  .timeTable__header {
    width: auto;
    padding: 0;
  }

  .timeTable__table tbody tr:last-child td {
    border-bottom: 0;
  }
}
.timeTable__time {
  font-weight: 400 !important;
  font-size: 16px;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (max-width: 480px) {
  .timeTable__time {
    font-size: 0.8rem;
    color: #344a83 !important;
  }
}
.timeTable__note {
  margin-top: 1rem;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .timeTable__note {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .tableNoSp {
    display: none;
  }
}

.tableSpOnly {
  display: none;
}
@media screen and (max-width: 480px) {
  .tableSpOnly {
    display: block;
    margin: 0.3rem;
    font-size: 0.5rem;
  }
}

.ctaStickyBtn {
  position: fixed;
  bottom: 5%;
  right: 2%;
  border: 2px solid #344a83;
  z-index: 1;
  background-color: white;
  padding: 1.5rem 0.6rem;
  border-radius: 12px;
  width: 380px;
}
@media (hover: hover) {
  .ctaStickyBtn:hover {
    transition: all 0.3s ease;
    transform: translateY(4px);
    cursor: pointer;
  }
}
@media (max-width: 1080px) {
  .ctaStickyBtn {
    display: none;
  }
}
.ctaStickyBtn__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.ctaStickyBtn__icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.ctaStickyBtn__icon img {
  width: 100%;
  height: 100%;
}
.ctaStickyBtn__text p {
  color: #344a83;
  font-size: 1.4rem;
  font-weight: 600;
}
.ctaStickyBtn__text div {
  color: #344a83;
  font-size: 0.8rem;
  display: block;
}

.ctaStickyBtn.pageLoaded {
  animation: slideIn 1s ease-in;
}
@keyframes slideIn {
  0% {
    transform: translateY(130%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.ctaStickyBtnSp {
  display: none;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #2aaadb;
  padding: 20px 70px;
  border-radius: 40px;
}
@media (hover: hover) {
  .ctaStickyBtnSp:hover {
    transition: all 0.3s ease;
    cursor: pointer;
    transform: translate(-50%, 4px);
  }
}
@media (max-width: 1080px) {
  .ctaStickyBtnSp {
    display: block;
    width: 60%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .ctaStickyBtnSp {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .ctaStickyBtnSp {
    width: 75%;
    padding: 20px 30px;
  }
}
.ctaStickyBtnSp__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.ctaStickyBtnSp__icon {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .ctaStickyBtnSp__icon {
    width: 30px;
    height: 30px;
  }
}
.ctaStickyBtnSp__icon img {
  width: 100%;
  height: 100%;
}
.ctaStickyBtnSp__text p {
  color: #344a83;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 480px) {
  .ctaStickyBtnSp__text p {
    font-size: 16px;
  }
}

.page__hero {
  margin: 40px 0 80px 0;
}
@media screen and (max-width: 480px) {
  .page__hero {
    margin: 10px 0;
  }
}
.page__wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.page__textBox {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .page__textBox img {
    width: 24px;
  }
}
.page__textBox h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #344a83;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .page__textBox h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .page__textBox h2 {
    font-size: 26px;
  }
}
.page__textBox p {
  font-size: 16px;
  line-height: 1.8;
  color: #344a83;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 480px) {
  .page__textBox p {
    font-size: 16px;
  }
}

.swiper-wrapper {
  position: relative;
}
.swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(204deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
/* @media screen and (max-width: 480px) {
  .swiper-wrapper {
    display: none;
  }
} */

/* .swiper-wrapper.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .swiper-wrapper.sp {
    display: block;
  }
} */

.mv {
  width: 100%;
  aspect-ratio: 16/6;
  position: relative;
  margin-bottom: 10px;
  z-index: 0 !important;
  height: 80vh;
  width: 97%;
}
@media screen and (max-width: 480px) {
  .mv {
    height: 530px;
    max-height: 630px;
    border-radius: 20px;
  }
}
.mv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mv__img {
    height: 530px;
    max-height: 630px;
    width: 100%;
  }
}

.mv__text {
  font-family: Ryo Gothic PlusN;
  position: absolute;
  bottom: calc((115 / 1280) * 100vw);
  left: 5%;
  color: white;
  font-size: 58px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .mv__text {
    font-size: 42px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .mv__text {
    font-size: 42px;
  }
}
@media (max-height: 1000px) and (max-width: 480px) {
  .mv__text {
    left: 10%;
    font-size: 32px;
  }
}

.mv .mvNews {
  padding: 40px 0 40px 1rem;
  width: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: white;
  border-top-right-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .mv .mvNews {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1500px) {
  .mv .mvNews {
    width: 45%;
  }
}
@media (max-width: 1080px) {
  .mv .mvNews {
    padding: 1rem;
    border: 0;
    position: static;
    margin: 2rem auto;
    width: fit-content;
  }
}
.mv .mvNews__list {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 1.05rem;
}
@media screen and (max-width: 480px) {
  .mv .mvNews__list {
    gap: 1rem;
    font-size: 0.9rem;
  }
}
.mv .mvNews__list--title {
  font-weight: 600;
  color: #344a83;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .mv .mvNews__list--title {
    font-size: 13px;
  }
}
.mv .mvNews__list--date {
  color: #afafaf;
  font-size: 16px;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 200;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 480px) {
  .mv .mvNews__list--date {
    font-size: 14px;
  }
}
.mv .mvNews__list--link {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 480px) {
  .mv .mvNews__list--link {
    font-size: 15px;
  }
}
@media (hover: hover) {
  .mv .mvNews__list--link:hover {
    color: #2aaadb;
    transition: all 0.1s ease-in;
  }
}
.mv .mvNews .inverse-corner-top {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -41px;
  top: -39px;
  overflow: hidden;
  transform: translateX(100%) rotate(90deg);
}
.mv .mvNews .inverse-corner-top::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 20px 20px 0 0 rgb(255, 255, 255);
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .mv .mvNews .inverse-corner-top {
    display: none;
  }
}
.mv .mvNews .inverse-corner {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  transform: translateX(100%) rotate(90deg);
}
.mv .mvNews .inverse-corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: 20px 20px 0 0 white;
  transform: translate(-50%, -50%);
}
@media (max-width: 1080px) {
  .mv .mvNews .inverse-corner {
    display: none;
  }
}

.announcement {
  padding: 2rem 1rem;
  margin-top: 20px;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: white;
  border-radius: 0 20px 0 0;
  width: 600px;
  position: relative;
}
@media (max-width: 1180px) {
  .announcement {
    position: static;
    padding: 0;
    width: 100%;
  }
}
.announcement__wrapper {
  display: flex;
  margin-left: 1rem;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1180px) {
  .announcement__wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .announcement__wrapper {
    justify-content: flex-start;
    gap: 0;
    margin: 0;
  }
}
.announcement__header {
  font-size: 1.5rem;
  width: 30%;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .announcement__header {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .announcement__header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .announcement__header {
    font-size: 1rem;
  }
}
.announcement .announcement__date {
  font-size: 1rem;
  color: grey;
  width: 30%;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .announcement .announcement__date {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .announcement .announcement__date {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .announcement .announcement__date {
    font-size: 0.8rem;
  }
}
.announcement .announcement__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 5px;
  width: 35%;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .announcement .announcement__title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .announcement .announcement__title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .announcement .announcement__title {
    font-size: 0.8rem;
    margin: 0;
  }
}

.about {
  margin: 80px auto;
  padding-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .about {
    margin: 40px auto;
  }
}
.about__wrapper {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .about__wrapper {
    margin-bottom: 40px;
  }
}
.about__wrapper--maxWidth {
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1080px) {
  .about__wrapper--maxWidth {
    flex-direction: column;
    width: 100%;
  }
}
.aboutLeft {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  width: 45%;
  padding-left: 0.9rem;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .aboutLeft {
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aboutLeft {
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  .aboutLeft {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
.aboutLeft__caption {
  font-size: 1rem;
  color: #344a83;
  margin-bottom: 12px;
  font-weight: 200;
  font-family: "sofia-pro-soft", sans-serif;
}
.aboutLeft__header {
  color: #344a83;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .aboutLeft__header {
    font-size: 26px;
  }
}
.aboutLeft__icon {
  width: 40px;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 480px) {
  .aboutLeft__icon {
    margin: 30px 0;
  }
}
.aboutLeft__icon img {
  width: 100%;
  height: auto;
}
.aboutLeft__largeText {
  font-size: 28px;
  color: #344a83;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .aboutLeft__largeText {
    font-size: 22px;
  }
}
.aboutLeft__textBox {
  margin-top: 2rem;
  width: 80%;
  line-height: 1.8;
  font-size: 18px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .aboutLeft__textBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aboutLeft__textBox {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .aboutLeft__textBox {
    width: 100%;
    font-size: 14px;
  }
}
.aboutLeft__text:nth-of-type(2) {
  margin: 2rem 0;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .aboutRight {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aboutRight {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .aboutRight {
    margin-top: 2rem;
  }
}
.aboutRight__imgBox {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .aboutRight__imgBox {
    margin: 0;
  }
}
.aboutRight__imgBox img {
  width: 100%;
  max-width: 526px;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .aboutRight__imgBox img {
    border-radius: 10px 0 0 10px;
  }
}

@media screen and (max-width: 1080px) {
  .aboutRight__imgBox img {
    width: 75%;
    margin-left: auto;
    display: block;
  }
}
.aboutRight__imgBox:nth-of-type(2) img {
  margin-top: 3rem;
  width: 320px;
  transform: translateX(-30%);
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .aboutRight__imgBox:nth-of-type(2) img {
    margin-right: auto;
    margin-left: 40px;
    width: 40%;
    transform: none;
    display: block;
    object-fit: cover;
  }
}
@media screen and (max-width: 480px) {
  .aboutRight__imgBox:nth-of-type(2) img {
    width: 55%;
    margin-left: 16px;
  }
}

.aboutDetails {
  background-color: #f5fcff;
}
.aboutDetails__wrapper {
  max-width: 1280px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  gap: 3rem;
  margin: 0 auto;
  padding: 100px 10px 0 10px;
}
@media screen and (max-width: 1080px) {
  .aboutDetails__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .aboutDetails__wrapper {
    padding: 50px 10px 0 10px;
  }
}

.serviceCards {
  background-color: #d6efc8;
  color: #344a83;
  padding: 3rem 3rem;
  border-radius: 20px;
  position: relative;
  width: 32%;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .serviceCards {
    width: 60%;
    padding: 2rem 3rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .serviceCards {
    width: 80%;
    padding: 2rem 3rem;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .serviceCards {
    width: 100%;
    padding: 1rem 1rem;
    box-sizing: border-box;
  }
}
.serviceCards:nth-of-type(2) {
  background-color: #d5eef8;
}
.serviceCards:nth-of-type(3) {
  background-color: #fcedd5;
}
@media (hover: hover) {
  .serviceCards:hover .seeDetailsBtn__icon {
    transition: all 0.3s;
    transform: translateX(10px);
  }
}
.serviceCards__title {
  font-size: 22px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-weight: 600;
}
.serviceCards__textBox {
  margin-bottom: 2rem;
}
.serviceCards__textBox--item {
  padding-bottom: 0.4rem;
  position: relative;
  z-index: 1;
  line-height: 1.7;
  font-size: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 480px) {
  .serviceCards__textBox--item {
    font-size: 16px;
  }
}
.serviceCards__textBox--item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5px;
  background-color: #344a83;
}
.serviceCards__textBox--item:nth-of-type(2) {
  margin: 0.8rem 0;
}
.serviceCards__img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .serviceCards__img {
    top: auto;
    bottom: 0;
    width: 135px;
  }
}

.commonBtnServiceCard .seeDetailsBtn {
  margin-left: auto;
  margin-top: 50px;
}

.aboutIntro {
  background-color: #f5fcff;
  padding-top: 30px;
  padding-bottom: 110px;
}
@media screen and (max-width: 480px) {
  .aboutIntro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aboutIntro {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.aboutIntro__wrapper {
  max-width: 1280px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1080px) {
  .aboutIntro__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
}
.aboutIntro__card {
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 12px;
  height: 186px;
  width: 50%;
}
@media (max-width: 1080px) {
  .aboutIntro__card {
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .aboutIntro__card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .aboutIntro__card {
    width: 80%;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .aboutIntro__card {
    width: 60%;
  }
}
@media (hover: hover) {
  .aboutIntro__card:hover .seeDetailsBtn__icon {
    transition: all 0.3s ease-in;
    transform: translateX(10px);
  }
}
.aboutIntro__img {
  object-fit: cover;
  height: 100%;
  width: 40%;
}
@media (max-width: 1080px) {
  .aboutIntro__img {
    width: 100%;
  }
}
.aboutIntro__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 1080px) {
  .aboutIntro__img img {
    border-radius: 10px 10px 0 0;
  }
}
.aboutIntro__textBox {
  width: 56%;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .aboutIntro__textBox {
    width: 100%;
    padding: 0 20px 30px 20px;
  }
}
.aboutIntro__title {
  font-size: 1.3rem;
  letter-spacing: 1px;
  color: #344a83;
  font-weight: 600;
}
.aboutIntro__text {
  margin: 10px 0;
  font-family: "yu-gothic-pr6n", sans-serif;
}
.aboutIntroCommonBtn .seeDetailsBtn {
  margin-left: auto;
  margin-right: 20px;
  margin-top: 24px;
  font-size: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .aboutIntroCommonBtn .seeDetailsBtn {
    margin-right: 0px;
  }
}
.aboutIntroCommonBtn .seeDetailsBtn::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #344a83;
  border-right: 1px solid #344a83;
  transform: rotate(45deg);
}
.aboutIntroCommonBtn .seeDetailsBtn::before {
  right: -20px;
  border-top: 3px solid #344a83;
  border-right: 3px solid #344a83;
}
.aboutIntroCommonBtn .seeDetailsBtn img {
  display: none;
}

.news {
  margin: 68px auto;
  width: 100%;
  background-color: white;
}
@media screen and (max-width: 480px) {
  .news {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .news {
    margin: 40px auto 50px auto;
  }
}
.news__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.newsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media screen and (max-width: 480px) {
  .newsHeader {
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .newsHeader {
    padding: 0;
  }
}
.newsHeader--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .newsHeader--box {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .newsHeader--box {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
}
.newsHeader__title {
  font-size: 1.875rem;
  color: #344a83;
  margin-right: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .newsHeader__title {
    font-size: 24px;
  }
}
.newsHeader__caption {
  font-size: 16px;
  font-family: "sofia-pro-soft", sans-serif;
  color: #344a83;
  font-weight: 100;
}
@media (max-width: 768px) {
  .newsHeader__link {
    display: none;
  }
}
.newsHeader__link.sp {
  display: none;
}
@media (max-width: 768px) {
  .newsHeader__link.sp {
    display: block;
  }
}
.newsHeader__link.sp .seeDetailsBtn {
  margin: 50px 50px 0 auto;
}

.newsPosts {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .newsPosts {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .newsPosts {
    margin-top: 40px;
  }
}
.newsPosts__catBox {
  width: 15%;
}
@media screen and (max-width: 1080px) {
  .newsPosts__catBox {
    display: none;
  }
}
.newsPosts__catBox--item a {
  margin: 1rem 0;
  padding: 0.2rem 1.3rem;
  border-bottom: 1px solid #efefef;
  border-radius: 28px;
  border: 2px solid #2aaadb;
  color: #2aaadb;
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  min-width: 80px;
  width: fit-content;
}
@media (hover: hover) {
  .newsPosts__catBox--item a:hover {
    transition: all 0.3s ease-in;
    background-color: #2aaadb;
    color: white;
  }
}
.newsPosts__catBox--item:first-of-type a {
  color: white;
  background-color: #2aaadb;
}
.newsPosts__postBox {
  width: 70%;
}
@media screen and (max-width: 1080px) {
  .newsPosts__postBox {
    width: 95%;
  }
}
.newsPosts__postBox .spOnlyFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1080px) {
  .newsPosts__postBox .spOnlyFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.newsPosts__postBox--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 16px 0 16px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}
@media screen and (max-width: 1080px) {
  .newsPosts__postBox--item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 16px;
  }
}
@media (hover: hover) {
  .newsPosts__postBox--item:hover {
    transition: all 0.2s;
    background-color: #2aaadb;
    color: white;
  }
}
@media (hover: hover) {
  .newsPosts__postBox--item:hover .newsPosts__postBox--cat {
    color: white;
  }
  .newsPosts__postBox--item:hover .newsPosts__postBox--date {
    color: white;
  }
}
.newsPosts__postBox--date {
  font-size: 19px;
  color: #afafaf;
  width: 100px;
  font-weight: 100;
  font-family: "sofia-pro-soft", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .newsPosts__postBox--date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .newsPosts__postBox--date {
    font-size: 17px;
  }
}
.newsPosts__postBox--cat {
  font-size: 18px;
  color: #2aaadb;
  padding: 0 8px;
  width: 120px;
}
@media screen and (max-width: 480px) {
  .newsPosts__postBox--cat {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .newsPosts__postBox--cat {
    font-size: 16px;
  }
}
.newsPosts__postBox--title {
  font-size: 18px;
  font-family: "yu-gothic-pr6n", sans-serif;
}

.groupSection {
  max-width: 100%;
  margin: 0 auto;
  background-color: #f5fcff;
  padding: 80px 0;
}
@media screen and (max-width: 1080px) {
  .groupSection {
    padding: 0;
  }
}
.groupSection__wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.groupSection__header {
  text-align: center;
  margin: 0 auto;
  padding: 1.5rem 0 40px 0;
}
.groupSection__icon {
  width: 45px;
  margin: 0 auto;
}
.groupSection__icon img {
  width: 100%;
  height: auto;
}
.groupSection__title {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 30px 0;
}
.groupSection__caption {
  font-size: 14px;
  line-height: 2;
}

.faq {
  background-color: #f5fcff;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .faq {
    padding: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .faq {
    padding: 0;
    padding-bottom: 80px;
  }
}
.faq__wrapper {
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .faq__wrapper {
    flex-direction: column;
  }
}
.faq__header {
  margin: 0 auto;
  padding: 20px 0;
}
.faq__title {
  font-size: 22px;
  color: #344a83;
  margin: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .faq__title {
    margin: 16px 0 20px 0;
  }
}
@media (max-width: 1080px) {
  .faq__icon {
    width: 40px;
    margin: 0 auto;
  }
  .faq__icon img {
    width: 100%;
    height: auto;
  }
}
.faq__caption {
  font-size: 28px;
  color: #344a83;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 100;
  margin-top: 12px;
}
@media (max-width: 1080px) {
  .faq__caption {
    display: none;
  }
}
.faq__caption.sp {
  font-size: 11px;
  display: none;
  text-align: center;
  font-family: "sofia-pro-soft", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
  .faq__caption.sp {
    display: block;
  }
}

.main-content {
  padding: 20px;
  font-family: "Arial, sans-serif";
}
.main-content__title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}
.main-content__description {
  font-size: 1rem;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}
.main-content__cta {
  display: inline-block;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.features {
  padding: 30px 0;
}
.features__title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.features__item {
  flex: 1 1 calc(33.333% - 20px);
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
}
.features__item-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.features__item-description {
  font-size: 0.9rem;
  color: #666;
}

.concerns {
  margin: 30px 0;
  text-align: center;
}
.concerns__title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.concerns__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.concerns__tag {
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.85rem;
}

.departments {
  padding: 20px 0;
}
.departments__list {
  display: flex;
  justify-content: space-between;
}
.departments__item {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
}
.departments__item-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.departments__item-description {
  font-size: 1rem;
  margin-bottom: 15px;
}
.departments__item-link {
  text-decoration: none;
  color: #007bff;
  font-size: 0.9rem;
}

.diagnose .diagnoseAbout {
  padding: 80px 1rem 90px 1rem;
  background-color: #f5fcff;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout {
    padding: 40px 1rem 60px 1rem;
  }
}
.diagnose .diagnoseAbout__icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__icon {
    width: 65%;
  }
}
.diagnose .diagnoseAbout__iconCross {
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__iconCross {
    width: 184px;
    bottom: 0;
  }
}
.diagnose .diagnoseAbout__wrapper {
  padding: 0 1rem;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
.diagnose .diagnoseAbout__wrapper h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #344a83;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .diagnose .diagnoseAbout__wrapper h2 {
    font-size: 26px;
  }
}
.diagnose .diagnoseAbout__links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 12px;
  background-color: white;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__links {
    display: none;
  }
}
.diagnose .diagnoseAbout__links a {
  margin: 0 10px;
  padding: 10px 20px;
  color: #344a83;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media (hover: hover) {
  .diagnose .diagnoseAbout__links a:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease;
  }
}
.diagnose .diagnoseAbout__links a::after {
  content: "";
  position: absolute;
  top: 33%;
  right: -5%;
  width: 1.4px;
  height: 40%;
  background-color: #2aaadb;
}
.diagnose .diagnoseAbout__links a:last-child::after {
  display: none;
}
.diagnose .diagnoseAbout__links--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__links--sp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.diagnose .diagnoseAbout__links--sp a {
  padding: 4px 32px 4px 16px;
  border: 1px solid #344a83;
  border-radius: 20px;
  text-align: start;
  color: #344a83;
  font-weight: 600;
  position: relative;
}
.diagnose .diagnoseAbout__links--sp a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #344a83;
  border-right: solid 1px #344a83;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 8% !important;
  bottom: 0;
  margin: auto;
  transform: translateY(-25%) rotate(135deg);
}
.diagnose .diagnoseAbout__links--sp a:nth-of-type(even)::after {
  right: 7%;
}
.diagnose .diagnoseAbout__textBox {
  margin: 80px auto 60px auto;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__textBox {
    font-size: 16px;
    margin: 40px auto 30px auto;
  }
  .diagnose .diagnoseAbout__textBox br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .diagnose .diagnoseAbout__textBox {
    font-size: 16px;
    margin: 60px auto 40px auto;
  }
  .diagnose .diagnoseAbout__textBox br {
    display: none;
  }
}
.diagnose .diagnoseAbout__textBox p {
  font-size: 1.1rem;
  line-height: 2.2;
}
@media screen and (max-width: 480px) {
  .diagnose .diagnoseAbout__textBox p {
    font-size: 1rem;
  }
  .diagnose .diagnoseAbout__textBox p br {
    display: none;
  }

  .diagnose .diagnoseAbout__textBox p br.sp {
    display: block !important;
  }
}
.diagnose .diagnoseAbout__commonBtn {
  position: relative;
}

.diagnoseFeatures {
  background-color: #d6ecf5;
  padding: 80px 16px 60px 16px;
}
@media screen and (max-width: 480px) {
  .diagnoseFeatures {
    padding: 40px 16px 40px 16px;
  }
}
.diagnoseFeatures__container {
  max-width: 1020px;
  margin: 0 auto;
}
.diagnoseFeatures__container h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #344a83;
  letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
  .diagnoseFeatures__container h2 {
    font-size: 20px;
    line-height: 2em;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .diagnoseFeatures__container h2 {
    font-size: 26px;
  }
}
.diagnoseFeatures__container h2 span {
  font-size: 70px;
  font-weight: 100;
  padding: 0 4px;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (max-width: 480px) {
  .diagnoseFeatures__container h2 span {
    font-size: 60px;
  }
}
.diagnoseFeatures__smallText {
  font-size: 16px;
  color: #344a83;
  font-family: "sofia-pro-soft", sans-serif;
  margin-bottom: -20px;
  font-weight: 100;
}

@media screen and (max-width: 480px) {
  .diagnoseFeatures__smallText {
    margin-bottom: 0px;
  }
}

.featureCards__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .featureCards__wrapper {
    grid-template-columns: 1fr;
  }
}
.featureCards__card {
  background-color: #ffffff;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
@media screen and (max-width: 480px) {
  .featureCards__card {
    padding: 20px 30px;
  }
}
.featureCards__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; /* 暗い部分の幅 */
  height: 40px; /* 暗い部分の高さ */
  background-color: #2a3a5e; /* 暗い部分の色 */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-radius: 8px 0 0 0;
}
.featureCards__number {
  font-size: 17px;
  color: #152f72;
  text-transform: uppercase;
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 100;
}
@media (hover: hover) {
  .featureCards__number:hover {
    filter: brightness(1.2);
  }
}
.featureCards__number::after {
  content: "";
  display: block;
  width: 18%;
  height: 1.2px;
  margin-top: -6px;
  background-color: #344a83;
}
@media screen and (max-width: 768px) {
  .featureCards__number::after {
    width: 25%;
  }
}
.featureCards__number span {
  font-size: 28px;
  display: inline-block;
  transform: translateY(5px);
  margin-left: 4px;
}
.featureCards__title {
  font-size: 24px;
  font-weight: 600;
  color: #344a83;
}
@media screen and (max-width: 480px) {
  .featureCards__title {
    font-size: 20px;
  }
}
.featureCards__description {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1.4px dashed #344a83;
  line-height: 2;
  font-family: "yu-gothic-pr6n", sans-serif;
}

@media screen and (max-width: 480px) {
  .featureCards__description {
    font-size: 15px;
  }
}
.featureCards__description a {
  color: #2aaadb;
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .featureCards__description a:hover {
    color: #00529b;
  }
}
.featureCards__orange {
  color: #ff9d79;
  font-weight: 600;
}

.featureCardLarge {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 2rem 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .featureCardLarge {
    padding: 20px 25px;
  }
}
.featureCardLarge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px; /* 暗い部分の幅 */
  height: 40px; /* 暗い部分の高さ */
  background-color: #2a3a5e; /* 暗い部分の色 */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-radius: 8px 0 0 0;
}

.featureCards__number.largeCard::after {
  width: 8%;
}

.diagnoseConcerns {
  margin: 80px 0;
}
.diagnoseConcerns__container {
  max-width: 900px;
  margin: 0 auto;
}
.diagnoseConcerns__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.diagnoseConcerns__intro h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 20px;
  color: #344a83;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .diagnoseConcerns__intro h2 {
    margin: 20px 0 30px 0;
  }
}
.diagnoseConcerns__intro h2 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .diagnoseConcerns__intro h2 br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .diagnoseConcerns__intro h2 {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .diagnoseConcerns__intro h2 {
    font-size: 2rem;
  }
}
.diagnoseConcerns__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 12px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .diagnoseConcerns__tagList {
    gap: 10px 12px;
  }
}
.diagnoseConcerns__tagList--item {
  padding: 5px 15px;
  font-size: 13px;
  color: #344a83;
  font-weight: 500;
  border: 1px solid #1e4a84;
  border-radius: 20px;
  background-color: #f5fcff;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.diagnoseCards {
  position: relative;
  width: 100%;
  background-color: #f5fcff;
  padding: 0 20px 130px 20px;
}
@media screen and (max-width: 480px) {
  .diagnoseCards {
    padding: 0 20px 20px 20px;
  }
}
.diagnoseCards__triangle {
  height: 50px; /* 高さを調整 */
}
.diagnoseCards__triangle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (max-width: 480px) {
  .diagnoseCards__triangle::after {
    height: 60px;
  }
}
.diagnoseCards__container {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .diagnoseCards__container {
    margin-top: 50px;
  }
}
.diagnoseCards__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.diagnoseCards__intro p {
  font-size: 20px;
  font-weight: 600;
  margin: 40px 0 50px 0;
  color: #344a83;
  letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .diagnoseCards__intro p {
    font-size: 14px;
    margin: 30px 0 30px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .diagnoseCards__intro p {
    font-size: 16px;
  }
}
.diagnoseCards__intro p br {
  display: block;
}
@media screen and (max-width: 480px) {
  /* .diagnoseCards__intro p br {
    display: none;
  } */
}
.diagnoseCards__3cards {
  max-width: 1280px;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  gap: 15px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .diagnoseCards__3cards {
    flex-direction: column;
    gap: 2rem;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .diagnoseCards__3cards {
    flex-direction: column;
    gap: 2rem;
  }
}

.facilityImg {
  padding: 60px 0 60px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #f5fcff;
}
@media screen and (max-width: 480px) {
  .facilityImg {
    padding: 30px 25px;
  }
}
.facilityImg__container--h2 {
  font-size: 22px;
  color: white;
  background-color: #152f72;
  padding: 10px 20px;
  border-radius: 12px 12px 0 0;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .facilityImg__container--h2 {
    font-size: 18px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .facilityImg__container--h2 {
    font-size: 20px;
    border-radius: 0;
  }
}
.facilityImg__imagesBox {
  width: 900px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .facilityImg__imagesBox {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .facilityImg__imagesBox {
    width: 100%;
    padding: 20px 0;
    flex-direction: column;
  }
}
.facilityImg__image {
  width: 40%;
  height: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .facilityImg__image {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .facilityImg__image {
    width: 80%;
    text-align: center;
  }
}
.facilityImg__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facilityImg__image h3 {
  font-size: 17px;
}

.facilityImg:last-child {
  padding: 0;
  padding-bottom: 1000px;
  background-color: red;
}

.facility__timeTable .timeTable {
  padding: 60px 0;
}

.doctorsIntro {
  margin: 0 auto;
  background-color: #f5fcff;
}

@media screen and (max-width: 480px) {
  .doctorsIntro {
    padding-inline: 25px;
  }
}

.doctorsIntro__container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
}
.doctorsIntro__content {
  background-color: white;
  border-radius: 0 0 12px 12px;
}
.doctorsIntro__header {
  background-color: #152f72;
  padding: 20px 20px 20px 40px;
  color: white;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__header {
    font-size: 20px;
  }
}
.doctorsIntro__contentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px;
  border-bottom: 2px dashed #344a83;
}
.doctorsIntro__contentBox:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__contentBox {
    flex-direction: column;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__contentBox {
    flex-direction: column;
    padding: 20px 40px;
  }
}
.doctorsIntro__img {
  width: 40%;
  background: #d6ecf5;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__img {
    width: 70%;
  }
}
.doctorsIntro__img img {
  width: 100%;
  vertical-align: bottom;
}
.doctorsIntro__textBox {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__textBox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__textBox {
    width: 80%;
  }
}
.doctorsIntro__textBox--name div {
  color: #344a83;
  padding: 5px 0px;
  width: fit-content;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.doctorsIntro__textBox--name h3 {
  display: flex;
  margin: 0px 0 20px;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__textBox--name h3 {
    /* flex-direction: column; */
    gap: 20px;
  }
}

.doctorsIntro__textBox--name h3 span {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #344a83;
  padding-bottom: 10px;
  width: 22%;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__textBox--name h3 span {
    width: fit-content !important;
    border: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__textBox--name h3 span {
    width: 100%;
    border: 0;
    padding-bottom: 0;
  }
}
.doctorsIntro__textBox--name-en {
  font-size: 16px !important;
  color: #152f72;
  border-bottom: 2px solid #cccccc !important;
  padding-bottom: 10px;
  display: block;
  width: 80% !important;
  line-height: 2.5;
  font-weight: 100 !important;
  font-family: "sofia-pro-soft", sans-serif;
}
@media screen and (max-width: 480px) {
  .doctorsIntro__textBox--name-en {
    border: 0 !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .doctorsIntro__textBox--name-en {
    border: 0 !important;
  }
}
.doctorsIntro__textBox--title {
  margin: 30px 0;
  padding-left: 1.3em;
}
.doctorsIntro__textBox--title div {
  font-size: 18px;
  position: relative;
  font-weight: 500;
}
.doctorsIntro__textBox--title div::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #4ab7e4;
  border-radius: 50%;
}
.doctorsIntro__textBox--title p {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
.doctorsIntro__textBox--history {
  padding: 20px 20px;
  background-color: #fff3ef;
  border-radius: 12px;
}
.doctorsIntro__textBox--history div {
  margin-bottom: 16px;
}
.doctorsIntro__textBox--history p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  position: relative;
  padding-left: 1.5em;
}

.doctorsIntro__textBox--history p::before {
  content: "ー";
  position: absolute;
  left: 0;
}

.doctorsLgImg__container {
  width: 100%;
}
.doctorsLgImg__container img {
  width: 100%;
  vertical-align: bottom;
}

.accessMap {
  margin: 0 auto;
  background-color: #f5fcff;
}
.accessMap__container {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 20px;
}
.accessMap__header {
  background-color: #152f72;
  padding: 20px 20px 20px 40px;
  color: white;
  border-radius: 10px 10px 0 0;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  .accessMap__header {
    font-size: 18px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .accessMap__header {
    font-size: 20px;
    border-radius: 0;
  }
}
.accessMap__content {
  background-color: white;
  border-radius: 0 0 12px 12px;
  padding: 50px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .accessMap__content {
    padding: 20px 20px;
  }
}
.accessMap__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.accessMap__title h3 {
  font-size: 22px;
  font-weight: 600;
  color: #344a83;
}
@media screen and (max-width: 480px) {
  .accessMap__title h3 {
    font-size: 18px;
  }
}
.accessMap__title a {
  color: #344a83;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  padding: 10px 60px;
  border: 1px solid #344a83;
  border-radius: 30px;
  position: relative;
}
.accessMap__title a::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #344a83;
  border-right: 1px solid #344a83;
  transform: rotate(45deg);
}
@media (hover: hover) {
  .accessMap__title a:hover::before {
    right: 20px;
    border-top: 2px solid #344a83;
    border-right: 2px solid #344a83;
    transition: all 0.3s ease-in-out;
  }
}
.accessMap__map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}
.accessMap__details {
  margin-top: 40px;
}
.accessMap__details--address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .accessMap__details--address {
    flex-direction: column;
    row-gap: 10px;
  }
}

.accessMap__details--address div {
  font-weight: 600;
  font-size: 17px;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 480px) {
  .accessMap__details--address div {
    width: 100%;
  }
}

.accessMap__details--address div::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #4ab7e4;
  border-radius: 50%;
}
.accessMap__details--address p {
  font-size: 16px;
  margin-bottom: 30px;
  width: 100%;
  line-height: 2em;
}

@media screen and (max-width: 480px) {
  .accessMap__details--address p {
    font-size: 15px;
  }
}

.accessMap__details--address-div {
  font-weight: 300 !important;
  width: 100% !important;
}
.accessMap__details--address-div::after {
  display: none;
}

.accessHours {
  margin: 0 auto;
  background-color: #f5fcff;
}
.accessHours__container {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.accessHours__content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 50px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 480px) {
  .accessHours__content {
    padding: 20px 30px;
  }
}
.accessHours__time--item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accessHours__time--item:nth-of-type(2) {
  margin: 12px 0;
}
.accessHours__time--item div {
  position: relative;
  width: 10%;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .accessHours__time--item div {
    width: fit-content;
    margin-right: auto;
  }
  .accessHours__time--item p {
    width: 65%;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .accessHours__time--item div {
    width: 30%;
  }
}
.accessHours__time--item div::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #4ab7e4;
  border-radius: 50%;
}

.accessReserve {
  padding: 40px 60px;
  background-color: #fafafa;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .accessReserve {
    padding: 20px 30px;
  }
}
.accessReserve__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #344a83;
}
.accessReserve p {
  line-height: 2;
  font-size: 16px;
  color: #333;
}
.accessReserve__button {
  display: inline-block;
  padding: 10px 20px 10px 40px;
  background-color: #2aaadb;
  color: white;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 13px;
  margin-top: 20px; /* Add spacing below the paragraph */
}

@media (max-width: 768px) {
  .accessReserve__button {
    display: block;
    padding: 10px 0px 10px 15px;
  }
}

@media (hover: hover) {
  .accessReserve__button:hover {
    background-color: #388bb3; /* Use a fixed hover color for testing */
  }
}
.accessReserve__button::after {
  content: "›";
  font-size: 18px;
  font-weight: 400;
  margin-left: 40px;
  display: inline-block;
  transform: scale(1.5);
  transition: transform 0.3s ease; /* Add transform animation */
}
.accessReserve__button:hover::after {
  transform: translateX(5px); /* Moves arrow right */
}

/* .archive {
  background-color: #f5fcff;
} */
.archive__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .archive__container {
    flex-direction: column;
  }
}
.archive__sidebar {
  flex: 1;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .archive__sidebar {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.archive__main {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.archive__post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.archive__post-list-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.archive__post-list-item:last-child {
  border-bottom: none;
}
.archive__post-list-item a {
  text-decoration: none;
  color: #333;
}
@media (hover: hover) {
  .archive__post-list-item a:hover {
    color: #4ab7e4;
  }
}
.archive__post-list-item__date {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
.archive__post-list-item__category {
  font-size: 14px;
  color: #4ab7e4;
  margin-bottom: 10px;
}
.archive__post-list-item__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.archive__post-list-item__excerpt {
  font-size: 14px;
  color: #555;
}
.archive__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.archive__pagination-button {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  color: #333;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .archive__pagination-button:hover {
    background-color: #4ab7e4;
    color: white;
  }
}
.archive__pagination-button--active {
  background-color: #4ab7e4;
  color: white;
  border-color: #4ab7e4;
}

.categories__bg {
  background-color: #f5fcff;
}
.categories__postsContainer {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  padding: 50px 10px 130px 10px;
}
@media screen and (max-width: 480px) {
  .categories__postsContainer {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .categories__postsContainer {
    padding: 50px 10px 100px 10px;
  }
}
.categories__filter {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .categories__filter {
    margin-bottom: 20px;
  }
}
.categories__filter-button {
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #2aaadb;
  background-color: white;
  color: #2aaadb;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .categories__filter-button {
    font-size: 12px;
    padding: 4px 12px;
  }
}
.categories__filter-button--active {
  background-color: #4ab7e4;
  color: white;
}
@media (hover: hover) {
  .categories__filter-button:hover {
    background-color: #4ab7e4;
    color: white;
  }
}
.categories__list {
  list-style: none;
  background-color: white;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .categories__list {
    padding: 0;
    margin: 10px;
  }
}
.categories__item:first-child {
  padding-top: 0;
}
.categories__item:last-child {
  border-bottom: none;
}
.categories__item-box {
  display: block;
  padding: 25px 46px 25px 46px;
}
@media screen and (max-width: 480px) {
  .categories__item-box {
    padding: 16px 1px 25px 20px;
  }
}
@media (hover: hover) {
  .categories__item-box:hover {
    background-color: #f9f9f9;
  }
}
.categories__item {
  border-bottom: 1px solid #ddd;
}
.categories__item--flex {
  display: flex;
  gap: 10px;
}
.categories__item-date {
  font-size: 16px;
  color: #afafaf;
  font-family: "sofia-pro-soft", sans-serif;
  position: relative;
  margin-right: 38px;
  font-weight: 100;
  line-height: 1;
}
.categories__item-date::before {
  content: "";
  position: absolute;
  top: 45%;
  right: -20px;
  width: 1px;
  height: 50%;
  background-color: #afafaf;
  transform: translateY(-50%);
}
.categories__item-category {
  color: #2aaadb;
  font-size: 15px;
}
.categories__item-link {
  display: block;
}
.categories__item-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  width: fit-content;
}

.categories__pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  @media screen and (max-width: 480px) {
    margin-bottom: 30px;
  }
}
/* .categories__pagination--ul {
  display: flex;
  gap: 5px;
  list-style: none;
}
.categories__pagination--ul li img {
  width: 38px;
  height: 38px;
}
.categories__pagination--ul li a {
  display: block;
  padding: 0 8px;
  color: #2aaadb;
}

.page-numbers.current {
  font-weight: 600;
  color: #2aaadb;
  position: relative;
}
.page-numbers.current::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #4ab7e4;
  transform: translateX(-50%);
} */

.single-content {
  background-color: #f5fcff;
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 480px) {
  .single-content {
    padding: 60px 0 100px 0;
  }
}
.single-content__container {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  padding: 40px 50px 76px 50px;
}
@media screen and (max-width: 480px) {
  .single-content__container {
    padding: 20px;
    margin: 0 2cap;
  }
}
.single-content__container article .single-header .single-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  z-index: 0;
}
.single-content__container article .single-header .single-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}
.single-content__container article .single-header .single-category {
  color: #2aaadb;
  font-size: 15px;
}
.single-content__container article .single-header .single-meta span {
  font-family: "sofia-pro-soft", sans-serif;
  font-weight: 100;
}

.single-content__container article .single-body {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .single-content__container article .single-body {
    margin-top: 40px;
  }
}
.single-content__container article .single-body p {
  line-height: 2;
}

.postNavigation {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .postNavigation {
    margin-top: 40px;
  }
}
.postNavigation .prev {
  text-align: left;
  @media screen and (max-width: 480px) {
    width: 50%;
  }
}
.postNavigation .prev a {
  position: relative;
  padding-left: 60px;
}
.postNavigation .prev a::before {
  content: "";
  position: absolute;
  top: 57%;
  left: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #2aaadb;
  border-right: 1px solid #2aaadb;
  transform: rotate(-135deg);
}
@media screen and (max-width: 480px) {
  .postNavigation .prev a::before {
    left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .postNavigation .prev a {
    padding-left: 40px;
  }
}
@media (hover: hover) {
  .postNavigation .prev a:hover::before {
    left: 20px;
    border-top: 1px solid #2aaadb;
    border-right: 1px solid #2aaadb;
    transition: all 0.3s ease-in-out;
  }
}
.postNavigation .postList {
  background-color: white;
  border-radius: 20px;
  position: relative;
  border: 1px solid #2aaadb;
  transform: translateY(-5px);
  width: 180px;
}
.postNavigation .postList::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #2aaadb;
  border-right: 1px solid #2aaadb;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .postNavigation .postList {
    padding: 0;
    margin-top: 54px;
    width: 50%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.postNavigation .postList a {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .postNavigation .postList a {
    font-size: 12px;
    padding: 10px;
  }
}
.postNavigation .postList::before {
  right: 18px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 480px) {
  .postNavigation .postList::before {
    display: none;
  }
}
@media (hover: hover) {
  .postNavigation .postList:hover {
    background-color: #2aaadb;
  }

  .postNavigation .postList:hover a {
    color: white;
  }
  .postNavigation .postList:hover::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
  }
}
.postNavigation .next {
  text-align: right;
  @media screen and (max-width: 480px) {
    width: 50%;
  }
}
.postNavigation .next a {
  position: relative;
  padding-right: 60px;
}
.postNavigation .next a::before {
  content: "";
  position: absolute;
  top: 57%;
  right: 30px;
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 1px solid #2aaadb;
  border-right: 1px solid #2aaadb;
  transform: rotate(45deg);
}

@media (hover: hover) {
  .postNavigation .next a:hover::before {
    right: 20px;
    border-top: 1px solid #2aaadb;
    border-right: 1px solid #2aaadb;
    transition: all 0.3s ease-in-out;
  }
}
.postNavigation a {
  display: block;
  color: #2aaadb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s;
  padding: 10px 20px;
  text-align: center;
  line-height: 0;
}

/* ページネーション */

.categories__pagination {
  .wp-pagenavi {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
  a,
  span {
    color: #2aaadb;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
    text-align: center;
    line-height: 1;
    padding-bottom: 5px;
  }
  .current {
    border-bottom: 1px solid;
  }
  a.nextpostslink {
    background: #2aabdb;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-block;
    align-content: center;
    color: #fff;
    margin-left: 10px;
    padding: 10px;
  }
  a.previouspostslink {
    background: #2aabdb;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-block;
    align-content: center;
    color: #fff;
    margin-right: 10px;
    padding: 10px;
  }
}
