@charset "UTF-8";
/*======================================
    Font size
======================================*/
/*======================================
    color
======================================*/
/*======================================
    font
======================================*/
@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*======================================
    media
======================================*/
/*======================================
    mixin
======================================*/
/*======================================
    animation
======================================*/
@keyframes scale-1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.83);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale-2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.93);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale-3 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.88);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*======================================
    common
======================================*/
html {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
}

body {
  background-color: #fff;
}
body.lang_en > * {
  letter-spacing: -0.01em !important;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  br.is_pc {
    display: none;
  }
}

br.is_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.is_sp {
    display: block;
  }
}

#wpadminbar {
  position: fixed !important;
}

/*======================================
    layout
======================================*/
.container {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.inner {
  max-width: 75rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*======================================
    button
======================================*/
.c-button_more {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 4.1875rem;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 62.5rem;
  position: relative;
  margin-top: 4rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-button_more {
    max-width: 18.75rem;
    width: 90%;
  }
}
.c-button_more:hover::after {
  transform: translate(calc(3.125rem + 50%), -50%);
}
.c-button_more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.125rem;
  height: 1px;
  background-color: #000;
  transform: translate(50%, -50%);
}
.c-button_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  transform: translate(50%, -50%);
  background-color: #fff;
  border: 1px solid #000;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.c-button_contact {
  position: fixed;
  bottom: 2.5rem;
  right: 50%;
  transform: translateX(min(46.75vw, 45rem));
  font-size: 0.9375rem;
  line-height: 0.8666666667;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 7rem;
  aspect-ratio: 1/1;
  background-color: #f0823c;
  color: #fff;
  z-index: 200;
  border: 1px solid #f0823c;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-button_contact {
    bottom: 1.25rem;
    height: 2.5rem;
    border-radius: 62.5rem;
    right: 50%;
    transform: translateX(50%);
    width: 90%;
    max-width: 31.25rem;
  }
  .c-button_contact br {
    display: none;
  }
}
.c-button_contact:hover {
  background-color: #fff;
  color: #f0823c;
}
.c-button_contact:hover::before {
  border-color: #f0823c;
}
.c-button_contact::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 0.5625rem;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s ease;
}

/*======================================
    page
======================================*/
.page {
  padding-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .page {
    padding-top: 6.25rem;
  }
}

.c-page_title {
  font-size: 4.375rem;
  font-family: "Helvetica", sans-serif;
  line-height: 1.1428571429;
  font-feature-settings: "palt";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-page_title {
    font-size: 2rem;
  }
}

.en {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.ja .en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.ja .c-section_text,
.ja .c-section_lead,
.ja .t-fv_contents_text,
.ja .p-partner_head_text,
.ja .p-partner-program_list_text,
.ja .t-what_list_dl dd,
.ja .s-people_text {
  text-align: justify;
}

/*======================================
    section
======================================*/
.c-bg_blue {
  background-color: #0074bd;
  color: #fff;
  padding: 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .c-bg_blue {
    padding: 5rem 0;
  }
}

.c-section_title_line {
  font-size: 1.75rem;
  font-family: "Helvetica", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  display: inline-block;
  border-bottom: 0.25rem solid #000;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-section_title_line {
    font-size: 1.375rem;
  }
}
.c-section_title_line {
  margin-bottom: 2.5rem;
}

.c-section_title {
  font-size: 2.5rem;
  font-family: "Helvetica", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-section_title.c-section_title_lg {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section_title {
    font-size: 2rem;
  }
}
.c-section_title {
  margin-bottom: 1.25rem;
}

.c-section_text {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-section_text {
    font-size: 1rem;
  }
}

.c-section_lead {
  max-width: 37.5rem;
}

/*======================================
    parts
======================================*/
.c-partner_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.125rem;
  row-gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-partner_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-partner_list_link {
  display: block;
  transition: opacity 0.3s ease;
  border-radius: 0.4375rem;
  overflow: hidden;
}
.c-partner_list_link:hover {
  opacity: 0.7;
}

.c-news_list {
  border-top: 1px solid #000;
}
.c-news_list:last-child {
  border-bottom: 1px solid #000;
}

.c-news_list_link {
  min-height: 6.25rem;
  padding: 1.25rem 2.5rem 1.25rem 0;
  display: grid;
  grid-template-columns: 7.5rem auto;
  align-items: center;
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-news_list_link {
    grid-template-columns: 1fr;
  }
}
.c-news_list_link:hover {
  opacity: 0.7;
}
.c-news_list_link:hover::before {
  transform: translate(0.375rem, -50%) rotate(-45deg);
}
.c-news_list_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.65);
  border-right: 1px solid rgba(0, 0, 0, 0.65);
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

