@charset "UTF-8";
/*================================
Reset CSS
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
video,
canvas,
svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: 16px;
}

input[type=button],
input[type=text],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/*================================
Base
================================*/
html,
body {
  color: #404040;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 10px;
  background: #ffffff;
  margin-top: 0 !important;
}

h1,
h2,
h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

p {
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 500;
  text-decoration: none;
  transition: ease 0.3s;
  color: #404040;
}
@media screen and (max-width: 767px) {
  a {
    font-size: 1.4rem;
  }
}
a:hover {
  transition: ease 0.3s;
  text-decoration: none;
}

figure {
  line-height: 1;
}

img {
  width: 100%;
}

ul {
  line-height: 100%;
}
ul li {
  list-style: none;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 1.4rem;
  }
}

td,
th {
  line-height: 160%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  td,
  th {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {
  br.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  br.pcTb {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
br.tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tb {
    display: block;
  }
}
br.tbOnly {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tbOnly {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.tbOnly {
    display: none;
  }
}
br.pc-smallOnly {
  display: none;
}
@media screen and (max-width: 1280px) {
  br.pc-smallOnly {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  br.pc-smallOnly {
    display: none;
  }
}

span.blu {
  color: #0055cc;
}
span.en {
  font-family: "Maven Pro", sans-serif;
}

.c-section__btn {
  width: min(100%, 400px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section__btn {
    max-width: none;
    width: 100%;
  }
}
.c-section__btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .c-section__btn a {
    font-size: 1.6rem;
  }
}
.c-section__btn a:hover {
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  color: #ffffff;
}
.c-section__btn--border a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  border: 1px solid #0055cc;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .c-section__btn--border a {
    font-size: 1.6rem;
  }
}
.c-section__btn--border a:hover {
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  color: #ffffff;
}
.c-section__btn--blu {
  margin: 0 auto;
}
.c-section__btn--blu a {
  border: 1px solid #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-section__btn--blu a {
    font-size: 1.6rem;
  }
}
.c-section__btn--blu a:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.c-section-small__btn {
  width: min(100%, 300px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-small__btn {
    max-width: none;
    width: 100%;
  }
}
.c-section-small__btn a {
  border-radius: 0.6rem;
  width: 100%;
  display: inline-block;
  border: 1px solid #0055cc;
  padding: 2rem;
  line-height: 100%;
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  font-size: 1.6rem;
  font-weight: 700;
  box-sizing: border-box;
  color: #0055cc;
}
.c-section-small__btn a:hover {
  background: #0055cc url("../images/common/ico_next_white.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  color: #ffffff;
}

.c-page-section__heading--mb {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading--mb {
    margin-bottom: 4rem;
  }
}
.c-page-section__heading-en {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading-en {
    font-size: 1.6rem;
  }
}
.c-page-section__heading-jp {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-section__heading-jp {
    font-size: 2.6rem;
  }
}

.c-footLink-cta {
  overflow: hidden;
  background: #ffffff;
}
.c-footLink-cta__container {
  background: url("../images/common/bg_cta.png") top center no-repeat;
  background-size: cover;
  border-radius: 2rem 2rem 0 0;
}
.c-footLink-cta__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 11rem 0 13rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__inner {
    padding: 6rem 0 7rem;
  }
}
.c-footLink-cta__heading {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__heading {
    font-size: 2.6rem;
    margin-bottom: 3.2rem;
  }
}
.c-footLink-cta__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4.8rem;
  width: min(100%, 843px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__wrap {
    padding: 2.4rem;
  }
}
.c-footLink-cta__info {
  width: 40.5%;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__info {
    width: 100%;
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
.c-footLink-cta__info-txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__info-txt {
    margin-bottom: 1.2rem;
  }
}
.c-footLink-cta__info-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__info-list {
    gap: 0.6rem;
  }
}
.c-footLink-cta__info-item {
  background: url("../images/common/ico_cta_check.svg") top left no-repeat;
  background-size: 2rem;
  padding-left: 2.8rem;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__info-item {
    font-size: 1.4rem;
    background: url("../images/common/ico_cta_check.svg") top left no-repeat;
    background-size: 1.6rem;
    padding-left: 2.4rem;
  }
}
.c-footLink-cta__link {
  width: 53.6%;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__link {
    width: 100%;
  }
}
.c-footLink-cta__link-txt {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.c-footLink-cta__link-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footLink-cta__link-ttl {
    font-size: 1.8rem;
  }
}
.c-footLink-logo {
  overflow: hidden;
  margin-top: -2rem;
}
.c-footLink-logo__container {
  background: #ffffff;
  border-radius: 2rem 2rem 0 0;
}
.c-footLink-logo__inner {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .c-footLink-logo__inner {
    padding: 8rem 0;
  }
}
.c-footLink-logo__slide .swiper-wrapper {
  transition-timing-function: linear;
}
.c-footLink-logo__slide .swiper-slide {
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.6rem;
}
.c-footLink-logo__slide .swiper-slide img {
  height: auto;
  width: 100%;
}
.c-footLink-link {
  background: #ffffff;
}
.c-footLink-link__container {
  background: #f0f0f0;
  border-radius: 2rem 2rem 0 0;
}
.c-footLink-link__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  .c-footLink-link__inner {
    padding: 8rem 0;
  }
}
.c-footLink-link__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-footLink-link__contents {
    gap: 1.6rem;
  }
}
.c-footLink-link__content {
  display: block;
  width: 48.4%;
  border-radius: 2rem;
  background: #ffffff;
  padding: 4.8rem;
  border: 0.1rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .c-footLink-link__content {
    width: 100%;
    padding: 2.4rem;
  }
}
.c-footLink-link__content:hover {
  background: #f8f8f8;
}
.c-footLink-link__content-txt {
  font-size: 1.4rem;
  color: #555555;
}
.c-footLink-link__heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  background: url("../images/common/ico_next_light.svg") center right no-repeat;
  background-size: 4.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .c-footLink-link__heading {
    background: url("../images/common/ico_next_light.svg") center right no-repeat;
    background-size: 3.2rem;
    margin-bottom: 1.2rem;
  }
}
.c-footLink-link__heading-txt {
  padding: 1.2rem;
  border-radius: 5rem;
  background: #f0f0f0;
  color: #8c8c8c;
  font-size: 1.4rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-footLink-link__heading-txt {
    font-size: 1.2rem;
  }
}
.c-footLink-link__heading-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0055cc;
  line-height: 160%;
}
@media screen and (max-width: 1024px) {
  .c-footLink-link__heading-ttl {
    font-size: 2.4rem;
  }
}
.c-footLink-member__container {
  background: #ffffff;
}
.c-footLink-member__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__inner {
    padding: 5rem 0;
  }
}
.c-footLink-member__link {
  width: 59.1%;
  padding-right: 6.2%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 1024px) {
  .c-footLink-member__link {
    width: 100%;
    padding: 0 0 4rem;
    border-right: 0;
    border-bottom: 0.1rem solid #f0f0f0;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link {
    padding: 0 0 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.c-footLink-member__link-txt {
  font-size: 4.8rem;
  margin-bottom: 1rem;
  color: #0055cc;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-txt {
    font-size: 3.2rem;
  }
}
.c-footLink-member__link-ttl {
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 500;
  color: #0b1e22;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-ttl {
    margin-bottom: 4rem;
  }
}
.c-footLink-member__link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.4rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem 0;
    width: 100%;
  }
}
.c-footLink-member__link-list:first-of-type {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-list:first-of-type {
    margin-bottom: 3.2rem;
  }
}
.c-footLink-member__link-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 14rem;
}
.c-footLink-member__link-item--long {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-item {
    width: 48%;
  }
}
.c-footLink-member__link-item span {
  font-size: 1.3rem;
  line-height: 100%;
  color: #0055cc;
}
.c-footLink-member__link-item a {
  display: block;
  width: 100%;
  color: #0b1e22;
  padding: 0.2rem 0 0.2rem 2.8rem;
  line-height: 100%;
  background: url("../images/common/ico_next_light.svg") top left no-repeat;
  background-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__link-item a {
    line-height: 120%;
  }
}
.c-footLink-member__link-item a:hover {
  color: #0055cc;
}
.c-footLink-member__contents {
  width: 34.6%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .c-footLink-member__contents {
    width: 100%;
  }
}
.c-footLink-member__contents-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 100%;
  color: #0b1e22;
  background: #ffffff;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.4rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .c-footLink-member__contents-btn {
    padding: 3.2rem;
    font-size: 1.6rem;
  }
}
.c-footLink-member__contents-btn:hover {
  background: #f0f0f0;
}
.c-footLink-member__contents-btn--blu {
  color: #ffffff;
  background: #0055cc;
  border: 0.1rem solid #0055cc;
}
.c-footLink-member__contents-btn--blu:hover {
  background: #eef5ff;
  color: #0055cc;
}

.c-page-mv__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 14.5rem 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__inner {
    padding: 10rem 0 4rem;
  }
}
.c-page-mv__pan {
  display: flex;
  justify-content: flex-start;
  gap: 4.9rem;
}
@media screen and (max-width: 767px) {
  .c-page-mv__pan {
    gap: 1.2rem 4.9rem;
    flex-wrap: wrap;
  }
}
.c-page-mv__pan-item {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #8c8c8c;
  position: relative;
  display: inline-block;
  line-height: 180%;
}
.c-page-mv__pan-item a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  padding-bottom: 0.4rem;
  color: #0b1e22;
  border-bottom: 0.1rem solid #0b1e22;
  position: relative;
  line-height: 180%;
}
.c-page-mv__pan-item a:hover {
  color: #0055cc;
}
.c-page-mv__pan-item a::after {
  position: absolute;
  content: "";
  background: url("../images/common/ico_pan.svg") center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 0.9rem;
  height: 1.8rem;
  vertical-align: middle;
  top: 50%;
  right: -2.9rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5rem;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1280px) {
  .l-header {
    padding: 4rem 3.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 1.5rem 2rem;
  }
}
.l-header.is-scroll {
  transition: 0.3s ease-out;
  padding: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .l-header.is-scroll {
    padding: 1.5rem 2rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  display: block;
  width: 26.4rem;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    width: 22.4rem;
  }
}
.l-header__logo__ttl a {
  display: block;
}
.l-header__logo__ttl a:hover {
  opacity: 0.75;
}
.l-header__logo__ttl a img {
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  .l-header__logo__ttl a img {
    width: 18.4rem;
  }
}
.l-header__nav {
  width: calc(100% - 28.4rem);
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    width: calc(100% - 24.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
}
.l-header__nav-list__item a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0.03em;
  transition: ease 0.3s;
  color: #0b1e22;
}
.l-header__nav-list__item a:hover {
  color: #0055cc;
}
.l-header__nav-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  flex-wrap: nowrap;
}
.l-header__nav-btn {
  width: 16.4rem;
}
.l-header__nav-btn a {
  text-align: center;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 1.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #0b1e22;
  background: #ffffff;
  border: 0.1rem solid #f0f0f0;
}
.l-header__nav-btn a:hover {
  background: #eef5ff;
}
.l-header__nav-btn--blu {
  width: 15.7rem;
}
.l-header__nav-btn--blu a {
  color: #ffffff;
  background: #0055cc;
  border: 0.1rem solid #0055cc;
}
.l-header__nav-btn--blu a:hover {
  color: #0055cc;
  background: #eef5ff;
}
.l-header__btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    display: block;
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
    align-items: center;
  }
}
.l-header__spBtn a {
  text-align: center;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: #0055cc;
  border: 0.1rem solid #0055cc;
}
.l-header__spBtn a:hover {
  background: #ffffff;
  color: #0055cc;
}
.l-header__menu {
  z-index: 9999;
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu {
    display: block;
  }
}
.l-header__menu__inner {
  position: relative;
  cursor: pointer;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
}
.l-header__menu__inner span {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1.5px;
  background: #404040;
}
.l-header__menu__inner span:nth-of-type(1) {
  top: 5px;
}
.l-header__menu__inner span:nth-of-type(2) {
  top: 15px;
}
.l-header__menu__inner span:nth-of-type(3) {
  top: 25px;
}
.l-header__menu__inner.is-active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(0) rotate(-45deg) translateX(0);
  left: 3px;
  background: #404040;
}
.l-header__menu__inner.is-active span:nth-of-type(2) {
  display: none;
}
.l-header__menu__inner.is-active span:nth-of-type(3) {
  top: 11px;
  transform: translateY(0px) rotate(45deg) translateX(0);
  left: 3px;
  background: #404040;
}
.l-header__spNav {
  position: fixed;
  z-index: 999;
  opacity: 0;
  background: #ffffff;
  overflow-y: scroll;
  transition: 0.5s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  margin: 0 auto;
  padding: 1.9rem 2rem;
  box-sizing: border-box;
}
.l-header__spNav.is-open {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
}
.l-header__spNav__logo {
  display: block;
  width: 18.4rem;
  transition: 0.3s ease-out;
  margin-bottom: 4rem;
}
.l-header__spNav__logo a {
  display: block;
  width: 100%;
}
.l-header__spNav-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 92.8%;
}
.l-header__spNav-list__item a {
  display: block;
  width: 100%;
  color: #0b1e22;
  padding: 0.2rem 0 0.2rem 2.8rem;
  line-height: 100%;
  background: url("../images/common/ico_next_light.svg") center left no-repeat;
  background-size: 1.8rem;
  font-size: 1.6rem;
}
.l-header__spNav-list__item a:hover {
  color: #0055cc;
}
.l-header__spNav-btn {
  box-sizing: border-box;
  width: 92.8%;
  margin: 0 auto 3.2rem;
}
.l-header__spNav-btn__item a {
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  border: 1px solid #0055cc;
  padding: 2.1rem 3rem;
  box-sizing: border-box;
  line-height: 100%;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-header__spNav-btn__item a {
    font-size: 1.6rem;
  }
}
.l-header__spNav-btn__item a:hover {
  background: #ffffff url("../images/common/ico_next_white.svg") center right 24px no-repeat;
  color: #0055cc;
}

