@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap");
html.g-bs .phg-header-g-bs span {
  color: #21366E;
  font-weight: 500;
}

html.g-bb .phg-header-g-bb span {
  color: #21366E;
  font-weight: 500;
}

html.g-bch .phg-header-g-bch span {
  color: #21366E;
  font-weight: 500;
}

html.g-bn .phg-header-g-bn span {
  color: #21366E;
  font-weight: 500;
}

html.g-br .phg-header-g-br span {
  color: #21366E;
  font-weight: 500;
}

html.g-bre .phg-header-g-bre span {
  color: #21366E;
  font-weight: 500;
}

html.g-sc .phg-header-g-sc span {
  color: #21366E;
  font-weight: 500;
}

#phg-header {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  background-color: #f1f1f1;
  height: 140px;
}
#phg-header *, #phg-header *::before, #phg-header *::after {
  box-sizing: border-box;
}
#phg-header * {
  font-family: "Noto Sans JP", sans-serif !important;
  min-height: auto;
}
#phg-header body, #phg-header h1, #phg-header h2, #phg-header h3, #phg-header h4, #phg-header p, #phg-header figure, #phg-header blockquote, #phg-header dl, #phg-header dd, #phg-header ul, #phg-header li, #phg-header a, #phg-header span {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}
#phg-header ul[role=list], #phg-header ol[role=list] {
  list-style: none;
}
#phg-header li {
  list-style: none;
}
#phg-header a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
#phg-header a:hover {
  text-decoration: none;
}
#phg-header img, #phg-header picture {
  max-width: 100%;
  height: auto;
  display: block;
}
#phg-header input, #phg-header button, #phg-header textarea, #phg-header select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  #phg-header *, #phg-header *::before, #phg-header *::after {
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #phg-header {
    background-color: transparent;
    height: 48px;
  }
}
#phg-header .phg-dispSp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-dispSp {
    display: inherit;
  }
}
#phg-header .phg-header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  background-color: #f1f1f1;
  transition: height 0.1s;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-wrapper {
    position: fixed;
    height: 48px;
  }
}
#phg-header .phg-header-inner {
  position: relative;
  max-width: 1100px;
  width: calc(100% - 40px);
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-inner {
    padding: 16px;
    width: 100%;
    height: 48px;
    background-color: #f1f1f1;
    position: fixed;
    z-index: 1;
  }
}
#phg-header .phg-header-logo {
  position: absolute;
  width: 255px;
  top: 45px;
  left: 0;
  display: block;
  height: auto;
  margin: auto;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
  transition: width 0.2s, height 0.2s, top 0.1s;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-logo {
    top: 11px;
    width: 133px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#phg-header .phg-header-logo a {
  display: inline-block;
  width: auto;
  pointer-events: all;
}
#phg-header .phg-header-logo img {
  width: 100%;
  margin: 0;
}
#phg-header .phg-header-logo .phg-header-logo_notagline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#phg-header .phg-header-right {
  position: absolute;
  right: 14px;
  top: 14px;
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-right {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#phg-header .phg-header-mypage {
  display: flex;
  cursor: pointer;
}
#phg-header .phg-header-mypage-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.6;
  color: #222;
}
#phg-header .phg-header-mypage-icon {
  width: 15px;
  height: auto;
  margin-left: 4px;
}
#phg-header .phg-header-mypage-icon-img {
  fill: none;
  stroke: #222;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-mypage {
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
  #phg-header .phg-header-mypage-text {
    display: none;
  }
  #phg-header .phg-header-mypage-icon {
    width: 13px;
    margin-left: 0;
  }
}
#phg-header .phg-header-menu-list {
  max-width: 1100px;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-menu-list {
    position: absolute;
    width: auto;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff;
    z-index: auto;
    left: -100%;
    transition: 0.6s all ease;
  }
}
#phg-header .phg-header-menu-list-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  cursor: pointer;
}
#phg-header .phg-header-menu-list-btn strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  color: #222;
  padding: 4px 0;
}
#phg-header .phg-header-menu-list-btn:hover strong {
  color: #21366E;
}
#phg-header .phg-header-menu-list-btn.phg-current strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #21366E;
  border-bottom: 1px solid #21366E;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-menu-list-btn.phg-current strong {
    border-bottom: none;
  }
}
@media screen and (max-width: 1200px) {
  #phg-header .phg-header-menu-list-btn {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-menu-list-btn {
    justify-content: flex-start;
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
  }
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-menu-list-content {
    width: 100%;
  }
}
#phg-header .phg-header-pulldown-area {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 50vw);
  width: 100vw;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  will-change: filter;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-area {
    display: block;
    z-index: -1;
    top: 0;
    left: -100vw;
    width: calc(100vw - 100%);
    max-width: 320px;
    height: 100%;
    transition: 0.6s all ease;
  }
  #phg-header .phg-header-pulldown-area.phg-active {
    left: 100%;
  }
}
#phg-header .phg-header-pulldown-content {
  display: none;
}
#phg-header .phg-header-pulldown-content-inner {
  position: relative;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-inner {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
    height: 100%;
    overflow-y: scroll;
  }
}
#phg-header .phg-header-pulldown-content-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
#phg-header .phg-header-pulldown-content-title-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #21366E !important;
  padding-right: 25px;
  cursor: pointer;
  line-height: 1;
}
#phg-header .phg-header-pulldown-content-title-text:hover {
  text-decoration: underline;
}
#phg-header .phg-header-pulldown-content-title-text:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-image: url("/phbases/img/arrow_link_circle_top.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-title-text {
    display: none;
  }
}
#phg-header .phg-header-pulldown-content-title-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #21366E !important;
  margin-left: 14px;
  line-height: 1;
  display: inline-block;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#phg-header .phg-header-pulldown-content-title-btn:before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  width: 1.2em;
  margin-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-title-btn:before {
    width: 1.2em;
  }
}
#phg-header .phg-header-pulldown-content-title-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-title-btn {
    min-height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0;
    text-indent: 0;
    padding: 10px 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #phg-header .phg-header-pulldown-content-title-btn-sp {
    width: 100%;
  }
}
#phg-header .phg-header-pulldown-content-title-btn-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-title-btn-sp {
    display: flex;
  }
}
#phg-header .phg-header-pulldown-content-img {
  width: 236px;
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-img {
    display: none;
  }
}
#phg-header .phg-header-pulldown-content-main {
  margin-top: 42px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-main {
    margin-top: 0;
    padding-bottom: 0;
  }
}
#phg-header .phg-header-pulldown-content-main-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  gap: 12px 8px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-main-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
#phg-header .phg-header-pulldown-content-main-nav-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #21366E !important;
  display: inline-block;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#phg-header .phg-header-pulldown-content-main-nav-btn:before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  width: 1.2em;
  margin-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-main-nav-btn:before {
    width: 1.2em;
  }
}
#phg-header .phg-header-pulldown-content-main-nav-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-main-nav-btn {
    min-height: 48px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    text-indent: 0;
    padding: 12px 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#phg-header .phg-header-pulldown-content-cv {
  grid-column: 3;
  grid-row: 1/4;
  padding: 42px 0 16px;
  width: 200px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-cv {
    height: auto;
    margin: 0;
    padding: 15px;
    width: 100%;
  }
}
#phg-header .phg-header-pulldown-content-cv-nav-btn {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 44px;
  width: 100%;
  background-color: #e5e8e8;
  color: #21366E !important;
  padding: 10px 28px 10px 12px;
  font-size: 12px;
  margin-top: 1px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-cv-nav-btn {
    min-height: 48px;
    background-color: #21366E;
    color: #fff !important;
    font-size: 13px;
  }
}
#phg-header .phg-header-pulldown-content-cv-nav-btn:after {
  content: "＞＞";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0.6, 1);
  color: #21366E;
  letter-spacing: -0.25rem;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-cv-nav-btn:after {
    color: #fff;
  }
}
#phg-header .phg-header-pulldown-content-cv-nav-btn[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/phbases/img/ico_blank_blue.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-cv-nav-btn[target=_blank]:after {
    right: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h10v10h-10z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22m5.5%200v1h2.79l-4.15%204.15.71.71%204.15-4.15v2.79h1v-4.5z%22%2F%3E%3Cpath%20d%3D%22m8%209h-7v-7h3.5v-1h-4.5v9h9v-4.5h-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: cover;
  }
}
#phg-header .phg-header-pulldown-content-sub {
  position: relative;
  padding-top: 24px;
  margin-bottom: 36px;
  grid-column: 2;
  grid-row: 2/3;
}
#phg-header .phg-header-pulldown-content-sub:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-sub {
    margin-top: 0;
    padding: 24px 0;
    margin-bottom: 0;
  }
  #phg-header .phg-header-pulldown-content-sub:before {
    border-top: none;
  }
}
#phg-header .phg-header-pulldown-content-sub-nav {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 4px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-sub-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
#phg-header .phg-header-pulldown-content-sub-nav-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #21366E !important;
  display: inline-block;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
