@charset "UTF-8";
/*!
Theme Name: CoDeWS
Theme URI:
Author:
Description: CoDeWS - サブサハラ諸国のSWGs実現を牽引する共創デザイナー育成プログラム
Version: 1.0.0
Text Domain: codews
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  cursor: pointer;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.wpcf7-form-control-wrap {
  display: block;
}

.contact-form__input.wpcf7-form-control,
.contact-form__textarea.wpcf7-form-control {
  width: 100%;
}

.contact-form__submit {
  text-align: center;
}
.wpcf7-not-valid-tip {
  color: #e00;
  font-size: 0.875rem;
  margin-top: 0.25em;
}

:root {
  --icon-launch-link: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1016.3 1016"><defs><style>.st0{fill:CurrentColor}</style></defs><g><path d="M859.6 1016H76.4C34.2 1016 0 981.7 0 939.5V156.7c0-42.2 34.3-76.4 76.4-76.4h549.8v90H90V926h756V391.7h90v547.8c0 42.2-34.3 76.5-76.5 76.5Z"/><path d="M428.2 627.6c-10.2 0-20.5-3.9-28.3-11.7-15.6-15.6-15.6-41 0-56.6L947.5 11.7c15.6-15.6 41-15.6 56.6 0s15.6 41 0 56.6L456.5 615.8c-7.8 7.8-18 11.7-28.3 11.7Z"/><path d="M975.8 80h-257c-22.1 0-40-17.9-40-40s17.9-40 40-40h257c22.1 0 40 17.9 40 40s-17.9 40-40 40"/><path d="M976.3 338.5c-22.1 0-40-17.9-40-40v-257c0-22.1 17.9-40 40-40s40 17.9 40 40v257c0 22.1-17.9 40-40 40"/></g></svg>');
  --icon-arrow-sm: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.46 3.83"><path d="m13.46.45 5.77 2.88M0 3.33h19.23" style="fill:none;stroke:currentColor;stroke-miterlimit:10"/></svg>');
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.8;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22.4px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

a {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a:focus-visible {
  outline: 2px solid #fdd000;
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
button:focus-visible {
  outline: 2px solid #fdd000;
  outline-offset: 2px;
}

main {
  display: block;
}

#page_top {
    width: 50px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 666;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}
#page_top.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#page_top a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_top a img{
    transition: all .3s ease;
}
#page_top a:hover img{
    opacity: 0.8;
}

@media (max-width: 1024px) {
  .container-page {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container-page {
    padding-top: 40px;
  }
}

.container {
  width: min(100% - 80px, 1140px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: min(100% - 40px, 1140px);
  }
}
.container.container--sm {
  width: min(100% - 80px, 800px);
}
@media screen and (max-width: 767px) {
  .container.container--sm {
    width: min(100% - 40px, 800px);
  }
}
.container.container--narrow {
  width: min(100% - 80px, 1080px);
}
@media screen and (max-width: 767px) {
  .container.container--narrow {
    width: min(100% - 40px, 1080px);
  }
}
.container.container--mt {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .container.container--mt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .container.container--mt {
    margin-top: 40px;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 28px 0;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header {
    padding: 12px 0;
  }
}
.header.is-active {
  z-index: 2001;
  background-color: transparent;
}
.header.is-active .header__site-logo-default img {
  display: none;
}
@media (max-width: 1024px) {
  .header.is-active .header__site-logo-default img {
    display: block;
    filter: none;
  }
}
.header.is-active .header__site-logo-white img {
  display: block;
}
.header.is-active .header__title {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header.is-active .header__title {
    display: none;
  }
}
.header.is-active .header__title-ja,
.header.is-active .header__title-en {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header.is-active .header__lang {
    display: flex;
  }
}
.header.is-active .header__lang-item {
  color: #b3b3b3;
}
.header.is-active .header__lang-item:first-child {
  border-right-color: #b3b3b3;
}
.header.is-active .header__lang-item--active {
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header.is-active .header__logo-group {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header.is-active .header__actions {
    margin-left: auto;
  }
}
.header__inner {
  gap: 24px;
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width <= 1440px) and (width >= 1025px) {
  .header__inner {
    gap: clamp(12px, 1.5vw, 24px);
  }
}
@media (max-width: 1024px) {
  .header__inner {
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    gap: 8px;
    min-height: 60px;
  }
}
.header__logo-group {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (width <= 1440px) and (width >= 1025px) {
  .header__logo-group {
    gap: clamp(12px, 1.5vw, 40px);
  }
}
@media (max-width: 1024px) {
  .header__logo-group {
    gap: 0;
  }
}
.header__university-logos {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__university-logos {
    display: none;
  }
}
.header__university-logos img {
  width: auto;
  height: 40px;
}
@media (width <= 1440px) and (width >= 1025px) {
  .header__university-logos img {
    height: clamp(25px, 2.8vw, 40px);
  }
}
.header_logo {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header_logo:hover {
    opacity: 0.7;
  }
}
.header__site-logo {
  position: relative;
}
.header__site-logo img {
  width: auto;
  height: 80px;
}
@media (width <= 1440px) and (width >= 1025px) {
  .header__site-logo img {
    height: clamp(50px, 5.5vw, 80px);
  }
}
@media (max-width: 1024px) {
  .header__site-logo img {
    height: 60px;
  }
}
.header__site-logo-white img {
  display: none;
}
.header__title {
  flex: 1;
}
@media (max-width: 1024px) {
  .header__title {
    flex: 1;
  }
}
.header__title-ja {
  margin-bottom: 4px;
  font-size: clamp(14px, 1.46vw, 21px);
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header__title-ja {
    margin-bottom: 0;
    font-size: clamp(10px, 2.5vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .header__title-ja {
    font-size: clamp(12px, 2.8vw, 14px);
    line-height: 1.3;
  }
}
.header__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
}
@media (width <= 1440px) and (width >= 1025px) {
  .header__title-en {
    font-size: clamp(10px, 1vw, 14px);
  }
}
@media (max-width: 1024px) {
  .header__title-en {
    display: none;
  }
}
.header__actions {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__actions {
    gap: 12px;
  }
}
.header__lang {
  display: flex;
  gap: 0;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__lang {
    display: none;
  }
}
.header__lang-item {
  padding: 0 16px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__lang-item {
    padding: 0 10px;
    font-size: 14px;
  }
}
.header__lang-item:first-child {
  border-right: 0.5px solid #646464;
}
.header__lang-item--active {
  font-weight: 400;
}
.header__hamburger {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: space-between;
  width: 50px;
  height: 34px;
}
@media (max-width: 1024px) {
  .header__hamburger {
    gap: 4px;
    width: 40px;
    height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    gap: 4px;
    width: 30px;
    height: 21px;
  }
}
.header__hamburger span {
  display: block;
  width: 50px;
  height: 2px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .header__hamburger span {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger span {
    width: 30px;
  }
}
.header__hamburger span:nth-child(1) {
  background-color: #e60012;
}
.header__hamburger span:nth-child(2) {
  background-color: #fdd000;
}
.header__hamburger span:nth-child(3) {
  background-color: #009143;
}
.header__hamburger.is-active span:nth-child(1) {
  background-color: #FFFFFF;
  transform: translateY(16px) rotate(34deg);
}
@media (max-width: 1024px) {
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(13px) rotate(34deg);
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger.is-active span:nth-child(1) {
    transform: translateY(10px) rotate(34deg);
  }
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  background-color: #FFFFFF;
  transform: translateY(-16px) rotate(-34deg);
}
@media (max-width: 1024px) {
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-13px) rotate(-34deg);
  }
}
@media screen and (max-width: 767px) {
  .header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-34deg);
  }
}

@media screen and (max-width: 767px) {
  .lang-en .header__title-ja {
    font-size: clamp(11px, 2.8vw, 14px);
  }
}

.gnav {
  position: relative;
  z-index: 999;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav__inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.gnav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav__item {
  position: relative;
}
.gnav__link {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .gnav__link:hover {
    color: #fdd000;
    opacity: 1;
  }
}
.gnav__link--current {
  color: #fdd000;
}
.gnav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 220px;
  background-color: #5b9dc5;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.gnav__item:hover .gnav__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.gnav__dropdown-item {
  border-bottom: 1px solid #FFFFFF;
}
.gnav__dropdown-item:last-child {
  border-bottom: none;
}
.gnav__dropdown-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
  font-size: 16px;
  color: #FFFFFF;
  transition: color 0.3s;
}
@media (hover: hover) {
  .gnav__dropdown-link:hover {
    color: #fdd000;
    opacity: 1;
  }
  .gnav__dropdown-link:hover::after {
    background-color: #fdd000;
  }
}
.gnav__dropdown-link::after {
  width: 19px;
  aspect-ratio: 19.46/3.83;
  content: "";
  background-color: #FFFFFF;
  mask-image: var(--icon-arrow-sm);
  mask-repeat: no-repeat;
  transition: background-color 0.3s;
}
.gnav__dropdown-link--current {
  color: #fdd000;
}
.gnav__dropdown-link--current::after {
  background-color: #fdd000;
}
.gnav__cta-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 500;
  color: #173b6f;
  background-color: #fdd000;
  border: 1px solid #fdd000;
  transition: background-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .gnav__cta-link:hover {
    background-color: rgb(202, 166.0711462451, 0);
    opacity: 1;
  }
}

.home .gnav {
  position: static;
}
.home .gnav__link {
  padding: 40px 15px;
}
.home .gnav__cta-link {
  padding: 40px;
}

.lang-en .gnav__list {
  align-items: stretch;
}
.lang-en .gnav__link {
  height: 100%;
  padding: 0 15px;
  line-height: 1.1875;
  text-align: center;
}
.lang-en.home .gnav__cta-link {
  padding: 30px;
  line-height: 1.1875;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.hamburger-menu.is-active {
  visibility: visible;
  opacity: 1;
}
.hamburger-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 59, 111, 0.8);
}
.hamburger-menu__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.hamburger-menu__body {
  padding: 136px 20px 16px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__body {
    padding: 84px 20px 40px;
  }
}
.hamburger-menu__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__columns {
    gap: 32px;
  }
}
@media screen and (max-width: 575px) {
  .hamburger-menu__columns {
    grid-template-columns: 1fr;
  }
}
.hamburger-menu__column {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__column {
    gap: 32px;
  }
}
.hamburger-menu__group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 10px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transition: opacity 0.3s ease-in-out;
}
.hamburger-menu__group-title:not(a) {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__group-title {
    padding: 0 0 5px;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .hamburger-menu a.hamburger-menu__group-title:hover {
    opacity: 0.6;
  }
}
.hamburger-menu__group-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.hamburger-menu__group-arrow img {
  display: block;
  width: 75px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__group-arrow img {
    width: 50px;
  }
}
.hamburger-menu__sub-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-inline: 40px;
  margin-top: 15px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__sub-list {
    gap: 1.2em;
    padding-left: 1em;
    margin-top: 1.2em;
  }
}
.hamburger-menu__sub-item {
  line-height: 1;
}
.hamburger-menu__sub-link {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .hamburger-menu__sub-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu__sub-link {
    font-size: 14px;
  }
}
.hamburger-menu__cta {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__cta {
    margin-top: 0;
  }
}
.hamburger-menu__cta-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  background-color: #fdd000;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .hamburger-menu__cta-link:hover {
    background-color: rgb(202, 166.0711462451, 0);
    opacity: 1;
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu__cta-link {
    padding: 1.5em;
    font-size: 14px;
  }
}
.hamburger-menu__cta-arrow {
  display: inline-flex;
  align-items: center;
}
.hamburger-menu__cta-arrow img {
  display: block;
  width: 75px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__cta-arrow img {
    width: 25px;
  }
}
.hamburger-menu__logos {
  display: none;
}
@media (max-width: 1024px) {
  .hamburger-menu__logos {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu__logos {
    gap: 16px;
  }
}
.hamburger-menu__logo-link {
  display: inline-flex;
  align-items: center;
}
.hamburger-menu__logo-link img {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu__logo-link img {
    height: 45px;
  }
}

.footer {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__illustration {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -2px;
}
.footer__illustration img {
  width: 100%;
  height: auto;
}
.footer__illustration::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #173b6f;
}
.footer__main {
  padding-block: 25px 10px;
  color: #FFFFFF;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .footer__main {
    padding-block: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer__main {
    padding-block: 32px 16px;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: auto max(26.1538461538%, 300px);
  align-items: end;
  width: min(1280px, 100% - 80px);
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .footer__inner {
    grid-template-columns: 1fr max(28.813559322%, 300px);
    width: min(1180px, 100% - 40px);
  }
}
@media (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: 1fr 28.813559322%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer__top {
    gap: 24px;
  }
}
.footer__info-area {
  display: flex;
  gap: 3.6%;
  width: 85.4166666667%;
  padding-bottom: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .footer__info-area {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__info-area {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-area {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
.footer__logo img {
  width: auto;
  height: 84px;
}
.footer__info {
  flex: 1;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    padding: 0;
    text-align: center;
  }
}
.footer__site-name {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .footer__site-name {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__site-name {
    font-size: 14px;
  }
}
.footer__site-name-en {
  margin-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.footer__organization {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.647;
}
@media (max-width: 1024px) {
  .footer__organization {
    font-size: 14px;
  }
}
.footer__organization a {
  color: #FFFFFF;
}
.footer__nav {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-top: 24px;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
    justify-items: center;
  }
}
.footer__nav-item {
  line-height: 1;
}
.footer__nav-link {
  display: inline-block;
  font-size: 17px;
  color: #FFFFFF;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer__nav-link:hover {
    color: #fdd000;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer__map-area {
    width: 60%;
    margin-inline: auto;
    margin-top: 32px;
  }
}
.footer__map {
  width: 100%;
  height: auto;
}
.footer__copyright {
  display: block;
  font-size: 13px;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__copyright--pc {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__copyright--pc {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyright--pc {
    display: none;
  }
}
.footer__copyright--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__copyright--sp {
    display: block;
    width: 100%;
    padding-top: 16px;
    font-size: 10px;
    text-align: center;
  }
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fv--top {
  height: auto;
  padding: 20px 0 75px;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1024px) {
  .fv--top {
    padding: 10px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .fv--top {
    padding: 5px 0 20px;
  }
}
.fv--page {
  position: relative;
  min-height: 240px;
  aspect-ratio: 1500/610;
  overflow: hidden;
}
.fv--page::after {
  position: absolute;
  bottom: -12.3%;
  left: -6%;
  z-index: 2;
  width: 112%;
  height: 32.8%;
  content: "";
  background: #FFFFFF;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.fv__slider {
  position: relative;
  width: 100%;
}
.fv__slide img.fv__image {
  display: block;
  width: 100%;
  aspect-ratio: 1000/560;
  object-fit: cover;
}
.fv__slide-inner {
  overflow: hidden;
  transform: scale(0.91);
  transition: transform 0.6s ease;
}
.fv__slide.is-active .fv__slide-inner {
  transform: scale(1);
}
.fv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__university-logo {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .fv__university-logo {
    top: 8px;
    right: 8px;
    padding: 8px;
  }
}
.fv__university-logo img {
  display: block;
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .fv__university-logo img {
    height: 30px;
  }
}
.fv__university-logos {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .fv__university-logos {
    top: 8px;
    right: 8px;
    gap: 8px;
    padding: 8px;
  }
}
.fv__university-logos img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .fv__university-logos img {
    height: 30px;
  }
}
.fv__text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5% 0 max(9.5%, 56px);
}
.fv__text-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(36px, 6.5vw, 98px);
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fv__text-en--small {
  font-size: clamp(28px, 4.7vw, 70px);
}
.fv__text-ja {
  font-size: clamp(22px, 2vw, 35px);
  font-weight: 350;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.fv__slider-controls {
  display: none;
}
.fv__slider-dot {
  display: none;
}

.page-title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-title {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 22.4px;
  }
}

.lang-en .page-title {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .lang-en .page-title {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .page-title {
    font-size: 24px;
  }
}

.section {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .section {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 0 0 40px;
  }
}

.post-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 7.2727272727%;
}
@media (max-width: 1024px) {
  .post-card-list {
    gap: 25px 3%;
  }
}
@media screen and (max-width: 767px) {
  .post-card-list {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
}

.post-card {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  background-color: #FFFFFF;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .post-card:hover {
    opacity: 0.7;
  }
}
.post-card__thumbnail {
  aspect-ratio: 25/14;
  background-color: #F5F5F5;
}
.post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-card__label {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: block;
  padding: 10px 45px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .post-card__label {
    top: 12px;
    left: 12px;
    padding: 8px 30px;
  }
}
@media screen and (max-width: 767px) {
  .post-card__label {
    padding: 8px 24px;
    font-size: 12px;
  }
}
.post-card__label--news {
  background-color: #eeeeee;
}
.post-card__label--orientation {
  background-color: #eeeeee;
}
.post-card__label--event {
  background-color: #eeeeee;
}
.post-card__label--program {
  color: #173b6f;
  background-color: #eeeeee;
}
.post-card__label--yamanashi {
  color: #FFFFFF;
  background-color: #007bc1;
}
.post-card__label--kitasato {
  color: #FFFFFF;
  background-color: #4e4c8c;
}
.post-card__label--ghana {
  color: #FFFFFF;
  background-color: #d1aa67;
}
.post-card__body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 24px 0 0;
  pointer-events: auto;
}
@media (hover: hover) {
  .post-card__body:hover {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .post-card__body {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .post-card__body {
    flex-direction: column;
    gap: 5px;
    padding: 10px 0 0;
  }
}
.post-card__body::before {
  position: absolute;
  inset: 0;
  content: "";
}
.post-card__date {
  flex-shrink: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .post-card__date {
    margin-bottom: 0;
  }
}
.post-card__title {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
}

.post-detail__meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .post-detail__meta {
    margin-bottom: 20px;
  }
}

.post-detail__label {
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .post-detail__label {
    padding: 8px 24px;
    font-size: 11px;
  }
}
.post-detail__label--yamanashi {
  background-color: #007bc1;
}
.post-detail__label--kitasato {
  background-color: #4e4c8c;
}
.post-detail__label--ghana {
  background-color: #d1aa67;
}

.post-detail__date {
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .post-detail__date {
    font-size: 13px;
  }
}

.post-detail__profile {
  margin: 32px 0 48px;
}
@media screen and (max-width: 767px) {
  .post-detail__profile {
    margin: 0 0 20px;
  }
}

.post-detail__profile-row {
  display: flex;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .post-detail__profile-row {
    padding: 0 0 5px;
  }
}

.post-detail__profile-label {
  flex-shrink: 0;
  width: 200px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post-detail__profile-label {
    width: 120px;
  }
}

.post-detail__profile-value {
  flex: 1;
  font-size: 14px;
}

.post-detail__qa-list {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .post-detail__qa-list {
    margin-bottom: 30px;
  }
}

.post-detail__qa {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .post-detail__qa {
    margin-bottom: 20px;
  }
}
.post-detail__qa:last-child {
  margin-bottom: 0;
}

.post-detail__question {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #173b6f;
}
@media screen and (max-width: 767px) {
  .post-detail__question {
    font-size: 14px;
  }
}

.post-detail__question-mark {
  flex-shrink: 0;
  font-weight: 500;
}

.post-detail__answer {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .post-detail__answer {
    font-size: 14px;
  }
}

.post-detail__gallery {
  display: flex;
  gap: 3%;
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .post-detail__gallery {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .post-detail__gallery {
    flex-direction: column;
    gap: 16px;
    margin: 0;
  }
}

.post-detail__gallery-item {
  flex: 1;
}
.post-detail__gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.post-detail__back {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-detail__back {
    margin-top: 30px;
  }
}

.entry {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .entry {
    font-size: 14px;
  }
}
.entry--single-news {
  margin: 120px auto;
}
@media (max-width: 1024px) {
  .entry--single-news {
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  .entry--single-news {
    margin: 40px auto;
  }
}
.entry > h2 {
  margin: 48px 0 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #173b6f;
}
.entry > h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry > h2 {
    margin: 30px 0 15px;
    font-size: 14px;
  }
}
.entry > h3 {
  margin: 32px 0 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .entry > h3 {
    margin: 24px 0 8px;
    font-size: 15px;
  }
}
.entry > p {
  margin-bottom: 24px;
}
.entry > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .entry > p {
    margin-bottom: 20px;
  }
}
.entry > ol {
  padding-left: 0;
  margin: 16px 0;
  list-style-type: none;
  counter-reset: decimal-counter;
}
.entry > ol > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  margin-left: 10px;
  line-height: 1.8;
  counter-increment: decimal-counter;
}
.entry > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.2em;
  text-align: center;
  content: counter(decimal-counter) ".";
}
.entry__list--roman {
  padding-left: 0;
  margin: 16px 0;
  list-style-type: none;
  counter-reset: roman-counter;
}
.entry__list--roman > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: roman-counter;
}
.entry__list--roman > li::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  display: inline-block;
  width: 2em;
  text-align: center;
  content: counter(roman-counter, upper-roman) ".";
}
.entry__list--alpha {
  padding-left: 0;
  margin: 16px 0;
  list-style-type: none;
  counter-reset: alpha-counter;
}
.entry__list--alpha > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: alpha-counter;
}
.entry__list--alpha > li::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  display: inline-block;
  width: 2em;
  text-align: center;
  content: counter(alpha-counter, upper-alpha) ".";
}
.entry > ul {
  padding-left: 1.5em;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .entry > ul {
    padding-left: 1em;
  }
}
.entry > ul li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.entry > table:not(.entry__table--definition) {
  width: 100%;
  margin: 24px 0;
  font-size: 15px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .entry > table:not(.entry__table--definition) {
    font-size: 13px;
  }
}
.entry > table:not(.entry__table--definition) th,
.entry > table:not(.entry__table--definition) td {
  padding: 16px 20px;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .entry > table:not(.entry__table--definition) th,
  .entry > table:not(.entry__table--definition) td {
    padding: 12px 16px;
  }
}
.entry > table:not(.entry__table--definition) tr:last-child th,
.entry > table:not(.entry__table--definition) tr:last-child td {
  border-bottom: none;
}
.entry > table:not(.entry__table--definition) th {
  font-weight: 500;
  background-color: #fdd000;
}
.entry .entry__table--definition {
  width: 100%;
  margin: 24px 0;
  font-size: 15px;
  border-collapse: collapse;
  border: 0.5px solid #173b6f;
}
@media screen and (max-width: 767px) {
  .entry .entry__table--definition {
    font-size: 12px;
  }
}
.entry .entry__table--definition th,
.entry .entry__table--definition td {
  padding: 16px 20px;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .entry .entry__table--definition th,
  .entry .entry__table--definition td {
    padding: 5px 10px;
  }
}
.entry .entry__table--definition tr:last-child th,
.entry .entry__table--definition tr:last-child td {
  border-bottom: none;
}
.entry .entry__table--definition th {
  width: 33%;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .entry .entry__table--definition th {
    width: 37%;
  }
}
.entry .entry__table--definition td {
  background-color: #FFFFFF;
}
.entry > hr {
  margin: 48px 0;
  border: none;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .entry > hr {
    margin: 32px 0;
  }
}
.entry > a {
  color: #173b6f;
  text-decoration: underline;
}
.entry > a:hover {
  text-decoration: none;
}
.entry__meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .entry__meta {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.entry__date {
  font-size: 13px;
  color: #666666;
}
.entry__label {
  padding: 10px 45px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .entry__label {
    padding: 8px 24px;
    font-size: 11px;
  }
}
.entry__label--news {
  background-color: #eeeeee;
}
.entry__label--orientation {
  background-color: #eeeeee;
}
.entry__label--event {
  background-color: #eeeeee;
}
.entry__label--program {
  color: #173b6f;
  background-color: #eeeeee;
}
.entry__title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .entry__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.entry__line {
  width: 56%;
  height: 2px;
  margin-bottom: 70px;
  background: linear-gradient(to right, #C83232 0 33.333%, #fdd000 33.333% 66.666%, #2E7D32 66.666% 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media (max-width: 1024px) {
  .entry__line {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .entry__line {
    margin-bottom: 30px;
  }
}
.entry__body {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .entry__body {
    font-size: 14px;
  }
}
.entry__body h2 {
  position: relative;
  padding: 15px 20px;
  margin-top: 120px;
  margin-bottom: 55px;
  margin-left: 23px;
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .entry__body h2 {
    margin: 60px 0 20px 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .entry__body h2 {
    padding: 10px 15px;
    margin: 40px 0 20px 15px;
    font-size: 16px;
  }
}
.entry__body h2::before {
  position: absolute;
  top: 0;
  left: -23px;
  display: block;
  width: 16px;
  height: 100%;
  content: "";
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .entry__body h2::before {
    left: -15px;
    width: 10px;
  }
}
.entry__body h3 {
  position: relative;
  padding-left: 20px;
  margin-top: 110px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .entry__body h3 {
    margin: 60px 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .entry__body h3 {
    padding-left: 15px;
    margin: 40px 0 20px;
    font-size: 16px;
  }
}
.entry__body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .entry__body h3::before {
    width: 5px;
  }
}
.entry__body h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .entry__body h4 {
    margin: 60px 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .entry__body h4 {
    margin: 40px 0 20px;
    font-size: 16px;
  }
}
.entry__body p {
  margin-bottom: 24px;
}
.entry__body p:last-child {
  margin-bottom: 0;
}
.entry__body ul,
.entry__body ol {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .entry__body ul,
  .entry__body ol {
    margin-bottom: 20px;
  }
}
.entry__body li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  line-height: 1.8;
}
.entry__body ol {
  counter-reset: number;
}
.entry__body ol > li {
  counter-increment: number 1;
}
.entry__body ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: #173b6f;
  content: counter(number) ".";
}
.entry__body ul > li::before {
  position: absolute;
  top: 0.75em;
  left: 0.15em;
  display: block;
  width: 8px;
  aspect-ratio: 1;
  content: "";
  background-color: #173b6f;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .entry__body ul > li::before {
    width: 6px;
  }
}
.entry__body a {
  font-weight: 500;
  color: #173b6f;
  text-decoration: underline;
}
@media (hover: hover) {
  .entry__body a:hover {
    color: rgb(14.2462686567, 36.5447761194, 68.7537313433);
  }
}
.entry__body table:not(.entry__table--definition) {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 110px;
  border-collapse: collapse;
  border: 1px solid #173b6f;
}
@media (max-width: 1024px) {
  .entry__body table:not(.entry__table--definition) {
    margin: 60px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry__body table:not(.entry__table--definition) {
    margin: 40px 0 20px;
  }
}
.entry__body table:not(.entry__table--definition) th,
.entry__body table:not(.entry__table--definition) td {
  padding: 16px 20px;
  line-height: 1.8;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #173b6f;
}
@media screen and (max-width: 767px) {
  .entry__body table:not(.entry__table--definition) th,
  .entry__body table:not(.entry__table--definition) td {
    padding: 10px 5px;
  }
}
.entry__body table:not(.entry__table--definition) th {
  font-weight: 500;
  color: #FFFFFF;
  background-color: #173b6f;
  border-color: #FFFFFF;
}
.entry__body .entry__table--definition {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .entry__body .entry__table--definition {
    font-size: 14px;
  }
}
.entry__body .entry__table--definition th,
.entry__body .entry__table--definition td {
  padding: 16px 20px;
  line-height: 1.8;
  vertical-align: top;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .entry__body .entry__table--definition th,
  .entry__body .entry__table--definition td {
    padding: 12px 16px;
  }
}
.entry__body .entry__table--definition tr:last-child th,
.entry__body .entry__table--definition tr:last-child td {
  border-bottom: none;
}
.entry__body .entry__table--definition th {
  width: 33%;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .entry__body .entry__table--definition th {
    width: 40%;
  }
}
.entry__body .entry__table--definition td {
  background-color: #FFFFFF;
}
.entry__body img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: 4px;
}
.entry__body blockquote {
  padding-left: 24px;
  margin: 24px 0;
  font-style: italic;
  color: #666666;
  border-left: 4px solid #CCCCCC;
}
.entry__body code {
  padding: 2px 6px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.entry__body pre {
  padding: 24px;
  margin-bottom: 24px;
  overflow-x: auto;
  background-color: #F5F5F5;
  border-radius: 4px;
}
.entry__body pre code {
  padding: 0;
  background-color: transparent;
}
.entry__buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .entry__buttons {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .entry__buttons {
    gap: 16px;
    margin-top: 30px;
  }
}
.entry__updated {
  margin-top: 48px;
  font-size: 14px;
  color: #666666;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .entry__updated {
    margin-top: 32px;
    font-size: 13px;
  }
}
.entry__back {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry__back {
    margin-top: 40px;
  }
}
.entry__back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 16px 40px;
  font-weight: 500;
  color: #173b6f;
  border: 2px solid #173b6f;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (hover: hover) {
  .entry__back-link:hover {
    color: #FFFFFF;
    background-color: #173b6f;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .entry__back-link {
    padding: 16px 24px;
    font-size: 14px;
  }
}

.tab {
  width: 100%;
}
.tab__list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  .tab__list {
    gap: 8px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .tab__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    overflow-x: visible;
  }
}
.tab__item {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .tab__item:nth-child(1), .tab__item:nth-child(2) {
    grid-column: span 3;
  }
  .tab__item:nth-child(3), .tab__item:nth-child(4), .tab__item:nth-child(5) {
    grid-column: span 2;
  }
}
.tab__button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 30px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .tab__button:hover {
    background-color: rgba(23, 59, 111, 0.05);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .tab__button {
    padding: 14px 28px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .tab__button {
    width: 100%;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
  }
}
.tab__button--active {
  color: #FFFFFF;
  background-color: #173b6f;
  border: 1px solid #173b6f;
}
@media (hover: hover) {
  .tab__button--active:hover {
    color: #FFFFFF;
    background-color: #173b6f;
    opacity: 1;
  }
}
.tab__content {
  position: relative;
}
.tab__panel {
  display: none;
}
.tab__panel--active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.tab__empty-message {
  padding: 80px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab__empty-message {
    padding: 60px;
    font-size: 14px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lang-en .tab__button {
  height: 60px;
  padding: 0 40px;
  line-height: 1.466;
}
@media (max-width: 1024px) {
  .lang-en .tab__button {
    height: 50px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .tab__button {
    height: 44px;
    padding: 0 5px;
    font-size: 11px;
  }
}
.lang-en .tab__list {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .lang-en .tab__list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .tab__list {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lang-en .tab__item:nth-child(1), .lang-en .tab__item:nth-child(2) {
    grid-column: span 5;
  }
  .lang-en .tab__item:nth-child(3) {
    grid-column: span 4;
  }
  .lang-en .tab__item:nth-child(4), .lang-en .tab__item:nth-child(5) {
    grid-column: span 3;
  }
}

.btn {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 50px;
  overflow: visible;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.btn:focus-visible {
  outline: 2px solid #fdd000;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .btn {
    padding: 15px 30px;
    font-size: 13px;
  }
}
.btn--primary {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #333333;
}
@media (hover: hover) {
  .btn--primary:hover {
    opacity: 1;
  }
  .btn--primary:hover .btn__arrow {
    right: -65px;
  }
}
@media (hover: hover) and (max-width: 1024px) {
  .btn--primary:hover .btn__arrow {
    right: -26px;
  }
}
.btn__text {
  position: relative;
  z-index: 1;
}
.btn__arrow {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  transition: right 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn__arrow {
    right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .btn__arrow {
    right: -20px;
  }
}
.btn__arrow img {
  display: block;
  width: 75px;
  height: auto;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn__arrow img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .btn__arrow img {
    width: 32px;
  }
}

.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.arrow--right::after {
  font-size: 20px;
  line-height: 1;
  content: "→";
  transition: transform 0.3s ease-in-out;
}
.arrow--left::before {
  font-size: 20px;
  line-height: 1;
  content: "←";
  transition: transform 0.3s ease-in-out;
}
.arrow--white::after, .arrow--white::before {
  color: #FFFFFF;
}
a:hover .arrow--right::after, button:hover .arrow--right::after {
  transform: translateX(4px);
}
a:hover .arrow--left::before, button:hover .arrow--left::before {
  transform: translateX(-4px);
}

.three-line {
  width: min(615px, 100%);
  height: 2px;
  margin: 40px auto 80px;
  background: linear-gradient(to right, #C83232 0 33.333%, #fdd000 33.333% 66.666%, #2E7D32 66.666% 100%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
}
@media (max-width: 1024px) {
  .three-line {
    max-width: 450px;
    margin: 25px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .three-line {
    max-width: 300px;
    margin: 20px auto 30px;
  }
}

.university-banner {
  padding-block: 36px;
  margin-top: 120px;
  background-color: #f6f2ef;
}
@media (max-width: 1024px) {
  .university-banner {
    margin-top: 80px;
  }
}
.university-banner__inner {
  width: min(100% - 80px, 1152px);
  margin-inline: auto;
}
.university-banner__list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .university-banner__list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .university-banner__list {
    flex-direction: column;
  }
}
.university-banner__link {
  display: block;
}
@media (hover: hover) {
  .university-banner__link:hover {
    opacity: 1;
  }
}
.university-banner img {
  width: auto;
  height: 105px;
}
@media (max-width: 1024px) {
  .university-banner img {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .university-banner img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
}

.download-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .download-card-grid {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .download-card-grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}

.download-card {
  width: 100%;
}
.download-card__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.download-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
  padding-block: 40px;
  background-color: #ededed;
}
@media (max-width: 1024px) {
  .download-card__body {
    padding-block: 35px;
  }
}
.download-card__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .download-card__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .download-card__text {
    font-size: 15px;
  }
}
.download-card__link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 15px 40px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .download-card__link {
    padding: 12px 30px;
  }
}
.download-card__icon {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .download-card__icon {
    width: 18px;
  }
}

.lang-en .download-card__text {
  width: 71%;
  text-align: left;
}
@media (max-width: 1024px) {
  .lang-en .download-card__text {
    width: 90%;
  }
}

.pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 4px;
    margin-top: 40px;
  }
}

.pagination__list {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .pagination__list {
    gap: 4px;
  }
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (hover: hover) {
  .pagination__link:hover {
    color: #FFFFFF;
    background-color: #173b6f;
    opacity: 1;
  }
}
.pagination__link--current {
  color: #FFFFFF;
  pointer-events: none;
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .pagination__link {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

.pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .pagination__dots {
    width: 36px;
    height: 36px;
  }
}

.pagination__prev,
.pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .pagination__prev:hover,
  .pagination__next:hover {
    background-color: #173b6f;
    border-color: #173b6f;
    opacity: 1;
  }
  .pagination__prev:hover .pagination__arrow,
  .pagination__next:hover .pagination__arrow {
    border-color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .pagination__prev,
  .pagination__next {
    width: 36px;
    height: 36px;
  }
}

.pagination__arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #173b6f;
  border-right: 2px solid #173b6f;
  transition: border-color 0.3s ease-in-out;
}
.pagination__arrow--prev {
  margin-left: 2px;
  transform: rotate(-135deg);
}
.pagination__arrow--next {
  margin-right: 2px;
  transform: rotate(45deg);
}

.page-top__intro {
  margin-top: 120px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top__intro {
    margin-top: 80px;
  }
}
.page-top__intro-title {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-top__intro-title {
    font-size: 18px;
  }
}
.page-top__intro-text {
  max-width: 815px;
  margin: 0 auto 60px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 1024px) {
  .page-top__intro-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-top__intro-text {
    font-size: 14px;
  }
}
.page-top__intro-content {
  display: flex;
  gap: 7.5%;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 815px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .page-top__intro-content {
    gap: 3%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-top__intro-content {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}
.page-top__intro-logo {
  width: 38.75%;
}
@media (max-width: 1024px) {
  .page-top__intro-logo {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .page-top__intro-logo {
    width: 60%;
  }
}
.page-top__intro-logo img {
  width: 100%;
  height: auto;
}
.page-top__intro-concept {
  flex: 1;
}
.page-top__intro-concept-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .page-top__intro-concept-title {
    font-size: 16px;
  }
}
.page-top__intro-concept-title span {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .page-top__intro-concept-title span {
    font-size: 18px;
  }
}
.page-top__intro-concept-credit {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .page-top__intro-concept-credit {
    font-size: 13px;
  }
}
.page-top__intro-concept-link {
  display: flex;
  column-gap: 6px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-top__intro-concept-link {
    font-size: 16px;
  }
}
.page-top__intro-concept-link::after {
  display: block;
  width: 0.9em;
  aspect-ratio: 1;
  content: "";
  background-color: #333333;
  mask-image: var(--icon-launch-link);
  mask-repeat: no-repeat;
}
.page-top__intro-concept-text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-top__intro-concept-text {
    font-size: 14px;
  }
}
.page-top__buttons {
  display: flex;
  gap: 90px;
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top__buttons {
    gap: 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-top__buttons {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 30px;
  }
}
.page-top__news {
  padding: 120px 0 0;
}
@media (max-width: 1024px) {
  .page-top__news {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-top__news {
    padding: 40px 0 0;
  }
}
.page-top__news-header {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-top__news-header {
    margin-bottom: 40px;
  }
}
.page-top__news-title {
  font-size: 32px;
  font-weight: 500;
  color: #173b6f;
}
@media (max-width: 1024px) {
  .page-top__news-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-top__news-title {
    font-size: 24px;
  }
}
.page-top__news-more {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-top__news-more {
    margin-top: 40px;
  }
}

.lang-en .page-top__intro .three-line {
  margin-top: 10px;
}
.lang-en .page-top__intro-title {
  line-height: 1.75;
}
.lang-en .page-top__intro-text {
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.lang-en .page-top__intro-concept-text {
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.page-overview__diagram {
  margin: 40px 0;
}
.page-overview__diagram img {
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-overview__diagram img {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__diagram img {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .page-overview__diagram {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__diagram {
    margin-bottom: 30px;
  }
}
.page-overview__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
  width: 100%;
  max-width: 730px;
  margin: 60px auto 0;
}
@media (max-width: 1024px) {
  .page-overview__features {
    gap: 5%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__features {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 0 30px;
  }
}
.page-overview__features p {
  font-size: 23px;
  line-height: 1.35;
  color: #173b6f;
}
@media (max-width: 1024px) {
  .page-overview__features p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__features p {
    font-size: 14px;
  }
}
.page-overview__feature {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-overview__feature {
    text-align: center;
  }
}
.page-overview__feature-icon {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page-overview__feature-icon {
    width: 150px;
  }
}
.page-overview__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-overview__development {
  display: flex;
  gap: 5.8%;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .page-overview__development {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__development {
    flex-direction: column;
    gap: 24px;
  }
}
.page-overview__development-text {
  flex: 1;
}
.page-overview__development-text p {
  font-size: 16px;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  .page-overview__development-text p {
    font-size: 14px;
  }
}
.page-overview__development-image {
  width: 46%;
}
@media (max-width: 1024px) {
  .page-overview__development-image {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .page-overview__development-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.page-overview__development-image img {
  width: 100%;
  height: auto;
}

.lang-en .page-overview__features p {
  text-align: center;
}
.lang-en .page-overview__development-text p {
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.page-universities__university {
  margin-bottom: 80px;
}
.page-universities__university:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-universities__university {
    margin-bottom: 30px;
  }
}
.page-universities__university-header {
  padding: 27px 0;
  margin-bottom: 60px;
  background-color: #ededed;
}
@media (max-width: 1024px) {
  .page-universities__university-header {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.page-universities__university-header-inner {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-universities__university-header-inner {
    gap: 24px;
    width: 90%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .page-universities__university-header-inner {
    flex-direction: column-reverse;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
  }
}
.page-universities__university-logo {
  flex-shrink: 0;
}
.page-universities__university-logo img {
  width: auto;
  height: 105px;
}
@media (max-width: 1024px) {
  .page-universities__university-logo img {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .page-universities__university-logo img {
    height: 60px;
  }
}
.page-universities__university-name {
  margin-bottom: 2px;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .page-universities__university-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-universities__university-name {
    font-size: 16px;
  }
}
.page-universities__university-name-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1024px) {
  .page-universities__university-name-en {
    font-size: 14px;
  }
}
.page-universities__gallery {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-universities__gallery {
    margin-bottom: 24px;
  }
}
.page-universities__gallery-item {
  overflow: hidden;
}
.page-universities__gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 790/525;
  object-fit: cover;
}
.page-universities__info-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-universities__info-table {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .page-universities__info-table {
    padding: 0 10px;
  }
}
.page-universities__info-row {
  display: flex;
  align-items: stretch;
}
.page-universities__def-ttl {
  flex-shrink: 0;
  width: 160px;
  padding: 1.2em 0 1.2em 20px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid #C83232;
  border-image: linear-gradient(to right, #C83232 0%, #C83232 33.3%, #fdd000 33.3%, #fdd000 66.6%, #2E7D32 66.6%, #2E7D32 100%) 1;
}
@media screen and (max-width: 767px) {
  .page-universities__def-ttl {
    width: min(30%, 180px);
    padding: 1em 0;
  }
}
.page-universities__def-data {
  flex: 1;
  padding: 1.2em 2em;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .page-universities__def-data {
    padding: 1.2em 1.5em;
  }
}
.page-universities__def-body {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .page-universities__def-body {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-universities__def-body + .page-universities__def-body {
    margin-top: 1em;
  }
}

.lang-en .page-universities__def-ttl {
  width: 180px;
  padding: 1.2em 0 1.2em 10px;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .lang-en .page-universities__def-ttl {
    width: min(30%, 180px);
    padding: 1em 0;
  }
}

.page-organization__subtitle {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #173b6f;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-organization__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-organization__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.page-organization__diagram {
  margin: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-organization__diagram {
    margin: 0 0 30px;
  }
}
.page-organization__diagram img {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-organization__diagram img {
    max-width: 350px;
  }
}
.page-organization__text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .page-organization__text {
    width: 90%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .page-organization__text {
    width: 100%;
    font-size: 14px;
  }
}
.page-organization__text p {
  margin-bottom: 24px;
}
.page-organization__text p:last-child {
  margin-bottom: 0;
}

.lang-en .page-organization__text {
  text-align: justify;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.page-curriculum__intro {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .page-curriculum__intro {
    max-width: 800px;
    margin: 0 auto 30px;
  }
}
.page-curriculum__intro-text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media (max-width: 1024px) {
  .page-curriculum__intro-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__intro-text {
    font-size: 14px;
  }
}
.page-curriculum__program-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.4%;
  margin: 55px 0 120px;
}
@media (max-width: 1024px) {
  .page-curriculum__program-cards {
    gap: 4%;
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-cards {
    grid-template-columns: 1fr;
    row-gap: 64px;
    margin: 0 0 64px;
  }
}
.page-curriculum__program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.page-curriculum__program-card .btn {
  width: 85%;
  min-height: 50px;
  padding: 10px 16px;
}
@media screen and (max-width: 1279px) {
  .page-curriculum__program-card .btn {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .page-curriculum__program-card .btn {
    width: min(300px, 90%);
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card .btn {
    width: min(200px, 90%);
    min-height: 52px;
  }
}
.page-curriculum__program-card-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card-image {
    max-width: 200px;
    height: auto;
    padding-bottom: 0;
  }
}
.page-curriculum__program-card-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  height: 100%;
  object-fit: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card-image img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.page-curriculum__program-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card-body {
    padding-top: 10px;
    margin-bottom: 24px;
  }
}
.page-curriculum__program-card-title {
  position: relative;
  z-index: 1;
  width: 82%;
  padding: 10px 16px;
  margin-inline: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background-color: #193059;
  transform: translateY(50%);
}
@media screen and (max-width: 1279px) {
  .page-curriculum__program-card-title {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-title {
    font-size: 15px;
  }
}
.page-curriculum__program-card-content {
  flex: 1;
  padding: 36px 6.5359477124% 24px;
  background-color: #dfeaf8;
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-content {
    padding: 40px 5.9701492537% 5.9701492537%;
  }
}
.page-curriculum__program-card-item {
  color: #173b6f;
  text-align: left;
}
.page-curriculum__program-card-item + .page-curriculum__program-card-item {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-item + .page-curriculum__program-card-item {
    margin-top: 1em;
  }
}
.page-curriculum__program-card-label {
  display: inline-block;
  width: 72px;
  padding: 2px 12px 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  background-color: #FFFFFF;
  border: 1px solid #173b6f;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-label {
    width: 62px;
    padding: 2px 12px 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card-label {
    padding: 2px 8px;
    font-size: 14px;
  }
}
.page-curriculum__program-card-value {
  padding-left: 0.8em;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-value {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__program-card-value {
    font-size: 14px;
  }
}
.page-curriculum__program-card-value span {
  color: #bf0000;
}
.page-curriculum__program-card-decimal > li {
  position: relative;
  padding-left: 0.6em;
}
.page-curriculum__program-card-decimal > li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 4px;
  aspect-ratio: 1;
  content: "";
  background-color: #173b6f;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .page-curriculum__program-card-decimal > li::before {
    width: 3px;
  }
}
.page-curriculum__section {
  margin-bottom: 80px;
}
.page-curriculum__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-curriculum__section {
    margin-bottom: 60px;
  }
}
.page-curriculum__section-text {
  max-width: 800px;
  margin: 0 auto 32px;
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-curriculum__section-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.page-curriculum__flow {
  width: 100%;
  max-width: 800px;
  margin: 56px auto;
}
.page-curriculum__flow img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .page-curriculum__flow {
    margin: 0 0 30px;
  }
}
.page-curriculum__heading-band {
  width: 100%;
  max-width: 800px;
  padding: 12px;
  margin: 50px auto 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .page-curriculum__heading-band {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__heading-band {
    padding: 10px 16px;
    margin: 40px auto 24px;
    font-size: 14px;
  }
}
.page-curriculum__steps {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .page-curriculum__steps {
    margin: 20px auto 0;
  }
}
.page-curriculum__step {
  margin-bottom: 40px;
}
.page-curriculum__step:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-curriculum__step {
    margin-bottom: 20px;
  }
}
.page-curriculum__step-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}
.page-curriculum__step-number {
  flex-shrink: 0;
  font-family: Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: #173b6f;
}
@media (max-width: 1024px) {
  .page-curriculum__step-number {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__step-number {
    font-size: 32px;
  }
}
.page-curriculum__step-title {
  display: flex;
  flex: 1;
  gap: 16px;
  align-items: center;
  min-width: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #173b6f;
  white-space: nowrap;
}
.page-curriculum__step-title::after {
  display: block;
  flex: 1;
  min-width: 40px;
  height: 1px;
  content: "";
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .page-curriculum__step-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__step-title {
    font-size: 14px;
    white-space: normal;
  }
}
.page-curriculum__step-text {
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-curriculum__step-text {
    font-size: 14px;
  }
}
.page-curriculum__subtitle {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 23px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #173b6f;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-curriculum__subtitle {
    max-width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-curriculum__subtitle {
    margin: 20px 0 12px;
    font-size: 14px;
  }
}

.lang-en .page-curriculum__program-card .btn {
  width: 85%;
  min-height: 60px;
  padding: 10px 16px;
}
@media screen and (max-width: 1279px) {
  .lang-en .page-curriculum__program-card .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .page-curriculum__program-card .btn {
    width: min(240px, 90%);
    min-height: 52px;
  }
}
.lang-en .page-curriculum__program-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  min-height: 56px;
  padding: 10px 0 14px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .lang-en .page-curriculum__program-card-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .lang-en .page-curriculum__program-card-title {
    display: inherit;
    height: auto;
    padding: 12px 16px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .page-curriculum__program-card-title {
    font-size: 15px;
  }
}
.lang-en .page-curriculum__program-card-label {
  width: auto;
}
.lang-en .page-curriculum__program-card-value {
  padding-left: 0.6em;
}
.lang-en .page-curriculum__program-card-value p {
  font-size: 13px;
}
.lang-en .page-curriculum__program-card-content {
  padding: 48px 3.2679738562% 24px;
}
@media (max-width: 1024px) {
  .lang-en .page-curriculum__program-card-content {
    padding: 40px 5.9701492537% 5.9701492537%;
  }
}

.page-message__profile {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page-message__profile {
    gap: 32px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile {
    flex-direction: column-reverse;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
  }
}
.page-message__profile-info {
  flex: 1;
}
.page-message__profile-greeting {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.857;
  color: #173b6f;
}
@media (max-width: 1024px) {
  .page-message__profile-greeting {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile-greeting {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
  }
}
.page-message__profile-role {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .page-message__profile-role {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile-role {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
}
.page-message__profile-name {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .page-message__profile-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile-name {
    font-size: 16px;
    text-align: center;
  }
}
.page-message__profile-image {
  position: relative;
  flex-shrink: 0;
  width: 227px;
  aspect-ratio: 1;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .page-message__profile-image {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile-image {
    width: 150px;
    margin: 10px auto 0;
  }
}
.page-message__profile-image img {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .page-message__profile-image img {
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__profile-image img {
    top: -10px;
    left: -10px;
  }
}
.page-message__heading-band {
  width: 100%;
  padding: 12px;
  margin-block: 50px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background-color: #173b6f;
}
@media (max-width: 1024px) {
  .page-message__heading-band {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__heading-band {
    margin-block: 30px 20px;
    font-size: 16px;
  }
}
.page-message__text {
  width: 100%;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page-message__text {
    font-size: 14px;
  }
}
.page-message__text p {
  margin-bottom: 24px;
}
.page-message__text p:last-child {
  margin-bottom: 0;
}
.page-message__competencies {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-message__competencies {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .page-message__competencies {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page-message__competency {
  text-align: center;
}
.page-message__competency-icon {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page-message__competency-icon {
    width: 150px;
  }
}
.page-message__competency-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-message__competency-text {
  font-size: 20px;
  line-height: 1.55;
  color: #173b6f;
  text-align: left;
}
@media (max-width: 1024px) {
  .page-message__competency-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-message__competency-text {
    font-size: 14px;
    text-align: center;
  }
}
.page-message__program-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-message__program-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.page-message__program-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
.page-message__program-card-body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.page-message__program-card-title {
  position: relative;
  z-index: 1;
  width: 82%;
  padding: 10px 16px;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  background-color: #193059;
  transform: translateY(50%);
}
@media (max-width: 1024px) {
  .page-message__program-card-title {
    font-size: 15px;
  }
}
.page-message__program-card-content {
  flex: 1;
  padding: 32px 5.7142857143% 16px;
  background-color: #dfeaf8;
}
@media (max-width: 1024px) {
  .page-message__program-card-content {
    padding: 40px 5.9701492537% 5.9701492537%;
  }
}
.page-message__program-card-item {
  color: #173b6f;
  text-align: left;
}
.page-message__program-card-item + .page-message__program-card-item {
  margin-top: 4px;
}
@media (max-width: 1024px) {
  .page-message__program-card-item + .page-message__program-card-item {
    margin-top: 1em;
  }
}
.page-message__program-card-label {
  display: inline-block;
  width: 62px;
  padding: 2px 12px 3px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: justify;
  text-align-last: justify;
  background-color: #FFFFFF;
  border: 1px solid #173b6f;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page-message__program-card-label {
    padding: 2px 8px;
    font-size: 14px;
  }
}
.page-message__program-card-value {
  padding-left: 1em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-message__program-card-value {
    font-size: 14px;
  }
}
.page-message__program-card-value span {
  color: #bf0000;
}
.page-message__program-card-decimal > li {
  position: relative;
  padding-left: 0.6em;
}
.page-message__program-card-decimal > li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 3px;
  aspect-ratio: 1;
  content: "";
  background-color: #173b6f;
  border-radius: 50%;
}

.lang-en .page-message__competency-text {
  text-align: center;
}
.lang-en .page-message__program-card .btn {
  height: 50px;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .lang-en .page-message__program-card .btn {
    height: auto;
    padding: 15px 30px;
  }
}
.lang-en .page-message__program-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  min-height: 53px;
  padding: 10px 0 14px;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .lang-en .page-message__program-card-title {
    display: inherit;
    height: auto;
    padding: 12px 16px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lang-en .page-message__program-card-title {
    font-size: 15px;
  }
}
.lang-en .page-message__program-card-label {
  width: auto;
}
.lang-en .page-message__program-card-value {
  padding-left: 0.6em;
}
.lang-en .page-message__program-card-value p {
  font-size: 11px;
}
.lang-en .page-message__program-card-content {
  padding: 36px 3.2679738562% 24px;
}
@media (max-width: 1024px) {
  .lang-en .page-message__program-card-content {
    padding: 40px 5.9701492537% 5.9701492537%;
  }
}

.contact-form__notice {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.8125;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .contact-form__notice {
    font-size: 14px;
  }
}
.contact-form__required-note {
  margin-bottom: 40px;
  font-size: 14px;
  color: #C83232;
}
@media screen and (max-width: 767px) {
  .contact-form__required-note {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.contact-form__group {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form__group {
    margin-bottom: 20px;
  }
}
.contact-form__label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-form__label {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.contact-form__required {
  margin-left: 2px;
  color: #C83232;
}
.contact-form__input, .contact-form__textarea {
  width: 100%;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 16px;
  background-color: #dee7f5;
  border: none;
  border-radius: 0;
  transition: box-shadow 0.3s;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #173b6f;
}
@media screen and (max-width: 767px) {
  .contact-form__input, .contact-form__textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.contact-form__textarea {
  min-height: 240px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .contact-form__textarea {
    min-height: 200px;
  }
}
.contact-form__submit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 160px);
  margin-inline: auto;
  margin-top: 72px;
  text-align: center;
}
@media (hover: hover) {
  .contact-form__submit:hover::after {
    right: -65px;
  }
}
.contact-form__submit::after {
  position: absolute;
  top: 23px;
  right: -55px;
  z-index: 1;
  width: 75px;
  height: 8px;
  content: "";
  background: url("assets/images/arrow-three-color.webp") no-repeat center/contain;
  transition: right 0.3s;
}

.cf-turnstile {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .cf-turnstile {
    margin: 80px 0;
  }
}

.voice-section__heading {
  position: relative;
  padding-left: 20px;
  margin-top: 100px;
  margin-bottom: 45px;
  font-size: 23px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .voice-section__heading {
    margin: 60px 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .voice-section__heading {
    padding-left: 15px;
    margin: 40px 0 20px;
    font-size: 16px;
  }
}
.voice-section__heading::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 100%;
  content: "";
  background-color: #173b6f;
}
@media screen and (max-width: 767px) {
  .voice-section__heading::before {
    width: 5px;
  }
}

.mt-xs {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 40px;
}

.mt-xl {
  margin-top: 60px;
}

.mt-xxl {
  margin-top: 80px;
}

.mb-xs {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 40px;
}

.mb-xl {
  margin-bottom: 60px;
}

.mb-xxl {
  margin-bottom: 80px;
}

.ml-xs {
  margin-left: 8px;
}

.ml-sm {
  margin-left: 16px;
}

.ml-md {
  margin-left: 24px;
}

.ml-lg {
  margin-left: 40px;
}

.mr-xs {
  margin-right: 8px;
}

.mr-sm {
  margin-right: 16px;
}

.mr-md {
  margin-right: 24px;
}

.mr-lg {
  margin-right: 40px;
}

.pt-xs {
  padding-top: 8px;
}

.pt-sm {
  padding-top: 16px;
}

.pt-md {
  padding-top: 24px;
}

.pt-lg {
  padding-top: 40px;
}

.pt-xl {
  padding-top: 60px;
}

.pt-xxl {
  padding-top: 80px;
}

.pb-xs {
  padding-bottom: 8px;
}

.pb-sm {
  padding-bottom: 16px;
}

.pb-md {
  padding-bottom: 24px;
}

.pb-lg {
  padding-bottom: 40px;
}

.pb-xl {
  padding-bottom: 60px;
}

.pb-xxl {
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-normal {
  font-weight: 350;
}

.font-bold {
  font-weight: 500;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
  .sp-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
.text-navy {
  color: #173b6f;
}

.text-red {
  color: #C83232;
}

.text-green {
  color: #2E7D32;
}

.text-yellow {
  color: #fdd000;
}

.text-white {
  color: #FFFFFF;
}

.text-light {
  color: #666666;
}

.bg-navy {
  background-color: #173b6f;
}

.bg-light-gray {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #FFFFFF;
}

.border-top {
  border-top: 1px solid #CCCCCC;
}

.border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

.border-left {
  border-left: 1px solid #CCCCCC;
}

.border-right {
  border-right: 1px solid #CCCCCC;
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

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

.br-tab {
  display: none;
}
@media (max-width: 1024px) {
  .br-tab {
    display: inline;
  }
}

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

.br-home {
  display: none;
}

.home .br-home {
  display: inline;
}

/* ------------ cookie ------------- */
.cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  gap:0 1.15em;
  color: #fff;
  background: rgba(23,59,111,.7);
  padding: 0.75em 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-consent{
  line-height:1.5;
}
.cookie-agree {
  color: #173b6f;
  background: #fdd000;
  padding: .5em 1.5em;
  border-radius: 3px;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
@media (any-hover: hover){
    .cookie-text > a:hover{text-decoration: underline;}
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  .cookie-consent{
    font-size:12px;
  }
}
/* -------------- cookie -------------- */
