@charset "UTF-8";
/* =========================================
top
========================================= */
/* =========================================
pg_mv
========================================= */
.pg_mv {
  position: relative;
  display: flex;
  aspect-ratio: 1200/596;
  background-color: #e5ebf6;
  color: #fff;
  overflow: hidden;
}

.pg_mv_item {
  display: grid;
  place-content: center;
  width: 25%;
  writing-mode: vertical-rl;
  font-family: var(--noto_serif);
  font-size: max(1.3125rem, 1.75vw);
  line-height: 2.14;
  background-color: var(--color_accent);
}

.pg_mv_text > span {
  display: block;
  letter-spacing: 0.15em;
}
.pg_mv_text .pg_mv_text_2 {
  margin-top: 2.4em;
}
.pg_mv_text .pg_mv_text_3 {
  margin-top: 4.8em;
}
.pg_mv_text .text_combine {
  display: inline-block;
  margin-bottom: 0.2em;
  text-combine-upright: all;
}

.pg_mv_text_logo {
  position: absolute;
  left: 17.3%;
  bottom: 3.2%;
  width: 80.3%;
  z-index: 2;
}
.pg_mv_text_logo img {
  width: 100%;
}

.pg_mv_gallery_wrap {
  position: relative;
  width: 75%;
  overflow: hidden;
}

.pg_my_gallery,
.pg_my_gallery._clone {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  image-rendering: pixelated;
  animation: mv-slide 40s linear infinite;
}

.pg_my_gallery._clone {
  top: 100%;
}

.pg_mv_gallery_item {
  width: 50%;
}
.pg_mv_gallery_item img {
  width: 100%;
  height: auto;
}

@keyframes mv-slide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, calc(-100% + 8px), 0);
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_mv {
    display: block;
    aspect-ratio: 320/500;
  }
  .pg_mv_item {
    position: absolute;
    inset: 0;
    width: 39.063%;
    height: 64%;
    margin: auto;
    font-size: max(0.875rem, 4.375vw);
    z-index: 2;
  }
  .pg_mv_text_logo {
    left: 0;
    right: 0;
    bottom: 2.2%;
    width: 96.875%;
    margin: 0 auto;
  }
  .pg_mv_gallery_wrap {
    width: 100%;
  }
  .pg_my_gallery,
  .pg_my_gallery._clone {
    animation: mv-slide 20s linear infinite;
  }
}
/* =========================================
pg_intro
========================================= */
.pg_intro_item {
  display: grid;
  place-content: center;
  min-height: 720px;
}

.pg_intro_item_text p {
  text-align: center;
  letter-spacing: 0.42em;
  line-height: 2;
  font-family: var(--noto_serif);
}

.pg_intro_item_text p + p {
  margin-top: 2em;
}

.pg_intro_bnr {
  position: relative;
  background-color: #002466;
}