#phg-header .phg-header-pulldown-content-sub-nav-btn:before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  width: 1.2em;
  margin-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-sub-nav-btn:before {
    width: 1.2em;
  }
}
#phg-header .phg-header-pulldown-content-sub-nav-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-sub-nav-btn {
    min-height: 48px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    text-indent: 0;
    padding: 12px 14px;
    font-size: 14px;
  }
}
#phg-header .phg-header-pulldown-content-sub-nav-btn[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2010%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h10v10h-10z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20fill%3D%22%2321366e%22%3E%3Cpath%20d%3D%22m5.5%200v1h2.79l-4.15%204.15.71.71%204.15-4.15v2.79h1v-4.5z%22%2F%3E%3Cpath%20d%3D%22m8%209h-7v-7h3.5v-1h-4.5v9h9v-4.5h-1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: cover;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-sub-nav-btn[target=_blank]:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#phg-header .phg-header-pulldown-content-close {
  grid-row: 3;
  grid-column: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-pulldown-content-close {
    display: none;
  }
}
#phg-header .phg-header-pulldown-content-close-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #21366E;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  padding: 10px;
  cursor: pointer;
  transition: 0.2s all ease;
}
#phg-header .phg-header-pulldown-content-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#phg-header .phg-header-modal-bg {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-modal-bg {
    display: none;
  }
}
#phg-header .phg-header-modal-btn-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -36px;
  top: 0;
  cursor: pointer;
}
#phg-header .phg-header-modal-btn-close:before, #phg-header .phg-header-modal-btn-close:after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#phg-header .phg-header-modal-btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#phg-header .phg-header-modal-btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-modal-btn-close {
    width: 48px;
    height: 48px;
    right: 0;
    top: -48px;
    background-color: #f1f1f1;
  }
  #phg-header .phg-header-modal-btn-close:before, #phg-header .phg-header-modal-btn-close:after {
    width: 16px;
    background-color: #333;
  }
}
#phg-header .phg-header-modal-mypage-inner {
  max-width: 630px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-modal-mypage-inner {
    left: 0;
    top: 48px;
    transform: none;
    max-width: none;
    height: calc(100% - 48px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
#phg-header .phg-header-modal-mypage-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #21366E;
  font-size: 15px;
}
#phg-header .phg-header-modal-mypage-content + .phg-header-modal-mypage-content {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  #phg-header .phg-header-modal-mypage-content {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#phg-header .phg-header-modal-mypage-list {
  margin-top: 8px;
}
#phg-header .phg-header-modal-mypage-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border: 1px solid #21366E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #21366E !important;
  font-size: 15px;
  position: relative;
}
#phg-header .phg-header-modal-mypage-btn-01:after {
  content: "＞＞";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0.6, 1);
  color: #21366E;
  letter-spacing: -0.25rem;
}
#phg-header .phg-header-modal-mypage-btn-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background-color: #21366E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff !important;
  font-size: 15px;
  position: relative;
}
#phg-header .phg-header-modal-mypage-btn-02:after {
  content: "＞＞";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0.6, 1);
  color: #fff;
  letter-spacing: -0.25rem;
}
#phg-header .phg-header-modal-mypage-btn-02 .phg-header-mypage-icon {
  margin-right: 8px;
  width: 10px;
}
#phg-header .phg-header-modal-mypage-btn-02 .phg-header-mypage-icon-img {
  stroke: #fff;
  stroke-width: 2px;
}
#phg-header.phg-leave .phg-header-wrapper {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #phg-header.phg-leave .phg-header-wrapper {
    position: fixed;
  }
}