.l-footer {
  background: #ffffff;
}
.l-footer__container {
  background: #0055cc;
  border-radius: 2rem 2rem 0 0;
}
.l-footer__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 8rem 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 0 1.8rem;
  }
}
.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.6rem;
}
.l-footer__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    gap: 3.2rem;
    margin-bottom: 4rem;
  }
}
.l-footer__list {
  display: flex;
  justify-content: flex-start;
  gap: 3.1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    gap: 0.8rem 1.6rem;
  }
}
.l-footer__item {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.l-footer__item a {
  color: #ffffff;
  display: block;
  width: 100%;
}
.l-footer__item a:hover {
  color: #8c8c8c;
}
.l-footer__logo {
  font-size: 1.6rem;
  color: #ffffff;
}
.l-footer__logo-txt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-footer__logo span {
  display: inline-block;
}
.l-footer__logo span.fontL {
  font-size: 3.2rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span.fontL {
    font-size: 2.4rem;
  }
}
.l-footer__content {
  margin-right: 3.8%;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    margin: 0;
    margin-left: auto;
  }
}
.l-footer__content-txt {
  font-size: 1.8rem;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #ffffff;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__content-txt {
    font-size: 1.3rem;
  }
}
.l-footer__copy {
  position: relative;
  width: 100%;
}
.l-footer__copy-link {
  display: inline-block;
}
.l-footer__copy-link a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 100%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy-link a {
    margin-bottom: 1.6rem;
  }
}
.l-footer__copy-link a:hover {
  color: #8c8c8c;
}
.l-footer__copy-txt {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer__copy-txt {
    position: relative;
    font-size: 1.1rem;
    text-align: center;
  }
}

.p-top {
  padding-top: 16.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-top: 8.3rem;
  }
}
.p-top-mv {
  width: 100%;
  position: relative;
  z-index: 5;
}
.p-top-mv__inner {
  position: relative;
  width: 92.8%;
  margin: 0 auto;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    width: 100%;
    padding: 0 0 2rem;
  }
}
.p-top-mv__inner::before {
  position: absolute;
  display: block;
  content: "";
  background: #004ab1;
  border-radius: 2rem 2rem 0 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: calc(100% - 20.1rem);
  top: 18.1rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner::before {
    content: "";
    background: #004ab1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-top-mv__wrap {
  background: #0055cc;
  padding: 3.6rem 7.2rem 3.8rem 3.6rem;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__wrap {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__wrap {
    padding: 1.6rem 2rem 2rem;
  }
}
.p-top-mv__movie {
  width: calc(100% - 27.6rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__movie {
    width: 100%;
  }
}
.p-top-mv__movie video {
  border-radius: 2rem 2rem 0 0;
}
.p-top-mv__heading {
  padding: 2.6rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    margin-top: -2.8rem;
    padding: 0;
  }
}
.p-top-mv__heading-jp {
  font-size: 2.8rem;
  line-height: 157%;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #ffffff;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__heading-jp {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-jp {
    font-size: 2rem;
    gap: 0.6rem;
    padding-right: 1.1rem;
    align-items: flex-end;
    margin: 0;
  }
}
.p-top-mv__heading-txt {
  font-size: 1.4rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__heading-txt {
    order: -1;
  }
}
.p-top-mv__news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4.8rem;
  background: #0747a1;
  padding: 4.8rem 8rem;
  border-radius: 0 0 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__news {
    width: 94.8%;
    margin: 0 auto;
    padding: 1.2rem;
    border-radius: 0;
    flex-wrap: wrap;
    gap: 0.6rem;
  }
}
.p-top-mv__news-ttl {
  font-size: 2rem;
  line-height: 200%;
  color: #ffffff;
  font-weight: 400;
}
.p-top-mv__news-list {
  padding-left: 4.8rem;
  border-left: 0.1rem solid #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__news-list {
    width: 100%;
    border-left: none;
    border-top: 0.1rem solid #ffffff;
    padding: 0;
  }
}
.p-top-mv__news-item a {
  display: flex;
  justify-content: flex-start;
  gap: 2.4rem;
  align-items: center;
}
.p-top-mv__news-item a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .p-top-mv__news-item a {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.p-top-mv__news-item-date {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 240%;
}
.p-top-mv__news-item-ttl {
  color: #ffffff;
  line-height: 200%;
}
.p-top-about__container {
  border-radius: 2rem;
}
.p-top-about__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 12rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    padding: 6rem 0 5rem;
  }
}
.p-top-about__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  background: #eef5ff;
  padding: 6rem 3.3rem 5.5rem 11.6rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .p-top-about__wrap {
    padding: 4rem 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-top-about__heading {
  width: 34.7%;
}
@media screen and (max-width: 1024px) {
  .p-top-about__heading {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__heading {
    width: 100%;
  }
}
.p-top-about__heading-en {
  padding-left: 2.3rem;
  margin-bottom: 0.7rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-en {
    font-size: 2.2rem;
    padding: 0;
  }
}
.p-top-about__heading-jp {
  padding-left: 1.9rem;
  margin-bottom: 3.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-top-about__heading-jp {
    font-size: 2.2rem;
    padding: 0;
    margin-bottom: 2.4rem;
  }
}
.p-top-about__img {
  width: 65.2%;
}
@media screen and (max-width: 1024px) {
  .p-top-about__img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__img {
    width: 100%;
    order: -1;
    margin-bottom: 3.2rem;
  }
}
.p-top-about__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5.3rem;
  background: #0055cc;
  padding: 6.4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-about__contents {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__contents {
    flex-wrap: wrap;
    gap: 3.2rem;
    width: 100%;
    padding: 4rem 2.4rem;
  }
}
.p-top-about__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5.3rem;
  color: #ffffff;
  padding-right: 5.3rem;
  border-right: 0.1rem solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-top-about__content {
    flex-wrap: wrap;
    gap: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    gap: 1.6rem;
    padding: 0 0 3.2rem;
    border-bottom: 0.1rem solid #ffffff;
    border-right: none;
  }
}
.p-top-about__content-ttl {
  font-size: 2.5rem;
  line-height: 180%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top-about__content-ttl {
    font-size: 2.2rem;
  }
}
.p-top-about__detail {
  color: #ffffff;
}
.p-top-about__detail-ttl {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__detail-ttl {
    font-size: 1.8rem;
  }
}
.p-top-about__detail-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-top-about__detail-item {
  padding-left: 2.6rem;
  background: url("../images/common/ico_check.svg") center left no-repeat;
  background-size: 2rem auto;
  font-size: 1.5rem;
  line-height: 100%;
}
.p-top-recommend__container {
  background: #eef5ff;
  border-radius: 2rem 2rem 0 0;
}
.p-top-recommend__inner {
  width: min(90%, 1169px);
  margin: 0 auto;
  padding: 16.9rem 0 13.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__inner {
    padding: 8.5rem 0 6.7rem;
  }
}
.p-top-recommend__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__info {
    margin-bottom: 4rem;
    gap: 1.2rem;
  }
}
.p-top-recommend__info-txt {
  width: 34.2%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__info-txt {
    width: 100%;
  }
}
.p-top-recommend__info-txt p {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.p-top-recommend__heading {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__heading {
    gap: 1.2rem;
  }
}
.p-top-recommend__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__heading-jp {
    font-size: 2.4rem;
  }
}
.p-top-recommend__heading-en {
  order: -1;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff6363;
}
.p-top-recommend__slide {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__slide {
    width: 100%;
  }
}
.p-top-recommend .swiper-wrapper {
  margin-left: -39.2% !important;
}
@media screen and (max-width: 767px) {
  .p-top-recommend .swiper-wrapper {
    margin-left: 0 !important;
  }
}
.p-top-recommend .swiper-wrapper .swiper-slide {
  width: 39.2% !important;
}
@media screen and (max-width: 767px) {
  .p-top-recommend .swiper-wrapper .swiper-slide {
    width: 80% !important;
  }
}
.p-top-recommend__item {
  display: block;
  width: 100%;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4.5rem 4.5rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item {
    padding: 2.4rem 2.4rem 2rem;
  }
}
.p-top-recommend__item::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/common/ico_link_blue.svg") top center no-repeat;
  background-size: 100% auto;
  width: 7.3rem;
  height: 7.3rem;
  bottom: 2.7rem;
  right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item::before {
    width: 5.6rem;
    height: 5.6rem;
    right: 2.4rem;
  }
}
.p-top-recommend__item:hover {
  background: #f0f0f0;
}
.p-top-recommend__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 458/257;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item-img {
    margin-bottom: 1.6rem;
  }
}
.p-top-recommend__item-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item-ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.p-top-recommend__item-date {
  font-size: 1.5rem;
  color: #555555;
}
.p-top-recommend__list {
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  margin-bottom: 0.6rem;
}
.p-top-recommend__list-item {
  font-size: 1.5rem;
  color: #555555;
}
.p-top-live {
  background: #eef5ff;
}
.p-top-live__container {
  border-radius: 2rem 2rem 0 0;
  background: #ffffff;
}
.p-top-live__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 16.3rem 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-live__inner {
    padding: 8.2rem 0 7.5rem;
  }
}
.p-top-live__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-top-live__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-top-live__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-top-live__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_live.svg") left top no-repeat;
  background-size: 5.6rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_live.svg") left top no-repeat;
    background-size: 4rem auto;
    padding-left: 5rem;
  }
}
.p-top-live__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-top-live__heading-txt {
    width: 100%;
  }
}
.p-top-live__list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-bottom: 12.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__list {
    gap: 2.4rem;
    margin-bottom: 6rem;
  }
}
.p-top-live__list--top {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__list--top {
    margin-bottom: 4rem;
  }
}
.p-top-live__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-live__item-link {
    align-items: flex-start;
  }
}
.p-top-live__item-link:hover .p-top-live__detail-ttl {
  color: #0055cc;
}
.p-top-live__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-top-live__item-img {
    width: 40%;
  }
}
.p-top-live__item-img--top {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__item-img--top {
    margin-bottom: 1.6rem;
  }
}
.p-top-live__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 56%;
}
.p-top-live__detail--top {
  width: 100%;
}
.p-top-live__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-top-live__detail-item {
  font-size: 1.4rem;
}
.p-top-live__detail-date {
  font-size: 1.4rem;
}
.p-top-live__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-live__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-top-live__detail-ttl--top {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__detail-ttl--top {
    font-size: 1.8rem;
  }
}
.p-top-live__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-top-live__paper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 6rem;
  margin-bottom: 8rem;
  border-bottom: 0.2rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-live__paper {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.p-top-live__paper-content {
  width: 40.3%;
}
@media screen and (max-width: 1024px) {
  .p-top-live__paper-content {
    width: 100%;
  }
}
.p-top-live__paper-content-heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0055cc;
  background: url("../images/common/ico_paper.svg") left center no-repeat;
  background-size: 4.5rem auto;
  padding-left: 6.1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-top-live__paper-content-heading {
    background: url("../images/common/ico_paper.svg") left center no-repeat;
    background-size: 3.5rem auto;
    padding-left: 5.3rem;
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-top-live__paper-content-txt {
  font-size: 1.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .p-top-live__paper-content-txt {
    margin-bottom: 2.4rem;
  }
}
.p-top-live__paper-img {
  width: 55.8%;
}
@media screen and (max-width: 1024px) {
  .p-top-live__paper-img {
    width: 100%;
    order: -1;
    margin-bottom: 0.8rem;
  }
}
.p-top-live__podcast {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__podcast {
    margin-bottom: 4rem;
  }
}
.p-top-live__podcast-content {
  width: 40.3%;
}
@media screen and (max-width: 1024px) {
  .p-top-live__podcast-content {
    width: 100%;
  }
}
.p-top-live__podcast-content-heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0055cc;
  letter-spacing: 0;
  background: url("../images/common/ico_podcast.svg") left center no-repeat;
  background-size: 4.8rem auto;
  padding-left: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-top-live__podcast-content-heading {
    font-size: 2.4rem;
    background: url("../images/common/ico_podcast.svg") left center no-repeat;
    background-size: 4rem auto;
    padding-left: 5.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-top-live__podcast-content-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .p-top-live__podcast-content-txt {
    margin-bottom: 2.4rem;
  }
}
.p-top-live__podcast__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-live__podcast__list {
    gap: 1.6rem;
  }
}
.p-top-live__podcast__item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .p-top-live__podcast__item {
    width: 100%;
  }
}
.p-top-live__podcast__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  background: #ffffff;
  border-radius: 2rem;
  padding: 2.4rem 2.4rem 4rem;
  width: 100%;
}
.p-top-live__podcast__item-link:hover {
  background: #f0f0f0;
}
.p-top-live__podcast__item-img {
  height: 100%;
  width: 100%;
  aspect-ratio: 425/239;
}
.p-top-live__podcast__item-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-top-live__podcast__item-item {
  font-size: 1.4rem;
}
.p-top-live__podcast__item-date {
  font-size: 1.4rem;
}
.p-top-live__podcast__item-ttl {
  font-size: 1.8rem;
  width: 100%;
  font-weight: 700;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-top-live__podcast__item-ttl {
    font-size: 1.6rem;
  }
}
.p-top-live__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-live__new {
    width: 100%;
  }
}
.p-top-live__new-heading {
  margin-bottom: 3.2rem;
}
.p-top-live__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-top-live__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-top-live__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-live__new-list {
    gap: 4rem;
  }
}
.p-top-live__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-top-live__new-item-link:hover .p-top-live__new-detail-ttl {
  color: #0055cc;
}
.p-top-live__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-top-live__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-top-live__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-top-live__new-detail-item {
  font-size: 1.3rem;
}
.p-top-live__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-top-live__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-live__new-detail-ttl {
    font-size: 1.4rem;
  }
}

