@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  background: none;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.2;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}

p,
figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #eee;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

:focus {
  outline: 0;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1071px) {
  .header-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 1070px) {
  .header-pc-only {
    display: none !important;
  }
}

/* body */

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  body.admin-bar {
    padding-top: unset;
  }
}

/* container  */

.container {
  width: 1100px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 1148px) {
  .page-title .container {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 92%;
  }

  .page-title .container {
    width: 86%;
  }
}

/* ページタイトル */

.page-title {
  padding-top: 32px;
}

.page-title .breadcrumb {
  font-size: 14px;
  color: #004097;
  display: inline;
}

.page-title .breadcrumb a {
  white-space: nowrap;
}

.page-title .breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
}

.page-title .breadcrumb span {
  display: inline;
  color: transparent !important;
  position: relative;
}

.page-title .breadcrumb span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 42%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #004097;
  border-right: 1px solid #004097;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}

.page-title .breadcrumb .current-title {
  color: #000;
  display: inline;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding-top: 3.2vw;
  }

  .page-title .breadcrumb {
    font-size: 2.9vw;
  }
}

/*------------------------------------------------------------ gradient ttl ----------------------------------------------------------------*/

main.gradient-bg {
  background-image: url(../images/bg-ttl.png);
  background-size: auto 457px;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1441px) {
  main.gradient-bg {
    background-size: 100% 457px;
  }
}

@media screen and (max-width: 767px) {
  main.gradient-bg {
    background-size: 100% auto;
    background-image: url(../images/bg-ttl-sp.png);
  }
}

main {
  padding-top: 0;
}

main.gradient-bg {
  background-position: center top -100px;
}

main.has-header-padding {
  padding-top: 80px;
}

@media screen and (min-width: 1071px) {
  body.home main.has-header-padding {
    padding-top: 0px;
  }
}

main.has-header-padding.gradient-bg {
  background-position: center top -20px;
}

@media screen and (max-width: 1070px) {
  main.gradient-bg {
    background-position: center top -125px;
  }

  main.has-header-padding {
    padding-top: 65px;
  }

  main.has-header-padding.gradient-bg {
    background-position: center top -60px;
  }
}

@media screen and (max-width: 767px) {
  main.gradient-bg {
    background-position: center top -16.2vw;
  }

  main.has-header-padding.gradient-bg {
    background-position: center top calc(-16.2vw + 65px);
  }
}

.gradient-ttl-container {
  margin-top: 110px;
}

.gradient-ttl-container .gradient-ttl {
  height: 50px;
  object-fit: contain;
  margin-bottom: 5px;
}

.gradient-ttl-container > p.roboto-slab {
  font-size: 29px;
  color: #004097;
}

@media screen and (max-width: 767px) {
  .gradient-ttl-container {
    margin-top: 9vw;
  }
  .gradient-ttl-container .gradient-ttl {
    height: 8.5vw;
    margin-bottom: 1vw;
  }

  .gradient-ttl-container > p.roboto-slab {
    font-size: 5vw;
  }
}
/* ヘッダー */

.header-pip-logo {
  padding: 14px 0;
  border-bottom: 2px solid #dedede;
}

.header-pip-logo .container {
  width: 100%;
  max-width: 1440px;
  padding: 0 37px 0 49.5px;
}

.header-pip-logo .custom-logo-link {
  display: flex;
  align-items: center;
  height: 50px;
  width: fit-content;
}

.header-pip-logo .custom-logo-link img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1070px) {
  .header-pip-logo {
    padding: 15px 0;
  }
  .header-pip-logo .container {
    padding: 0 0 0 26.5px;
  }
  .header-pip-logo .custom-logo-link {
    height: 33px;
  }
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  padding: 14px 0;
}

.site-header.fixed {
  position: fixed;
}

body.admin-bar header,
body.admin-bar header .main-navigation {
  top: 32px;
}

@media screen and (max-width: 1070px) {
  body.admin-bar header:not(.fixed) .main-navigation {
    top: 97px !important;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar header,
  body.admin-bar header .main-navigation {
    top: 46px !important;
  }

  body.admin-bar header:not(.fixed) .main-navigation {
    top: 111px !important;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar header.fixed,
  body.admin-bar header.fixed .main-navigation {
    top: 0 !important;
  }
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 37px 0 40px;
  width: 100%;
}

header .site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

header .custom-logo-link {
  display: flex;
  align-items: center;
}

header .custom-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
}

header .menu-toggle {
  display: none;
}

header .main-navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .main-navigation ul {
  display: flex;
  gap: 7px;
  margin-right: 20px;
}

header .main-navigation #primary-menu a {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding: 0 16px;
  display: block;
  letter-spacing: 0.08em;
  transition: all 0.3s ease;
}

