/*/////////////////////////////////////////////////////////////////////////////////////////////////

 imports

/////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////

 config

/////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
:root {
  --color-brand: #E65550;
  --color-greige: #E1D7D7;
  --color-greige-middle: #E8DFDF;
  --color-greige-light: #F2EDED;
  --color-gray-light: #F2F2F2;
  --color-line: #CCC8C8;
  --color-white: #FFFFFF;
  --color-current: #403D3D;
  --color-select: #FF8080;
  --color-tag-bg: #E8DFDF;
  --color-text: #595555;
  --color-text-light: #615D5D;
  --color-red-light: #F4A8A7;
  --color-orange: #E9CBB4;
  --color-yellow: #F0E3BE;
  --color-icon: #E53835;
  --color-btn-disabled: #BFBFBF;
  --color-btn-icon: #808080;
  --text-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --text-family-zenmaru: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --text-18-bold-read: bold 18px / 1.8 var(--text-family);
  --text-16-bold-body: bold 16px / 1.8 var(--text-family);
  --text-16-regular-body: normal 16px / 1.8 var(--text-family);
  --text-14-regular-subtext: normal 14px / 1.8 var(--text-family);
  --text-14-bold-subtext: bold 14px / 1.8 var(--text-family);
  --text-14-regular: normal 14px / 1.8 var(--text-family);
  --text-13-regular-subtext: normal 13px / 1.8 var(--text-family);
  --text-13-column-regular: normal 13px / 1.8 var(--text-family);
  --text-13-bold: bold 13px / 1.8 var(--text-family);
  --heading-32-bold-h2: bold 32px / 1.5 var(--text-family-zenmaru);
  --heading-28-bold-h2-card: bold 28px / 1.5 var(--text-family-zenmaru);
  --heading-26-bold-h3: bold 26px / 1.5 var(--text-family-zenmaru);
  --heading-24-bold: bold 24px / 1.5 var(--text-family-zenmaru);
  --heading-20-bold-h2: bold 20px / 1.5 var(--text-family-zenmaru);
  --heading-18-bold: bold 18px / 1.5 var(--text-family-zenmaru);
  --nav-18-bold: bold 18px / 1.5 var(--text-family);
  --nav-16-bold: bold 16px / 1.5 var(--text-family);
  --nav-16-bold-125: bold 16px / 1.25 var(--text-family);
  --nav-14-bold: bold 14px / 1.5 var(--text-family);
  --nav-14-bold-125: bold 14px / 1.25 var(--text-family);
  --nav-14-regular: bold 14px / 1.25 var(--text-family);
  --nav-13-bold: bold 13px / 1.5 var(--text-family);
  --nav-12-bold: bold 12px / 1.5 var(--text-family);
  --nav-12-bold-125: bold 12px / 1.25 var(--text-family);
  --nav-11-bold: bold 11px / 1.25 var(--text-family);
}

@media screen and (min-width: 768px) {
  /*! Large only */
}
@media screen and (max-width: 1440px) {
  /*! Medium only */
}
@media screen and (max-width: 767px) {
  /*! Small only */
}
.pgn-header {
  position: relative;
  font: var(--text-16-regular-body);
  color: var(--color-text);
  background-color: var(--color-greige);
  z-index: 100;
}
.pgn-header a {
  color: var(--color-text);
  text-decoration: none;
}
.pgn-header a:hover {
  color: var(--color-text);
  text-decoration: underline;
}
.pgn-header a:visited {
  color: var(--color-text);
  text-decoration: none;
}
.pgn-header .pgn-link {
  text-decoration: none;
  color: var(--color-text);
  font: var(--text-16-regular-body);
}
@media screen and (max-width: 767px) {
  .pgn-header .pgn-link {
    font: var(--text-14-regular);
  }
}
.pgn-header img {
  max-width: 100%;
  display: block;
}
.pgn-header__inner {
  display: flex;
  align-items: center;
  max-width: 1328px;
  height: 76px;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pgn-header__inner {
    height: 64px;
    padding: 10px 8px 10px 16px;
    justify-content: space-between;
  }
}
.pgn-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pgn-header__logo {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 8px;
  }
}
.pgn-header__logoImg {
  width: 216px;
  height: 42px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .pgn-header__logoImg {
    width: 100%;
    max-width: 144px;
    height: auto;
  }
}
.pgn-header__concept {
  color: #757575;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .pgn-header__concept {
    margin-top: 4px;
    font-size: min(10.5px, 2.765vw);
  }
}
.pgn-header__subMenu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pgn-header__subMenu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-width: 60px;
  padding-right: 8px;
  padding-left: 8px;
  color: var(--color-text-light);
  font: var(--nav-12-bold-125);
  box-sizing: content-box;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pgn-header__subMenu a {
    font-size: 10px;
    line-height: 1.1;
    min-width: 50px;
  }
}
.pgn-header__subMenuItem {
  border-left: 1px solid var(--color-line);
}
.pgn-header__subMenuItem:last-child {
  border-right: 1px solid var(--color-line);
}
.pgn-header__subMenuItem img {
  width: 20px;
}
.pgn-header__menuOpen {
  width: 44px;
  height: 44px;
  padding: 0;
  margin-left: 16px;
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pgn-header__menuOpen {
    margin-left: 8px;
    flex-shrink: 0;
  }
}
@media (hover: hover) {
  .pgn-header__menuOpen:hover {
    background-color: rgba(234, 83, 80, 0.15);
  }
}
.pgn-header__menuOpen img {
  width: 44px;
  height: 44px;
}
.pgn-header__menuOpen.is-open {
  background-image: url(/common/images/icons/icon_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pgn-header__menuOpen.is-open img {
  opacity: 0;
}
.pgn-header__menu {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .pgn-header__menu {
    transition: all 0.4s;
    top: 64px;
    overflow-y: auto;
  }
}
.pgn-header__menu.is-open {
  visibility: visible;
  height: calc(100vh - 76px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pgn-header__menu.is-open {
    height: calc(100vh - 64px);
  }
}
.pgn-header__menuInner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pgn-header__menuInner {
    flex-direction: column-reverse;
  }
}
.pgn-header__menuImg {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pgn-header__menuImg {
    width: 100%;
  }
}
.pgn-header__menuImg img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  aspect-ratio: 708/913;
}
.pgn-header__menuImg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-image: url(/common/images/bg_header.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .pgn-header__menuImg::after {
    width: 100%;
    top: 0;
    bottom: auto;
    left: 0;
    background-image: url(/common/images/bg_header-sp.png);
    background-position: bottom;
    height: auto;
    aspect-ratio: 375/104;
  }
}
.pgn-header__menuContents {
  width: 50%;
  height: calc(100svh - 64px);
  overflow-y: scroll;
  padding: 40px 80px 96px;
  background-color: #E8DFD2;
}
.pgn-header__menuContents::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
}
.pgn-header__menuContents::-webkit-scrollbar-thumb {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  background-clip: padding-box;
}
.pgn-header__menuContents::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .pgn-header__menuContents {
    width: 100%;
    height: auto;
    overflow-y: visible;
    padding: 16px 0 96px;
    box-sizing: border-box;
  }
  .pgn-header__menuContents::-webkit-scrollbar {
    display: none;
  }
}
.pgn-header__menuList {
  display: flex;
}
.pgn-header__menuItem {
  width: 25%;
  border-left: 1px solid var(--color-line);
}
.pgn-header__menuItem:last-child {
  border-right: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .pgn-header__menuItem:first-child {
    border-left: none;
  }
  .pgn-header__menuItem:last-child {
    border-right: none;
  }
}
.pgn-header__menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font: var(--nav-12-bold);
  padding-right: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .pgn-header__menuItem a {
    font-size: 11px;
    white-space: nowrap;
  }
}
.pgn-header__menuItem a > span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.pgn-header__menuItem img {
  width: 40px;
  margin-bottom: 4px;
}
.pgn-header__categoryMenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--color-line);
  font: var(--nav-18-bold);
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenu {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    gap: 0;
  }
}
.pgn-header__categoryMenu + .pgn-header__linkList {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenuItem {
    border-top: 1px solid var(--color-line);
    width: 100%;
    margin-top: 16px;
    padding: 24px 36px 0;
  }
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenuItem + .pgn-header__categoryMenuItem {
    margin-top: 24px;
  }
}
.pgn-header__categoryMenuItem a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pgn-header__categoryMenuItem a:hover {
  text-decoration: none;
}
.pgn-header__categoryMenuItem a:hover > span {
  text-decoration: underline;
}
.pgn-header__categoryMenuItem:nth-child(1) .pgn-header__categoryMenuSummary img {
  width: 61px;
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenuItem:nth-child(1) .pgn-header__categoryMenuSummary img {
    width: 20%;
    margin-top: -20px;
  }
}
.pgn-header__categoryMenuItem:nth-child(2) .pgn-header__categoryMenuSummary img {
  width: 81px;
  transform: translate(16px, -12px);
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenuItem:nth-child(2) .pgn-header__categoryMenuSummary img {
    width: 27%;
    transform: translateX(16px);
    margin-top: -10px;
  }
}
.pgn-header__categoryMenuSummary {
  margin-top: 13px;
  display: flex;
  align-items: flex-start;
  height: 100%;
  gap: 12px;
  font: var(--text-14-regular);
  color: var(--color-text-light);
}
@media screen and (max-width: 767px) {
  .pgn-header__categoryMenuSummary {
    margin-top: 16px;
    gap: 24px;
  }
}
.pgn-header__categoryMenuText {
  width: 73%;
}
.pgn-header__linkList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 12px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--color-line);
}
@media screen and (max-width: 767px) {
  .pgn-header__linkList {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    gap: 24px;
  }
}
.pgn-header__linkListItem a {
  display: block;
  width: 100%;
  height: 100%;
  font: var(--nav-16-bold);
}
@media screen and (max-width: 767px) {
  .pgn-header__linkListItem a {
    padding-top: 0;
  }
}
.pgn-header__banner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin: 56px -12px 0;
}
@media screen and (max-width: 767px) {
  .pgn-header__banner {
    margin-top: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.pgn-header__banner a {
  display: block;
}
.pgn-header__bannerItem {
  width: 50%;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .pgn-header__bannerItem {
    width: 100%;
  }
}
.pgn-header__cardImg {
  width: 100%;
}
.pgn-header__cardText {
  margin-top: 8px;
  font: var(--nav-14-bold);
}
.pgn-header__sns {
  display: flex;
  margin: 56px -16px 0;
}
@media screen and (max-width: 767px) {
  .pgn-header__sns {
    justify-content: center;
    margin-top: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.pgn-header__snsItem {
  width: 32px;
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .pgn-header__snsItem {
    width: 100%;
    max-width: 48px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.pgn-header__snsItem a {
  display: block;
}
.pgn-header__snsItem a:hover {
  opacity: 0.3;
}
.pgn-header__headingLv2 {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--color-line);
  font: var(--nav-18-bold);
}
@media screen and (max-width: 767px) {
  .pgn-header__headingLv2 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.pgn-header__headingLv3 {
  margin-top: 48px;
  font: var(--nav-16-bold);
  border-bottom: 1px solid var(--color-icon);
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pgn-header__headingLv3 {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.pgn-header__headingLv2 + .pgn-header__headingLv3 {
  margin-top: 32px;
}
.pgn-header__headingLv3 + .pgn-header__linkList {
  margin-top: 0;
  padding-top: 24px;
  border: none;
  font-size: 14px;
}
.pgn-header .pgn-icon {
  position: relative;
  top: -0.1em;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-right: 0.25em;
}
.pgn-header .pgn-icon--right {
  margin-right: 0;
  margin-left: 0.25em;
}
#pigeoninfo .pgn-header .pgn-header__btn, .pgn-header__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  min-height: 44px;
  margin-top: 48px;
  padding: 0 17px 0 31px;
  text-align: center;
  border-radius: 24px;
  border: 1px solid var(--color-red-light);
  background-color: var(--color-white);
  font: var(--nav-14-bold-125);
  color: var(--color-text);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #pigeoninfo .pgn-header .pgn-header__btn, .pgn-header__btn {
    margin-left: 24px;
    margin-right: 24px;
  }
}
#pigeoninfo .pgn-header .pgn-header__btn .pgn-icon, .pgn-header__btn .pgn-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 16px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  #pigeoninfo .pgn-header .pgn-header__btn .pgn-icon, .pgn-header__btn .pgn-icon {
    left: 11px;
  }
}

.is-lockScroll {
  overflow: hidden;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////

 imports

/////////////////////////////////////////////////////////////////////////////////////////////////*/
.pgn-footer {
  position: relative;
  border-top: 1px solid var(--color-line);
  font: var(--text-16-regular-body);
  color: var(--color-text);
}
.pgn-footer .pgn-icon {
  position: relative;
  top: -0.1em;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-right: 0.25em;
}
.pgn-footer a {
  color: var(--color-text);
  text-decoration: none;
}
.pgn-footer a:hover {
  color: var(--color-text);
  text-decoration: underline;
}
.pgn-footer a:visited {
  color: var(--color-text);
  text-decoration: none;
}
.pgn-footer img {
  max-width: 100%;
  display: block;
}
.pgn-footer__infoInner {
  padding: 48px 24px 32px;
  background-color: var(--color-gray-light);
  text-align: center;
}
.pgn-footer__infoLogo {
  display: inline-block;
  width: 159px;
}
.pgn-footer__text {
  margin-top: 24px;
  font: var(--nav-14-regular);
  text-align: center;
}
.pgn-footer__sns {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  justify-content: center;
}
.pgn-footer__snsItem {
  width: 48px;
}
.pgn-footer__snsItem a:hover {
  opacity: 0.3;
}
.pgn-footer__infoLink {
  display: flex;
  gap: 16px;
  margin-top: 48px;
  justify-content: center;
  font-size: 14px;
  line-height: 1.25;
}
.pgn-footer__inner {
  padding: 24px;
  text-align: center;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-line);
}
.pgn-footer__logo {
  display: inline-block;
  width: 69px;
}
.pgn-footer__mail {
  display: block;
  width: 100%;
  max-width: 134px;
  margin: 48px auto 0;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  background-color: #fff;
  border-radius: 8px;
}
.pgn-footer__link {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.pgn-footer__link .pgn-icon {
  top: -0.05em;
}
.pgn-footer__linkItem {
  font-size: 14px;
  line-height: 1.25;
}
.pgn-footer__copyright {
  border-top: 1px solid var(--color-line);
  padding: 16px 24px;
  font-size: 11px;
  line-height: 1.1;
  background-color: var(--color-white);
}
.pgn-footer__copyrightText {
  text-align: center;
}

/* フッターメニュー追記（2024/11/06） */
.pgn-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  max-width: 1000px;
  text-align: left;
  margin: 40px auto 0px;
}

.pgn-footer__navMenu {
  width: calc( ( 100% - 100px ) / 3 );
}

.pgn-footer__navMenuHeading {
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 20px;
}

.pgn-footer__navMenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pgn-footer__navMenuListItem a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--color-text-light);
  text-decoration: none;
}

.pgn-footer__navMenuListItem a::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/icons/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.pgn-footer__navMenuListItem a[target="_blank"]::after{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/common/images/icons/icon_window.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.pgn-footer__navMenu--wide {
  width: 100%;
}

.pgn-footer__navMenu--wide .pgn-footer__navMenuList {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 50px;
}

.pgn-footer__navMenu--wide .pgn-footer__navMenuListItem {
  width: calc( ( 100% - 100px ) / 3 );
}

.pgn-footer__navMenuButton {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 40px;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 0px 0px;
  padding: 0px 26px;
  border: 1px solid var(--color-icon);
  border-radius: 20px;
  background-color: #fff;
}

.pgn-footer__navMenuButton::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/icons/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.pgn-footer__navLink {
  display: block;
  width: fit-content;
  font-size: 14px;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .pgn-footer__navMenuButton:hover,
  .pgn-footer__navMenuButton:focus {
    background-color: var(--color-red-light);
    text-decoration: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pgn-footer__nav {
    flex-direction: column;
  }

  .pgn-footer__navMenu {
    width: 100%;
  }

  .pgn-footer__navMenu--wide .pgn-footer__navMenuList {
    flex-direction: column;
  }

  .pgn-footer__navMenu--wide .pgn-footer__navMenuListItem {
    width: 100%;
  }
}