.p-about {
  overflow: hidden;
}
.p-about-what {
  background: #ffffff;
}
.p-about-what__container {
  background: url("../images/common/bg_cta.png") top center no-repeat;
  background-size: cover;
  border-radius: 2rem 2rem 0 0;
}
.p-about-what__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0 9.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-what__inner {
    padding: 5rem 0 4.4rem;
  }
}
.p-about-what__heading {
  width: 50.4rem;
}
@media screen and (max-width: 1024px) {
  .p-about-what__heading {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-about-what__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-about-what__heading-en {
    font-size: 1.6rem;
  }
}
.p-about-what__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-about-what__heading-jp {
    font-size: 2.4rem;
  }
}
.p-about-what__txt {
  width: calc(100% - 60.8rem);
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-about-what__txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-what__txt {
    width: 100%;
    font-size: 1.8rem;
  }
}
.p-about-message__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 15rem 0 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-about-message__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-message__inner {
    padding: 7rem 0 5rem;
  }
}
.p-about-message__wrap {
  width: 76.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-about-message__wrap {
    width: 100%;
  }
}
.p-about-message__main {
  width: 30.2%;
}
@media screen and (max-width: 767px) {
  .p-about-message__main {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.p-about-message__main-img {
  margin-bottom: 2rem;
  border-radius: 1rem;
}
.p-about-message__main-company {
  font-size: 1.4rem;
  color: #0055cc;
  margin-bottom: 1.6rem;
}
.p-about-message__main-name {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
  align-items: flex-end;
  margin-bottom: 1.6rem;
}
.p-about-message__main-name span {
  line-height: 100%;
}
.p-about-message__main-name span.name {
  font-size: 2rem;
  color: #0b1e22;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-about-message__main-name span.name {
    font-size: 1.8rem;
  }
}
.p-about-message__main-name span.fontM {
  font-size: 1.2rem;
  color: #0b1e22;
  display: inline-block;
}
.p-about-message__main-detail {
  font-size: 1.2rem;
  color: #8c8c8c;
}
.p-about-message__detail {
  width: 66.5%;
}
@media screen and (max-width: 767px) {
  .p-about-message__detail {
    width: 100%;
  }
}
.p-about-message__detail-txt {
  color: #0b1e22;
  line-height: 200%;
  font-weight: 400;
}
.p-about-member__container {
  background: #f8f8f8;
}
.p-about-member__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 8rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-about-member__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-member__inner {
    padding: 4rem 0;
  }
}
.p-about-member__list {
  width: 76.3%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4.2rem 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-about-member__list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about-member__list {
    gap: 3.2rem 2.4rem;
  }
}
.p-about-member__item {
  width: calc(25% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .p-about-member__item {
    width: calc(50% - 1.2rem);
  }
}
.p-about-member__item-img {
  margin-bottom: 1.2rem;
  border-radius: 0.6rem;
}
.p-about-member__item-name {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
  align-items: flex-end;
  margin-bottom: 1.2rem;
}
.p-about-member__item-name span {
  line-height: 100%;
}
.p-about-member__item-name span.name {
  font-size: 2rem;
  color: #0b1e22;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-about-member__item-name span.name {
    font-size: 1.8rem;
  }
}
.p-about-member__item-name span.fontM {
  font-size: 1.2rem;
  color: #0b1e22;
  display: inline-block;
}
.p-about-member__item-detail {
  font-size: 1.2rem;
  color: #8c8c8c;
}
.p-about-articles__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-articles__inner {
    padding: 5rem 0 7rem;
  }
}
.p-about-articles__wrap {
  padding: 4.8rem;
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-about-articles__wrap {
    padding: 2.4rem 0;
  }
}
.p-about-articles__heading {
  margin-bottom: 2.4rem;
}
.p-about-articles__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0055cc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-articles__heading-jp {
    font-size: 2.4rem;
  }
}
.p-about-articles__detail {
  position: relative;
  padding-bottom: 8.3rem;
}
.p-about-articles__detail-btn {
  background: #f8f8f8 url("../images/common/ico_open.svg") center right 2.4rem no-repeat;
  background-size: 2.8rem auto;
  bottom: 0;
  left: 0;
  right: 0;
  color: #0055cc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  margin: auto;
  padding: 1.8rem;
  position: absolute;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;
  width: 30rem;
  border-radius: 0.4rem;
}
.p-about-articles__detail-btn::after {
  content: "すべて表示";
}
.p-about-articles__detail-btn:hover {
  background-color: #eef5ff;
}
.p-about-articles__detail-btn.is-show {
  bottom: 0;
}
.p-about-articles__detail-btn.is-show::after {
  content: "閉じる";
}
.p-about-articles__detail-txt {
  overflow: hidden;
  position: relative;
}
.p-about-articles__detail-txt p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  color: #555555;
}
.p-about-articles__detail-txt.is-hide {
  height: 20rem;
}