#phg-header {
  position: relative;
  z-index: 9999;
}
#phg-header-menu {
  position: absolute;
  width: 100%;
  top: 110px;
  transition: top 0.1s;
}
#phg-header-menu-inner {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  #phg-header-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 48px);
    top: 48px;
    left: -100%;
    transition: 0.3s all ease;
  }
  #phg-header-menu-sp-btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    z-index: 10001;
  }
  #phg-header-menu-sp-btn span {
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    top: 50%;
    left: 50%;
    transition: 0.3s all ease;
  }
  #phg-header-menu-sp-btn span:nth-child(1) {
    transform: translate(-50%, -50%);
  }
  #phg-header-menu-sp-btn span:nth-child(2) {
    transform: translate(-50%, calc(-50% + 5px));
  }
  #phg-header-menu-sp-btn span:nth-child(3) {
    transform: translate(-50%, calc(-50% - 5px));
  }
  #phg-header-menu-sp-btn.phg-active span:nth-child(1) {
    width: 0;
  }
  #phg-header-menu-sp-btn.phg-active span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #phg-header-menu-sp-btn.phg-active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #phg-header-menu-inner {
    height: 100%;
    background-color: transparent;
    border-bottom: none;
    bottom: 0;
  }
  #phg-header-menu-inner:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -2;
    transition: 0.15s width ease;
  }
  #phg-header-menu.phg-active {
    left: 0;
  }
  #phg-header-menu.phg-active .phg-header-menu-list {
    left: 0;
  }
  #phg-header-menu.phg-active #phg-header-menu-inner:before {
    width: 100%;
  }
}
#phg-header-pulldown-area {
  display: none;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#phg-header.phg-fixed .phg-header-wrapper {
  position: fixed;
  height: 48px;
  top: 0;
}
#phg-header.phg-fixed .phg-header-logo {
  top: 12px;
  width: 210px;
}
#phg-header.phg-fixed .phg-header-logo img:not(.phg-header-logo_notagline) {
  opacity: 0;
  transition: opacity 0.1s;
}
#phg-header.phg-fixed .phg-header-logo .phg-header-logo_notagline {
  opacity: 1;
  transition: opacity 0.1s;
}
#phg-header.phg-fixed .phg-header-right {
  display: none;
}
#phg-header.phg-fixed #phg-header-menu {
  top: 48px;
}
#phg-header-modal-mypage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.phg-bnr-60th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  max-width: 976px;
  width: calc(100% - 32px);
  margin: 100px auto 70px auto;
}
.phg-bnr-60th *, .phg-bnr-60th *::before, .phg-bnr-60th *::after {
  box-sizing: border-box;
}
.phg-bnr-60th * {
  font-family: "Noto Sans JP", sans-serif !important;
  min-height: auto;
}
.phg-bnr-60th body, .phg-bnr-60th h1, .phg-bnr-60th h2, .phg-bnr-60th h3, .phg-bnr-60th h4, .phg-bnr-60th p, .phg-bnr-60th figure, .phg-bnr-60th blockquote, .phg-bnr-60th dl, .phg-bnr-60th dd, .phg-bnr-60th ul, .phg-bnr-60th li, .phg-bnr-60th a, .phg-bnr-60th span {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}
.phg-bnr-60th ul[role=list], .phg-bnr-60th ol[role=list] {
  list-style: none;
}
.phg-bnr-60th li {
  list-style: none;
}
.phg-bnr-60th a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.phg-bnr-60th a:hover {
  text-decoration: none;
}
.phg-bnr-60th img, .phg-bnr-60th picture {
  max-width: 100%;
  height: auto;
  display: block;
}
.phg-bnr-60th input, .phg-bnr-60th button, .phg-bnr-60th textarea, .phg-bnr-60th select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .phg-bnr-60th *, .phg-bnr-60th *::before, .phg-bnr-60th *::after {
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .phg-bnr-60th {
    margin: 30px auto -10px auto;
  }
}
.phg-bnr-60th-link-img {
  width: 100%;
  transition: 0.3s all ease;
}
.phg-bnr-60th-link-img:hover {
  opacity: 0.7;
}
.phg-useful-column {
  background-color: #eee;
  margin-bottom: 1px;
}
.phg-useful-column-inner {
  max-width: 976px;
  width: 100%;
  margin: auto;
  padding: 30px 0;
}
.phg-useful-column-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-title {
    text-align: center;
  }
}
.phg-useful-column-lists {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  height: 100px;
}
.phg-useful-column-lists .slick-prev, .phg-useful-column-lists .slick-next {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-lists {
    gap: 0;
    height: 100%;
  }
}
.phg-useful-column-list {
  width: calc((100% - 48px) / 3);
  display: flex;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-list {
    width: 100%;
    margin: 0 0.5%;
  }
}
.phg-useful-column-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.phg-useful-column-link:hover {
  text-decoration: none;
}
.phg-useful-column-link:hover .phg-useful-column-img img {
  transform: scale(1.05);
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-link {
    flex-direction: column;
  }
}
.phg-useful-column-img {
  width: calc((100% - 10px) / 2);
  overflow: hidden;
  display: flex;
  height: 100%;
}
.phg-useful-column-img img {
  width: 100%;
  transition: 0.3s all ease;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 152/100;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-img {
    width: 100%;
  }
}
.phg-useful-column-text {
  width: calc((100% - 10px) / 2);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-text {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-btn {
    text-align: center;
  }
}
.phg-useful-column-btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #e6e6e6;
  border: 1px solid #999;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 14px;
}
.phg-useful-column-btn-link:after {
  content: "＞＞";
  margin-left: 0.5em;
  transform: scale(0.8);
  letter-spacing: -0.2em;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .phg-useful-column-btn-link {
    width: 252px;
    height: 48px;
  }
}
.phg-share {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  max-width: 976px;
  margin: 50px auto 100px auto;
}
.phg-share *, .phg-share *::before, .phg-share *::after {
  box-sizing: border-box;
}
.phg-share * {
  font-family: "Noto Sans JP", sans-serif !important;
  min-height: auto;
}
.phg-share body, .phg-share h1, .phg-share h2, .phg-share h3, .phg-share h4, .phg-share p, .phg-share figure, .phg-share blockquote, .phg-share dl, .phg-share dd, .phg-share ul, .phg-share li, .phg-share a, .phg-share span {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}
.phg-share ul[role=list], .phg-share ol[role=list] {
  list-style: none;
}
.phg-share li {
  list-style: none;
}
.phg-share a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.phg-share a:hover {
  text-decoration: none;
}
.phg-share img, .phg-share picture {
  max-width: 100%;
  height: auto;
  display: block;
}
.phg-share input, .phg-share button, .phg-share textarea, .phg-share select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .phg-share *, .phg-share *::before, .phg-share *::after {
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .phg-share {
    margin: 30px auto 60px auto;
  }
}
.phg-share-fav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .phg-share-fav {
    border-bottom: 0px solid #999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.phg-share-fav:after {
  content: "";
  height: 25px;
  width: 1px;
  background-color: #999;
  margin: 0 24px 0 8px;
}
@media screen and (max-width: 768px) {
  .phg-share-fav:after {
    display: none;
  }
}
.phg-share-fav a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phg-share-fav a .favFill {
  fill: #fff;
}
.phg-share-fav a .favStar {
  fill: #000;
}
@media screen and (max-width: 768px) {
  .phg-share-fav a:hover .favFill {
    fill: #000;
  }
  .phg-share-fav a:hover .favStar {
    fill: #fff;
  }
}
.phg-share-fav-btn svg {
  display: block;
  width: 25px;
  line-height: 1 !important;
}
.phg-share-fav-btn-icon {
  width: 100%;
  height: auto;
}
.phg-share-fav-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.phg-share-sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phg-share-sns-lists {
  display: flex;
  align-items: center;
  gap: 24px;
}
.phg-share-sns-lists-list {
  width: 25px;
}
.phg-share-sns-lists li a {
  line-height: 1;
}
.phg-share-sns-btn {
  display: block;
  width: 100%;
}
.phg-share-sns-btn-icon {
  width: 100%;
  height: auto;
}
.phg-share-sns-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .phg-share {
    flex-direction: column;
    align-items: flex-start;
  }
}
.phg-official-sns {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 976px;
  margin: 100px auto 0px auto;
  gap: 20px;
}
.phg-official-sns *, .phg-official-sns *::before, .phg-official-sns *::after {
  box-sizing: border-box;
}
.phg-official-sns * {
  font-family: "Noto Sans JP", sans-serif !important;
  min-height: auto;
}
.phg-official-sns body, .phg-official-sns h1, .phg-official-sns h2, .phg-official-sns h3, .phg-official-sns h4, .phg-official-sns p, .phg-official-sns figure, .phg-official-sns blockquote, .phg-official-sns dl, .phg-official-sns dd, .phg-official-sns ul, .phg-official-sns li, .phg-official-sns a, .phg-official-sns span {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: justify;
}
.phg-official-sns ul[role=list], .phg-official-sns ol[role=list] {
  list-style: none;
}
.phg-official-sns li {
  list-style: none;
}
.phg-official-sns a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.phg-official-sns a:hover {
  text-decoration: none;
}
.phg-official-sns img, .phg-official-sns picture {
  max-width: 100%;
  height: auto;
  display: block;
}
.phg-official-sns input, .phg-official-sns button, .phg-official-sns textarea, .phg-official-sns select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .phg-official-sns *, .phg-official-sns *::before, .phg-official-sns *::after {
    scroll-behavior: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .phg-official-sns {
    margin: 100px auto 20px auto;
    justify-content: center;
  }
}
.phg-official-sns-lists {
  display: flex;
  align-items: center;
  gap: 25px;
}
.phg-official-sns-lists-list {
  width: 25px;
}
.phg-official-sns-lists-list-icon {
  width: 100%;
  height: auto;
}
.phg-official-sns-btn {
  display: block;
  width: 100%;
}
.phg-official-sns-btn-icon {
  width: 100%;
  height: auto;
}
.phg-official-sns-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-right: 2px !important;
}
.phg-official-sns + #g-bottomarea {
  padding-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .phg-official-sns.pc {
    display: none;
  }
}
.phg-official-sns.pc * {
  line-height: 1;
}
.phg-official-sns.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phg-official-sns.sp {
    display: flex;
  }
}
.phg-official-sns.sp * {
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  #g-breadcrumbs + .phg-official-sns.sp {
    margin-top: 20px;
  }
}/*# sourceMappingURL=phg_common.css.map */