.c-news_list_date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.c-news_list_title {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

.c-people_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 2.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-people_cards {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  }
}

.c-people_card {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 1.5rem 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.c-people_card:hover {
  transform: scale(1.05);
}

.c-people_card_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #e6e6e4;
}

.c-people_card_img {
  display: block;
  width: 100%;
}
.c-people_card_img img {
  aspect-ratio: 282/246;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}

.c-people_card_body {
  padding: 0.625rem 1.25rem 2.375rem;
}

.c-people_card_name {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-people_card_name {
    font-size: 1rem;
  }
}

.c-people_card_text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}

/*======================================
    animation
======================================*/
.fadeIn {
  opacity: 0;
  transform: translateY(1.25rem);
}

/*======================================
    header
======================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  transition: background-color 0.3s ease;
}
.header.-bg, .header.drawer-open {
  background-color: #fff;
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.16));
}

.h_inner {
  display: flex;
  column-gap: 1.25rem;
  padding: 1.625rem 1.625rem 1.25rem 1.75rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .h_inner {
    padding: 1.25rem 1.25rem;
  }
}

.h_logo {
  max-width: 22.8125rem;
}
@media screen and (max-width: 767px) {
  .h_logo {
    max-width: 12.5rem;
  }
}
.h_logo a {
  display: block;
}

.h_nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .h_nav {
    display: none;
  }
}

.h_nav_lists {
  display: flex;
  column-gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .h_nav_lists {
    flex-direction: column;
    align-items: center;
    row-gap: 1.25rem;
  }
}

.h_nav_list a {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  padding: 0.2em 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .h_nav_list a {
    font-size: 1.25rem;
  }
}
.h_nav_list a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.h_nav_list a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0074bd;
  height: 2px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

.h_nav_langs {
  display: flex;
  column-gap: 0.9375rem;
  margin-left: 1.875rem;
}

.h_nav_lang:nth-child(n+2) {
  position: relative;
}
.h_nav_lang:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.46875rem;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1.5rem;
  background-color: #0074bd;
}
.h_nav_lang a {
  font-size: 0.6875rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #0074bd;
  border-radius: 50%;
  color: #0074bd;
}
.h_nav_lang a.is-current {
  background-color: #0074bd;
  color: #fff;
}

/*======================================
    drawer
======================================*/
.d-icon {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: fixed;
  top: 2rem;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 0.625rem;
  z-index: 400;
}
@media screen and (min-width: 1025px) {
  .d-icon {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .d-icon {
    top: 2.75rem;
  }
}
.d-icon.active::before, .d-icon.active::after {
  top: 50%;
}
.d-icon.active::before {
  transform: translate(-50%, -50%) rotate(20deg);
}
.d-icon.active::after {
  transform: translate(-50%, -50%) rotate(-20deg);
}
.d-icon::before, .d-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 100%;
  background-color: #0074bd;
  transition: transform 0.3s ease, top 0.3s ease;
}
.d-icon::before {
  top: 0;
}
.d-icon::after {
  top: 100%;
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 299;
  background-color: #0074bd;
  padding: 6.25rem 0 2.5rem;
  overflow: auto;
  color: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .drawer {
    display: none;
  }
}
.drawer.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.drawer .h_nav_langs {
  margin-top: 2.5rem;
  justify-content: center;
  margin-left: 0;
}
.drawer .h_nav_langs .h_nav_lang a {
  background-color: #fff;
  color: #0074bd;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

/*======================================
    partners
======================================*/
.footer_wrap {
  margin-top: auto;
}

.c-partners {
  background-color: #f0823c;
  color: #fff;
  padding: 2.75rem 0 3.75rem;
}

.c-partners_inner {
  display: grid;
  grid-template-columns: auto 9.875rem;
  column-gap: 2.125rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-partners_inner {
    grid-template-columns: 1fr;
  }
}

.c-partners_contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.c-partners_title {
  font-size: 4.375rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-partners_title {
    font-size: 2rem;
  }
}

.c-partners_text {
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: justify;
  line-height: 1.75;
  max-width: 44.625rem;
  margin-top: 0.375rem;
}

.c-partners_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.875rem;
  height: 9.875rem;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  font-size: 1.125rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-partners_link {
    height: 2.5rem;
    border-radius: 62.5rem;
    width: 100%;
    max-width: 18.75rem;
    margin: 2.5rem auto 0;
  }
}
.c-partners_link:hover {
  background-color: #fff;
  color: #f0823c;
}
.c-partners_link:hover::before {
  transform: translate(0.375rem, -50%) rotate(-45deg);
  border-color: #f0823c;
}
.c-partners_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/*======================================
    footer
======================================*/
.footer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.625rem 3rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.75rem 1.25rem;
  }
}