.p-membership {
  overflow: hidden;
}
.p-membership-intro {
  background: #ffffff;
}
.p-membership-intro__container {
  background: #f8f8f8;
  border-radius: 2rem 2rem 0 0;
}
.p-membership-intro__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__inner {
    padding: 5rem 0 8rem;
  }
}
.p-membership-intro__heading {
  width: 47.3rem;
  border-right: 0.1rem solid #d9d9d9;
}
@media screen and (max-width: 1024px) {
  .p-membership-intro__heading {
    width: 100%;
    margin-bottom: 2.4rem;
    border-bottom: 0.1rem solid #d9d9d9;
    border-right: none;
    padding-bottom: 2.4rem;
  }
}
.p-membership-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-membership-intro__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-membership-intro__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 53.7rem);
}
@media screen and (max-width: 1024px) {
  .p-membership-intro__wrap {
    width: 100%;
  }
}
.p-membership-intro__info {
  width: 40.5%;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__info {
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.p-membership-intro__info-txt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__info-txt {
    margin-bottom: 1.2rem;
    text-align: center;
  }
}
.p-membership-intro__info-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__info-list {
    gap: 0.6rem;
  }
}
.p-membership-intro__info-item {
  background: url("../images/common/ico_cta_check.svg") top left no-repeat;
  background-size: 2rem;
  padding-left: 2.8rem;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__info-item {
    font-size: 1.4rem;
    background: url("../images/common/ico_cta_check.svg") top left no-repeat;
    background-size: 1.6rem;
    padding-left: 2.4rem;
  }
}
.p-membership-intro__link {
  width: 53.6%;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__link {
    width: 100%;
  }
}
.p-membership-intro__link-txt {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.p-membership-intro__link-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-membership-intro__link-ttl {
    font-size: 1.8rem;
  }
}
.p-membership-plan__container {
  background: #f8f8f8;
}
.p-membership-plan__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-membership-plan__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-membership-plan__inner {
    padding: 0 0 5rem;
  }
}
.p-membership-plan__heading {
  width: 14.5rem;
}
.p-membership-plan__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: calc(100% - 30.9rem);
}
@media screen and (max-width: 1024px) {
  .p-membership-plan__contents {
    gap: 1.6rem;
    width: 100%;
  }
}
.p-membership-plan__content {
  background: #ffffff;
  border-left: 0.6rem solid #0055cc;
  padding: 3.7rem 4.2rem;
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-membership-plan__content {
    padding: 2.4rem;
    width: 100%;
  }
}
.p-membership-plan__content-ttl {
  font-size: 2rem;
  color: #0b1e22;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-membership-plan__content-ttl {
    font-size: 1.8rem;
  }
}
.p-membership-plan__content-txt {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
  align-items: flex-end;
}
.p-membership-plan__content-txt span {
  line-height: 100%;
  font-size: 3.6rem;
  color: #0b1e22;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-membership-plan__content-txt span {
    font-size: 2.4rem;
  }
}
.p-membership-plan__content-txt span.fontS {
  font-size: 1.4rem;
}
.p-membership-benefit__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-membership-benefit__inner {
    padding: 5rem 0 7rem;
  }
}
.p-membership-benefit__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem 0;
}
@media screen and (max-width: 1024px) {
  .p-membership-benefit__contents {
    gap: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-membership-benefit__contents {
    gap: 1.2rem 0;
  }
}
.p-membership-benefit__content {
  background: #f8f8f8;
  padding: 3.1rem 2.4rem;
  width: 32%;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-membership-benefit__content {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-membership-benefit__content {
    padding: 1.6rem;
    width: 100%;
  }
}
.p-membership-benefit__content--small {
  width: 23.6%;
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-membership-benefit__content--small {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-membership-benefit__content--small {
    width: 100%;
    padding: 1.2rem 1.6rem;
  }
}
.p-membership-benefit__content-img {
  width: 6.4rem;
}
.p-membership-benefit__content-img--w48 {
  width: 4.8rem;
}
.p-membership-benefit__content-img--w56 {
  width: 5.6rem;
}
.p-membership-benefit__content-detail {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.p-membership-benefit__content-en {
  font-size: 1.6rem;
  color: #0055cc;
  font-weight: 600;
  line-height: 100%;
}
.p-membership-benefit__content-en--gry {
  color: #c7c7c7;
}
.p-membership-benefit__content-ttl {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-membership-benefit__content-ttl {
    font-size: 1.8rem;
  }
}
.p-membership-benefit__content-ttl--gry {
  color: #c7c7c7;
}
.p-membership-benefit__content-txt {
  color: #0b1e22;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-membership-benefit__content-txt--gry {
  color: #c7c7c7;
}

.p-mypage {
  overflow: hidden;
}
.p-mypage-intro__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__inner {
    padding: 0 0 7rem;
  }
}
.p-mypage-intro__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__info {
    margin-bottom: 4rem;
  }
}
.p-mypage-intro__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__heading {
    margin-bottom: 2.4rem;
  }
}
.p-mypage-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-mypage-intro__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-mypage-intro__btn {
  width: min(100%, 164px);
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__btn {
    width: 90%;
    margin: 0 auto;
  }
}
.p-mypage-intro__btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 1.4rem 1.3rem;
  line-height: 100%;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__btn a {
    text-align: center;
  }
}
.p-mypage-intro__btn a:hover {
  background: #f0f0f0;
}
.p-mypage-intro__wrap-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__wrap-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-mypage-intro__wrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
.p-mypage-intro__wrap table th {
  width: 21.2%;
  padding: 1.2rem 0 1.2rem 1.6rem;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  border-bottom: 0.1rem solid #0b1e22;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__wrap table th {
    display: block;
    width: 100%;
    border: none;
    padding: 1.2rem 0 0 1.6rem;
  }
}
.p-mypage-intro__wrap table td {
  padding: 1.2rem 0;
  width: 78.7%;
  font-weight: 700;
  line-height: 200%;
  color: #0b1e22;
  border-bottom: 0.1rem solid #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-mypage-intro__wrap table td {
    display: block;
    width: 100%;
    padding: 0 0 1.2rem 1.6rem;
  }
}
.p-mypage-edit-intro__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__inner {
    padding: 0 0 7rem;
  }
}
.p-mypage-edit-intro__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__info {
    margin-bottom: 4rem;
  }
}
.p-mypage-edit-intro__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__heading {
    margin-bottom: 2.4rem;
  }
}
.p-mypage-edit-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-mypage-edit-intro__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-mypage-edit-intro__btn {
  width: min(100%, 164px);
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__btn {
    width: 90%;
    margin: 0 auto;
  }
}
.p-mypage-edit-intro__btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  border: 1px solid #f0f0f0;
  padding: 1.4rem 1.3rem;
  line-height: 100%;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__btn a {
    text-align: center;
  }
}
.p-mypage-edit-intro__btn a:hover {
  background: #f0f0f0;
}
.p-mypage-edit-intro__wrap-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__wrap-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-mypage-edit-intro__contents {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-mypage-edit-intro__content {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 0.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__content {
    flex-wrap: wrap;
  }
}
.p-mypage-edit-intro__content-ttl {
  width: 11rem;
  padding: 1.8rem 0 1.8rem 1.6rem;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__content-ttl {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0 0 0;
  }
}
.p-mypage-edit-intro__content-txt {
  border-radius: 0.4rem;
  width: calc(100% - 11.2rem);
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-mypage-edit-intro__content-txt::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__content-txt {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-mypage-edit-intro__content-select {
  border-radius: 0.4rem;
  width: calc(100% - 11.2rem);
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0 url("../images/common/ico_form.svg") center right 2.4rem no-repeat;
  background-size: 1.8rem auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-mypage-edit-intro__content-select::placeholder {
  color: #0b1e22;
}
.p-mypage-edit-intro__content-select::-ms-expand {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mypage-edit-intro__content-select {
    display: block;
    width: 100%;
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}
.p-mypage-edit-intro__content-btn {
  background: #0b1e22;
  padding: 2rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 100%;
  width: min(100%, 30rem);
  margin: 2.9rem auto 0;
  border-radius: 0.4rem;
  font-weight: 700;
}

.p-sponsorship {
  overflow: hidden;
}
.p-sponsorship-intro {
  background: #ffffff;
}
.p-sponsorship-intro__container {
  background: #f8f8f8;
  border-radius: 2rem 2rem 0 0;
}
.p-sponsorship-intro__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 11.5rem 0 10rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__inner {
    padding: 6rem 0 5rem;
  }
}
.p-sponsorship-intro__wrap {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__wrap {
    width: 100%;
  }
}
.p-sponsorship-intro__wrap-txt {
  font-weight: 400;
  color: #0b1e22;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__wrap-txt {
    margin-bottom: 2.4rem;
  }
}
.p-sponsorship-intro__heading {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__heading {
    margin-bottom: 4rem;
  }
}
.p-sponsorship-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-sponsorship-intro__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-sponsorship-intro__content {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__content {
    width: 100%;
    gap: 3.2rem;
  }
}
.p-sponsorship-intro__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-intro__list {
    order: -1;
  }
}
.p-sponsorship-intro__item {
  width: 32%;
}
.p-sponsorship-intro__item img {
  border-radius: 0.6rem;
  border: 0.1rem solid #f0f0f0;
}
.p-sponsorship-plan__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-sponsorship-plan__inner {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorship-plan__inner {
    padding: 5rem 0 6rem;
  }
}
.p-sponsorship-plan__heading {
  width: 14.5rem;
}
.p-sponsorship-plan__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem;
  width: calc(100% - 30.9rem);
}
@media screen and (max-width: 1024px) {
  .p-sponsorship-plan__contents {
    gap: 1.6rem;
    width: 100%;
  }
}
.p-sponsorship-plan__content {
  background: #f8f8f8;
  border-left: 0.6rem solid #0055cc;
  padding: 3.7rem 4.2rem;
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-sponsorship-plan__content {
    padding: 2.4rem;
    width: 100%;
  }
}
.p-sponsorship-plan__content-ttl {
  font-size: 2rem;
  color: #0b1e22;
  margin-bottom: 0.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-plan__content-ttl {
    font-size: 1.8rem;
  }
}
.p-sponsorship-plan__content-txt {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
  align-items: flex-end;
}
.p-sponsorship-plan__content-txt span {
  line-height: 100%;
  font-size: 3.6rem;
  color: #0b1e22;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-plan__content-txt span {
    font-size: 2.4rem;
  }
}
.p-sponsorship-plan__content-txt span.fontS {
  font-size: 1.4rem;
}
.p-sponsorship-benefit__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-benefit__inner {
    padding: 0 0 6rem;
  }
}
.p-sponsorship-benefit__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.2rem 0;
}
@media screen and (max-width: 1024px) {
  .p-sponsorship-benefit__contents {
    gap: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorship-benefit__contents {
    gap: 1.2rem 0;
  }
}
.p-sponsorship-benefit__content {
  background: #f8f8f8;
  padding: 3.1rem 2.4rem;
  width: 32%;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-sponsorship-benefit__content {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorship-benefit__content {
    padding: 1.6rem;
    width: 100%;
  }
}
.p-sponsorship-benefit__content--small {
  width: 23.6%;
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-sponsorship-benefit__content--small {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-sponsorship-benefit__content--small {
    width: 100%;
    padding: 1.2rem 1.6rem;
  }
}
.p-sponsorship-benefit__content-img {
  width: 6.4rem;
}
.p-sponsorship-benefit__content-img--w48 {
  width: 4.8rem;
}
.p-sponsorship-benefit__content-img--w56 {
  width: 5.6rem;
}
.p-sponsorship-benefit__content-detail {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.p-sponsorship-benefit__content-en {
  font-size: 1.6rem;
  color: #0055cc;
  font-weight: 600;
  line-height: 100%;
}
.p-sponsorship-benefit__content-en--gry {
  color: #c7c7c7;
}
.p-sponsorship-benefit__content-ttl {
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-benefit__content-ttl {
    font-size: 1.8rem;
  }
}
.p-sponsorship-benefit__content-ttl--gry {
  color: #c7c7c7;
}
.p-sponsorship-benefit__content-txt {
  color: #0b1e22;
  font-weight: 400;
  font-size: 1.4rem;
}
.p-sponsorship-benefit__content-txt--gry {
  color: #c7c7c7;
}
.p-sponsorship-companies__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-companies__inner {
    padding: 0 0 7rem;
  }
}
.p-sponsorship-companies__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-sponsorship-companies__list {
    gap: 1.2rem;
  }
}
.p-sponsorship-companies__item {
  width: 12.3%;
  width: calc(14.2857142857% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .p-sponsorship-companies__item {
    width: calc(33.3333333333% - 0.8rem);
  }
}
.p-sponsorship-companies__item img {
  border-radius: 0.6rem;
  border: 0.1rem solid #f0f0f0;
}

.p-contact {
  overflow: hidden;
}
.p-contact-intro__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__inner {
    padding: 0 0 7rem;
  }
}
.p-contact-intro__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__heading {
    margin-bottom: 2.4rem;
  }
}
.p-contact-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-contact-intro__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-contact-intro__wrap {
  width: 100%;
}
.p-contact-intro__wrap p {
  line-height: 1em;
}
.p-contact-intro__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-contact-intro__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__wrap tbody {
    gap: 2.4rem;
  }
}
.p-contact-intro__wrap tr {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-contact-intro__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-contact-intro__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-contact-intro__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-contact-intro__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-contact-intro__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-contact-intro__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-contact-intro__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-contact-intro__wrap tr td option:first-child {
  display: none;
}
.p-contact-intro__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-contact-intro__wrap tr td input,
.p-contact-intro__wrap tr td textarea,
.p-contact-intro__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-contact-intro__wrap tr td input::placeholder,
.p-contact-intro__wrap tr td textarea::placeholder,
.p-contact-intro__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__wrap tr td input,
  .p-contact-intro__wrap tr td textarea,
  .p-contact-intro__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-contact-intro__wrap tr td input::placeholder,
.p-contact-intro__wrap tr td textarea::placeholder,
.p-contact-intro__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-contact-intro__wrap tr td textarea {
  height: 15rem;
}
.p-contact-intro__btn {
  width: min(100%, 400px);
  margin: 0 auto;
}
.p-contact-intro__btn #formbtn {
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__btn #formbtn {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-contact-intro__btn #formbtn:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-contact-intro .wpcf7-spinner {
  display: none;
}
.p-contact-intro p br {
  display: none;
}
.p-contact-confirm__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__inner {
    padding: 0 0 7rem;
  }
}
.p-contact-confirm__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__heading {
    margin-bottom: 2.4rem;
  }
}
.p-contact-confirm__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__heading-en {
    font-size: 1.6rem;
  }
}
.p-contact-confirm__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__heading-jp {
    font-size: 2.4rem;
  }
}
.p-contact-confirm__wrap {
  width: 100%;
}
.p-contact-confirm__wrap p {
  line-height: 1em;
}
.p-contact-confirm__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-contact-confirm__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tbody {
    gap: 2.4rem;
  }
}
.p-contact-confirm__wrap tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-contact-confirm__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-contact-confirm__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-contact-confirm__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-contact-confirm__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-contact-confirm__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-contact-confirm__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-contact-confirm__wrap tr td option:first-child {
  display: none;
}
.p-contact-confirm__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-contact-confirm__wrap tr td input,
.p-contact-confirm__wrap tr td textarea,
.p-contact-confirm__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-contact-confirm__wrap tr td input::placeholder,
.p-contact-confirm__wrap tr td textarea::placeholder,
.p-contact-confirm__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tr td input,
  .p-contact-confirm__wrap tr td textarea,
  .p-contact-confirm__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-contact-confirm__wrap tr td input::placeholder,
.p-contact-confirm__wrap tr td textarea::placeholder,
.p-contact-confirm__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-contact-confirm__wrap tr td textarea {
  height: 15rem;
}
.p-contact-confirm__btn p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__btn p {
    gap: 1.2rem;
  }
}
.p-contact-confirm .wpcf7-previous {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #eef5ff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  background-size: 3.2rem auto;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .wpcf7-previous {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-contact-confirm .wpcf7-previous:hover {
  background: #ffffff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  color: #0055cc;
}
.p-contact-confirm .wpcf7-submit {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm .wpcf7-submit {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-contact-confirm .wpcf7-submit:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-contact-confirm .wpcf7-spinner {
  display: none;
}
.p-contact-confirm p br {
  display: none;
}
.p-contact-thanks__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__inner {
    padding: 0 0 7rem;
  }
}
.p-contact-thanks__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__heading {
    margin-bottom: 2.4rem;
  }
}
.p-contact-thanks__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__heading-en {
    font-size: 1.6rem;
  }
}
.p-contact-thanks__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__heading-jp {
    font-size: 2.4rem;
  }
}
.p-contact-thanks__wrap {
  width: 100%;
}
.p-contact-thanks__wrap-txt {
  margin-bottom: 4rem;
}

