@charset "UTF-8";
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color: #1c1c1c;
  font-weight: 500;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #1c1c1c;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.u-red {
  color: #E92C1B;
}

.c-btn {
  display: inline-block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
  background-color: #0061C1;
  color: #fff;
}

.l-inner-1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-inner-768 {
  max-width: 808px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-totop {
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 100;
}
.l-totop-icon {
  display: block;
  width: 48px;
}

.l-cta-sp {
  display: none;
}

.p-header {
  width: 100%;
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
.p-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-header-logo {
  font-size: 32px;
  font-weight: bold;
}
.p-header-logo a {
  color: #0061C1;
}
.p-header-cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
.p-header-cta__btn {
  display: flex;
  width: 268px;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.p-header-cta__tel {
  background-color: #E98F01;
}
.p-header-cta__tel img {
  width: 18.02px;
}
.p-header-cta__form {
  background-color: #023E78;
}
.p-header-cta__form img {
  width: 24px;
}
.p-header-menu {
  padding: 8px 0;
  background-color: #0061C1;
  margin-top: 80px;
}
.p-header-menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header-menu__item {
  padding: 4px 16px;
  border-right: 1px solid #fff;
}
.p-header-menu__item:first-child {
  border-left: 1px solid #fff;
}
.p-header-menu__item a {
  font-size: 18px;
  color: #fff;
}
.p-header-menu__item--cards {
  max-width: 240px;
}
.p-header-sp {
  display: none;
}
.p-header-sp__menu {
  display: none;
}

.p-footer {
  margin-top: 160px;
  padding: 40px 0 16px;
  background-color: #023E78;
  color: #fff;
}
.p-footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.p-footer-left {
  flex-shrink: 0;
}
.p-footer-logo {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-footer-lead {
  font-size: 14px;
}
.p-footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 40px;
}
.p-footer-menu__item {
  width: calc(50% - 40px);
  max-width: 212px;
}
.p-footer-menu__item a {
  color: #fff;
  font-size: 14px;
}
.p-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-footer-sns {
  order: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 12px;
}
.p-footer-sns__item img {
  width: 24px;
}
.p-footer-copy {
  order: 1;
  font-size: 14px;
  font-style: italic;
}

.p-page-head {
  padding: 40px 0;
  background-color: #E6F3FF;
  text-align: center;
  margin-bottom: 80px;
}
.p-page-head__title {
  font-size: 40px;
  font-weight: bold;
}
.p-page-head__subtitle {
  color: #0061C1;
}

@media screen and (max-width: 1024px) {
  .p-header-logo {
    font-size: 28px;
  }
  .p-header-cta {
    display: none;
  }
  .p-header-menu {
    display: none;
  }
  .p-header-sp {
    display: block;
    position: relative;
    width: 42px;
    height: 24px;
    cursor: pointer;
  }
  .p-header-sp__hum {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0061C1;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
  }
  .p-header-sp__hum:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-header-sp__hum:last-child {
    top: 100%;
  }
  .p-header-sp.js-active .p-header-sp__hum {
    top: 50%;
  }
  .p-header-sp.js-active .p-header-sp__hum:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
  .p-header-sp.js-active .p-header-sp__hum:nth-child(2) {
    opacity: 0;
  }
  .p-header-sp.js-active .p-header-sp__hum:last-child {
    transform: translateY(-50%) rotate(-45deg);
  }
  .p-header-sp__menu {
    display: block;
    background-color: #0061C1;
    position: fixed;
    top: 64px;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 10000;
  }
  .p-header-sp__menu.js-active {
    left: 0;
  }
  .p-header-sp__menu--list {
    padding: 40px 20px;
  }
  .p-header-sp__menu--item {
    padding: 16px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .p-header-sp__menu--item:first-child {
    border-top: 1px solid #fff;
  }
  .p-header-sp__menu--item a {
    color: #fff;
  }
  .p-page-head {
    margin-top: 80px;
  }
  .p-footer-logo {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .l-cta-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-cta-sp__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-cta-sp__item {
    flex: 1;
  }
  .l-totop {
    bottom: 72px;
  }
  .l-totop-icon {
    width: 40px;
  }
  .p-header-logo {
    font-size: 24px;
  }
  .p-header-sp {
    width: 32px;
    height: 20px;
  }
  .p-header-inner {
    padding: 0 10px;
  }
  .p-footer-main {
    display: block;
  }
  .p-footer-menu {
    justify-content: flex-start;
    gap: 16px 24px;
  }
  .p-footer-menu__item {
    width: calc(50% - 24px);
  }
  .p-footer-left {
    margin-bottom: 40px;
  }
  .p-footer-bottom {
    display: block;
  }
  .p-footer-sns {
    margin-bottom: 16px;
  }
  .p-page-head {
    padding: 24px 0;
    margin-bottom: 32px;
    margin-top: 64px;
  }
  .p-page-head__title {
    font-size: 22px;
  }
  .p-page-head__subtitle {
    font-size: 16px;
  }
}
.p-top-head {
  text-align: center;
  margin-bottom: 40px;
}
.p-top-head__ja {
  font-size: 40px;
  font-weight: bold;
}
.p-top-head__en {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #0061c1;
}
.p-top-fv {
  margin: 80px 0;
}
.p-top-fv__slider {
  position: relative;
}
.p-top-fv__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-top: 24px;
}
.p-top-fv__slider .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 3px;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-fv__slider .swiper-pagination-bullet-active {
  width: 42px;
  background-color: #0061c1;
}
.p-top-fv__slider .swiper-button-prev, .p-top-fv__slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #8d8d8d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.p-top-fv__slider .swiper-button-prev:hover, .p-top-fv__slider .swiper-button-next:hover {
  background-color: #0061c1;
}
.p-top-fv__slider .swiper-button-prev {
  right: calc(100% + 16px);
}
.p-top-fv__slider .swiper-button-prev::after {
  content: "＜";
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}
.p-top-fv__slider .swiper-button-next {
  left: calc(100% + 16px);
}
.p-top-fv__slider .swiper-button-next::after {
  content: "＞";
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}
.p-top-about {
  padding: 80px 0;
  background-color: #E6F3FF;
}
.p-top-about__lead {
  text-align: center;
  margin-bottom: 56px;
}
.p-top-about__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 24px;
}
.p-top-about__item {
  flex: 1;
  background-color: #fff;
  padding: 48px 10px 32px;
  min-height: 224px;
  position: relative;
}
.p-top-about__item--number {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  background-color: #0061C1;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 999px;
  text-align: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-about__item--point {
  font-weight: bold;
  color: #0061C1;
  text-align: center;
  font-size: 15px;
  margin-bottom: 12px;
}
.p-top-about__item--text {
  font-size: 14px;
}
.p-top-price {
  margin: 80px 0 120px;
}
.p-top-price__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 120px 40px;
}
.p-top-price__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 0;
}
.p-top-price__info p {
  padding: 8px 0;
  text-align: center;
}
.p-top-price__week--title {
  background-color: #CC900E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-top-price__week--price {
  background-color: #EEEEEE;
}
.p-top-price__month--title {
  background-color: #023E78;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-top-price__month--price {
  background-color: #EEEEEE;
}
.p-top-price__cdw {
  margin: 10px 0 24px;
  text-align: center;
}
.p-top-price__btn {
  display: block;
  margin: 0 auto;
  width: 240px;
  padding: 12px 0;
  text-align: center;
  background-color: #0061C1;
  color: #fff;
}
.p-top-cta {
  padding: 80px 0;
  background-color: #023E78;
  color: #fff;
}
.p-top-cta__head {
  text-align: center;
  margin-bottom: 24px;
}
.p-top-cta__head--en {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
}
.p-top-cta__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
.p-top-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 16px 0;
  gap: 0 6px;
  background-color: #fff;
}
.p-top-cta__icon {
  width: 24px;
}
.p-top-cta__text {
  font-weight: bold;
}
.p-top-merit {
  padding: 80px 0;
  background-color: #E6F3FF;
  margin-top: 120px;
}
.p-top-merit .p-top-head {
  margin-bottom: 80px;
}
.p-top-merit__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 80px;
}
.p-top-merit__img {
  width: 48%;
  flex-shrink: 0;
}
.p-top-merit__info--head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 24px;
}
.p-top-merit__info--number {
  width: 48px;
  height: 48px;
  background-color: #0061C1;
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-style: italic;
}
.p-top-merit__info--title {
  font-size: 24px;
  font-weight: bold;
  color: #0061C1;
}
.p-top-strength {
  margin: 80px 0 120px;
}
.p-top-strength__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.p-top-strength__flex--item {
  width: 30%;
}
.p-top-voice {
  margin: 80px 0;
}
.p-top-voice__slider {
  position: relative;
}
.p-top-voice__slider--item {
  padding: 20px 15px 30px;
  min-height: 420px;
  border: 2px solid #eee;
  border-radius: 8px;
}
.p-top-voice__slider--img {
  display: block;
  width: 148px;
  margin: 0 auto 12px;
}
.p-top-voice__slider--title {
  color: #0061C1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 16px;
}
.p-top-voice__slider--text {
  font-size: 14px;
}
.p-top-voice__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-top: 24px;
}
.p-top-voice__slider .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 3px;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-top-voice__slider .swiper-pagination-bullet-active {
  width: 42px;
  background-color: #0061c1;
}
.p-top-voice__slider .swiper-button-prev, .p-top-voice__slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background-color: #8d8d8d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.p-top-voice__slider .swiper-button-prev:hover, .p-top-voice__slider .swiper-button-next:hover {
  background-color: #0061c1;
}
.p-top-voice__slider .swiper-button-prev {
  right: calc(100% + 16px);
}
.p-top-voice__slider .swiper-button-prev::after {
  content: "＜";
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}
.p-top-voice__slider .swiper-button-next {
  left: calc(100% + 16px);
}
.p-top-voice__slider .swiper-button-next::after {
  content: "＞";
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}
.p-top-news {
  padding: 80px 0;
  background-color: #E6F3FF;
}
.p-top-news__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-news__flex--item {
  width: 48%;
  padding: 24px 40px 64px;
  background-color: #fff;
  min-height: 246px;
}
.p-top-news__flex--title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.p-top-news__flex--subtitle {
  color: #0061C1;
  text-align: center;
  margin-bottom: 24px;
}
.p-top-news__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #1c1c1c;
  margin-bottom: 32px;
}
.p-top-news__item:last-child {
  margin-bottom: 0;
}
.p-top-news__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 8px;
}
.p-top-news__label {
  width: 64px;
  text-align: center;
  padding: 2px 0;
  background-color: #0061C1;
  color: #fff;
  font-size: 14px;
}
.p-top-support {
  margin: 80px 0 120px;
}
.p-top-support__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top-support__item {
  width: 48%;
  position: relative;
}
.p-top-support__text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-support__title {
  font-size: 24px;
}
.p-top-access {
  margin: 80px 0 0;
}
.p-top-access__lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-top-access__lead a {
  text-decoration: underline;
}
.p-top-access__map {
  position: relative;
  width: 100%;
  padding-bottom: 50%; /* アスペクト比 16:9（お好みで変更可） */
  height: 0;
  overflow: hidden;
}
.p-top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 1024px) {
  .p-top-head {
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top-head__ja {
    font-size: 20px;
  }
  .p-top-head__en {
    font-size: 14px;
  }
  .p-top-fv {
    margin: 80px 0 40px;
  }
  .p-top-fv .l-inner-1000 {
    padding: 0;
  }
  .p-top-fv__slider {
    position: relative;
  }
  .p-top-fv__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
    margin-top: 24px;
  }
  .p-top-fv__slider .swiper-pagination-bullet {
    display: block;
    width: 16px;
    height: 3px;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .p-top-fv__slider .swiper-pagination-bullet-active {
    width: 42px;
    background-color: #0061c1;
  }
  .p-top-fv__slider .swiper-button-prev, .p-top-fv__slider .swiper-button-next {
    display: none;
  }
  .p-top-about {
    padding: 40px 0;
  }
  .p-top-about__lead {
    font-size: 14px;
    margin-bottom: 56px;
    line-height: 2;
  }
  .p-top-about__card {
    display: block;
  }
  .p-top-about__item {
    padding: 48px 20px 32px;
    margin-bottom: 40px;
    min-height: auto;
  }
  .p-top-about__item:last-child {
    margin-bottom: 0;
  }
  .p-top-about__item--number {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background-color: #0061C1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    text-align: center;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top-about__item--point {
    font-size: 16px;
  }
  .p-top-about__item--text {
    font-size: 14px;
  }
  .p-top-strength {
    margin: 80px 0 120px;
  }
  .p-top-strength__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-top-strength__flex--item {
    width: calc(50% - 20px);
  }
  .p-top-voice {
    margin: 80px 0;
  }
  .p-top-voice__slider {
    position: relative;
  }
  .p-top-voice__slider--item {
    padding: 20px 15px 30px;
    min-height: 420px;
    border: 2px solid #eee;
    border-radius: 8px;
  }
  .p-top-voice__slider--img {
    display: block;
    width: 148px;
    margin: 0 auto 12px;
  }
  .p-top-voice__slider--title {
    color: #0061C1;
    font-size: 15px;
    text-align: center;
    margin-bottom: 16px;
  }
  .p-top-voice__slider--text {
    font-size: 14px;
  }
  .p-top-voice__slider .swiper-button-prev, .p-top-voice__slider .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head {
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top-head__ja {
    font-size: 20px;
  }
  .p-top-head__en {
    font-size: 14px;
  }
  .p-top-about {
    padding: 40px 0;
  }
  .p-top-about__lead {
    font-size: 14px;
    margin-bottom: 56px;
    line-height: 2;
  }
  .p-top-about__card {
    display: block;
  }
  .p-top-about__item {
    padding: 48px 20px 32px;
    margin-bottom: 40px;
    min-height: auto;
  }
  .p-top-about__item:last-child {
    margin-bottom: 0;
  }
  .p-top-about__item--number {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background-color: #0061C1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 999px;
    text-align: center;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-top-about__item--point {
    font-size: 16px;
  }
  .p-top-about__item--text {
    font-size: 14px;
  }
  .p-top-price {
    margin: 40px 0 80px;
  }
  .p-top-price .l-inner-1000 {
    padding: 0 10px;
  }
  .p-top-price__list {
    display: grid;
    grid-template-columns: 1fr; /* スマホは1列 */
    gap: 80px 0;
  }
  .p-top-price__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 0;
  }
  .p-top-price__info p {
    padding: 8px 0;
    text-align: center;
  }
  .p-top-price__week--title {
    background-color: #CC900E;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .p-top-price__week--price {
    font-size: 14px;
  }
  .p-top-price__month--title {
    background-color: #023E78;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .p-top-price__month--price {
    font-size: 14px;
  }
  .p-top-price__cdw {
    margin: 10px 0 16px;
    text-align: center;
    font-size: 14px;
  }
  .p-top-price__btn {
    padding: 8px 0;
    font-size: 14px;
  }
  .p-top-cta {
    padding: 40px 0;
  }
  .p-top-cta__head {
    text-align: center;
    margin-bottom: 24px;
  }
  .p-top-cta__head--en {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
  }
  .p-top-cta__head--ja {
    font-size: 14px;
  }
  .p-top-cta__flex {
    display: block;
  }
  .p-top-cta__btn {
    margin: 0 auto 40px;
  }
  .p-top-cta__btn:last-child {
    margin-bottom: 0;
  }
  .p-top-cta__icon {
    width: 24px;
  }
  .p-top-cta__text {
    font-weight: bold;
  }
  .p-top-merit {
    padding: 40px 0;
    margin-top: 80px;
  }
  .p-top-merit .p-top-head {
    margin-bottom: 40px;
  }
  .p-top-merit__flex {
    display: block;
    margin-bottom: 40px;
  }
  .p-top-merit__flex:last-child {
    margin-bottom: 0;
  }
  .p-top-merit__img {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-top-merit__info--head {
    margin-bottom: 16px;
  }
  .p-top-merit__info--number {
    width: 32px;
    height: 32px;
    background-color: #0061C1;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
  }
  .p-top-merit__info--title {
    font-size: 16px;
    font-weight: bold;
    color: #0061C1;
  }
  .p-top-merit__info--text {
    font-size: 14px;
  }
  .p-top-strength {
    margin: 40px 0 80px;
  }
  .p-top-strength .l-inner-1000 {
    padding: 0 10px;
  }
  .p-top-strength__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-top-strength__flex--item {
    width: calc(50% - 5px);
  }
  .p-top-news {
    padding: 40px 0;
  }
  .p-top-news__flex {
    display: block;
  }
  .p-top-news__flex--item {
    width: 100%;
    padding: 24px 15px 40px;
    margin-bottom: 40px;
  }
  .p-top-news__flex--title {
    font-size: 18px;
  }
  .p-top-news__flex--subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-top-news__item {
    padding-bottom: 16px;
    border-bottom: 1px solid #1c1c1c;
    margin-bottom: 32px;
  }
  .p-top-news__item:last-child {
    margin-bottom: 0;
  }
  .p-top-news__label {
    width: 64px;
    text-align: center;
    padding: 1px 0;
    background-color: #0061C1;
    color: #fff;
    font-size: 12px;
  }
  .p-top-news__date {
    font-size: 14px;
  }
  .p-top-news__title {
    font-size: 14px;
  }
  .p-top-support {
    margin: 40px 0 80px;
  }
  .p-top-support__wrap {
    display: block;
  }
  .p-top-support__item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-top-support__text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-top-support__title {
    font-size: 18px;
  }
  .p-top-access {
    margin: 40px 0 0;
  }
  .p-top-access__lead {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .p-top-access__map {
    height: 320px;
  }
}
.p-price-lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-price-nav {
  margin-bottom: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-price-nav__item {
  width: 25%;
  padding: 16px 0;
  background-color: #EEEEEE;
  text-align: center;
}
.p-price-nav__item a {
  font-size: 18px;
  font-weight: bold;
  color: #1c1c1c;
}
.p-price-nav__item.js-active {
  background-color: #0061c1;
}
.p-price-nav__item.js-active a {
  color: #fff;
}
.p-price-item {
  margin-bottom: 120px;
}
.p-price-item__name {
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 4px solid #0061c1;
  margin-bottom: 16px;
}
.p-price-item__chara {
  font-size: 20px;
  font-weight: bold;
  color: #E92C1B;
  padding-left: 20px;
}
.p-price-item__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 24px;
}
.p-price-item__left {
  width: 48%;
  flex-shrink: 0;
}
.p-price-item__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 0;
}
.p-price-item__info p {
  padding: 8px 0;
  text-align: center;
}
.p-price-item__week--title {
  background-color: #CC900E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-price-item__week--price {
  background-color: #EEEEEE;
}
.p-price-item__month--title {
  background-color: #023E78;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.p-price-item__month--price {
  background-color: #EEEEEE;
}
.p-price-item__table {
  margin-bottom: 6px;
}
.p-price-item__list {
  display: flex;
  max-height: 48px;
  gap: 0 2px;
  margin-bottom: 2px;
}
.p-price-item__list--head {
  width: 175px;
  background-color: #E6F3FF;
  font-weight: bold;
  padding: 12px 0;
  text-align: center;
}
.p-price-item__list--content {
  width: calc(100% - 175px);
  background-color: #eee;
  padding: 12px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
.p-price-item__list--sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px 0;
  text-align: center;
  background-color: #d6d6d6;
  line-height: 1.1;
  color: #fff;
  font-size: 14px;
}
.p-price-item__list--sign.active {
  background-color: #6B6B6B;
}
.p-price-item__note {
  font-size: 12px;
  margin-bottom: 32px;
}
.p-price-item__btn {
  display: block;
  width: 240px;
  padding: 12px 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #0061c1;
}

@media screen and (max-width: 767px) {
  .p-price .l-inner-1000 {
    padding: 0 10px;
  }
  .p-price-lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .p-price-nav {
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-price-nav__item {
    width: 25%;
    padding: 16px 0;
    background-color: #EEEEEE;
    text-align: center;
    align-self: center;
  }
  .p-price-nav__item a {
    font-size: 14px;
  }
  .p-price-nav__item.js-active {
    background-color: #0061c1;
  }
  .p-price-nav__item.js-active a {
    color: #fff;
  }
  .p-price-item {
    margin-bottom: 80px;
  }
  .p-price-item__name {
    font-size: 18px;
    padding-left: 8px;
    border-left: 2px solid #0061c1;
    margin-bottom: 8px;
  }
  .p-price-item__chara {
    font-size: 16px;
    padding-left: 8px;
  }
  .p-price-item__flex {
    display: block;
  }
  .p-price-item__left {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-price-item__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 0;
  }
  .p-price-item__info p {
    padding: 8px 0;
    text-align: center;
  }
  .p-price-item__week--title {
    font-size: 16px;
  }
  .p-price-item__week--price {
    font-size: 14px;
  }
  .p-price-item__month--title {
    font-size: 16px;
  }
  .p-price-item__month--price {
    font-size: 14px;
  }
  .p-price-item__table {
    margin-bottom: 6px;
  }
  .p-price-item__list {
    display: flex;
    max-height: 48px;
    gap: 0;
    margin-bottom: 2px;
  }
  .p-price-item__list--head {
    width: 50%;
    background-color: #E6F3FF;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
  }
  .p-price-item__list--content {
    width: 50%;
    background-color: #eee;
    padding: 12px 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    font-size: 14px;
  }
  .p-price-item__list--sign {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    background-color: #d6d6d6;
    line-height: 1.1;
    color: #fff;
    font-size: 14px;
  }
  .p-price-item__list--sign.active {
    background-color: #6B6B6B;
  }
  .p-price-item__note {
    font-size: 12px;
    margin-bottom: 32px;
  }
  .p-price-item__btn {
    display: block;
    width: 240px;
    padding: 12px 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #0061c1;
  }
}
.p-flow-wrap {
  padding: 80px 0;
  background-color: #F5F5F5;
}
.p-flow-list {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.p-flow-item {
  padding-left: 15px;
  padding-bottom: 40px;
  position: relative;
}
.p-flow-item::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0061c1;
  position: absolute;
  top: 12px;
  left: 0;
}
.p-flow-item:last-child::before {
  content: none;
}
.p-flow-item__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  font-weight: bold;
  color: #0061c1;
  margin-bottom: 12px;
}
.p-flow-item__head--number {
  font-size: 24px;
  position: relative;
}
.p-flow-item__head--number::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #0061c1;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.p-flow-item__head--text {
  font-size: 20px;
}
.p-flow-item__text {
  font-size: 14px;
  margin-bottom: 24px;
}
.p-flow-item__text a {
  text-decoration: underline;
  font-weight: bold;
}
.p-flow-item__btn {
  display: block;
  width: 188px;
  padding: 8px 0;
  border: 1px solid #0061c1;
  text-align: center;
  color: #0061c1;
  transition: all 0.3s ease;
}
.p-flow-item__btn:hover {
  background: #0061c1;
  color: #fff;
  opacity: 1;
}
.p-flow-item__head2 {
  font-size: 18px;
  font-weight: bold;
  color: #0061c1;
  padding-left: 10px;
  border-left: 2px solid #0061c1;
  margin-bottom: 8px;
}
.p-flow-item__gal3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 32px;
}
.p-flow-item__gal3--item {
  flex: 1;
}
.p-flow-item__gal3--img {
  margin-bottom: 12px;
}
.p-flow-item__gal3--title {
  font-weight: bold;
}
.p-flow-item__gal3--text {
  font-size: 14px;
}
.p-flow-item__bluebg {
  padding: 24px;
  background-color: #E6F3FF;
}
.p-flow-item__list {
  font-size: 14px;
  margin-bottom: 16px;
  list-style: disc;
  padding-left: 24px;
}
.p-flow-item__list--note {
  font-size: 14px;
  color: #E92C1B;
}
.p-flow-item__card3 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 32px;
}
.p-flow-item__card3--item {
  flex: 1;
  padding: 40px 12px 0;
  background-color: #E6F3FF;
  min-height: 213px;
  position: relative;
}
.p-flow-item__card3--number {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0061c1;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.p-flow-item__card3--title {
  font-weight: bold;
  color: #0061c1;
  text-align: center;
  margin-bottom: 12px;
}
.p-flow-item__card3--text {
  font-size: 14px;
}
.p-flow-note {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}
.p-flow-note__title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-flow-note__title--ja {
  font-size: 32px;
}
.p-flow-note__title--en {
  font-size: 14px;
  color: #0061c1;
}
.p-flow-note__wrap {
  padding: 32px;
  height: 430px;
  overflow-y: scroll;
  background-color: #E6F3FF;
}
.p-flow-note__head {
  margin-bottom: 8px;
  font-weight: bold;
  color: #0061c1;
}
.p-flow-note__text {
  font-size: 14px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-flow .l-inner-1000 {
    padding: 0 10px;
  }
  .p-flow-wrap {
    padding: 40px 20px;
  }
  .p-flow-list {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-flow-item {
    padding-left: 15px;
    padding-bottom: 24px;
    position: relative;
  }
  .p-flow-item::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #0061c1;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .p-flow-item:last-child::before {
    content: none;
  }
  .p-flow-item__head {
    align-items: center;
    gap: 0 8px;
  }
  .p-flow-item__head--number {
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
  }
  .p-flow-item__head--number::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #0061c1;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-flow-item__head--text {
    font-size: 16px;
  }
  .p-flow-item__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-flow-item__text a {
    text-decoration: underline;
    font-weight: bold;
  }
  .p-flow-item__btn {
    display: block;
    width: 188px;
    padding: 8px 0;
    border: 1px solid #0061c1;
    text-align: center;
    color: #0061c1;
    transition: all 0.3s ease;
  }
  .p-flow-item__btn:hover {
    background: #0061c1;
    color: #fff;
    opacity: 1;
  }
  .p-flow-item__head2 {
    font-size: 16px;
  }
  .p-flow-item__gal3 {
    display: block;
    margin-bottom: 32px;
  }
  .p-flow-item__gal3--item {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-flow-item__gal3--img {
    margin-bottom: 12px;
  }
  .p-flow-item__gal3--title {
    font-weight: bold;
  }
  .p-flow-item__gal3--text {
    font-size: 14px;
  }
  .p-flow-item__bluebg {
    padding: 15px;
  }
  .p-flow-item__list {
    font-size: 14px;
    margin-bottom: 16px;
    list-style: disc;
    padding-left: 24px;
  }
  .p-flow-item__list--note {
    font-size: 14px;
    color: #E92C1B;
  }
  .p-flow-item__card3 {
    display: block;
  }
  .p-flow-item__card3--item {
    width: 100%;
    margin-bottom: 24px;
    min-height: 184px;
    padding: 40px 12px 0;
    background-color: #E6F3FF;
    position: relative;
  }
  .p-flow-item__card3--number {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0061c1;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .p-flow-item__card3--title {
    font-weight: bold;
    color: #0061c1;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-flow-item__card3--text {
    font-size: 14px;
  }
  .p-flow-note {
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-flow-note__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .p-flow-note__title--ja {
    font-size: 24px;
  }
  .p-flow-note__title--en {
    font-size: 14px;
    color: #0061c1;
  }
  .p-flow-note__wrap {
    padding: 32px 16px;
    height: 430px;
    overflow-y: scroll;
    background-color: #E6F3FF;
  }
  .p-flow-note__head {
    margin-bottom: 8px;
    font-weight: bold;
    color: #0061c1;
  }
  .p-flow-note__text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.p-insurance-basic__table01 {
  margin-bottom: 40px;
}
.p-insurance-basic__table01 table {
  max-width: 768px;
  border-collapse: separate;
  border-spacing: 2px; /* ← 境界線の太さ */
  background-color: #fff; /* ← 境界線の色（白） */
}
.p-insurance-basic__table01 th, .p-insurance-basic__table01 td {
  padding: 16px 24px;
}
.p-insurance-basic__table01 th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0061c1;
  width: 325px;
}
.p-insurance-basic__table01 th:first-child {
  width: 112px;
}
.p-insurance-basic__table01 td {
  font-size: 14px;
  background-color: #eee;
  width: 325px;
}
.p-insurance-basic__table01 td:first-child {
  font-size: 16px;
  text-align: center;
  background-color: #E6F3FF;
  width: 112px;
  padding: 16px 0;
}
.p-insurance-basic__table02 {
  margin-bottom: 40px;
}
.p-insurance-basic__table02 table {
  max-width: 768px;
  border-collapse: separate;
  border-spacing: 2px; /* ← 境界線の太さ */
  background-color: #fff; /* ← 境界線の色（白） */
}
.p-insurance-basic__table02 th, .p-insurance-basic__table02 td {
  padding: 16px 24px;
}
.p-insurance-basic__table02 th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0061c1;
  width: 258px;
}
.p-insurance-basic__table02 th:first-child {
  width: 112px;
}
.p-insurance-basic__table02 th:last-child {
  width: 132px;
}
.p-insurance-basic__table02 td {
  font-size: 14px;
  background-color: #eee;
  width: 258px;
}
.p-insurance-basic__table02 td:first-child {
  font-size: 16px;
  text-align: center;
  background-color: #E6F3FF;
  width: 112px;
  padding: 16px 0;
}
.p-insurance-basic__table02 td:last-child {
  width: 132px;
}
.p-insurance-basic__sonpo {
  display: block;
  width: 561px;
  max-width: 100%;
  margin: 40px auto;
}
.p-insurance-cdw--wrap {
  margin: 24px 0 80px;
  padding: 16px 24px;
  background-color: #eee;
}
.p-insurance-cdw--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 24px;
}
.p-insurance-cdw--bggray {
  padding: 16px 24px;
  background-color: #eee;
  margin-bottom: 80px;
}
.p-insurance-cdw--bggray h4 {
  margin: 0 0 8px !important;
  font-size: 16px !important;
}
.p-insurance-cdw--bggray p {
  padding: 0 8px !important;
}
.p-insurance-noc__table01 {
  margin: 40px 0;
}
.p-insurance-noc__table01 table {
  max-width: 768px;
  border-collapse: separate;
  border-spacing: 2px; /* ← 境界線の太さ */
  background-color: #fff; /* ← 境界線の色（白） */
}
.p-insurance-noc__table01 th, .p-insurance-noc__table01 td {
  padding: 16px 24px;
}
.p-insurance-noc__table01 th {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0061c1;
  width: 50%;
}
.p-insurance-noc__table01 td {
  font-size: 14px;
  background-color: #eee;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-insurance-basic__table01 th, .p-insurance-basic__table01 td {
    padding: 8px;
    vertical-align: middle;
  }
  .p-insurance-basic__table02 th, .p-insurance-basic__table02 td {
    padding: 8px;
    vertical-align: middle;
  }
  .p-insurance-cdw--wrap {
    margin: 24px 0 40px;
    padding: 16px 20px;
    background-color: #eee;
  }
  .p-insurance-cdw--flex {
    display: block;
  }
  .p-insurance-cdw--center {
    width: 32px;
    display: block;
    margin: 0 auto;
  }
  .p-insurance-cdw--center img {
    transform: rotate(90deg);
  }
  .p-insurance-cdw--bggray {
    padding: 16px 24px;
    background-color: #eee;
    margin-bottom: 80px;
  }
  .p-insurance-cdw--bggray h4 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
  }
  .p-insurance-cdw--bggray p {
    padding: 0 8px !important;
  }
  .p-insurance-noc__table01 {
    overflow-x: initial;
    margin: 40px 0;
  }
  .p-insurance-noc__table01 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px; /* ← 境界線の太さ */
    background-color: #fff; /* ← 境界線の色（白） */
  }
  .p-insurance-noc__table01 th, .p-insurance-noc__table01 td {
    display: block;
    padding: 16px;
    width: 100%;
  }
  .p-insurance-noc__table01 th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #0061c1;
  }
  .p-insurance-noc__table01 td {
    font-size: 14px;
    background-color: #eee;
    text-align: center;
  }
}
.p-accident-item {
  margin: 40px 0;
}
.p-accident-item__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
  margin-bottom: 16px;
}
.p-accident-item__head--number {
  font-size: 20px !important;
  padding: 0 !important;
  flex-shrink: 0;
  font-weight: bold;
  color: #fff;
  background-color: #0061c1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.p-accident-item__head--title {
  font-size: 20px !important;
  padding: 0 !important;
  font-weight: bold;
  color: #0061c1;
  margin-top: 6px;
}
.p-accident-sonpo {
  display: block;
  width: 561px;
  max-width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-accident-item {
    margin: 24px 0;
  }
  .p-accident-item__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
    margin-bottom: 16px;
  }
  .p-accident-item__head--number {
    font-size: 16px !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .p-accident-item__head--title {
    font-size: 18px !important;
    margin-top: 4px;
  }
  .p-accident-sonpo {
    display: block;
    width: 561px;
    max-width: 100%;
    margin-bottom: 80px;
  }
}
.p-cancel-table {
  margin-bottom: 32px;
}
.p-cancel-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px; /* ← 境界線の太さ */
  background-color: #fff; /* ← 境界線の色（白） */
}
.p-cancel-table th, .p-cancel-table td {
  width: 50%;
  padding: 12px 0;
  text-align: center;
}
.p-cancel-table th {
  font-weight: bold;
  color: #fff;
  background-color: #0061c1;
}
.p-cancel-table td {
  font-size: 14px;
  background-color: #eee;
}
.p-cancel-note {
  padding: 24px 16px;
  background-color: #eee;
}
.p-cancel-note a {
  color: #0061c1;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-cancel-table th, .p-cancel-table td {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
}
.p-faq-head {
  font-size: 24px;
  font-weight: bold;
  color: #0061c1;
  padding-bottom: 8px;
  border-bottom: 2px solid #0061c1;
  margin: 48px 0;
}
.p-faq-item {
  padding: 14px 32px;
  background-color: #E6F3FF;
  border-radius: 8px;
  margin-bottom: 40px;
}
.p-faq-item__q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 4px;
  position: relative;
  cursor: pointer;
}
.p-faq-item__q::after {
  content: "＋";
  font-size: 18px;
  color: #0061c1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-faq-item__q.js-active::after {
  transform: translateY(-50%) rotate(45deg);
}
.p-faq-item__q--en {
  font-size: 18px;
  font-weight: bold;
  color: #0061c1;
}
.p-faq-item__a {
  display: none;
}
.p-faq-item__a--inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 4px;
  padding: 16px;
  background-color: #fff;
  margin-top: 16px;
  border-radius: 4px;
}
.p-faq-item__a--en {
  font-size: 18px;
  font-weight: bold;
  color: #E98F01;
}
.p-faq-item.is-open .p-faq-item__a {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-faq .l-inner-768 {
    padding: 0 10px;
  }
  .p-faq-head {
    font-size: 20px;
  }
  .p-faq-item {
    padding: 14px;
    background-color: #E6F3FF;
    border-radius: 8px;
    margin-bottom: 40px;
  }
  .p-faq-item__q {
    gap: 0 8px;
    padding-right: 16px;
  }
  .p-faq-item__q::after {
    content: "＋";
    font-size: 18px;
    color: #0061c1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .p-faq-item__q.js-active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .p-faq-item__q--en {
    font-size: 16px;
  }
  .p-faq-item__q--ja {
    font-size: 14px;
  }
  .p-faq-item__a {
    display: none;
  }
  .p-faq-item__a--inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
    padding: 8px;
    background-color: #fff;
    margin-top: 8px;
    border-radius: 4px;
  }
  .p-faq-item__a--en {
    font-size: 16px;
  }
  .p-faq-item__a--ja {
    font-size: 14px;
  }
  .p-faq-item.is-open .p-faq-item__a {
    display: block;
  }
}
.p-entry-title {
  font-size: 32px;
  padding: 0;
  margin-bottom: 24px;
  font-weight: bold;
}
.p-entry-img {
  margin-bottom: 24px;
}
.p-entry-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-entry h2, .p-entry h3, .p-entry h4 {
  margin: 24px 0;
  font-weight: bold;
  color: #0061c1;
}
.p-entry h2 {
  font-size: 24px;
  padding: 12px 16px;
  background-color: #eee;
  border-top: 3px solid #0061c1;
}
.p-entry h3 {
  font-size: 20px;
  padding: 0 16px 4px;
  border-bottom: 2px solid #0061c1;
}
.p-entry h4 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 2px solid #0061c1;
}
.p-entry p {
  font-size: 14px;
  padding: 0 16px;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .p-entry-title {
    font-size: 22px;
  }
  .p-entry h2, .p-entry h3, .p-entry h4 {
    margin: 24px 0;
    font-weight: bold;
    color: #0061c1;
  }
  .p-entry h2 {
    font-size: 22px;
    padding: 12px 8px;
    border-top: 3px solid #0061c1;
  }
  .p-entry h3 {
    font-size: 18px;
    padding: 0 8px 4px;
    border-bottom: 2px solid #0061c1;
  }
  .p-entry p {
    padding: 0 8px;
  }
}
.p-contact-lead {
  text-align: center;
  margin-bottom: 64px;
}
.p-contact-lead__note {
  color: #E92C1B;
}
.p-contact-lead__tel {
  text-decoration: underline;
}
.p-contact-form__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}
.p-contact-form__item:last-child {
  border-bottom: none;
}
.p-contact-form__item--head {
  display: flex;
  justify-content: flex-start;
  gap: 0 8px;
  align-items: center;
  margin-bottom: 16px;
}
.p-contact-form__item--input {
  margin-bottom: 8px;
}
.p-contact-form__item--label {
  font-size: 18px;
  font-weight: bold;
}
.p-contact-form__item--req {
  display: inline-block;
  width: 60px;
  background-color: #E92C1B;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
}
.p-contact-form__item--radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-contact-form__item--radio label {
  width: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
.p-contact-form__item--radio label span {
  display: inline-block;
}
.p-contact-form__item--submit {
  text-align: center;
}
.p-contact-form__privacy {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
}
.p-contact-form__privacy a {
  text-decoration: underline;
  color: #0061C1;
}
.p-contact input, .p-contact textarea, .p-contact select {
  display: block;
  width: 100%;
  background-color: #EBEBEB;
  padding: 12px 24px;
}
.p-contact input[type=radio] {
  width: auto;
}
.p-contact input[type=submit] {
  width: 200px;
  padding: 8px 0;
  background-color: #0061C1;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.p-contact button {
  width: 200px;
  padding: 8px 0;
  background-color: #0061C1;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.p-contact button.js-back-btn {
  background-color: #737373;
}

.p-contact-form__confirm-list dt {
  font-weight: bold;
  margin-top: 16px;
  font-size: 18px;
  color: #0061c1;
}

.p-contact-form__confirm-list dd {
  margin-left: 0;
  padding: 8px 0 16px 8px;
  border-bottom: 1px solid #ccc;
}

.p-contact-form__confirm-btns {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.p-thanks-message {
  text-align: center;
  line-height: 2;
}
.p-thanks-message a {
  text-decoration: underline;
  color: #0061C1;
}
.p-thanks-btn {
  text-align: center;
  margin-top: 40px;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-contact-lead {
    font-size: 14px;
  }
  .p-contact-form__item {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
  }
  .p-contact-form__item:last-child {
    border-bottom: none;
  }
  .p-contact-form__item--head {
    display: flex;
    justify-content: flex-start;
    gap: 0 8px;
    align-items: center;
    margin-bottom: 16px;
  }
  .p-contact-form__item--input {
    margin-bottom: 8px;
  }
  .p-contact-form__item--label {
    font-size: 16px;
  }
  .p-contact-form__item--req {
    display: inline-block;
    width: 60px;
    background-color: #E92C1B;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 2px 0;
  }
  .p-contact-form__item--radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  .p-contact-form__item--radio label {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-contact-form__item--radio label span {
    display: inline-block;
  }
  .p-contact-form input[type=radio] {
    margin: 0;
    padding: 0;
  }
  .p-contact-form__privacy {
    text-align: left;
    font-size: 14px;
  }
  .p-contact-form__privacy a {
    text-decoration: underline;
    color: #0061C1;
  }
  .p-thanks-message {
    text-align: left;
  }
  .p-thanks-message a {
    display: block;
    text-align: center;
  }
  .p-thanks-btn {
    text-align: center;
    margin-top: 40px;
  }
}
.p-archive-card-list {
  display: flex;
  justify-content: flex-start;
  gap: 80px 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-archive-card {
  width: 30%;
}
.p-archive-card__thumb {
  margin-bottom: 8px;
  aspect-ratio: 16/9; /* 768 / 432 */
  overflow: hidden;
}
.p-archive-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-archive-card__date {
  font-size: 16px;
  margin-right: 8px;
}
.p-archive-card__label {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 64px;
  padding: 2px;
  background-color: #0061c1;
  text-align: center;
}
.p-archive-card__meta {
  margin-bottom: 8px;
}
.p-archive-card__title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .p-archive-card-list {
    display: flex;
    justify-content: center;
    gap: 80px 50px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .p-archive-card {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive-card-list {
    display: block;
  }
  .p-archive-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-404 {
  padding: 80px 0;
  text-align: center;
}
.p-404-title {
  color: #5090cf;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
.p-404-subtitle {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-404-text {
  color: #808080;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-404 {
    padding: 40px 0;
    text-align: center;
    margin-top: 64px;
  }
  .p-404-title {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .p-404-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .p-404-text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
#toc_container {
  background: #fff;
  border: 2px solid #0061c1;
  margin-top: 64px;
  padding: 20px 30px;
}

#toc_container .toc_title {
  border-bottom: 2px solid #0061c1;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 6px;
  text-align: center;
}

#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc_container ul a {
  color: #333;
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

#toc_container > ul > li {
  counter-increment: toc;
  margin-bottom: 20px;
  margin-top: 0;
}

#toc_container > ul > li:last-child {
  margin-bottom: 0;
}

#toc_container > ul > li > a {
  padding-left: 36px;
}

#toc_container > ul > li > a::before {
  background: #0061c1;
  border-radius: 50%;
  color: #fff;
  content: counter(toc);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 26px;
  left: 0;
  line-height: 26px;
  margin-top: -2px;
  min-width: 26px;
  position: absolute;
  text-align: center;
  top: 0;
}

#toc_container > ul > li > ul {
  margin-top: 6px;
  padding-left: 36px;
}

#toc_container > ul > li > ul > li {
  margin-bottom: 2px;
  margin-top: 0;
}

#toc_container > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

#toc_container > ul > li > ul > li > a {
  font-weight: 400;
  padding-left: 10px;
}

#toc_container > ul > li > ul > li > a::before {
  background: #0061c1;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  min-width: initial;
  position: absolute;
  top: 8px;
  width: 5px;
}

@media screen and (max-width: 767px) {
  #toc_container {
    padding: 20px 20px;
  }
  #toc_container .toc_title {
    margin-bottom: 18px;
  }
  #toc_container > ul > li {
    margin-bottom: 30px;
  }
  #toc_container > ul > li > ul {
    margin-top: 12px;
  }
}