@charset "utf-8";
/* _setting */
.is_Sp {
  display: none;
}
@media (max-width: 1024px) {
  .is_Sp {
    display: block;
  }
}
.is_Pc {
  display: block;
}
@media (max-width: 1024px) {
  .is_Pc {
    display: none;
  }
}
.container {
  max-width: 1030px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (max-width: 1024px) {
  .container {
    width: auto;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 22.5px;
  }
}
a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
.heading_h2 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 10px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .heading_h2 {
    gap: 5px;
  }
}
.heading_h2 .sub {
  font-size: 14px;
  font-weight: 700;
  color: #e3007f;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
}
.heading_h2 .main {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 1024px) {
  .heading_h2 .main {
    font-size: 25px;
  }
}
.bg_gray {
  padding: 80px 0;
  background-color: #f5f5f5;
}
@media (max-width: 1024px) {
  .bg_gray {
    padding: 40px 0;
  }
}

/* _layout */
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}
p:not([class]),
p.text-right,
p.text-center,
p.text-left,
p.text-red,
p.small,
p.xsmall,
p.highlight {
  margin-bottom: 2em;
}
p:not([class]):last-child,
p.text-right:last-child,
p.text-center:last-child,
p.text-left:last-child,
p.text-red:last-child,
p.small:last-child,
p.xsmall:last-child,
p.highlight:last-child {
  margin-bottom: 0;
}
a:link,
a:visited {
  color: #333;
}
/* _header */
header {
  max-width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  header {
    width: auto;
    max-width: 100%;
  }
}
.header_inr {
  max-width: 1200px;
  min-height: 80px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: content-box;
}
@media (max-width: 1024px) {
  .header_inr {
    min-height: 60px;
    padding: 0 10px 0 13px;
  }
}
.header_logo {
  height: 46px;
}
@media (max-width: 1024px) {
  .header_logo {
    height: 26px;
  }
}
.header_logo img {
  height: 100%;
}
.header_misc,
.header_menu,
.header_btns {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_misc {
  gap: 29px;
}
.header_menu {
  gap: 29px;
}
.header_menu_item a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.header_btns {
  gap: 20px;
}
@media (max-width: 1024px) {
  .header_btns {
    gap: 14px;
  }
}
a.header_btn_inquiry {
  width: 144px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #e3007f;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  a.header_btn_inquiry {
    width: 117px;
    height: 32px;
    font-size: 12px;
  }
}
.drawer_btn {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
}
.drawer_btn .bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.is_active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.is_active .bar:nth-child(2) {
  opacity: 0;
}
.is_active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