.p-sponsor {
  overflow: hidden;
}
.p-sponsor-intro__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__inner {
    padding: 0 0 7rem;
  }
}
.p-sponsor-intro__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__heading {
    margin-bottom: 2.4rem;
  }
}
.p-sponsor-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-sponsor-intro__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-sponsor-intro__wrap {
  width: 100%;
}
.p-sponsor-intro__wrap p {
  line-height: 1em;
}
.p-sponsor-intro__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-sponsor-intro__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__wrap tbody {
    gap: 2.4rem;
  }
}
.p-sponsor-intro__wrap tr {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sponsor-intro__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-sponsor-intro__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-sponsor-intro__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-sponsor-intro__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-sponsor-intro__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-sponsor-intro__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-sponsor-intro__wrap tr td option:first-child {
  display: none;
}
.p-sponsor-intro__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-sponsor-intro__wrap tr td input,
.p-sponsor-intro__wrap tr td textarea,
.p-sponsor-intro__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-sponsor-intro__wrap tr td input::placeholder,
.p-sponsor-intro__wrap tr td textarea::placeholder,
.p-sponsor-intro__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__wrap tr td input,
  .p-sponsor-intro__wrap tr td textarea,
  .p-sponsor-intro__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-sponsor-intro__wrap tr td input::placeholder,
.p-sponsor-intro__wrap tr td textarea::placeholder,
.p-sponsor-intro__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-sponsor-intro__wrap tr td textarea {
  height: 15rem;
}
.p-sponsor-intro__btn {
  width: min(100%, 400px);
  margin: 0 auto;
}
.p-sponsor-intro__btn #formbtn {
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sponsor-intro__btn #formbtn {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-sponsor-intro__btn #formbtn:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-sponsor-intro .wpcf7-spinner {
  display: none;
}
.p-sponsor-intro p br {
  display: none;
}
.p-sponsor-confirm__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__inner {
    padding: 0 0 7rem;
  }
}
.p-sponsor-confirm__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__heading {
    margin-bottom: 2.4rem;
  }
}
.p-sponsor-confirm__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__heading-en {
    font-size: 1.6rem;
  }
}
.p-sponsor-confirm__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__heading-jp {
    font-size: 2.4rem;
  }
}
.p-sponsor-confirm__wrap {
  width: 100%;
}
.p-sponsor-confirm__wrap p {
  line-height: 1em;
}
.p-sponsor-confirm__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-sponsor-confirm__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__wrap tbody {
    gap: 2.4rem;
  }
}
.p-sponsor-confirm__wrap tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-sponsor-confirm__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-sponsor-confirm__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-sponsor-confirm__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-sponsor-confirm__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-sponsor-confirm__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-sponsor-confirm__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-sponsor-confirm__wrap tr td option:first-child {
  display: none;
}
.p-sponsor-confirm__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-sponsor-confirm__wrap tr td input,
.p-sponsor-confirm__wrap tr td textarea,
.p-sponsor-confirm__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-sponsor-confirm__wrap tr td input::placeholder,
.p-sponsor-confirm__wrap tr td textarea::placeholder,
.p-sponsor-confirm__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__wrap tr td input,
  .p-sponsor-confirm__wrap tr td textarea,
  .p-sponsor-confirm__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-sponsor-confirm__wrap tr td input::placeholder,
.p-sponsor-confirm__wrap tr td textarea::placeholder,
.p-sponsor-confirm__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-sponsor-confirm__wrap tr td textarea {
  height: 15rem;
}
.p-sponsor-confirm__btn p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm__btn p {
    gap: 1.2rem;
  }
}
.p-sponsor-confirm .wpcf7-previous {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #eef5ff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  background-size: 3.2rem auto;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm .wpcf7-previous {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-sponsor-confirm .wpcf7-previous:hover {
  background: #ffffff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  color: #0055cc;
}
.p-sponsor-confirm .wpcf7-submit {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sponsor-confirm .wpcf7-submit {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-sponsor-confirm .wpcf7-submit:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-sponsor-confirm .wpcf7-spinner {
  display: none;
}
.p-sponsor-confirm p br {
  display: none;
}
.p-sponsor-thanks__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-thanks__inner {
    padding: 0 0 7rem;
  }
}
.p-sponsor-thanks__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor-thanks__heading {
    margin-bottom: 2.4rem;
  }
}
.p-sponsor-thanks__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-sponsor-thanks__heading-en {
    font-size: 1.6rem;
  }
}
.p-sponsor-thanks__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sponsor-thanks__heading-jp {
    font-size: 2.4rem;
  }
}
.p-sponsor-thanks__wrap {
  width: 100%;
}
.p-sponsor-thanks__wrap-txt {
  margin-bottom: 4rem;
}

.p-member {
  overflow: hidden;
}
.p-member-intro__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-member-intro__inner {
    padding: 0 0 7rem;
  }
}
.p-member-intro__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-member-intro__heading {
    margin-bottom: 2.4rem;
  }
}
.p-member-intro__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-member-intro__heading-en {
    font-size: 1.6rem;
  }
}
.p-member-intro__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-member-intro__heading-jp {
    font-size: 2.4rem;
  }
}
.p-member-intro__wrap {
  width: 100%;
}
.p-member-intro__wrap p {
  line-height: 1em;
}
.p-member-intro__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-intro__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-member-intro__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-intro__wrap tbody {
    gap: 2.4rem;
  }
}
.p-member-intro__wrap tr {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-member-intro__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-member-intro__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-member-intro__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-member-intro__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-member-intro__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-member-intro__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-member-intro__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-member-intro__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-member-intro__wrap tr td option:first-child {
  display: none;
}
.p-member-intro__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-member-intro__wrap tr td input,
.p-member-intro__wrap tr td textarea,
.p-member-intro__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-member-intro__wrap tr td input::placeholder,
.p-member-intro__wrap tr td textarea::placeholder,
.p-member-intro__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-member-intro__wrap tr td input,
  .p-member-intro__wrap tr td textarea,
  .p-member-intro__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-member-intro__wrap tr td input::placeholder,
.p-member-intro__wrap tr td textarea::placeholder,
.p-member-intro__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-member-intro__wrap tr td textarea {
  height: 15rem;
}
.p-member-intro__btn {
  width: min(100%, 400px);
  margin: 0 auto;
}
.p-member-intro__btn #formbtn {
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-member-intro__btn #formbtn {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-member-intro__btn #formbtn:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-member-intro .wpcf7-spinner {
  display: none;
}
.p-member-intro p br {
  display: none;
}
.p-member-confirm__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__inner {
    padding: 0 0 7rem;
  }
}
.p-member-confirm__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__heading {
    margin-bottom: 2.4rem;
  }
}
.p-member-confirm__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__heading-en {
    font-size: 1.6rem;
  }
}
.p-member-confirm__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__heading-jp {
    font-size: 2.4rem;
  }
}
.p-member-confirm__wrap {
  width: 100%;
}
.p-member-confirm__wrap p {
  line-height: 1em;
}
.p-member-confirm__wrap table {
  width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__wrap table {
    margin-bottom: 2.4rem;
  }
}
.p-member-confirm__wrap tbody {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__wrap tbody {
    gap: 2.4rem;
  }
}
.p-member-confirm__wrap tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.p-member-confirm__wrap tr th {
  width: 17rem;
  padding: 1.8rem 0;
  line-height: 200%;
  font-weight: 400;
  color: #0b1e22;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__wrap tr th {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 1.2rem 0;
  }
}
.p-member-confirm__wrap tr th p {
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  font-weight: 500;
}
.p-member-confirm__wrap tr th p span.required {
  color: #0055cc;
  line-height: 100%;
  font-weight: 700;
}
.p-member-confirm__wrap tr td {
  white-space: normal;
  display: block;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .p-member-confirm__wrap tr td {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
}
.p-member-confirm__wrap tr td .wpcf7-spinner {
  display: none !important;
}
.p-member-confirm__wrap tr td .wpcf7-list-item {
  margin: 0;
}
.p-member-confirm__wrap tr td option:first-child {
  display: none;
}
.p-member-confirm__wrap tr td .wpcf7-form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
}
.p-member-confirm__wrap tr td input,
.p-member-confirm__wrap tr td textarea,
.p-member-confirm__wrap tr td select {
  -webkit-appearance: auto !important;
  border-radius: 0.4rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 200%;
  font-size: 1.6rem;
  color: #0b1e22;
  border: 0.1rem solid #c7c7c7;
  background: #f0f0f0;
}
.p-member-confirm__wrap tr td input::placeholder,
.p-member-confirm__wrap tr td textarea::placeholder,
.p-member-confirm__wrap tr td select::placeholder {
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__wrap tr td input,
  .p-member-confirm__wrap tr td textarea,
  .p-member-confirm__wrap tr td select {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.2rem;
  }
}
.p-member-confirm__wrap tr td input::placeholder,
.p-member-confirm__wrap tr td textarea::placeholder,
.p-member-confirm__wrap tr td select::placeholder {
  color: #c1c1c1;
}
.p-member-confirm__wrap tr td textarea {
  height: 15rem;
}
.p-member-confirm__btn p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-member-confirm__btn p {
    gap: 1.2rem;
  }
}
.p-member-confirm .wpcf7-previous {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #eef5ff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  background-size: 3.2rem auto;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-member-confirm .wpcf7-previous {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-member-confirm .wpcf7-previous:hover {
  background: #ffffff url("../images/common/ico_prev_blu.svg") center left 2.4rem no-repeat;
  color: #0055cc;
}
.p-member-confirm .wpcf7-submit {
  width: 48%;
  cursor: pointer;
  border: 1px solid #0055cc;
  color: #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 3.2rem no-repeat;
  background-size: 3.2rem auto;
  color: #ffffff;
  border-radius: 1rem;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-member-confirm .wpcf7-submit {
    max-width: none;
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-member-confirm .wpcf7-submit:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 3.2rem no-repeat;
  color: #0055cc;
}
.p-member-confirm .wpcf7-spinner {
  display: none;
}
.p-member-confirm p br {
  display: none;
}
.p-member-thanks__inner {
  width: min(92.8%, 650px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-member-thanks__inner {
    padding: 0 0 7rem;
  }
}
.p-member-thanks__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-member-thanks__heading {
    margin-bottom: 2.4rem;
  }
}
.p-member-thanks__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-member-thanks__heading-en {
    font-size: 1.6rem;
  }
}
.p-member-thanks__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-member-thanks__heading-jp {
    font-size: 2.4rem;
  }
}
.p-member-thanks__wrap {
  width: 100%;
}
.p-member-thanks__wrap-txt {
  margin-bottom: 4rem;
}