header .btn-purchase {
  display: flex;
  align-items: center;
  gap: 6.4px;
  background: #ffbf57;
  color: white;
  padding: 13.5px 26px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

header .btn-purchase-img {
  width: 15px;
  object-fit: contain;
  padding-top: 2px;
}

header .search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #004097;
  border: 1px solid #004097;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 12px;
}

header .search-toggle img {
  width: 22px;
  object-fit: contain;
}

header .search-container {
  position: relative;
}

header .search-form-wrapper {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: #d6f2ff;
  padding: 15px 18px 15px 26px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  min-width: 456px;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

header .search-form-wrapper.active {
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
}

header .search-form-wrapper form {
  display: flex;
  align-items: center;
}

header .search-form-wrapper .is-form-id-429 input[type="search"].is-search-input {
  flex: 1;
  padding: 0.75rem;
  font-size: 16px !important;
  outline: none;
  transition: border-color 0.3s ease;
  height: 44px;
  color: #000 !important;
}

header .search-form-wrapper button[type="submit"] {
  background: #004097;
  color: white;
  border: none;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  cursor: pointer;
  width: 59px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

header .is-form-id-429 .is-search-icon {
  padding-top: 0 !important;
}

header .is-form-id-429 .is-search-icon {
  width: 26px !important;
  height: 26px !important;
  background-image: url(/wp-content/uploads/2025/07/icon-search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .is-form-id-429 .is-search-icon svg {
  display: none !important;
}

@media screen and (min-width: 1071px) and (max-width: 1243px) {
  header .main-navigation #primary-menu a {
    font-size: 1.3vw;
    padding: 0 0.5vw;
  }
}

@media screen and (max-width: 1070px) {
  header {
    padding: 0;
    height: 65px;
    box-shadow: none;
  }

  header .container {
    padding: 0;
    z-index: 999;
    background-color: #fff;
    position: relative;
  }

  header .custom-logo {
    height: 40px;
    margin-left: 15px;
  }

  header .main-navigation .custom-logo {
    transform: translateY(-3px);
  }

  header .header-right {
    display: flex;
    align-items: center;
  }

  header .header-right .btn-purchase {
    flex-direction: column-reverse;
    height: 65px;
    width: 65px;
    font-size: 11px;
    border-radius: 0;
    justify-content: center;
  }

  header .header-right .btn-purchase span {
    white-space: nowrap;
    position: absolute;
    bottom: 6px;
  }

  header .header-right .btn-purchase-img {
    min-width: 30px !important;
    margin-bottom: 14px;
  }

  header .header-right .hamburger-icon {
    width: 34px;
    height: 3px;
    position: relative;
    background: #fff;
  }

  header .menu-toggle::after {
    content: "メニュー";
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 6px;
    line-height: 16.5px;
  }

  header .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background: #004097;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    gap: 7px;
    padding-bottom: 12px;
    transition: all 0.3s ease;
  }

  header .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1001;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  header:not(.fixed) .main-navigation {
    top: 65px;
  }

  header .main-navigation.active {
    right: 0;
  }

  header .mobile-menu-header {
    padding: 13px 15px 0 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .mobile-menu-close {
    border: none;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  header .close-line {
    position: absolute;
    width: 35px;
    height: 3px;
    background: #004097;
    transition: all 0.3s ease;
  }

  header .close-line:first-child {
    transform: rotate(30deg);
  }

  header .close-line:last-child {
    transform: rotate(-30deg);
  }

  header .mobile-menu-content {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    margin: 0 auto;
    padding: 8px 7% 200px;
  }

  header .main-navigation ul {
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 0;
  }

  header .main-navigation .mobile-menu-content #primary-menu a {
    padding: 23px 0 23px 10px;
    border-bottom: 1.5px solid #eee;
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
    color: #004097;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
  }

  header .main-navigation .mobile-menu-content #primary-menu a::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #aaaaaa;
    border-top: 2px solid #aaaaaa;
    transform: translateY(-50%) rotate(45deg);
  }

  header .main-navigation .mobile-menu-content #primary-menu .menu-item:first-of-type a {
    border-top: 1.5px solid #eee;
  }

  header .menu-item-image {
    flex-shrink: 0;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .menu-item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  header .mobile-menu-content form {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  header .mobile-menu-content .is-form-id-429 input[type="search"].is-search-input {
    flex: 1;
    padding: 0.75rem;
    font-size: 16px !important;
    outline: none;
    transition: border-color 0.3s ease;
    border-radius: 8px;
    background: rgba(0, 64, 151, 0.05);
    height: 50px;
    color: #000 !important;
  }

  header .mobile-menu-content button[type="submit"] {
    background: #004097;
    color: white;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  header .is-form-id-429 .is-search-icon svg {
    width: 100%;
  }

  header .mobile-menu-content-btn {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffbf57 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    letter-spacing: 0.02em !important;
    padding: 20px !important;
    width: 100% !important;
    border-radius: 8px !important;
    gap: 10px !important;
  }

  header .mobile-menu-content-btn img {
    width: 18px !important;
    padding-top: 3px;
    object-fit: contain;
  }

  header .menu-main-container,
  header .mobile-menu-content .secondary-menu {
    display: none !important;
  }
}

@media (max-width: 1070px) {
  .fixed-menu {
    width: 100%;
    display: flex;
    background-color: #eff7ff;
    justify-content: space-evenly;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
    z-index: 998;
    position: relative;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .fixed-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #004097;
    padding: 0.9em 0.5em;
    position: relative;
    text-align: center;
    flex: 1;
    transition: all 0.3s ease;
    white-space: nowrap;
  }

  .fixed-menu a:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 2.6em;
    background-color: #a1c4f4;
  }
}

footer {
  background: #eff6ff;
  padding: 90px 0 50px;
  box-shadow: 0 -3px 9px rgba(205, 206, 205, 0.5);
}

footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer .custom-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  margin-bottom: 55px;
}

footer .custom-logo-link img {
  width: 100%;
  height: auto;
}

footer #footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #004097;
}

footer #footer-menu a {
  color: #004097;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  transition: all 0.3s ease;
}