/* _group */
.group.bg_gray {
  margin: 0;
}
@media (max-width: 1024px) {
  .group.bg_gray {
    margin: 0;
  }
}
.group_list {
  width: 100%;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .group_list {
    margin-top: 40px;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.group_list_item_img {
  width: 100%;
  aspect-ratio: 317/210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
}
.group_list_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.group_list_item_name {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.group_list_item_note {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
/* _company */
.company {
  margin: 115px 0;
}
@media (max-width: 1024px) {
  .company {
    margin: 80px 0;
  }
}
.company_overview {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .company_overview {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 22.5px;
  }
}
.company_overview_item {
  width: 100%;
  min-height: 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 520px;
  grid-template-columns: auto 520px;
  gap: 1em;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1024px) {
  .company_overview_item {
    min-height: 58px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25em;
  }
}
.company_overview_item dt,
.company_overview_item dd {
  padding: 1.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  .company_overview_item dt,
  .company_overview_item dd {
    font-size: 14px;
  }
}
.company_overview_item dt {
  font-weight: 700;
}
.company_overview_item dt span {
  font-size: 12px;
  word-break: auto-phrase;
}
.company_overview_item dd {
  font-weight: 500;
}
.company_overview_item dd:has(.img_wrap) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 61px auto;
  grid-template-columns: 61px auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
@media (max-width: 1024px) {
  .company_overview_item dd:has(.img_wrap) {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.company_overview_item dd .img_wrap {
  width: 61px;
  aspect-ratio: 1/1;
}
.company_overview_item dd .misc span {
  white-space: nowrap;
}
/* _access */
.access {
  margin: 115px 0;
}
@media (max-width: 1024px) {
  .access {
    margin: 80px 0;
  }
}
.access_info {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .access_info {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 22.5px;
  }
}
.access_info_head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .access_info_head {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    gap: 1em;
  }
}
.access_info_h3,
.access_info_desc {
  font-size: 16px;
  font-weight: 700;
}
.access_info_h3 {
  text-align: center;
}
@media (max-width: 1024px) {
  .access_info_h3 {
    text-align: left;
  }
}
.access_info_map {
  margin-top: 45px;
}
.access_info_map iframe {
  height: 400px;
}
@media (max-width: 1024px) {
  .access_info_map iframe {
    width: 330px;
    height: 175px;
  }
}
/* _officer */
.officer {
  margin: 80px 0;
}
.officer.bg_gray {
  margin: 0;
}
@media (max-width: 1024px) {
  .officer.bg_gray {
    margin: 0;
  }
}
.officer .heading_h2 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .officer .heading_h2 {
    margin-bottom: 50px;
  }
}
.officer_panel {
  width: 100%;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
  grid-template-columns: 300px auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .officer_panel {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.officer_panel_img {
  border: 1px dashed #e0e0e0;
}
.officer_panel_img img {
  width: 100%;
  aspect-ratio: 300/599;
}
@media (max-width: 767px) {
  .officer_panel_img img {
    aspect-ratio: 11/10;
  }
}
.officer_panel_misc {
  padding: 40px 30px;
}
.officer_panel_h3 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  border-left: 4px solid #e3007f;
  padding-left: 16px;
}
.officer_panel_h3 .sub {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
}
.officer_panel_h3 .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.officer_panel_note,
.officer_panel_message_txt {
  margin-top: 1.75em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
.officer_panel_list_title {
  margin-top: 1.75em;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.officer_panel_list {
  margin-top: 1em;
  padding-left: 0;
  list-style: none;
}
.officer_panel_list_item {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.officer_panel_list_item::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #333;
  font-weight: 700;
}
.officer_panel_list_item:not(:last-child) {
  margin-bottom: 0.75em;
}
.officer_panel_message {
  margin-top: 1.75em;
  padding-top: 1.75em;
  border-top: 1px solid #e0e0e0;
}
.officer_panel_h4 {
  font-size: 18px;
  font-weight: 700;
}
.officer_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
@media (max-width: 767px) {
  .officer_grid {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.officer_grid_item {
  background-color: #fff;
}
.officer_grid_item_img {
  aspect-ratio: 635/847;
}
@media (max-width: 767px) {
  .officer_grid_item_img {
    aspect-ratio: 11/10;
  }
}
.officer_grid_item_misc {
  padding: 1.75em 1.5em;
}
/* _inquiry */
.inquiry {
  width: 100%;
  height: 391px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.inquiry_container {
  width: 1000px;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inquiry_container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .inquiry_container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    padding: 0 22px 40px;
    aspect-ratio: 5/8;
  }
}
.inquiry_heading_h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 1024px) {
  .inquiry_heading_h2 {
    font-size: 25px;
  }
}
.inquiry_note {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
a.inquiry_link {
  width: 275px;
  height: 58px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background-color: #e3007f;
  border-radius: 4px;
}
.inquiry_img_wrapper {
  width: 100%;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .inquiry_img_wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255,255,255,0)));
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}
.inquiry_img {
  width: 100%;
  height: 390px;
  aspect-ratio: 120/39;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .inquiry_img {
    aspect-ratio: 5/8;
  }
}
/* _policy_link */
.policy_link {
  width: 100%;
  padding: 3em 0;
  background-color: #e3007f;
}
.policy_link_list {
  max-width: 1030px;
  margin-inline: auto;
  padding-inline: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .policy_link_list {
    width: auto;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 22.5px;
  }
}
@media (max-width: 767px) {
  .policy_link_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}
.policy_link_list_item a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
/* _footer */
footer {
  width: 100%;
  min-height: 137px;
  padding: 30px 1em;
  background-color: #e3007f;
}
.footer_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
p#copy {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.footer_pmark {
  width: 74px;
  aspect-ratio: 1/1;
}
/* _drawer_menu */
@media (max-width: 1024px) {
  html.drawer_open {
    overflow: hidden;
  }
  html.drawer_open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0;
    -webkit-animation: fadeIn 0.3s ease forwards;
            animation: fadeIn 0.3s ease forwards;
  }
}
.drawer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height, 0px) - var(--infomation-height, 0px));
  height: calc(100vh - var(--header-height, 0px) - var(--infomation-height, 0px));
  height: calc(100dvh - var(--header-height, 0px) - var(--infomation-height, 0px));
  max-height: calc(100vh - var(--header-height, 0px) - var(--infomation-height, 0px));
  max-height: calc(100dvh - var(--header-height, 0px) - var(--infomation-height, 0px));
  background-color: #e3007f;
  z-index: 9999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 1025px) {
  .drawer_menu {
    display: none;
  }
}
.drawer_menu.is_active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
a.drawer_menu_item {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}






.page-kv {
  margin: 0 0 88px;
  padding: 24px 0 64px;
  border-bottom: 1px solid #ccc;
  background: url("/assets/img/common/bg_kv.jpg") no-repeat 0 0/cover;
}
.page-kv-ttl {
  line-height: 1.5;
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
}
.page-kv-label {
  line-height: 1;
  margin: 0 0 24px;
  color: #e3007f;
  font-size: 78px;
  font-weight: 700;
  font-family: "Poppins", 'Noto Sans JP', sans-serif;
  letter-spacing: 0.02em;
}
.page-kv-label:last-child {
  margin: 0;
}
.page-kv-lead {
  font-weight: 700;
}
.breadcrumb {
  max-width: 1280px;
  margin: 0 auto 56px;
  padding: 0 40px;
}
.breadcrumb-list {
  font-size: 10px;
}
.breadcrumb-item {
  display: inline;
  color: #e3007f;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  vertical-align: top;
  margin: 8px 12px 0 8px;
  background: #666;
}
.breadcrumb-item a {
  color: #333;
  text-decoration: none;
}
.policy_list_data_inner {
  margin: 0 0 72px;
}
.policy_list_data_txt_note {
  font-weight: 700;
  margin-bottom: 2em;
  text-align: right;
}
.policy_list_data_txt_heading {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .page-kv {
    margin: 0 0 40px;
    padding: 24px 0 56px;
    background-image: url("/assets/img/common/bg_kv_sp.jpg");
  }
  .page-kv-ttl {
    margin: 0 0 4px;
    font-size: 23px;
  }
  .page-kv-label {
    margin: 0 0 40px;
    font-size: 60px;
  }
  .page-kv-lead {
    font-weight: 700;
  }
  .breadcrumb {
    margin: 0 0 48px;
    padding: 0 20px;
  }
  .policy_list_data_inner {
    margin: 0 0 48px;
  }
}