.p-seminar-archive {
  overflow: hidden;
}
.p-seminar-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-seminar-archive-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-seminar-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-seminar-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_live.svg") left top no-repeat;
  background-size: 5.6rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_live.svg") left top no-repeat;
    background-size: 4rem auto;
    padding-left: 5rem;
  }
}
.p-seminar-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-seminar-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-seminar-archive-summary__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__list {
    gap: 4rem;
  }
}
.p-seminar-archive-summary__item {
  border-bottom: 0.1rem solid #f0f0f0;
}
.p-seminar-archive-summary__item:last-child {
  border: none;
}
.p-seminar-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-seminar-archive-summary__item-link:hover .p-seminar-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-seminar-archive-summary__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-seminar-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .p-seminar-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__detail {
    width: 100%;
  }
}
.p-seminar-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-seminar-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-seminar-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-seminar-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-seminar-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-seminar-archive-summary__time-icon {
  width: 5.6rem;
}
.p-seminar-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-seminar-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-seminar-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-seminar-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-seminar-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-seminar-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-seminar-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-seminar-archive-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__new {
    width: 100%;
  }
}
.p-seminar-archive-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-seminar-archive-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-seminar-archive-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-seminar-archive-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__new-list {
    gap: 4rem;
  }
}
.p-seminar-archive-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-seminar-archive-summary__new-item-link:hover .p-seminar-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-seminar-archive-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-seminar-archive-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-seminar-archive-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-seminar-archive-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-seminar-archive-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-seminar-archive-summary__new-detail-date span {
  vertical-align: middle;
}
.p-seminar-archive-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar-archive-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}
.p-seminar-single {
  overflow: hidden;
}
.p-seminar-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-seminar-single-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-seminar-single-summary__heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__heading {
    gap: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-seminar-single-summary__heading-left {
  display: flex;
  justify-content: flex-start;
  gap: 0.6rem;
}
.p-seminar-single-summary__heading-open {
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  background: #f0f0f0;
  color: #555555;
  line-height: 100%;
}
.p-seminar-single-summary__heading-open--true {
  background: #ff6363;
  color: #ffffff;
}
.p-seminar-single-summary__heading-list {
  margin-right: 1.4rem;
}
.p-seminar-single-summary__heading-item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-seminar-single-summary__heading-date {
  font-size: 1.4rem;
  color: #8c8c8c;
}
.p-seminar-single-summary__heading-btn {
  width: calc(100% - 270px);
  max-width: 264px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__heading-btn {
    max-width: none;
    width: 100%;
    order: -1;
  }
}
.p-seminar-single-summary__heading-btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  padding: 0.6rem 3.2rem 0.6rem 31%;
  line-height: 200%;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-seminar-single-summary__heading-btn a {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.6rem 3.2rem;
  }
}
.p-seminar-single-summary__heading-btn a:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  color: #0055cc;
}
.p-seminar-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-seminar-single-summary__detail {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__detail {
    gap: 1.6rem;
  }
}
.p-seminar-single-summary__time {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
  width: 26.5rem;
}
.p-seminar-single-summary__time-icon {
  width: 4.8rem;
}
.p-seminar-single-summary__time-icon-month {
  background: #f0f0f0;
  color: #0b1e22;
  padding: 0.4rem 1.4rem;
  font-size: 1.1rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-seminar-single-summary__time-icon-date {
  background: #f8f8f8;
  color: #404040;
  padding: 0.4rem 1rem 1rem;
  font-size: 1.4rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-seminar-single-summary__time-detail-date {
  color: #0b1e22;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-seminar-single-summary__time-detail-date span {
  line-height: 100%;
}
.p-seminar-single-summary__time-detail-date span.fontL {
  font-size: 1.6rem;
}
.p-seminar-single-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #8c8c8c;
}
.p-seminar-single-summary__map {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.p-seminar-single-summary__map img {
  width: 4.8rem;
}
.p-seminar-single-summary__member {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-seminar-single-summary__member img {
  width: 4.8rem;
}
.p-seminar-single-summary__member ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem 3.2rem;
}
.p-seminar-single-summary__member ul li p {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__member ul li p {
    gap: 0.6rem;
  }
}
.p-seminar-single-summary__member ul li p span.fontM {
  font-size: 1.2rem;
}
.p-seminar-single-summary__member ul li p span.fontS {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: #8c8c8c;
}
.p-seminar-single-summary__img {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__img {
    margin-bottom: 4rem;
  }
}
.p-seminar-single-summary__cta {
  margin-bottom: 8rem;
  border: 0.1rem solid #0055cc;
  border-radius: 2rem;
}
.p-seminar-single-summary__cta--last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__cta {
    margin-bottom: 4rem;
  }
}
.p-seminar-single-summary__cta-ttl {
  background: #eef5ff;
  padding: 2.4rem 4.8rem 1.2rem;
  color: #0055cc;
  font-size: 2.4rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__cta-ttl {
    font-size: 2.2rem;
    padding: 1.6rem 3.2rem 1.2rem;
  }
}
.p-seminar-single-summary__cta-box {
  padding: 3.2rem 4.8rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__cta-box {
    padding: 2.4rem 3.2rem 3.2rem;
  }
}
.p-seminar-single-summary__cta-txt {
  background: url("../images/common/ico_time.svg") left center no-repeat;
  background-size: 6.4rem;
  padding: 0.7rem 0 0.7rem 8rem;
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-seminar-single-summary__cta-btn {
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__cta-btn {
    max-width: none;
    width: 100%;
  }
}
.p-seminar-single-summary__cta-btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 2rem no-repeat;
  background-size: 2.8rem auto;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__cta-btn a {
    font-size: 1.6rem;
  }
}
.p-seminar-single-summary__cta-btn a:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 2rem no-repeat;
  background-size: 2.8rem auto;
  color: #0055cc;
}
.p-seminar-single-summary__contents {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents {
    margin-bottom: 4rem;
  }
}
.p-seminar-single-summary__contents__detail {
  padding-bottom: 6.4rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__detail {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.p-seminar-single-summary__contents__detail-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__detail-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-seminar-single-summary__contents__detail-txt {
  line-height: 200%;
}
.p-seminar-single-summary__contents__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  border-bottom: 0.1rem solid #f0f0f0;
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
}
.p-seminar-single-summary__contents__time-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  padding-right: 6.8rem;
  margin-right: 5.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time-ttl {
    font-size: 2.2rem;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-seminar-single-summary__contents__time-ttl::before {
  position: absolute;
  display: block;
  content: "";
  background: #0055cc;
  width: 0.1rem;
  height: 3.4rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time-ttl::before {
    display: none;
  }
}
.p-seminar-single-summary__contents__time-icon {
  width: 5.6rem;
}
.p-seminar-single-summary__contents__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-seminar-single-summary__contents__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-seminar-single-summary__contents__time-detail-date {
  color: #0055cc;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time-detail-date {
    font-size: 1.6rem;
  }
}
.p-seminar-single-summary__contents__time-detail-date span {
  line-height: 100%;
}
.p-seminar-single-summary__contents__time-detail-date span.fontL {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time-detail-date span.fontL {
    font-size: 2.4rem;
  }
}
.p-seminar-single-summary__contents__time-detail-time {
  font-size: 1.6rem;
  line-height: 100%;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__time-detail-time {
    font-size: 1.4rem;
  }
}
.p-seminar-single-summary__contents__person-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__person-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-seminar-single-summary__contents__person-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-seminar-single-summary__contents__person-detail figure {
  width: 20rem;
  height: 20rem;
  background: #f8f8f8;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__person-detail figure {
    width: 8rem;
    height: 8rem;
  }
}
.p-seminar-single-summary__contents__person-detail figure img {
  width: 100%;
}
.p-seminar-single-summary__contents__person-txt {
  width: calc(100% - 23rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__person-txt {
    width: calc(100% - 10rem);
  }
}
.p-seminar-single-summary__contents__person-txt p {
  width: 100%;
  line-height: 200%;
  font-weight: 400;
}
.p-seminar-single-summary__contents__person-txt span.name {
  font-size: 2rem;
  margin-right: 1.2rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__person-txt span.name {
    font-size: 1.8rem;
    margin-right: 0.6rem;
  }
}
.p-seminar-single-summary__contents__person-txt span.fontM {
  font-size: 1.2rem;
  line-height: 160%;
  font-weight: 500;
}
.p-seminar-single-summary__contents__person-txt span.fontS {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  color: #8c8c8c;
  margin-bottom: 1.5rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__contents__person-txt span.fontS {
    margin-bottom: 0;
  }
}
.p-seminar-single-summary__contents__person-txt span.fontXS {
  line-height: 200%;
  font-weight: 400;
}
.p-seminar-single-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__new {
    width: 100%;
  }
}
.p-seminar-single-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-seminar-single-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-seminar-single-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-seminar-single-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__new-list {
    gap: 4rem;
  }
}
.p-seminar-single-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-seminar-single-summary__new-item-link:hover .p-seminar-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-seminar-single-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-seminar-single-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-seminar-single-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-seminar-single-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-seminar-single-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-seminar-single-summary__new-detail-date span {
  vertical-align: middle;
}
.p-seminar-single-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-seminar-single-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}

.p-guide-archive {
  overflow: hidden;
}
.p-guide-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-guide-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-guide-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_live.svg") left top no-repeat;
  background-size: 5.6rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_live.svg") left top no-repeat;
    background-size: 4rem auto;
    padding-left: 5rem;
  }
}
.p-guide-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-guide-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-guide-archive-summary__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__list {
    gap: 4rem 3.2rem;
  }
}
.p-guide-archive-summary__item {
  width: calc(50% - 3.2rem);
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__item {
    width: calc(50% - 1.6rem);
  }
}
.p-guide-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-guide-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-guide-archive-summary__item-link:hover .p-guide-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-guide-archive-summary__item-img {
  width: 39.3%;
  height: 100%;
  aspect-ratio: 24/18;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-guide-archive-summary__detail {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__detail {
    width: 100%;
  }
}
.p-guide-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-guide-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-guide-single {
  overflow: hidden;
}
.p-guide-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-guide-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-guide-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-guide-single-summary__detail {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-guide-single-summary__detail {
    gap: 1.6rem;
  }
}
.p-guide-single-summary-img {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-guide-single-summary-img {
    margin-bottom: 4rem;
  }
}

.wp-block-file a {
  text-decoration: underline;
}

.p-academic-archive {
  overflow: hidden;
}
.p-academic-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-academic-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-academic-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_paper_red.svg") left top no-repeat;
  background-size: auto 5rem;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_paper_red.svg") left top no-repeat;
    background-size: auto 3.6rem;
    padding-left: 5rem;
  }
}
.p-academic-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-academic-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-academic-archive-summary__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__list {
    gap: 4rem 3.2rem;
  }
}
.p-academic-archive-summary__item {
  width: calc(50% - 3.2rem);
  border-bottom: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__item {
    width: calc(50% - 1.6rem);
  }
}
.p-academic-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-academic-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-academic-archive-summary__item-link:hover .p-paper-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-academic-archive-summary__item-img {
  width: 24.5%;
  height: 100%;
  aspect-ratio: 15/20;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-academic-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .p-academic-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__detail {
    width: 100%;
  }
}
.p-academic-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-academic-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-academic-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-academic-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-academic-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-academic-archive-summary__time-icon {
  width: 5.6rem;
}
.p-academic-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-academic-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-academic-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-academic-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-academic-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-academic-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-academic-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-academic-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-academic-single {
  overflow: hidden;
}
.p-academic-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
}
@media screen and (max-width: 767px) {
  .p-academic-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-academic-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-academic-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-academic-single-summary__list {
  margin-right: 1.4rem;
}
.p-academic-single-summary__item {
  margin-bottom: 1.2rem;
}
.p-academic-single-summary__item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-academic-single-summary__detail {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-academic-single-summary__detail {
    gap: 1.6rem;
  }
}
.p-academic-single-summary-img {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-academic-single-summary-img {
    margin-bottom: 4rem;
  }
}

.wp-block-file a {
  text-decoration: underline;
}

.p-member-news-archive {
  overflow: hidden;
}
.p-member-news-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-member-news-archive-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-member-news-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-member-news-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_live.svg") left top no-repeat;
  background-size: 5.6rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_live.svg") left top no-repeat;
    background-size: 4rem auto;
    padding-left: 5rem;
  }
}
.p-member-news-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-member-news-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-member-news-archive-summary__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__list {
    gap: 4rem;
  }
}
.p-member-news-archive-summary__item {
  border-bottom: 0.1rem solid #f0f0f0;
}
.p-member-news-archive-summary__item:last-child {
  border: none;
}
.p-member-news-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-member-news-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-member-news-archive-summary__item-link:hover .p-member-news-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-member-news-archive-summary__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-member-news-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .p-member-news-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__detail {
    width: 100%;
  }
}
.p-member-news-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-member-news-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-member-news-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-member-news-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-member-news-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-member-news-archive-summary__time-icon {
  width: 5.6rem;
}
.p-member-news-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-member-news-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-member-news-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-member-news-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-member-news-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-member-news-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-member-news-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-member-news-archive-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__new {
    width: 100%;
  }
}
.p-member-news-archive-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-member-news-archive-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-member-news-archive-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-member-news-archive-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__new-list {
    gap: 4rem;
  }
}
.p-member-news-archive-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-member-news-archive-summary__new-item-link:hover .p-member-news-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-member-news-archive-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-member-news-archive-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-member-news-archive-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-member-news-archive-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-member-news-archive-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-member-news-archive-summary__new-detail-date span {
  vertical-align: middle;
}
.p-member-news-archive-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member-news-archive-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}
.p-member-news-single {
  overflow: hidden;
}
.p-member-news-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-member-news-single-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-member-news-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-member-news-single-summary__list {
  margin-right: 1.4rem;
}
.p-member-news-single-summary__item {
  margin-bottom: 1.2rem;
}
.p-member-news-single-summary__item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-member-news-single-summary__detail {
  margin-bottom: 3.2rem;
}
.p-member-news-single-summary__detail img {
  margin-bottom: 4rem;
}
.p-member-news-single-summary__detail h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__detail h3 {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-member-news-single-summary__detail h4 {
  font-size: 2rem;
  font-weight: 700;
  border-left: 0.6rem solid #0055cc;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__detail h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-member-news-single-summary__detail h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__detail h5 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-member-news-single-summary__detail p {
  margin-bottom: 6.4rem;
}
.p-member-news-single-summary__detail p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__detail p {
    margin-bottom: 3.2rem;
  }
}
.p-member-news-single-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__new {
    width: 100%;
  }
}
.p-member-news-single-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-member-news-single-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-member-news-single-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-member-news-single-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__new-list {
    gap: 4rem;
  }
}
.p-member-news-single-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-member-news-single-summary__new-item-link:hover .p-member-news-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-member-news-single-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-member-news-single-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-member-news-single-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-member-news-single-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-member-news-single-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-member-news-single-summary__new-detail-date span {
  vertical-align: middle;
}
.p-member-news-single-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member-news-single-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}