.f_wrap {
  display: flex;
  column-gap: 2.5rem;
  flex-wrap: wrap;
  row-gap: 2.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .f_wrap {
    flex-direction: column;
  }
}

.f_head {
  display: flex;
  flex-direction: column;
}

.f_logo {
  max-width: 14.5rem;
}

.f_logo_text {
  font-size: 1.5625rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .f_logo_text {
    font-size: 1.25rem;
  }
}

.f_copy {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}
.f_copy small {
  font-size: inherit;
}

.f_contents {
  width: 44.375rem;
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .f_contents {
    width: 100%;
  }
}

.f_contents_letter {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.f_newsletter {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  color: #363332;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.5625rem;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  line-height: 1.2;
  padding-left: 2rem;
}
.f_newsletter::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.125rem;
  transform: translateY(-50%);
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_letter_gray.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}

.f_contents_letter_form {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form {
    margin-top: 1.25rem;
  }
}
.f_contents_letter_form .tnp-subscription {
  margin: 0.625rem 0 0;
  max-width: unset;
}
.f_contents_letter_form form {
  display: flex;
  flex-wrap: wrap;
}
.f_contents_letter_form form .tnp-field.tnp-field-firstname label, .f_contents_letter_form form .tnp-field.tnp-field-surname label, .f_contents_letter_form form .tnp-field.tnp-field-email label {
  display: inline-block;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.f_contents_letter_form form .tnp-field.tnp-field-firstname label::before, .f_contents_letter_form form .tnp-field.tnp-field-surname label::before, .f_contents_letter_form form .tnp-field.tnp-field-email label::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
.f_contents_letter_form form .tnp-field.tnp-field-firstname, .f_contents_letter_form form .tnp-field.tnp-field-surname {
  width: 11.0625rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form form .tnp-field.tnp-field-firstname, .f_contents_letter_form form .tnp-field.tnp-field-surname {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form form .tnp-field.tnp-field-surname {
    margin-right: 0;
  }
}
.f_contents_letter_form form .tnp-field.tnp-field-email {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form form .tnp-field.tnp-field-email {
    flex: none;
    width: 100%;
  }
}
.f_contents_letter_form form .tnp-field input[type=text],
.f_contents_letter_form form .tnp-field input[type=email] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  padding: 0.25rem 0 0.25rem;
}
.f_contents_letter_form form .tnp-field.tnp-privacy-field {
  width: calc(100% - 7.5rem);
  max-width: 29.375rem;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form form .tnp-field.tnp-privacy-field {
    width: 100%;
  }
}
.f_contents_letter_form form .tnp-field.tnp-privacy-field label {
  display: block;
  position: relative;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1.5833333333;
  font-weight: 500;
  cursor: pointer;
}
.f_contents_letter_form form .tnp-field.tnp-privacy-field .tnp-privacy {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  border-radius: none;
  cursor: pointer;
}
.f_contents_letter_form form .tnp-field.tnp-privacy-field .tnp-privacy::after {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: 0;
  width: 0.75rem;
  height: 0.25rem;
  border-left: 2px solid rgba(0, 0, 0, 0.7);
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.f_contents_letter_form form .tnp-field.tnp-privacy-field .tnp-privacy:checked::after {
  opacity: 1;
}
.f_contents_letter_form form .tnp-field.tnp-field-button {
  margin-left: auto;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .f_contents_letter_form form .tnp-field.tnp-field-button {
    margin-left: 0;
  }
}
.f_contents_letter_form form .tnp-field.tnp-field-button input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.625rem;
  width: 7.5rem;
  border: 1px solid rgba(0, 0, 0, 0.57);
  border-radius: 62.5rem;
  box-shadow: none;
  background-color: #fff;
  color: #363332;
  padding: 0;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s eaSe;
}
.f_contents_letter_form form .tnp-field.tnp-field-button input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}