footer #footer-menu li:first-of-type a {
  padding-left: 0;
}

footer #footer-menu li:last-of-type a {
  padding-right: 0;
}

footer .footer-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #004097;
  gap: 3px;
  margin-top: 22px;
  transition: all 0.3s ease;
}

footer .footer-link img {
  width: 16px;
  padding-top: 3px;
  object-fit: contain;
}

footer .copyright {
  font-size: 11px;
  color: #004097;
  font-weight: 700;
  margin-top: 55px;
  letter-spacing: 0;
}

@media screen and (max-width: 956px) {
  footer {
    padding: 15.8vw 0 0;
  }

  footer .container {
    align-items: flex-start;
    width: 86.6vw;
  }

  footer .custom-logo-link {
    width: 24.8vw;
    margin: 0 auto 6.5vw;
  }

  footer #footer-navigation {
    width: 100%;
  }

  footer #footer-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 1.5vw;
    border-bottom: unset;
  }

  footer #footer-menu li {
    width: 100%;
  }

  footer #footer-menu a {
    padding: 4vw 0;
    width: 100%;
    font-size: 4.8vw;
    border-bottom: 0.3vw solid #a1c4f4;
  }

  footer .footer-link {
    font-size: 3.7vw;
    gap: 0.5vw;
    margin-top: 4.2vw;
  }

  footer .footer-link img {
    width: 3.2vw;
    padding-top: 0.4vw;
  }

  footer .copyright {
    font-size: 2.9vw;
    margin-top: 5vw;
    background-color: #fff;
    width: 100vw;
    transform: translateX(-6.7vw);
    text-align: center;
    padding: 4vw 6.7vw;
  }
}

.custom-logo-link {
  transition: all 0.3s ease;
}

/* Page Top Button */
.page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 78px;
  height: 78px;
  background: url(../images/page-top.png) no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.page-top-btn:before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  width: 15%;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.2s ease;
}

.page-top-btn.visible {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    width: 16vw;
    height: 16vw;
    bottom: 4.5vw;
    right: 4.5vw;
  }
}

@media (hover: hover) {
  header .main-navigation #primary-menu a:hover,
  .header-pip-logo .custom-logo-link:hover,
  header .custom-logo-link:hover,
  footer .custom-logo-link:hover,
  header .btn-purchase:hover,
  header .search-toggle:hover,
  header .search-form-wrapper button[type="submit"]:hover,
  footer #footer-menu a:hover,
  footer .footer-link:hover,
  header .mobile-menu-content button[type="submit"]:hover,
  header .mobile-menu-close:hover,
  header .menu-toggle:hover,
  .fixed-menu a:hover {
    opacity: 0.6;
  }

  .page-top-btn:hover:before {
    transform: translate(-50%, -80%) rotate(-45deg);
  }
}