#ez-toc-container {
  padding: 2.4rem !important;
  border-radius: 0.4rem !important;
  border: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
#ez-toc-container a {
  font-size: 1.6rem !important;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0.6rem !important;
  }
}
#ez-toc-container .ez-toc-title {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.6rem !important;
  }
}
#ez-toc-container ul li a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container ul li a {
    font-size: 1.4rem !important;
  }
}
#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

.p-paper-archive {
  overflow: hidden;
}
.p-paper-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-paper-archive-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-paper-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-paper-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_paper_red.svg") left top no-repeat;
  background-size: auto 5rem;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_paper_red.svg") left top no-repeat;
    background-size: auto 3.6rem;
    padding-left: 5rem;
  }
}
.p-paper-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-paper-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-paper-archive-summary__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__list {
    gap: 4rem;
  }
}
.p-paper-archive-summary__item {
  border-bottom: 0.1rem solid #f0f0f0;
}
.p-paper-archive-summary__item:last-child {
  border: none;
}
.p-paper-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-paper-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-paper-archive-summary__item-link:hover .p-paper-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-paper-archive-summary__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-paper-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .p-paper-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__detail {
    width: 100%;
  }
}
.p-paper-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-paper-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-paper-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-paper-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-paper-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-paper-archive-summary__time-icon {
  width: 5.6rem;
}
.p-paper-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-paper-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-paper-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-paper-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-paper-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-paper-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-paper-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-paper-archive-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__new {
    width: 100%;
  }
}
.p-paper-archive-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-paper-archive-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-paper-archive-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-paper-archive-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__new-list {
    gap: 4rem;
  }
}
.p-paper-archive-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-paper-archive-summary__new-item-link:hover .p-paper-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-paper-archive-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-paper-archive-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-paper-archive-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-paper-archive-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-paper-archive-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-paper-archive-summary__new-detail-date span {
  vertical-align: middle;
}
.p-paper-archive-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-paper-archive-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}
.p-paper-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-paper-single-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-paper-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-paper-single-summary__list {
  margin-right: 1.4rem;
}
.p-paper-single-summary__item {
  margin-bottom: 1.2rem;
}
.p-paper-single-summary__item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-paper-single-summary__detail {
  margin-bottom: 3.2rem;
}
.p-paper-single-summary__detail-page {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__detail-page {
    display: block;
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-paper-single-summary__detail h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__detail h3 {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-paper-single-summary__detail h4 {
  font-size: 2rem;
  font-weight: 700;
  border-left: 0.6rem solid #0055cc;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__detail h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-paper-single-summary__detail h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__detail h5 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-paper-single-summary__detail p {
  margin-bottom: 6.4rem;
}
.p-paper-single-summary__detail p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__detail p {
    margin-bottom: 3.2rem;
  }
}
.p-paper-single-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__new {
    width: 100%;
    order: -1;
    position: relative;
    top: inherit;
    display: none;
  }
}
.p-paper-single-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-paper-single-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-paper-single-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-paper-single-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__new-list {
    gap: 4rem;
  }
}
.p-paper-single-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-paper-single-summary__new-item-link:hover .p-paper-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-paper-single-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-paper-single-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-paper-single-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-paper-single-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-paper-single-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-paper-single-summary__new-detail-date span {
  vertical-align: middle;
}
.p-paper-single-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-paper-single-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}

#ez-toc-container {
  padding: 2.4rem !important;
  border-radius: 0.4rem !important;
  border: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
#ez-toc-container a {
  font-size: 1.6rem !important;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0.6rem !important;
  }
}
#ez-toc-container .ez-toc-title {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.6rem !important;
  }
}
#ez-toc-container ul li a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container ul li a {
    font-size: 1.4rem !important;
  }
}
#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

.p-podcast-archive {
  overflow: hidden;
}
.p-podcast-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-podcast-archive-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-podcast-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-podcast-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_podcast_red.svg") left top no-repeat;
  background-size: 5rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_podcast_red.svg") left top no-repeat;
    background-size: 3.6rem auto;
    padding-left: 5rem;
  }
}
.p-podcast-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-podcast-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-podcast-archive-summary__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__list {
    gap: 4rem;
  }
}
.p-podcast-archive-summary__item {
  border-bottom: 0.1rem solid #f0f0f0;
}
.p-podcast-archive-summary__item:last-child {
  border: none;
}
.p-podcast-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-podcast-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-podcast-archive-summary__item-link:hover .p-podcast-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-podcast-archive-summary__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-podcast-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .p-podcast-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__detail {
    width: 100%;
  }
}
.p-podcast-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-podcast-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-podcast-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-podcast-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-podcast-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-podcast-archive-summary__time-icon {
  width: 5.6rem;
}
.p-podcast-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-podcast-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-podcast-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-podcast-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-podcast-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-podcast-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-podcast-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-podcast-archive-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__new {
    width: 100%;
  }
}
.p-podcast-archive-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-podcast-archive-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-podcast-archive-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-podcast-archive-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__new-list {
    gap: 4rem;
  }
}
.p-podcast-archive-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-podcast-archive-summary__new-item-link:hover .p-podcast-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-podcast-archive-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-podcast-archive-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-podcast-archive-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-podcast-archive-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-podcast-archive-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-podcast-archive-summary__new-detail-date span {
  vertical-align: middle;
}
.p-podcast-archive-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-podcast-archive-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}
.p-podcast-single {
  overflow: hidden;
}
.p-podcast-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-podcast-single-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-podcast-single-summary__heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__heading {
    gap: 3.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-podcast-single-summary__heading-left {
  display: flex;
  justify-content: flex-start;
  gap: 0.6rem;
}
.p-podcast-single-summary__heading-open {
  font-size: 1.2rem;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  background: #f0f0f0;
  color: #555555;
  line-height: 100%;
}
.p-podcast-single-summary__heading-open--true {
  background: #ff6363;
  color: #ffffff;
}
.p-podcast-single-summary__heading-list {
  margin-right: 1.4rem;
}
.p-podcast-single-summary__heading-item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-podcast-single-summary__heading-date {
  font-size: 1.4rem;
  color: #8c8c8c;
}
.p-podcast-single-summary__heading-btn {
  width: calc(100% - 270px);
  max-width: 264px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__heading-btn {
    max-width: none;
    width: 100%;
    order: -1;
  }
}
.p-podcast-single-summary__heading-btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  padding: 0.6rem 3.2rem 0.6rem 31%;
  line-height: 200%;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-podcast-single-summary__heading-btn a {
    font-size: 1.6rem;
    text-align: center;
    padding: 0.6rem 3.2rem;
  }
}
.p-podcast-single-summary__heading-btn a:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 2rem no-repeat;
  background-size: 2.4rem auto;
  color: #0055cc;
}
.p-podcast-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-podcast-single-summary__detail {
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__detail {
    gap: 1.6rem;
  }
}
.p-podcast-single-summary__time {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
  width: 26.5rem;
}
.p-podcast-single-summary__time-icon {
  width: 4.8rem;
}
.p-podcast-single-summary__time-icon-month {
  background: #f0f0f0;
  color: #0b1e22;
  padding: 0.4rem 1.4rem;
  font-size: 1.1rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-podcast-single-summary__time-icon-date {
  background: #f8f8f8;
  color: #404040;
  padding: 0.4rem 1rem 1rem;
  font-size: 1.4rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-podcast-single-summary__time-detail-date {
  color: #0b1e22;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-podcast-single-summary__time-detail-date span {
  line-height: 100%;
}
.p-podcast-single-summary__time-detail-date span.fontL {
  font-size: 1.6rem;
}
.p-podcast-single-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #8c8c8c;
}
.p-podcast-single-summary__map {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
}
.p-podcast-single-summary__map img {
  width: 4.8rem;
}
.p-podcast-single-summary__member {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.p-podcast-single-summary__member img {
  width: 4.8rem;
}
.p-podcast-single-summary__member ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem 3.2rem;
}
.p-podcast-single-summary__member ul li p {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__member ul li p {
    gap: 0.6rem;
  }
}
.p-podcast-single-summary__member ul li p span.fontM {
  font-size: 1.2rem;
}
.p-podcast-single-summary__member ul li p span.fontS {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: #8c8c8c;
}
.p-podcast-single-summary__img {
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__img {
    margin-bottom: 4rem;
  }
}
.p-podcast-single-summary__cta {
  margin-bottom: 8rem;
  border: 0.1rem solid #0055cc;
  border-radius: 2rem;
}
.p-podcast-single-summary__cta--last {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__cta {
    margin-bottom: 4rem;
  }
}
.p-podcast-single-summary__cta-ttl {
  background: #eef5ff;
  padding: 2.4rem 4.8rem 1.2rem;
  color: #0055cc;
  font-size: 2.4rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__cta-ttl {
    font-size: 2.2rem;
    padding: 1.6rem 3.2rem 1.2rem;
  }
}
.p-podcast-single-summary__cta-box {
  padding: 3.2rem 4.8rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__cta-box {
    padding: 2.4rem 3.2rem 3.2rem;
  }
}
.p-podcast-single-summary__cta-txt {
  background: url("../images/common/ico_time.svg") left center no-repeat;
  background-size: 6.4rem;
  padding: 0.7rem 0 0.7rem 8rem;
  margin: 0 0 2.4rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.p-podcast-single-summary__cta-btn {
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__cta-btn {
    max-width: none;
    width: 100%;
  }
}
.p-podcast-single-summary__cta-btn a {
  border-radius: 1rem;
  width: 100%;
  display: inline-block;
  padding: 1.6rem 3.2rem;
  line-height: 200%;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #0055cc;
  background: #0055cc url("../images/common/ico_next_white.svg") center right 2rem no-repeat;
  background-size: 2.8rem auto;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__cta-btn a {
    font-size: 1.6rem;
  }
}
.p-podcast-single-summary__cta-btn a:hover {
  background: #ffffff url("../images/common/ico_next_blue.svg") center right 2rem no-repeat;
  background-size: 2.8rem auto;
  color: #0055cc;
}
.p-podcast-single-summary__contents {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents {
    margin-bottom: 4rem;
  }
}
.p-podcast-single-summary__contents__detail {
  padding-bottom: 6.4rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__detail {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.p-podcast-single-summary__contents__detail-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__detail-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-podcast-single-summary__contents__detail-txt {
  line-height: 200%;
}
.p-podcast-single-summary__contents__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  align-items: center;
  border-bottom: 0.1rem solid #f0f0f0;
  padding-bottom: 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
  }
}
.p-podcast-single-summary__contents__time-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  padding-right: 6.8rem;
  margin-right: 5.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time-ttl {
    font-size: 2.2rem;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-podcast-single-summary__contents__time-ttl::before {
  position: absolute;
  display: block;
  content: "";
  background: #0055cc;
  width: 0.1rem;
  height: 3.4rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time-ttl::before {
    display: none;
  }
}
.p-podcast-single-summary__contents__time-icon {
  width: 5.6rem;
}
.p-podcast-single-summary__contents__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-podcast-single-summary__contents__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-podcast-single-summary__contents__time-detail-date {
  color: #0055cc;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time-detail-date {
    font-size: 1.6rem;
  }
}
.p-podcast-single-summary__contents__time-detail-date span {
  line-height: 100%;
}
.p-podcast-single-summary__contents__time-detail-date span.fontL {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time-detail-date span.fontL {
    font-size: 2.4rem;
  }
}
.p-podcast-single-summary__contents__time-detail-time {
  font-size: 1.6rem;
  line-height: 100%;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__time-detail-time {
    font-size: 1.4rem;
  }
}
.p-podcast-single-summary__contents__person-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__person-ttl {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-podcast-single-summary__contents__person-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-podcast-single-summary__contents__person-detail figure {
  width: 20rem;
  height: 20rem;
  background: #f8f8f8;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__person-detail figure {
    width: 8rem;
    height: 8rem;
  }
}
.p-podcast-single-summary__contents__person-detail figure img {
  width: 100%;
}
.p-podcast-single-summary__contents__person-txt {
  width: calc(100% - 23rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__person-txt {
    width: calc(100% - 10rem);
  }
}
.p-podcast-single-summary__contents__person-txt p {
  width: 100%;
  line-height: 200%;
  font-weight: 400;
}
.p-podcast-single-summary__contents__person-txt span.name {
  font-size: 2rem;
  margin-right: 1.2rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__person-txt span.name {
    font-size: 1.8rem;
    margin-right: 0.6rem;
  }
}
.p-podcast-single-summary__contents__person-txt span.fontM {
  font-size: 1.2rem;
  line-height: 160%;
  font-weight: 500;
}
.p-podcast-single-summary__contents__person-txt span.fontS {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  color: #8c8c8c;
  margin-bottom: 1.5rem;
  line-height: 160%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__contents__person-txt span.fontS {
    margin-bottom: 0;
  }
}
.p-podcast-single-summary__contents__person-txt span.fontXS {
  line-height: 200%;
  font-weight: 400;
}
.p-podcast-single-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__new {
    width: 100%;
  }
}
.p-podcast-single-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-podcast-single-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-podcast-single-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-podcast-single-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__new-list {
    gap: 4rem;
  }
}
.p-podcast-single-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-podcast-single-summary__new-item-link:hover .p-podcast-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-podcast-single-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-podcast-single-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-podcast-single-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-podcast-single-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-podcast-single-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-podcast-single-summary__new-detail-date span {
  vertical-align: middle;
}
.p-podcast-single-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-podcast-single-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}