.f_contents_info {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .f_contents_info {
    flex-direction: column;
    align-items: start;
  }
}

.f_contents_info_texts {
  flex: 1;
}
.f_contents_info_texts .f_text {
  margin-top: 0.375rem;
}

.f_text_md {
  margin-top: 1rem;
  line-height: 1.5;
}

.f_text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

.f_nav {
  display: flex;
  column-gap: 1rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .f_nav {
    flex-wrap: wrap;
    row-gap: 0.625rem;
    margin: 3.125rem 0;
  }
}

.f_nav_item a {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  display: block;
  transition: opacity 0.3s ease;
}
.f_nav_item a:hover {
  opacity: 0.7;
}

.f_linkedin {
  display: block;
  width: 2.375rem;
  margin-left: auto;
  transition: opacity 0.3s ease;
  transform: translateY(0.5rem);
}
.f_linkedin:hover {
  opacity: 0.7;
}

.f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.625rem;
}

.f_privacy {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  text-align: right;
  margin-top: 0.5rem;
  transition: opacity 0.3s ease;
}
.f_privacy:hover {
  opacity: 0.7;
}

/*======================================
    TOP
======================================*/
.t-fv {
  background: linear-gradient(to bottom, #b9d9ed 0%, #b9d9ed 3%, #3f97cd 45%);
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.t-fv::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 151.875rem;
  height: 151.875rem;
  border-radius: 50%;
  background-color: #f5fafc;
  transform: translate(-63.5%, 87.5%);
  z-index: -1;
}

.t-fv_visual_wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.t-fv_head {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 2;
}

.t-fv_head_text {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 1.1428571429;
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
  color: #fff;
  text-align: justify;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .t-fv_head_text {
    font-size: 1.875rem;
  }
}

.t-fv_contents {
  max-width: 55.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.125rem;
}

.t-fv_contents_head {
  display: flex;
}

.t-fv_visual_target {
  height: 17.25rem;
  flex: 1;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .t-fv_visual_target {
    margin-top: 6.25rem;
  }
}

.t-fv_contents_title {
  writing-mode: vertical-rl;
}
.t-fv_contents_title span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
}

.t-fv_contents_text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.25rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .t-fv_contents_text {
    margin-top: 0;
  }
}

.t-fv_visual_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1/2;
  grid-row: 1/2;
}
.t-fv_visual_wrap svg {
  width: min(80%, 47.25rem);
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .t-fv_visual_wrap svg {
    width: min(96%, 31.25rem);
  }
}

.t-what {
  background-color: #f2f2e7;
  padding: 8.375rem 0 10.75rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .t-what {
    padding: 5rem 0;
  }
}
.t-what::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  width: 63.875rem;
  aspect-ratio: 1/1;
  background: url(../img/grad_circle.png) no-repeat center/contain;
  mix-blend-mode: overlay;
  z-index: -1;
}
.t-what .c-section_title_line {
  margin-bottom: 3rem;
}

.t-what_lists {
  margin-top: 3.75rem;
}

.t-what_list {
  background-color: #fff;
  color: #0074bd;
  padding: 1.25rem 2.8125rem 1.25rem 2.375rem;
  min-height: 9.375rem;
  border-radius: 0.4375rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .t-what_list {
    padding: 2.5rem 1.875rem;
  }
}
.t-what_list:nth-child(n+2) {
  margin-top: 1.875rem;
}

