html {
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #0974AD;
  overflow-x: hidden !important;
}
a {
  color: #0974AD;
}
a:hover {
  color: #086495;
}
hr {
  margin-top: 0;
  margin-bottom: 3.5rem;
  border-color: #ccc;
  background-color: #ccc;
  width: 85%;
}
.bg--primary {
  background-color: #0974AD;
}
.bg--secondary {
  background-color: #FCA24F;
}
.rounded-md {
  border-radius: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 60px;
  font-weight: 400;
}
h2 {
  font-size: 50px;
  font-weight: 400;
}
h3 {
  font-size: 30px;
  font-weight: 400;
}
h4 {
  font-size: 26px;
  font-weight: 300;
}
h5 {
  font-size: 20px;
  font-weight: 500;
}
h6 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  h6 {
    font-size: 14px !important;
  }
}
p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
}
p.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 15px;
}
p.big {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: 18px !important;
  }
}
.navbar {
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  background-color: transparent;
}
.navbar .navbar-brand img {
  width: 350px;
}
.navbar .menu-item {
  padding-left: 29px;
}
.navbar .menu-item .nav-link {
  color: #0974AD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.navbar .menu-item .nav-link:hover {
  color: #8fbd08;
  text-decoration: underline;
  text-decoration-color: #8fbd08;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding-right: 30px;
  padding-bottom: 5px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #8fbd08;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}
.sp-menu-container {
  display: none;
}
.hamburger-icon-container {
  display: none;
}
@media screen and (max-width: 992px) {
  #wrapper-navbar {
    left: 0;
    top: 20px;
  }
  .navbar .navbar-brand img {
    width: 250px;
    padding-top: 0;
  }
  .hamburger-icon-container {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    background-color: transparent;
    padding: 7px;
  }
  .hamburger-icon-container i {
    color: #0974AD;
  }
  .hamburger-icon-container .icon {
    font-size: 30px;
  }
  .fa-bars:before {
    font-size: 25px;
  }
  .close-icon-container {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99;
    padding: 5px 10px;
    background-color: #0974AD;
  }
  .close-icon-container i {
    color: #ffffff;
  }
  .fa-times:before {
    font-size: 25px;
  }
  .sp-menu-container {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0.9;
    position: fixed;
    z-index: 100;
    padding: 30px 0;
  }
  .sp-menu-content ul {
    list-style-type: none;
    padding-left: 40px;
    text-align: left;
    font-weight: 300;
  }
  .sp-menu-content ul li {
    border-bottom: 2px solid currentColor;
    display: inline-block;
    width: 80%;
  }
  .sp-menu-content ul .no-underline {
    border-bottom: none;
    padding-left: 40px;
  }
  .sp-menu-content ul .nav-link {
    color: #1c1c1c;
  }
}
footer {
  padding: 120px 0 0;
}
footer p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #0974AD;
}
footer img {
  margin: 30px 0 15px;
  width: 380px;
}
footer .top {
  background-color: #F3F4F5;
  padding: 42px 0 30px 0;
  text-align: center;
}
footer .top ul {
  list-style: none;
  padding-left: 0px;
}
footer .top ul li {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 30px;
  border-right: 1px solid #0974AD;
}
footer .top ul li:nth-last-child(1) {
  border-right: none;
}
footer .top ul li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #0974AD;
}
footer .top ul li a:hover {
  color: #FCA24F;
}
footer .bottom {
  background-color: #0974AD;
  padding: 0;
}
footer .bottom .col-12 {
  background-color: #0974AD;
}
footer .bottom h6 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 34px;
  color: #ffffff;
}
.access {
  padding-top: 100px !important;
}
.access h1 {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  footer {
    padding: 0 15px;
  }
  footer img {
    width: 250px;
  }
  footer .top {
    margin-bottom: 0;
    padding: 40px 15px;
  }
  footer .top ul li {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 8px;
    border-right: none;
  }
  footer .top ul li:nth-child(3) a, footer .top ul li:nth-child(4) a {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 24px;
    border-radius: 12px;
    background-color: #EAECED;
  }
  footer .top ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    border-radius: 12px;
    background-color: #ffffff;
  }
  footer .top ul li a:hover {
    color: #FCA24F;
  }
}
.movie, .features, .pediatric-cases, .pedriatic-cases-content, .cta, .condition-of-use, .about-robocare, .gallery, .price, .trial {
  background-color: #F5F8FA;
}
.wrapper {
  padding: 0;
}
.content-area {
  padding-left: 0;
  padding-right: 0;
}
h1.entry-title, .entry-footer {
  display: none;
}
.wp-block-jetpack-layout-grid {
  padding-left: 0;
  padding-right: 0;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-weight: 700;
}
.section h1 {
  color: #0974AD;
  letter-spacing: 3px;
  line-height: 79px;
  margin-bottom: 60px;
}
.section h2 {
  font-size: 50px;
  letter-spacing: 5px;
  line-height: 66px;
  margin-bottom: 0;
  padding: 8px 0;
  position: relative;
}
.section h2::first-letter {
  color: #FCA24F;
}
.section h2::before {
  position: absolute;
  content: "";
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-title-2.png");
  background-size: 170px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section h2.title-2::before {
  position: absolute;
  content: "";
  left: -108%;
  right: 0;
  top: -50%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-title-4.png");
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section h3 {
  color: #0974AD;
  letter-spacing: 1.5px;
  position: relative;
}
.section h3.title-2 {
  padding-top: 30px;
}
.section h3.title-2 code {
  font-size: 75%;
  color: currentcolor;
  padding-left: 1rem;
}
.section h3.title-2::before {
  position: absolute;
  content: "";
  left: -108%;
  right: 0;
  top: -50%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-title-4.png");
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section h5 {
  color: #0974AD;
}
.section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.section .col-subtitle {
  border-bottom: 2px solid #BFED00;
}
.section .col-subtitle-2 {
  position: relative;
  width: fit-content;
}
.section .col-subtitle-2::after {
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  background-color: #BFED00;
  width: calc(100% + 50px);
  height: 2px;
}
.section.top {
  padding-top: 200px;
  position: relative;
}
.section.top .col-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.section.top .col-left figure {
  margin-bottom: 0;
}
.section.top .col-left figure img {
  object-fit: cover;
  height: 100%;
}
.section.top .col-right {
  background-color: #0974AD;
  padding: 56px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.section.top .col-right p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.section.top::before {
  position: absolute;
  content: "";
  left: 0;
  right: -50%;
  top: -40%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-header.png");
  background-size: 800px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section.kids-program .col-right {
  position: relative;
  padding-left: 20px;
}
.section.kids-program .col-right img {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 375px;
  z-index: -1;
}
.section.movie h4 {
  color: #ffffff;
  font-size: 20px;
}
.section.movie h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}
.section.cta h2 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
}
.section.cta h2::first-letter {
  color: unset;
}
.section.hal-principle h2 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
}
.section.hal-principle h2::first-letter {
  color: unset;
}
.section.hal-principle ul {
  padding-left: 0;
  margin-top: 46px;
  margin-bottom: 46px;
}
.section.hal-principle ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 15px;
}
.section.hal-principle ul li span {
  color: #FCA24F;
}
.section.hal-principle figure {
  padding: 0;
}
.section.condition-of-use h2 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
}
.section.condition-of-use h2::first-letter {
  color: unset;
}
.section.condition-of-use h2 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
}
.section.condition-of-use h2::first-letter {
  color: unset;
}
.section.neuro-halfit-hal-principle p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.section.hal-product-lineup h2 {
  font-size: 36px;
  line-height: 68px;
  letter-spacing: 1.8px;
}
.section.hal-product-lineup h2::first-letter {
  color: unset;
}
.section.hal-product-lineup h4 {
  background-color: rgba(191, 237, 0, 0.1);
  color: #0974AD;
  padding: 32px;
  width: 100%;
}
.section.hal-product-lineup p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.section.hal-product-lineup .col-content {
  gap: 60px;
}
.section.gallery figure.wp-block-gallery {
  gap: 0;
  margin: 0;
}
.section.price .label-training-fee {
  padding: 6px 20px;
  background-color: rgba(9, 116, 173, 0.6);
  position: relative;
}
.section.price .label-training-fee::after {
  position: absolute;
  content: "";
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-left: 36px solid rgba(9, 116, 173, 0.6);
  border-bottom: 36px solid transparent;
}
.section.price .label-training-fee h5 {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
}
.section.price h4 {
  color: #FCA24F;
  font-size: 32px;
  font-weight: 700;
  line-height: 62px;
}
.section.stay-content h4 {
  color: #FCA24F;
  margin-bottom: 30px;
}
.section.stay-content figure {
  margin-bottom: 0;
}
.section.stay-content figure img {
  width: 100%;
}
.section.stay-content .col-right {
  background-color: #0974AD;
  padding: 52px;
}
.section.stay-content .col-right p {
  color: #ffffff;
  max-width: 750px;
}
.section.access-maps {
  position: relative;
  padding-top: 100px;
}
.section.access-maps h5 {
  color: #0974AD;
  line-height: 40px;
}
.section.access-maps::before {
  position: absolute;
  content: "";
  left: 0;
  right: -50%;
  top: -60%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-header.png");
  background-size: 800px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section.contact {
  position: relative;
  padding-top: 100px;
}
.section.contact h5 {
  color: #0974AD;
  line-height: 40px;
}
.section.contact::before {
  position: absolute;
  content: "";
  left: 0;
  right: -50%;
  top: -60%;
  bottom: 0;
  background-image: url("/wp-content/uploads/2024/05/bg-header.png");
  background-size: 800px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 20px 0;
  }
  .section .container {
    padding: 0 15px;
  }
  .section h1 {
    letter-spacing: 1.4px;
    line-height: 37px;
    margin-bottom: 40px;
  }
  .section h2 {
    font-size: 34px;
    letter-spacing: 3.4px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .section h2::before {
    left: -75%;
    background-size: 100px;
  }
  .section h3 {
    color: #0974AD;
    letter-spacing: 1.5px;
  }
  .section h5 {
    line-height: 38px;
  }
  .section p {
    font-size: 18px;
    line-height: 30px;
  }
  .section.top {
    padding-top: 120px;
  }
  .section.top .col-left {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .section.top .col-right {
    background-color: #0974AD;
    padding: 30px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
  }
  .section.top .col-right p {
    font-size: 16px;
    line-height: 24px;
  }
  .section.top::before {
    right: -50%;
    top: -80%;
    background-size: 500px;
  }
  .section.movie h5 {
    line-height: 28px;
    margin-top: 0;
  }
  .section.kids-program .col-right {
    padding-left: 0;
  }
  .section.kids-program .col-right img {
    opacity: 0.25;
  }
  .section.cta h2 {
    font-size: 24px !important;
    line-height: 36px;
  }
  .section.hal-product-lineup h4 {
    padding: 6px 32px;
  }
  .section.price .label-training-fee {
    width: 90%;
  }
  .section.price .label-training-fee::after {
    position: absolute;
    content: "";
    top: 0;
    right: -34px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-left: 34px solid rgba(9, 116, 173, 0.6);
    border-bottom: 34px solid transparent;
  }
  .section.price h4 {
    font-size: 32px;
    line-height: 0 !important;
  }
  .section.stay-content .col-right {
    padding: 20px;
  }
  .section.stay-content .col-right p {
    max-width: 100%;
  }
  .section.access-maps, .section.contact {
    padding-top: 60px;
  }
}
.card--voice {
  background-color: #0974AD;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 30px;
  position: relative;
}
.card--voice::before {
  content: "";
  display: block;
  border-top: 20px solid transparent;
  border-left: 22px solid #0974AD;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.card--voice h6 {
  color: #FCA24F;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 30px;
}
.card--voice p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .card--voice {
    padding: 24px;
  }
  .card--voice h6 {
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .card--voice p {
    font-size: 16px;
  }
  .card--voice::before {
    border-top: 20px solid transparent;
    border-left: 22px solid #0974AD;
    border-bottom: 20px solid transparent;
    right: -8px;
  }
}
.btn--light a {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  color: #0974AD !important;
  padding: 26px 80px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.btn--light:hover a, .btn--light:focus a {
  background-color: #0974AD;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn--light a {
    font-size: 16px !important;
    padding: 16px 40px;
  }
}
.gap-0 {
  gap: 0;
}
.bg--pattern-1 {
  background-image: url("/wp-content/uploads/2024/05/bg-2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bg--pattern-2 {
  background-image: url("/wp-content/uploads/2024/05/bg-1.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.table-target-group {
  max-width: 600px;
}
.table-target-group thead {
  border: none;
}
.table-target-group thead tr th {
  font-weight: 500;
  border: 3px solid #ffffff;
  padding: 12px 24px;
}
.table-target-group thead tr th:nth-child(2), .table-target-group thead tr th:nth-child(3) {
  background-color: rgba(9, 116, 173, 0.6);
  color: #ffffff;
}
.table-target-group tbody tr td {
  font-weight: 500;
  border: 3px solid #ffffff;
}
.table-target-group tbody tr td:nth-child(1) {
  background-color: rgba(9, 116, 173, 0.6);
  color: #ffffff;
}
.table-target-group tbody tr td:nth-child(2), .table-target-group tbody tr td:nth-child(3) {
  background-color: rgba(191, 237, 0, 0.1);
  color: #0974AD;
}
.wpcf7 {
  max-width: 750px;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .form-group p {
  display: flex;
  align-items: center;
  gap: 24px;
}
.wpcf7 .form-group input, .wpcf7 .form-group select, .wpcf7 .form-group textarea {
  border-radius: 10px;
  width: 100%;
  padding: 24px 8px;
}
.wpcf7 .form-group input::placeholder, .wpcf7 .form-group select::placeholder, .wpcf7 .form-group textarea::placeholder {
  color: #ccc;
}
.wpcf7 .form-group label {
  width: 200px;
  display: flex !important;
  align-items: center !important;
}
.wpcf7 .wpcf7-submit {
  border-radius: 40px !important;
  padding: 36px 20px !important;
  height: 120px;
  background-color: #0974AD !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 0 !important;
  font-weight: 700 !important;
  max-width: 350px;
}
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7 .form-group input[type="checkbox"] {
  width: 14px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 .wpcf7-list-item-label {
  color: #333;
  font-weight: 400 !important;
}
.contact-text {
  max-width: 750px;
  margin-inline: auto;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    padding: 30px 20px !important;
    font-size: 16px !important;
  }
  .wpcf7 .form-group p {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .wpcf7 .form-group label {
    width: 100%;
  }
  .contact-text {
    text-align: left;
  }
}
.sl-nav {
  display: inline;
  background-color: #0974AD;
  color: #ffffff;
  padding: 8px 24px 8px 8px;
  border-radius: 50px;
  margin-left: 30px;
  font-weight: 300;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 25px;
  right: -15px;
  display: block;
  background: #ffffff;
  width: 125px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #ffffff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #0974AD;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.bogo-language-switcher li {
  display: flex;
}
.sl-flag, .bogoflags {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.bogoflags:before {
  display: none !important;
}
.flag-en, .bogoflags-us {
  background: url("https://flagicons.lipis.dev/flags/4x3/gb.svg");
  background-size: cover;
  background-position: center center;
}
.flag-zh, .bogoflags-cn {
  background: url("https://flagicons.lipis.dev/flags/4x3/cn.svg");
  background-size: cover;
  background-position: center center;
}
.flag-th, .bogoflags-th {
  background: url("https://flagicons.lipis.dev/flags/4x3/th.svg");
  background-size: cover;
  background-position: center center;
}
.flag-vn, .bogoflags-vn {
  background: url("https://flagicons.lipis.dev/flags/4x3/vn.svg");
  background-size: cover;
  background-position: center center;
}
.flag-id, .bogoflags-id {
  background: url("https://flagicons.lipis.dev/flags/4x3/id.svg");
  background-size: cover;
  background-position: center center;
}
.bdr-20 img, .bdr-20 iframe {
  border-radius: 20px;
}
.access-text {
  font-family: "Noto Sans JP", sans-serif !important;
}
.s-access-btn {
  max-width: 400px;
  margin: 0 auto;
}
.s-access-btn a {
  background-color: #0974AD;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 38px !important;
  color: #ffffff !important;
  padding: 26px;
  border: 1px solid #0974AD;
  border-radius: 50px;
  text-decoration: none;
}
.s-access-btn:hover a, .s-access-btn:focus a {
  background-color: #ffffff !important;
  border: 1px solid #0974AD;
  color: #0974AD !important;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .access-content {
    gap: max(3em, 130px);
  }
}
.access-items {
  gap: 20px;
}
.access-item {
  max-width: 520px;
}
.access-item img {
  height: 100%;
}
.access-item .access-item-img {
  width: 38%;
}
.access-link {
  padding-inline: 32px !important;
  border-radius: 0 20px 20px 0;
  width: 62%;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .access-link {
    padding-inline: 16px !important;
  }
}
@media screen and (max-width: 575px) {
  .access-link p {
    font-size: 19px !important;
  }
}
.s-access-img {
  gap: 18px !important;
}
@media screen and (max-width: 767px) {
  .s-access-img {
    gap: 0px !important;
  }
  .s-access-img--osaka {
    gap: 19px !important;
  }
  .s-access_space {
    height: 50px !important;
  }
}
.s-access-other_link {
  border-radius: 0 0 20px 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  padding: 19px 30px;
}
.s-access-other_link p {
  font-size: 22px !important;
}
@media screen and (min-width: 1200px) {
  .s-access-other_items {
    gap: 60px;
  }
}
.s-access-other_btn, .access-item {
  border-radius: 20px;
  overflow: hidden;
}
.s-access-other_btn img, .access-item img {
  transition: transform 0.3s ease;
}
.s-access-other_btn figure, .access-item figure {
  overflow: hidden;
}
.s-access-other_btn:hover img, .s-access-other_btn:focus img, .access-item:hover img, .access-item:focus img {
  transform: scale(1.1);
}
.trial_table th {
  font-size: 18px;
  font-weight: 700px;
}
.trial_table .trial_th1 {
  background-color: rgba(9, 116, 173, 0.25) !important;
}
.trial_table .trial_th2 {
  background-color: rgba(9, 116, 173, 0.5) !important;
  color: #ffffff;
}
.trial_table .trial_th3 {
  background-color: rgba(9, 116, 173, 0.75) !important;
  color: #ffffff;
}
.trial_table .trial_th4 {
  background-color: #0974ad !important;
  color: #ffffff;
}
.trial_table td {
  font-size: 16px;
  font-weight: 500px;
  color: #0974AD;
}
.trial_table .trial_discription {
  background-color: rgba(191, 237, 0, 0.1) !important;
}
@media screen and (max-width: 767px) {
  .trial_table th {
    margin-top: 20px;
  }
}
.price-table th, .price-table td {
  background: transparent !important;
}
.price-table th {
  font-size: 20px;
}
.price-table td {
  font-size: 18px;
}
.price-head {
  align-items: start !important;
  gap: 3rem;
}
.price-table tr {
  display: table-row !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .price-head {
    gap: 0rem;
  }
}
@media screen and (max-width: 1000px) {
  .price-head-ind {
    flex-direction: column !important;
  }
}
.trial .title-1 {
  position: relative;
  width: fit-content;
}
.trial .title-1::before {
  content: "";
  width: calc(100% + 90px);
  height: 2px;
  background-color: #BFED00;
  position: absolute;
  bottom: -6px;
  left: -90px;
}
.trial .pl-4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 34px;
}
.trial .pl-4 li {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.trial .pl-4 li::marker {
  color: #FCA24F !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
.price th {
  background: rgba(9, 116, 173, 0.5) !important;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.price .price-sub-title {
  font-size: 20px !important;
  color: #0974AD !important;
  background: #fff !important;
  font-weight: 500;
}
.price td {
  color: #FCA24F;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  background-color: rgba(191, 237, 0, 0.1) !important;
}
.price td code:nth-of-type(1) {
  font-size: 22px !important;
  color: #FCA24F;
  font-weight: 500 !important;
  font-feature-settings: "palt" on;
  font-family: "Roboto", sans-serif;
}
.price td code:nth-of-type(2) {
  font-size: 16px !important;
  color: #0974AD;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .price th {
    font-size: 24px;
  }
  .price .price-sub-title {
    font-size: 20px !important;
    margin-top: 6px;
  }
  .price td {
    text-align: center !important;
    font-size: 28px !important;
  }
  .price td code:nth-of-type(1) {
    font-size: 18px !important;
  }
  .price td code:nth-of-type(2) {
    font-size: 16px !important;
    font-weight: 400 !important;
  }
}
.gallery figure img {
  opacity: 0.8;
}
.wpcf7-spinner {
  display: none;
}