.p-news-archive {
  overflow: hidden;
}
.p-news-archive-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-news-archive-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-news-archive-summary__heading {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__heading {
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
.p-news-archive-summary__heading-jp {
  font-size: 3.2rem;
  font-weight: 700;
  background: url("../images/common/ico_live.svg") left top no-repeat;
  background-size: 5.6rem auto;
  padding-left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__heading-jp {
    font-size: 2.4rem;
    background: url("../images/common/ico_live.svg") left top no-repeat;
    background-size: 4rem auto;
    padding-left: 5rem;
  }
}
.p-news-archive-summary__heading-txt {
  font-size: 1.4rem;
  color: #555555;
  width: 47%;
}
@media screen and (max-width: 1024px) {
  .p-news-archive-summary__heading-txt {
    width: 100%;
  }
}
.p-news-archive-summary__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__list {
    gap: 4rem;
  }
}
.p-news-archive-summary__item {
  border-bottom: 0.1rem solid #f0f0f0;
}
.p-news-archive-summary__item:last-child {
  border: none;
}
.p-news-archive-summary__item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .p-news-archive-summary__item-link {
    align-items: flex-start;
  }
}
.p-news-archive-summary__item-link:hover .p-news-archive-summary__detail-ttl {
  color: #0055cc;
}
.p-news-archive-summary__item-img {
  width: 41.1%;
  height: 100%;
  aspect-ratio: 425/239;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__item-img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-news-archive-summary__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.8rem;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .p-news-archive-summary__detail {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__detail {
    width: 100%;
  }
}
.p-news-archive-summary__detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-news-archive-summary__detail-item {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-news-archive-summary__detail-date {
  font-size: 1.4rem;
}
.p-news-archive-summary__detail-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.02rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__detail-ttl {
    font-size: 1.4rem;
  }
}
.p-news-archive-summary__time {
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  align-items: center;
}
.p-news-archive-summary__time-icon {
  width: 5.6rem;
}
.p-news-archive-summary__time-icon-month {
  background: #0055cc;
  color: #ffffff;
  padding: 0.4rem 1.4rem;
  font-size: 1.4rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0.4rem 0.4rem 0 0;
  text-align: center;
  line-height: 100%;
}
.p-news-archive-summary__time-icon-date {
  background: #ffffff;
  color: #0055cc;
  padding: 0.4rem 1rem 1rem;
  font-size: 2rem;
  border: 0.1rem solid #0055cc;
  border-radius: 0 0 0.4rem 0.4rem;
  text-align: center;
  line-height: 100%;
}
.p-news-archive-summary__time-detail-date {
  color: #0055cc;
  font-size: 1.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
  line-height: 100%;
}
.p-news-archive-summary__time-detail-date span {
  line-height: 100%;
}
.p-news-archive-summary__time-detail-date span.fontL {
  font-size: 2rem;
}
.p-news-archive-summary__time-detail-time {
  font-size: 1.2rem;
  line-height: 100%;
  color: #404040;
}
.p-news-archive-summary__wrap {
  background: #eef5ff;
  padding: 8rem 4.8rem 4.8rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__wrap {
    padding: 4rem 2.4rem;
  }
}
.p-news-archive-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__new {
    width: 100%;
  }
}
.p-news-archive-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-news-archive-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-news-archive-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-news-archive-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__new-list {
    gap: 4rem;
  }
}
.p-news-archive-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-news-archive-summary__new-item-link:hover .p-news-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-news-archive-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-news-archive-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-news-archive-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-news-archive-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-news-archive-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-news-archive-summary__new-detail-date span {
  vertical-align: middle;
}
.p-news-archive-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-archive-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}
.p-news-single {
  overflow: hidden;
}
.p-news-single-summary__inner {
  width: min(92.8%, 1300px);
  margin: 0 auto;
  padding: 0 0 15rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__inner {
    padding: 0 0 7.5rem;
  }
}
.p-news-single-summary__info {
  width: 73%;
  padding-right: 7.6%;
  border-right: 0.1rem solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__info {
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 4rem;
    border-right: none;
    border-bottom: 0.1rem solid #f0f0f0;
  }
}
.p-news-single-summary__ttl {
  font-size: 3.2rem;
  font-size: 700;
  color: #0055cc;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid #f0f0f0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__ttl {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-news-single-summary__list {
  margin-right: 1.4rem;
}
.p-news-single-summary__item {
  margin-bottom: 1.2rem;
}
.p-news-single-summary__item a {
  font-size: 1.2rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 0.2rem;
  padding: 0.6rem 1.2rem;
  color: #555555;
  line-height: 100%;
}
.p-news-single-summary__detail {
  margin-bottom: 3.2rem;
}
.p-news-single-summary__detail img {
  margin-bottom: 4rem;
}
.p-news-single-summary__detail h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0055cc;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__detail h3 {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.p-news-single-summary__detail h4 {
  font-size: 2rem;
  font-weight: 700;
  border-left: 0.6rem solid #0055cc;
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__detail h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-news-single-summary__detail h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__detail h5 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-news-single-summary__detail p {
  margin-bottom: 6.4rem;
}
.p-news-single-summary__detail p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__detail p {
    margin-bottom: 3.2rem;
  }
}
.p-news-single-summary__new {
  width: 23%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__new {
    width: 100%;
  }
}
.p-news-single-summary__new-heading {
  margin-bottom: 3.2rem;
}
.p-news-single-summary__new-heading-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 200%;
  color: #0055cc;
  text-align: center;
}
.p-news-single-summary__new-heading-en {
  font-weight: 600;
  color: #ff6363;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.p-news-single-summary__new-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__new-list {
    gap: 4rem;
  }
}
.p-news-single-summary__new-item-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-news-single-summary__new-item-link:hover .p-member-news-archive-summary__new-detail-ttl {
  color: #0055cc;
}
.p-news-single-summary__new-item-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 425/239;
  margin-bottom: 1.6rem;
}
.p-news-single-summary__new-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: 100%;
}
.p-news-single-summary__new-detail-list {
  display: flex;
  justify-content: flex-start;
  gap: 0.8rem;
}
.p-news-single-summary__new-detail-item {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.6rem 1.2rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #f0f0f0;
}
.p-news-single-summary__new-detail-date {
  font-size: 1.3rem;
  color: #555555;
  font-weight: 400;
}
.p-news-single-summary__new-detail-date span {
  vertical-align: middle;
}
.p-news-single-summary__new-detail-ttl {
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-single-summary__new-detail-ttl {
    font-size: 1.4rem;
  }
}

#ez-toc-container {
  padding: 2.4rem !important;
  border-radius: 0.4rem !important;
  border: none !important;
  width: 100% !important;
  box-sizing: border-box;
}
#ez-toc-container a {
  font-size: 1.6rem !important;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title-container {
    margin-bottom: 0.6rem !important;
  }
}
#ez-toc-container .ez-toc-title {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.6rem !important;
  }
}
#ez-toc-container ul li a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  #ez-toc-container ul li a {
    font-size: 1.4rem !important;
  }
}
#ez-toc-container ul li:last-child {
  margin-bottom: 0;
}

.p-privacy {
  overflow: hidden;
}
.p-privacy-body__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__inner {
    padding: 0 0 10rem;
  }
}
.p-privacy-body__heading {
  margin-bottom: 4rem;
}
.p-privacy-body__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__heading-en {
    font-size: 1.6rem;
  }
}
.p-privacy-body__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__heading-jp {
    font-size: 2.4rem;
  }
}
.p-privacy-body__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__contents {
    gap: 4rem;
  }
}
.p-privacy-body__content-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: 0.6rem solid #0055cc;
}
@media screen and (max-width: 767px) {
  .p-privacy-body__content-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-privacy-body__content-txt {
  line-height: 200%;
}
.p-privacy-body__content a {
  text-decoration: underline;
  word-break: break-all;
}
.p-privacy-body__content a:hover {
  color: #0055cc;
}
.p-privacy-body__list {
  margin-top: 1.6rem;
}
.p-privacy-body__item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}

.p-certification {
  overflow: hidden;
}
.p-certification-body__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-certification-body__inner {
    padding: 0 0 10rem;
  }
}
.p-certification-body__heading {
  margin-bottom: 4rem;
}
.p-certification-body__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-certification-body__heading-en {
    font-size: 1.6rem;
  }
}
.p-certification-body__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-certification-body__heading-jp {
    font-size: 2.4rem;
  }
}
.p-certification-body__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-certification-body__contents {
    gap: 4rem;
  }
}
.p-certification-body__content-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: 0.6rem solid #0055cc;
}
@media screen and (max-width: 767px) {
  .p-certification-body__content-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-certification-body__content-txt {
  line-height: 200%;
}
.p-certification-body__content a {
  text-decoration: underline;
  word-break: break-all;
}
.p-certification-body__content a:hover {
  color: #0055cc;
}
.p-certification-body__list {
  margin-top: 1.6rem;
}
.p-certification-body__item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}

.p-regulation {
  overflow: hidden;
}
.p-regulation-body__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-regulation-body__inner {
    padding: 0 0 10rem;
  }
}
.p-regulation-body__heading {
  margin-bottom: 4rem;
}
.p-regulation-body__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-regulation-body__heading-en {
    font-size: 1.6rem;
  }
}
.p-regulation-body__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-regulation-body__heading-jp {
    font-size: 2.4rem;
  }
}
.p-regulation-body__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-regulation-body__contents {
    gap: 4rem;
  }
}
.p-regulation-body__content-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: 0.6rem solid #0055cc;
}
@media screen and (max-width: 767px) {
  .p-regulation-body__content-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-regulation-body__content-txt {
  line-height: 200%;
}
.p-regulation-body__content a {
  text-decoration: underline;
  word-break: break-all;
}
.p-regulation-body__content a:hover {
  color: #0055cc;
}
.p-regulation-body__list {
  margin-top: 1.6rem;
}
.p-regulation-body__item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}

.p-notation {
  overflow: hidden;
}
.p-notation-body__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 0 0 20rem;
  color: #0b1e22;
}
@media screen and (max-width: 767px) {
  .p-notation-body__inner {
    padding: 0 0 10rem;
  }
}
.p-notation-body__heading {
  margin-bottom: 4rem;
}
.p-notation-body__heading-en {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0055cc;
}
@media screen and (max-width: 767px) {
  .p-notation-body__heading-en {
    font-size: 1.6rem;
  }
}
.p-notation-body__heading-jp {
  font-size: 4.2rem;
  font-weight: 700;
  color: #0b1e22;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-notation-body__heading-jp {
    font-size: 2.4rem;
  }
}
.p-notation-body__contents {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-notation-body__contents {
    gap: 4rem;
  }
}
.p-notation-body__content-ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: 0.6rem solid #0055cc;
}
@media screen and (max-width: 767px) {
  .p-notation-body__content-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-notation-body__content-txt {
  line-height: 200%;
}
.p-notation-body__content a {
  text-decoration: underline;
  word-break: break-all;
}
.p-notation-body__content a:hover {
  color: #0055cc;
}
.p-notation-body__list {
  margin-top: 1.6rem;
}
.p-notation-body__item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 160%;
}