.t-what_list_dl {
  display: grid;
  grid-template-columns: 31.25rem auto;
  column-gap: 1.625rem;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .t-what_list_dl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .t-what_list_dl {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}
.t-what_list_dl dt {
  font-size: 2.5rem;
  font-family: "Helvetica", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .t-what_list_dl dt.c-section_title_lg {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .t-what_list_dl dt {
    font-size: 2rem;
  }
}
.t-what_list_dl dd {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .t-what_list_dl dd {
    font-size: 1rem;
  }
}

.t-partners .c-section_title {
  margin-bottom: 1.875rem;
}
.t-partners .c-partner_lists {
  margin-top: 5.25rem;
}
@media screen and (max-width: 767px) {
  .t-partners .c-partner_lists {
    margin-top: 2.5rem;
  }
}

.t-news {
  padding: 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .t-news {
    padding: 5rem 0;
  }
}

/*======================================
    people
======================================*/
.p-people {
  padding-bottom: 7rem;
}

.p-people_section {
  margin-top: 6.25rem;
}
.p-people_section.-impact {
  margin-top: 4.625rem;
}

.s-people {
  padding-bottom: 4.875rem;
}

.s-people_head {
  display: grid;
  grid-template-columns: 20.625rem auto;
  column-gap: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .s-people_head {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .s-people_head {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.s-people_img {
  aspect-ratio: 330/410;
}
@media screen and (max-width: 767px) {
  .s-people_img {
    width: 100%;
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-people_img img {
  height: 100%;
  object-fit: cover;
}

.s-people_info {
  display: flex;
  flex-direction: column;
}

.s-people_info_head {
  margin-bottom: 1.875rem;
}

.s-people_info_name {
  font-size: 2.5rem;
  font-family: "Helvetica", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .s-people_info_name.c-section_title_lg {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .s-people_info_name {
    font-size: 2rem;
  }
}

.s-people_info_gender {
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 0.625rem;
}

.s-people_info_text {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .s-people_info_text {
    font-size: 1rem;
  }
}
.s-people_info_text {
  letter-spacing: normal;
  line-height: 1.4;
}

.s-people_info_position_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  column-gap: 1.25rem;
}

.s-people_info_link {
  display: block;
  width: 1.5625rem;
  transition: opacity 0.3s ease;
}
.s-people_info_link:hover {
  opacity: 0.7;
}

.s-people_info_focus {
  margin-top: 1.25rem;
}
.s-people_info_focus dt, .s-people_info_focus dd {
  font-weight: 500;
}

.s-people_info_lead {
  margin-top: auto;
  background-color: #f2f2e7;
  padding: 1.875rem 2.25rem 1.25rem;
  max-width: 41.25rem;
  position: relative;
}
.s-people_info_lead::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0.625rem;
  transform: translateY(-25%);
  color: #0074bd;
  font-size: 4.0625rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  z-index: 2;
  line-height: 1;
}

.s-people_body {
  margin-top: 4.625rem;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .s-people_body {
    margin-top: 2.5rem;
  }
}

.s-people_text {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .s-people_text {
    font-size: 1rem;
  }
}

/*======================================
    partners
======================================*/
.p-partner {
  overflow: hidden;
}

.p-partner_head {
  display: grid;
  grid-template-columns: auto 54.55%;
  margin-right: -7.5rem;
  column-gap: 5rem;
  margin-top: 2rem;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-partner_head {
    margin-right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .p-partner_head {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 1.25rem;
    margin-right: 0;
  }
}

.p-partner_head_text {
  max-width: 30rem;
  margin-top: -0.45em;
}
@media screen and (max-width: 767px) {
  .p-partner_head_text {
    max-width: 100%;
    margin-top: 0;
  }
}

.p-partner_head_img img {
  aspect-ratio: 720/300;
  height: 100%;
  object-fit: cover;
}

.p-partner-program_head {
  background-color: #f2f2e7;
  padding: 4.625rem 0 5.25rem;
}
@media screen and (max-width: 767px) {
  .p-partner-program_head {
    margin-top: 3.125rem;
    padding: 5rem 0;
  }
}

.p-partner-program_head_inner {
  display: grid;
  grid-template-columns: 45% auto;
  column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-partner-program_head_inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .p-partner_title {
    font-size: 3.125rem;
  }
}

.p-partner-program_lead {
  margin-top: 5.25rem;
}

.p-partner-program_contents {
  margin-top: 2.875rem;
  background-color: #d6e1e7;
  padding: 6.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-partner-program_contents {
    padding: 2.5rem 1.875rem;
  }
}

.p-partner-program_lists {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.p-partner-program_list {
  display: flex;
  column-gap: 3.75rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list {
    flex-direction: column;
  }
}
.p-partner-program_list:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list:nth-child(even) {
    flex-direction: column;
  }
}
.p-partner-program_list:nth-child(n+2) {
  margin-top: 5.25rem;
}

.p-partner-program_list_texts {
  max-width: 22.5rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list_texts {
    margin-top: 3.125rem;
    display: contents;
  }
}
.p-partner-program_list_texts .c-section_title {
  color: #0074bd;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #0074bd;
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list_texts .c-section_title {
    order: 1;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
  }
}

.p-partner-program_list_text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list_text {
    order: 3;
    font-size: 1rem;
  }
}

.p-partner-program_list_img {
  max-width: 30rem;
  width: 50%;
  align-self: start;
}
.p-partner-program_list_img img {
  aspect-ratio: 480/300;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-partner-program_list_img {
    width: 100%;
    order: 2;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
}

.p-partner-lists {
  margin-top: 6.25rem;
  padding-top: 5.875rem;
}
.p-partner-lists .c-partner_lists {
  margin-top: 2.5rem;
}

/*======================================
    contact
======================================*/
.p-contact {
  padding-bottom: 7.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

.p-contact_inner {
  display: grid;
  grid-template-columns: 25rem auto;
  column-gap: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-contact_inner {
    grid-template-columns: 1fr;
  }
}

.p-contact_head .c-section_text {
  margin-top: 1.5rem;
}

.p-contact_body {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact_body {
    margin-top: 2.5rem;
  }
}

.p-contact_form {
  background-color: #f2f2e7;
  padding: 3.125rem 3.5rem 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact_form {
    padding: 2.5rem 1.25rem;
  }
}
.p-contact_form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

.p-contact_form_list:nth-child(n+2) {
  margin-top: 1.9375rem;
}

.p-contact_form_list_column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact_form_list_column2 {
    column-gap: 1.25rem;
  }
}

.p-contact_form_list_label {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-contact_form_list_label {
    font-size: 1rem;
  }
}
.p-contact_form_list_label {
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact_form_list_label {
    margin-bottom: 0.5rem;
  }
}
.p-contact_form_list_label .required {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 300;
  color: #c1272d;
  margin-left: 0.375rem;
}

.p-contact_form_list_input input,
.p-contact_form_list_input textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  width: 100%;
  padding: 0.625rem;
  line-height: 1.75;
}
.p-contact_form_list_input textarea {
  height: 13rem;
  resize: vertical;
}

.p-contact_form_updates {
  margin-top: 2rem;
}
.p-contact_form_updates label {
  display: flex;
  align-items: start;
  column-gap: 0.875rem;
}
.p-contact_form_updates .wpcf7-list-item {
  margin: 0;
}
.p-contact_form_updates .wpcf7-list-item input {
  margin: 0;
  margin-top: 0.25rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  display: block;
  position: relative;
}
.p-contact_form_updates .wpcf7-list-item input:checked::before {
  opacity: 1;
  visibility: visible;
}
.p-contact_form_updates .wpcf7-list-item input::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.875rem;
  height: 0.625rem;
  border-bottom: 0.25rem solid #0074bd;
  border-left: 0.25rem solid #0074bd;
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-contact_form_updates .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  display: block;
}

.p-contact_form_submit {
  margin-top: 3.75rem;
  margin-left: 0.25rem;
}
.p-contact_form_submit input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 62.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.625rem;
  background-color: #0074bd;
  border: 1px solid #0074bd;
  color: #fff;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-contact_form_submit input:hover {
  color: #0074bd;
  background-color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.p-contact_google {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #e6e6e4;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-family: "Helvetica", sans-serif;
  margin-top: 1.5em;
}
.p-contact_google a {
  font-weight: inherit;
}

/*======================================
    about
======================================*/
.p-about .p-partner_head {
  margin-top: 2.75rem;
}

.p-about_impact {
  background-color: #f2f2e7;
  padding: 6.25rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about_impact {
    margin-top: 3.125rem;
    padding: 5rem 0;
  }
}

.p-about_impact_inner {
  display: flex;
  flex-direction: column;
}

.p-about_impact_head {
  display: grid;
  grid-template-columns: 11.625rem auto;
  column-gap: 3.125rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about_impact_head {
    display: contents;
  }
  .p-about_impact_head .c-section_title {
    order: 1;
  }
  .p-about_impact_head .c-section_text {
    order: 3;
  }
}

.p-about_impact_head_texts .c-section_title {
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-about_impact_head_texts {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-about_impact_logo {
    max-width: 12.5rem;
    margin: 0 auto 2.5rem;
    order: 2;
  }
}

.p-about_impact_body {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about_impact_body {
    order: 4;
    margin-top: 1.875rem;
  }
}

.p-about_hub {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-about_hub {
    padding: 5rem 0;
  }
}

.p-about_hub_inner {
  display: grid;
  grid-template-columns: 40% auto;
  column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about_hub_inner {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-about_hub_texts {
  max-width: 37.5rem;
  margin-left: auto;
}
.p-about_hub_texts .c-section_text {
  margin-top: -0.45em;
}
.p-about_hub_texts .c-section_text .lg {
  font-size: 1.4em;
  line-height: 1;
}

.p-about_theory {
  padding: 7.5rem 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about_theory {
    padding: 5rem 0;
  }
}

.p-about_theory_container {
  max-width: 51rem;
  margin: 4.75rem auto 0;
  background-color: #0074bd;
  color: #fff;
  border-radius: 1.875rem;
  padding: 2.5rem 2.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about_theory_container {
    margin-top: 2.5rem;
    padding: 2.5rem 1.25rem 3.125rem;
  }
}

.p-about_theory_title {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.1875rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.ja .p-about_theory_text {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ja .p-about_theory_text {
    font-size: 0.875rem;
  }
}

.p-about_theory_text {
  font-size: 1.625rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.8461538462;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-about_theory_text {
    line-height: 1.5;
    font-size: 1.25rem;
  }
}

.p-about_theory_graph_wrap {
  height: 41rem;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about_theory_graph_wrap {
    height: 25rem;
  }
}
.p-about_theory_graph_wrap::before, .p-about_theory_graph_wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  aspect-ratio: 28/24;
  background-color: #524f4e;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 2;
}
.p-about_theory_graph_wrap::before {
  top: 0.75rem;
}
.p-about_theory_graph_wrap::after {
  bottom: 0.75rem;
}

.p-about_theory_graph_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 64.625rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: -3;
}
@media screen and (max-width: 767px) {
  .p-about_theory_graph_bg {
    width: 38.75rem;
  }
}

.p-about_theory_graph_circle1,
.p-about_theory_graph_circle2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.p-about_theory_graph_circle1 {
  z-index: -2;
  width: 59.75rem;
  aspect-ratio: 956/602;
  background: url(../img/about_theory_circle_lg.png) no-repeat center/cover;
  animation: 5s ease-in-out 0.3s infinite normal none running scale-1;
}
@media screen and (max-width: 767px) {
  .p-about_theory_graph_circle1 {
    width: 35.875rem;
  }
}

.p-about_theory_graph_circle2 {
  z-index: -1;
  width: 52.875rem;
  aspect-ratio: 846/506;
  background: url(../img/about_theory_circle_sm.png) no-repeat center/cover;
  opacity: 0.6;
  mix-blend-mode: multiply;
  animation: 5s ease-in-out 0s infinite normal none running scale-2;
}
@media screen and (max-width: 767px) {
  .p-about_theory_graph_circle2 {
    width: 31.75rem;
  }
}

.p-about_theory_graph_title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.625rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-about_theory_graph_title {
    font-size: 1.1875rem;
  }
}

.p-about_theory_graph {
  max-width: 38.75rem;
  margin: 2.5rem auto;
  position: relative;
}
.p-about_theory_graph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-103.57%, -50%);
  width: 4.5%;
  aspect-ratio: 28/148;
  background: url(../img/about_theory_text.svg) no-repeat center/contain;
}

.p-about_theory_strategies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.75rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about_theory_strategies {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.p-about_theory_strategy {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  color: #0074bd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.375rem;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3636363636;
}
@media screen and (max-width: 767px) {
  .p-about_theory_strategy {
    font-size: 1.125rem;
  }
}

.p-about_theory_texts {
  max-width: 45rem;
  margin: 3.875rem auto;
}
@media screen and (max-width: 767px) {
  .p-about_theory_texts {
    margin: 1.875rem auto 0;
  }
}

/*======================================
    news
======================================*/
.p-news {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-news.ja .p-news_title {
    font-size: 2.25rem;
  }
}

.p-news_wrap {
  max-width: 56.25rem;
}

.a-news_lists {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .a-news_lists {
    margin-top: 2.5rem;
  }
}

.p-news_date {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news_date {
    margin-top: 2.5rem;
  }
}

.p-news_title {
  font-size: 4.375rem;
  font-family: "Helvetica", sans-serif;
  line-height: 1.1428571429;
  font-feature-settings: "palt";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-news_title {
    font-size: 2rem;
  }
}
.p-news_title {
  margin-top: 1.25rem;
}

.p-news_contents {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-news_contents {
    font-size: 1rem;
  }
}
.p-news_contents h2 {
  font-size: 2.5rem;
  font-family: "Helvetica", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-news_contents h2.c-section_title_lg {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news_contents h2 {
    font-size: 2rem;
  }
}
.p-news_contents h2 {
  margin-top: 6.25rem;
}
.p-news_contents p {
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-news_contents p {
    font-size: 1rem;
  }
}
.p-news_contents p {
  margin-bottom: 2.5rem;
}
.p-news_contents a {
  font-weight: inherit;
  color: #0074bd;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.p-news_contents a:hover {
  opacity: 0.7;
}
.p-news_contents img {
  display: block;
  width: 70%;
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-news_contents img {
    width: 100%;
  }
}

.s-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 5rem;
  align-items: center;
  width: fit-content;
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .s-pagination {
    margin-top: 5rem;
  }
}

.s-pagination_arrow,
.s-pagination_all {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.205em;
  line-height: 1.7142857143;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.s-pagination_arrow:hover,
.s-pagination_all:hover {
  opacity: 0.7;
}

.s-pagination_arrow {
  aspect-ratio: 1/1;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s-pagination_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.s-pagination_arrow.-prev {
  grid-column: 1/2;
  grid-row: 1/2;
}
.s-pagination_arrow.-prev::before {
  transform: translateY(-50%) rotate(135deg);
}
.s-pagination_arrow.-prev:hover {
  transform: translateX(-25%);
}
.s-pagination_arrow.-next {
  grid-column: 3/4;
  grid-row: 1/2;
}
.s-pagination_arrow.-next::before {
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.s-pagination_arrow.-next:hover {
  transform: translateX(25%);
}

.s-pagination_all {
  text-decoration: underline;
  grid-column: 2/3;
  grid-row: 1/2;
}

.a-pagination {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .a-pagination {
    margin-top: 3.75rem;
  }
}
.a-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .a-pagination ul.page-numbers {
    column-gap: 0.375rem;
  }
}
.a-pagination a.page-numbers,
.a-pagination span.page-numbers {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 2.25em;
  text-align: center;
}
.a-pagination a.page-numbers.current,
.a-pagination span.page-numbers.current {
  border: 1px solid #000;
}
.a-pagination .page-numbers.prev, .a-pagination .page-numbers.next {
  color: rgba(255, 255, 255, 0);
  position: relative;
}
.a-pagination .page-numbers.prev::before, .a-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.a-pagination .page-numbers.prev::before {
  left: 0;
  transform: translateY(-50%) rotate(135deg);
}
.a-pagination .page-numbers.next::before {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