.pg_intro_bnr_img {
  position: absolute;
  inset: 0;
  width: 65%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  transform: translate(3.6%, -5%);
  z-index: 2;
}
.pg_intro_bnr_img img {
  width: 100%;
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_intro_item {
    background: url(../../img/top/intro_bg_pc.jpg) no-repeat center 0/1480px 720px;
  }
  .pg_intro_bnr {
    aspect-ratio: 1200/340;
  }
  .pg_intro_bnr::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 54.833%;
    height: 100%;
    background: url(../../img/top/intro_bnr_bg_pc.jpg) no-repeat center/contain;
  }
}
/* PC調整 1480px以降 ---------------------------- */
@media not screen and (max-width: 1480px) {
  .pg_intro_item {
    background-position: center;
    background-size: cover;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_intro_item {
    min-height: 568px;
    padding-top: 20px;
    background: url(../../img/top/intro_bg_sp.jpg) no-repeat center 0/768px 568px;
  }
  .pg_intro_item_text {
    max-width: 290px;
  }
  .pg_intro_item_text p {
    text-align: left;
    letter-spacing: 0.1em;
  }
  .pg_intro_item_text p + p {
    margin-top: 2em;
  }
  .pg_intro_item_text p.sp_nospace {
    margin-top: 0;
  }
  .pg_intro_bnr {
    min-height: 320px;
    background: #002466 url(../../img/top/intro_bnr_bg_sp.jpg) no-repeat center 0/530px 320px;
  }
  .pg_intro_bnr_img {
    width: 290px;
    transform: translate(0, -5%);
  }
}
/* =========================================
pg_title
========================================= */
.pg_title {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

.pg_title_ja {
  margin-top: 61px;
  font-size: 1.3125rem;
  transform: translateX(-26px);
  letter-spacing: 0.2em;
  line-height: 1.5;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_title {
    margin-bottom: 30px;
  }
  .pg_title_ja {
    margin-top: 39px;
    font-size: 0.83125rem;
    transform: translateX(-17px);
    letter-spacing: 0.2em;
  }
}
/* =========================================
pg_message
========================================= */
.pg_message_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 108px;
}

.pg_message_column {
  display: flex;
  align-items: start;
  font-family: var(--noto_serif);
}

.pg_message_img {
  width: 260px;
  margin: 0 103px 0 48px;
}
.pg_message_img figcaption {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px -0.1em 0 auto;
}
.pg_message_img figcaption span {
  letter-spacing: 0.1em;
  font-size: 1.625rem;
  line-height: 1.4;
}
.pg_message_img figcaption .size_s {
  display: block;
  font-size: 0.9375rem;
}

.pg_message_item {
  flex: 1;
}

.pg_message_title_sub {
  margin: var(--leading_trim) -0.12em 1.3em 0;
  font-size: 1.75rem;
  letter-spacing: 0.21em;
}

.pg_message_item p {
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.pg_message_item p + p {
  margin-top: 2.5em;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_message_inner {
    padding: 50px 15px;
  }
  .pg_title.__message .pg_title_en {
    width: 125px;
  }
  .pg_message_column {
    display: block;
  }
  .pg_message_img {
    width: min(260px, 62.5vw);
    margin: 0 auto 2em;
  }
  .pg_message_img figcaption {
    margin: 11px -0.1em 0 auto;
  }
  .pg_message_img figcaption span {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .pg_message_img figcaption .size_s {
    font-size: 0.8125rem;
  }
  .pg_message_item {
    flex: 1;
  }
  .pg_message_title_sub {
    margin: 0 -0.12em 1em 0;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
  }
  .pg_message_item p {
    margin-right: -0.03em;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .pg_message_item p + p {
    margin-top: 2em;
  }
}
/* =========================================
pg_numbers
========================================= */
/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_numbers {
    background-color: #e5ebf6;
  }
  .pg_numbers_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .pg_numbers_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .pg_numbers_card {
    padding: 7px 7px 0;
    background-color: #fff;
    border: 5px solid var(--color_accent);
  }
  .pg_numbers_card img {
    display: block;
    width: auto;
    height: 200px;
    margin: 0 auto;
  }
  .pg_numbers_card.__card01 {
    grid-area: 1/1/3/3;
  }
  .pg_numbers_card.__card02 {
    grid-area: 1/3/2/4;
  }
  .pg_numbers_card.__card03 {
    grid-area: 1/4/2/5;
  }
  .pg_numbers_card.__card04 {
    grid-area: 1/5/2/6;
  }
  .pg_numbers_card.__card05 {
    grid-area: 2/3/3/4;
  }
  .pg_numbers_card.__card06 {
    grid-area: 2/4/3/5;
  }
  .pg_numbers_card.__card07 {
    grid-area: 2/5/3/6;
  }
  .pg_numbers_card.__card08 {
    grid-area: 3/1/4/3;
  }
  .pg_numbers_card.__card09 {
    grid-area: 3/3/4/4;
  }
  .pg_numbers_card.__card10 {
    grid-area: 3/4/4/6;
  }
  .pg_numbers_card.__color01 {
    border-color: #969696;
  }
  .pg_numbers_card.__card01 img {
    height: 471px;
  }
  .pg_numbers_card_title {
    padding: 5px calc(5px - 0.2em) 5px 5px;
    background-color: var(--color_accent);
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .pg_numbers_card.__color01 .pg_numbers_card_title {
    background-color: #595757;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_numbers {
    background-color: #e5ebf6;
  }
  .pg_numbers_inner {
    margin: 0 auto;
    padding: 50px 15px;
  }
  .pg_title.__numbers .pg_title_en {
    width: 164px;
  }
  .pg_numbers_grid {
    display: grid;
    grid-template: repeat(6, auto)/repeat(2, 1fr);
    gap: 5px;
  }
  .pg_numbers_card {
    padding: 4px 4px 3px;
    background-color: #fff;
    border: 3px solid var(--color_accent);
  }
  .pg_numbers_card img {
    display: block;
    width: auto;
    height: 133px;
    margin: 0 auto;
  }
  .pg_numbers_card.__color01 {
    border-color: #969696;
  }
  .pg_numbers_card.__card01 {
    grid-column: 1/-1;
    padding-bottom: 0;
  }
  .pg_numbers_card.__card01 img {
    height: 315px;
  }
  .pg_numbers_card.__card08 {
    grid-column: 1/-1;
  }
  .pg_numbers_card_title {
    padding: 4px calc(5px - 0.2em) 4px 5px;
    background-color: var(--color_accent);
    color: #fff;
    text-align: center;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
  .pg_numbers_card.__color01 .pg_numbers_card_title {
    background-color: #595757;
  }
}
/* =========================================
pg_interview
========================================= */
.pg_interview_inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.pg_interview_balloon {
  position: absolute;
  top: 138px;
  right: 60px;
  color: #f39939;
  transform: rotate(-19deg);
  line-height: 1.5;
}
.pg_interview_balloon::before, .pg_interview_balloon::after {
  content: "";
  display: block;
  position: absolute;
  width: 185px;
  height: 1px;
  background-color: #f39939;
}
.pg_interview_balloon::before {
  top: -23px;
  left: -2px;
  transform: rotate(-9deg);
}
.pg_interview_balloon::after {
  width: 202px;
  bottom: -18px;
  left: -4px;
  transform: rotate(6deg);
}

.pg_staff {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.pg_staff_button {
  display: block;
  position: relative;
  border-top: 3px solid var(--color_accent);
}

.pg_staff_img {
  display: block;
  overflow: hidden;
}

.pg_staff_img img {
  transition: transform 0.2s, opacity 0.2s;
}

.pg_staff_button:focus-visible .pg_staff_img img {
  transform: scale(1.13);
  opacity: 0.8;
}

.pg_staff_button_header {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.pg_staff_text {
  position: relative;
  top: -1px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  min-width: 243px;
  padding: 4px 28px 5px 17px;
  background-color: var(--color_accent);
  color: #fff;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0%, 90.5% 100%, 0% 100%);
}
.pg_staff_text .text_cat {
  font-family: var(--eb_garamond);
  font-size: 1.375rem;
}
.pg_staff_text .text_name {
  flex: 1;
  font-size: 1.1875rem;
  text-align: right;
  letter-spacing: 0.1em;
}
.pg_staff_text .text_name .small {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.pg_staff_icon {
  display: block;
  position: absolute;
  right: -42px;
  bottom: -22px;
  width: 86px;
  height: 86px;
  text-indent: 130%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../img/top/staff_icon.svg) no-repeat 0 0/contain;
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .pg_staff_button:hover .pg_staff_img img {
    transform: scale(1.13);
    opacity: 0.8;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_interview_inner {
    padding: 50px 15px 60px;
  }
  .pg_title.__interview .pg_title_en {
    width: 159px;
  }
  .pg_interview_balloon {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
    transform: rotate(0);
    text-align: center;
  }
  .pg_interview_balloon::before, .pg_interview_balloon::after {
    top: 0;
    width: 1px;
    height: 37px;
  }
  .pg_interview_balloon::before {
    left: -15px;
    transform: rotate(-16deg);
  }
  .pg_interview_balloon::after {
    left: auto;
    right: -15px;
    transform: rotate(16deg);
  }
  .pg_staff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    gap: 39px 35px;
    padding: 0 20px;
  }
  .pg_staff_text {
    min-width: 167px;
    padding: 1px 17px 4px 12px;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .pg_staff_text .text_cat {
    font-size: 0.9375rem;
  }
  .pg_staff_text .text_name {
    font-size: 0.8125rem;
  }
  .pg_staff_text .text_name .small {
    font-size: 0.625rem;
  }
  .pg_staff_icon {
    right: -29px;
    bottom: -15px;
    width: 59px;
    height: 59px;
  }
}
/* SP調整 500px以下 ---------------------------- */
@media screen and (max-width: 500px) {
  .pg_staff {
    display: block;
    padding: 0 20px;
  }
  .pg_staff_button {
    width: min(260px, 60vw);
    margin: 0 auto;
  }
  .pg_staff_button + .pg_staff_button {
    margin-top: 39px;
  }
}
/* =========================================
pg_staff_modal
========================================= */
.pg_staff_modal {
  max-width: 1100px;
  margin: 0 auto;
}

.pg_staff_modal_contents_inner {
  padding: 70px 50px 120px;
}
.pg_staff_modal_contents_inner .pg_title.__interview_modal .pg_title_en {
  width: 176px;
}
.pg_staff_modal_contents_inner .pg_title.__interview_modal .pg_title_ja {
  margin-top: 43px;
  font-size: 0.91875rem;
  transform: translateX(-18px);
}

.pg_staff_modal_column {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 7px;
}

.pg_staff_modal_header {
  position: relative;
  border-top: 3px solid var(--color_accent);
  width: 280px;
  margin-right: 122px;
}

.pg_staff_modal_title {
  position: absolute;
  top: -1px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  min-width: 243px;
  padding: 4px 28px 5px 17px;
  background-color: var(--color_accent);
  color: #fff;
  line-height: 1.4;
  clip-path: polygon(0 0, 100% 0%, 90.5% 100%, 0% 100%);
}
.pg_staff_modal_title .text_cat {
  font-family: var(--eb_garamond);
  font-size: 1.375rem;
}
.pg_staff_modal_title .text_name {
  flex: 1;
  font-size: 1.1875rem;
  text-align: right;
  letter-spacing: 0.1em;
}
.pg_staff_modal_title .text_name .small {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.pg_staff_modal_detail {
  flex: 1;
}

.pg_staff_modal_item_title {
  position: relative;
  margin: var(--leading_trim) 0 1.2em;
}
.pg_staff_modal_item_title .question {
  display: block;
  position: absolute;
  top: -0.05em;
  left: -2.3em;
  margin: var(--leading_trim) 0;
  font-family: var(--eb_garamond);
  color: #f39939;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
}
.pg_staff_modal_item_title .text {
  color: #003caa;
  font-size: 1.1875rem;
}

.pg_staff_modal_item + .pg_staff_modal_item {
  margin-top: 4em;
}

.pg_staff_modal_item_note {
  line-height: 2;
}

.pg_staff_modal_schedule {
  display: grid;
  grid-template-columns: 3em 1fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  width: 100%;
  line-height: 2;
}
.pg_staff_modal_schedule dt {
  text-align: right;
  white-space: nowrap;
}

.pg_staff_modal_schedule.__sizeL {
  grid-template-columns: 7em 1fr;
}

.pg_staff_modal_close {
  display: block;
  position: relative;
  width: 100%;
  max-width: 290px;
  min-height: 50px;
  padding: 12px 15px;
  margin: 110px auto 0;
  background-color: var(--color_accent);
  color: #fff;
  letter-spacing: 0.5em;
  text-align: center;
}
.pg_staff_modal_close::before, .pg_staff_modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 1px;
  margin: auto;
  transform: rotate(45deg);
  background-color: #fff;
}
.pg_staff_modal_close::after {
  transform: rotate(-45deg);
}

/* hoverデバイス ----------- */
@media (any-hover: hover) {
  .pg_staff_modal_close {
    transition: opacity 0.2s;
  }
  .pg_staff_modal_close:hover {
    opacity: 0.7;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_staff_modal_contents_inner {
    padding: 45px 15px 50px;
  }
  .pg_staff_modal_contents_inner .pg_title.__interview_modal .pg_title_en {
    width: 159px;
  }
  .pg_staff_modal_contents_inner .pg_title.__interview_modal .pg_title_ja {
    margin-top: 39px;
    font-size: 0.826875rem;
    transform: translateX(-17px);
    letter-spacing: 0.2em;
    white-space: nowrap;
  }
  .pg_staff_modal_column {
    display: block;
    margin: 0 auto;
  }
  .pg_staff_modal_header {
    width: min(220px, 56.25vw);
    margin: 0 auto 2.5em;
  }
  .pg_staff_modal_title {
    min-width: 157px;
    padding: 1px 17px 4px 12px;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .pg_staff_modal_title .text_cat {
    font-size: 0.88375rem;
  }
  .pg_staff_modal_title .text_name {
    font-size: 0.763125rem;
  }
  .pg_staff_modal_title .text_name .small {
    font-size: 0.625rem;
  }
  .pg_staff_modal_item_title {
    position: relative;
    margin-bottom: 0.5em;
  }
  .pg_staff_modal_item_title .question {
    top: -0.05em;
    left: 0;
    font-size: 1.3125rem;
    letter-spacing: 0;
  }
  .pg_staff_modal_item_title .text {
    display: block;
    padding-left: 2.8em;
    font-size: 0.9375rem;
  }
  .pg_staff_modal_item + .pg_staff_modal_item {
    margin-top: 3em;
  }
  .pg_staff_modal_item_note {
    line-height: 1.6;
  }
  .pg_staff_modal_schedule {
    -moz-column-gap: 1em;
         column-gap: 1em;
    line-height: 1.6;
  }
  .pg_staff_modal_schedule.__sizeL {
    grid-template-columns: 7em 1fr;
  }
  .pg_staff_modal_close {
    min-height: 44px;
    padding: 9px 10px;
    margin: 35px auto 0;
  }
  .pg_staff_modal_close::before, .pg_staff_modal_close::after {
    right: 15px;
    width: 20px;
  }
  .pg_staff_modal_close::after {
    transform: rotate(-45deg);
  }
}
/* =========================================
modal scrollbar 調整
========================================= */
.md_modal_contents .simplebar-track {
  top: 120px;
  right: 30px;
  height: calc(100% - 180px);
}

.simplebar-track.simplebar-vertical {
  width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  inset: 0;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .md_modal_contents .simplebar-track {
    display: none;
  }
}
/* =========================================
pg_welfare
========================================= */
.pg_welfare {
  background-color: #fff1e0;
}

.pg_welfare_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.pg_welfare_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding: 37px 0;
}

.pg_welfare_item {
  position: relative;
  width: 200px;
  padding: 15px 15px 10px;
}

.pg_welfare_item_title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pg_welfare_item_img {
  display: grid;
  place-content: center;
  min-height: 134px;
}

.pg_welfare_item_text {
  line-height: 1.5;
  font-size: 0.875rem;
}

/* PC調整 ---------------------------- */
@media not screen and (max-width: 768px) {
  .pg_welfare_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 20px);
    margin: auto;
    background-color: #7a7979;
    border-radius: 2px;
  }
  .pg_welfare_item:nth-child(n+6) {
    min-height: 250px;
  }
  .pg_welfare_item:nth-child(n+6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 1px;
    margin: auto;
    background-color: #7a7979;
    border-radius: 2px;
  }
  .pg_welfare_item:nth-child(1)::before,
  .pg_welfare_item:nth-child(6)::before {
    display: none;
  }
  .pg_welfare_item_img.__size_01 {
    min-height: 72px;
  }
  .pg_welfare_item_img.__size_02 {
    min-height: 123px;
  }
  .pg_welfare_item_img.__size_03 {
    min-height: 82px;
  }
}
/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_welfare_inner {
    padding: 50px 15px;
  }
  .pg_title.__welfare .pg_title_en {
    width: 124px;
  }
  .pg_welfare_contents {
    display: block;
    padding: 17px 15px;
  }
  .pg_welfare_item {
    width: 100%;
    padding: 15px 0 24px;
  }
  .pg_welfare_item + .pg_welfare_item {
    border-top: 1px solid #7a7979;
  }
  .pg_welfare_item_title {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .pg_welfare_item_img {
    min-height: 120px;
  }
  .pg_welfare_item_img img {
    width: 100px;
  }
  .pg_welfare_item_text {
    line-height: 1.5;
    font-size: 0.875rem;
  }
}
/* =========================================
pg_initiatives
========================================= */
.pg_initiatives {
  background-color: #e5ebf6;
}

.pg_initiatives_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.pg_initiatives_cat + .pg_initiatives_cat {
  margin-top: 72px;
}

.pg_initiatives_cat_title {
  margin-bottom: 18px;
  border-top: 2px solid var(--color_accent);
}

.pg_initiatives_cat_title span {
  display: block;
  position: relative;
  top: -1px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 179px;
  padding: 5px 26px 8px 10px;
  background-color: var(--color_accent);
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}

.pg_initiatives_item_wrap {
  display: flex;
}

.pg_initiatives_item {
  width: 250px;
}

.pg_initiatives_item + .pg_initiatives_item {
  margin-left: 33px;
}

.pg_initiatives_item_img {
  margin-bottom: 13px;
}

.pg_initiatives_item_title {
  margin-bottom: 0.2em;
  font-size: 1.3125rem;
  color: var(--color_accent);
}

.pg_initiatives_item.__column2 {
  width: 533px;
}
.pg_initiatives_item.__column2 .pg_initiatives_item_img {
  display: flex;
  justify-content: space-between;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_initiatives_inner {
    padding: 50px 15px 47px;
  }
  .pg_title.__initiatives .pg_title_en {
    width: 154px;
  }
  .pg_initiatives_cat + .pg_initiatives_cat {
    margin-top: 46px;
  }
  .pg_initiatives_cat_title {
    margin-bottom: 25px;
  }
  .pg_initiatives_cat_title span {
    min-width: 121px;
    padding: 2px 16px 5px 5px;
    font-size: 1.0625rem;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  .pg_initiatives_item_wrap {
    display: block;
  }
  .pg_initiatives_item {
    width: auto;
  }
  .pg_initiatives_item + .pg_initiatives_item {
    margin: 2em 0 0 0;
  }
  .pg_initiatives_item_img {
    margin-bottom: 8px;
  }
  .pg_initiatives_item_title {
    margin-bottom: 0.4em;
    font-size: 1.0625rem;
  }
  .pg_initiatives_item.__column2 {
    width: auto;
  }
  .pg_initiatives_item.__column2 .pg_initiatives_item_img {
    display: block;
  }
  .pg_initiatives_item.__column2 .pg_initiatives_item_img img + img {
    margin-top: 15px;
  }
}
/* =========================================
pg_store
========================================= */
.pg_store_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.pg_store_item + .pg_store_item {
  margin-top: 100px;
}

.pg_store_item_grid {
  display: grid;
  grid-template-columns: 546px 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 68px;
       column-gap: 68px;
  margin-bottom: 8px;
}

.pg_store_item_title {
  margin-bottom: 25px;
  padding: 1px 15px 3px;
  background-color: var(--color_accent);
  color: #fff;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}

.pg_store_main_img {
  grid-row: 1/span 2;
}

.pg_store_address {
  display: grid;
  grid-template-columns: 115px 1fr;
  margin-bottom: 0.4em;
}

.pg_shop_info_item_shelf {
  display: grid;
  grid-template-columns: 115px 1fr;
  font-size: 1rem;
  line-height: 1.6;
}
.pg_shop_info_item_shelf dt {
  position: relative;
}
.pg_shop_info_item_shelf dt::after {
  content: ":";
  position: absolute;
  right: 1.1em;
}
.pg_shop_info_item_shelf dt .en {
  letter-spacing: 0.3em;
}

.pg_shop_info_item_shelf + .pg_shop_info_item_shelf {
  margin-top: 0.45em;
}

.pg_store_gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_store_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 15px 0;
  }
  .pg_title.__store .pg_title_en {
    width: 179px;
  }
  .pg_store_item + .pg_store_item {
    margin-top: 50px;
  }
  .pg_store_item_grid {
    display: block;
    margin-bottom: 1.4em;
  }
  .pg_store_item_title {
    margin-bottom: 15px;
  }
  .pg_store_main_img {
    margin-bottom: 25px;
  }
  .pg_store_address {
    grid-template-columns: 100px 1fr;
    margin-bottom: 0.3em;
  }
  .pg_shop_info_item_shelf {
    grid-template-columns: 100px 1fr;
    font-size: 0.875rem;
    line-height: 2;
  }
  .pg_shop_info_item_shelf dt::after {
    right: 1em;
  }
  .pg_shop_info_item_shelf + .pg_shop_info_item_shelf {
    margin-top: 0;
  }
  .pg_store_gallery {
    gap: 4px;
  }
  .pg_store_gallery img {
    width: calc(50% - 2px);
    height: auto;
  }
}
/* =========================================
pg_access
========================================= */
.pg_access_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.pg_access_map {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg_access_img_02 {
  margin-left: 5px;
  transform: translate(20px, -10px);
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_access_inner {
    padding: 50px 15px 52px;
  }
  .pg_title.__access .pg_title_en {
    width: 107px;
  }
  .pg_access_map {
    display: block;
  }
  .pg_access_img_01 {
    max-width: min(90.625vw, 506px);
    margin: 0 auto;
  }
  .pg_access_img_02 {
    max-width: min(56.875vw, 233px);
    margin: min(6.563vw, 21px) auto 0;
    transform: translate(-5%, 0);
  }
}
/* =========================================
pg_inquiry
========================================= */
.pg_inquiry {
  background-color: var(--color_accent);
  color: #fff;
}

.pg_inquiry_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 55px 0 32px;
  text-align: center;
}

.pg_inquiry_lead {
  margin: var(--leading_trim) -0.2em 2.1em 0;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

.pg_inquiry_tags {
  display: flex;
  justify-content: center;
  margin: 0 0 1.7em 22px;
}

.pg_inquiry_tag {
  display: block;
  padding: 3px 18px 8px 22px;
  border: 2px solid #fff;
  font-size: 2.1875rem;
  line-height: 1.2;
}

.pg_inquiry_tag + .pg_inquiry_tag {
  margin-left: 50px;
}

.pg_inquiry_tel,
.pg_inquiry_tel_link {
  margin: 0 -0.2em 0.5em 0;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
}

.pg_inquiry_hours {
  margin: 0 -0.2em 0 0;
  letter-spacing: 0.2em;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_inquiry_inner {
    padding: 50px 15px 44px;
  }
  .pg_inquiry_lead {
    margin: 0 -0.1em 1.8em 0;
    font-size: 0.91125rem;
    letter-spacing: 0.1em;
  }
  .pg_inquiry_tags {
    display: block;
    justify-content: center;
    margin: 0 0 3.7em 0;
  }
  .pg_inquiry_tag {
    display: block;
    padding: 5px 0 6px 0;
    border: 1px solid #fff;
    font-size: 1.635rem;
  }
  .pg_inquiry_tag + .pg_inquiry_tag {
    margin: 30px 0 0 0;
  }
  .pg_inquiry_tel,
  .pg_inquiry_tel_link {
    margin: 0 -0.05em 0.6em 0;
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
  }
  .pg_inquiry_hours {
    line-height: 2;
  }
}
/* =========================================
pg_links
========================================= */
.pg_links {
  display: grid;
  place-content: center;
  position: relative;
  min-height: 250px;
}

.pg_link_inquiry a {
  display: grid;
  place-content: center;
  position: relative;
  width: 500px;
  height: 50px;
  padding-left: 0.2em;
  background-color: #c7002f;
  color: #fff;
  font-size: 1.3125rem;
  border-radius: 9999px;
  letter-spacing: 0.2em;
  transition: opacity 0.15s;
}

.pg_link_inquiry a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 31px;
  height: 21px;
  margin: auto;
  background: url(../../img/common/icon_arrow.svg) no-repeat 0 0/contain;
}

/* SP調整 ---------------------------- */
@media screen and (max-width: 768px) {
  .pg_links {
    display: block;
    place-content: normal;
    padding: 30px 15px;
    min-height: 170px;
  }
  .pg_link_inquiry a {
    width: 290px;
    height: 45px;
    margin: 0 auto;
    padding-left: 0.1em;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .pg_link_inquiry a::after {
    right: 20px;
    width: 19px;
    height: 13px;
    background-image: url(../../img/common/icon_arrow_s.svg);
  }
}