@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, input, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  text-align: left;
  color: #012135;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  hanging-punctuation: allow-end;
}
a {
  text-decoration: none;
  color: #012135;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img, figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.wrap {
  max-width: 1200px;
  width: 92%;
  margin: auto;
}
.en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.sp {
  display: none;
}
.tx-en {
  word-break: normal;
  overflow-wrap: normal;
}
@media screen and (max-width: 980px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 省略 */
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
.header {
  background: linear-gradient(to bottom, rgba(1, 25, 42, 0.85), rgba(1, 25, 42, 0));
  color: #fff;
  padding: 0 35px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.header-inner {
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.header-logo {
  margin: 0;
  position: relative;
  z-index: 1001;
}
.header-logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  text-decoration: none;
}
.header-logo img {
  width: 181px;
  height: auto;
}
.header-logo span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.header-nav {
  flex: 1;
}
.header-nav ul {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.header-nav a:hover {
  text-decoration: underline;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 100px;
}
.header-util {
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1001;
}
.header-lang {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-lang a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #9C9C9C;
  text-decoration: none;
  border-right: 1px solid #9C9C9C;
  padding-right: 12px;
}
.header-lang a:hover {
  text-decoration: underline;
}
.header-lang a:last-child {
  border-right: none;
  padding-right: 0;
}
.header-lang .is-current {
  color: #fff;
}
.header-entry {
  width: 240px;
  height: 60px;
  padding: 0 20px;
  border-radius: 60px;
  background: #FFB42D;
  border: 1px solid #fff;
  color: #032D4B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}
.header-entry::before {
  content: "";
  width: 15px;
  height: 14px;
  background: url("../../img/phc_2026/icon_arrow.svg") center center / 15px 14px no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header-menu {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  width: 45px;
  height: 45px;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.header-menu span {
  background: #fff;
  border-radius: 2px;
  display: block;
  margin: 5px auto;
  height: 1px;
  width: 22px;
  transition: .3s;
}
.header-menu.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header-menu.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* SPメニュー */
.sp-nav {
  position: fixed;
  inset: 0;
  background: rgba(3, 45, 75, .98);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.sp-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.sp-nav-inner {
  height: 100%;
  padding: 120px 30px 50px;
  display: flex;
  flex-direction: column;
}
.sp-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.sp-nav-list li {
  margin-bottom: 40px;
  text-align: center;
}
.sp-nav-list a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.sp-nav-lang {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.sp-nav-lang a {
  color: #9C9C9C;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-right: 1px solid #9C9C9C;
  padding-right: 15px;
}
.sp-nav-lang .is-current {
  color: #fff;
}
.sp-nav-lang a:last-child {
  border-right: none;
  padding-right: 0;
}
body.is-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 1550px) {
  .header-logo img {
    width: 160px;
  }
  .header-logo a {
    gap: 12px;
  }
  .header-logo span {
    font-size: 1.8rem;
  }
  .header-right {
    gap: 50px;
  }
  .header-nav ul {
    gap: 20px;
  }
  .header-nav a {
    font-size: 1.4rem;
  }
  .header-lang {
    gap: 10px;
  }
  .header-lang a {
    font-size: 1.8rem;
    padding-right: 10px;
  }
  .header-util {
    gap: 30px;
  }
  .header-entry {
    width: 200px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1320px) {
  .header {
    padding: 0 20px;
  }
  .header-logo a {
    gap: 10px;
  }
  .header-logo span {
    font-size: 1.6rem;
  }
  .header-right {
    gap: 30px;
  }
  .header-nav ul {
    gap: 12px;
  }
  .header-nav a {
    font-size: 1.2rem;
  }
  .header-lang {
    gap: 8px;
  }
  .header-lang a {
    font-size: 1.6rem;
    padding-right: 8px;
  }
  .header-util {
    gap: 20px;
  }
  .header-entry {
    width: 180px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo a {
    gap: 8px;
  }
  .header-logo span {
    font-size: 1.3rem;
  }
  .header-right {
    gap: 20px;
  }
  .header-nav ul {
    gap: 8px;
  }
  .header-nav a {
    font-size: 1.1rem;
  }
  .header-lang a {
    font-size: 1.4rem;
  }
  .header-util {
    gap: 15px;
  }
  .header-entry {
    width: 160px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 0 15px;
  }
  .header-inner {
    height: 80px;
  }
  .header-nav,
  .header-lang {
    display: none;
  }
  .header-logo a {
    display: block;
  }
  .header-logo img {
    width: 134px;
  }
  .header-logo span {
    font-size: 1.3rem;
    display: block;
    margin-top: 2px;
  }
  .header-right {
    gap: 10px;
  }
  .header-entry {
    width: 220px;
    height: 45px;
    padding: 0 20px;
    border-radius: 45px;
    font-size: 1.5rem;
  }
  .header-entry::before {
    width: 11px;
    height: 10px;
    background-size: 11px 10px;
    right: 15px;
  }
  .header-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-entry {
    width: 100px;
    height: 34px;
    padding: 0 16px;
    border-radius: 50px;
    font-size: 1.2rem;
  }
  .header-entry::before {
    width: 7px;
    height: 6px;
    background-size: 7px 6px;
    right: 12px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  FOOTER
* --------------------------------------------------------------------------------------------------*/
.footer {
  background: #000;
  color: #fff;
  padding: 30px;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-logo {
  display: block;
  line-height: 1;
}
.footer-logo img {
  width: 158px;
  display: block;
}
.footer-sub {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav a.is-external {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.footer-nav a.is-external::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../img/phc_2026/icon_external.svg") center center / contain no-repeat;
}
.footer-copy {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 25px;
  }
  .footer-inner {
    gap: 20px;
  }
  .footer-left {
    gap: 10px;
  }
  .footer-logo img {
    width: 145px;
  }
  .footer-sub {
    font-size: 1.3rem;
  }
  .footer-nav ul {
    gap: 20px;
  }
  .footer-nav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 20px;
  }
  .footer-inner {
    max-width: 100%;
    display: block;
  }
  .footer-left {
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer-logo img {
    width: 134px;
  }
  .footer-nav ul {
    justify-content: center;
    margin-bottom: 15px;
    gap: 15px;
  }
  .footer-nav a {
    font-size: 1.3rem;
  }
  .footer-nav a.is-external::after {
    width: 12px;
    height: 12px;
  }
  .footer-copy {
    text-align: center;
  }
}