@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;
}
@media (max-width: 1024px) {
  .heading_h2 {
    gap: 5px;
  }
}
.heading_h2 .sub {
  font-size: 14px;
  font-weight: 700;
  color: #e3007f;
}
.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;
  }
}
/* _reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: auto;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(svg,
video,
canvas,
audio,
iframe,
embed,
object) {
  display: block;
}
:where(img,
svg,
video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
img {
  vertical-align: bottom;
}
:where(svg):where(:not([fill])) {
/* fillを取り除き、ストロークのカラーはフォントカラーを継承 */
  stroke: currentColor;
  fill: none;
/* 丸みを帯びたストローク */
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input,
button,
textarea,
select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(fieldset) {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 0;
}
:where(legend) {
  padding: 0;
}
img {
  width: 100%;
}
/* _layout */
.body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
}
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: 1150px;
  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;
}
@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);
}
/* _kv */
.kv_container {
  width: 100%;
  height: 600px;
  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;
  aspect-ratio: 2/1;
}
@media (max-width: 767px) {
  .kv_container {
    aspect-ratio: 5/8;
  }
}
.kv_lead_container {
  width: 1000px;
  height: 338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .kv_lead_container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .kv_lead_container {
    width: 100%;
    height: 100%;
    padding: 0 22px 40px;
    aspect-ratio: 5/8;
  }
}
.kv_lead {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.kv_lead .main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .kv_lead .main {
    font-size: 34px;
    line-height: 1.4;
    letter-spacing: 4px;
  }
}
.kv_lead .sub {
  font-size: 25px;
  font-weight: 500;
  color: #e3007f;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .kv_lead .sub {
    font-size: 17px;
  }
}
.kv_img {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .kv_img {
    aspect-ratio: 5/8;
  }
}
/* _introduction */
.introduction {
  padding: 89px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .introduction {
    padding: 70px 0 30px;
  }
}
.introduction .heading_h2 {
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .introduction .heading_h2 {
    gap: 11px;
  }
}
.introduction .heading_h2 .main {
  font-size: 56px;
  font-weight: 700;
  color: #e3007f;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {
  .introduction .heading_h2 .main {
    font-size: 48px;
  }
}
.introduction .heading_h2 .sub {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.introduction .logo_wrap {
  width: 236px;
  margin: 0 auto;
  margin-top: 59px;
  text-align: center;
}
@media (max-width: 1024px) {
  .introduction .logo_wrap {
    margin-top: 50px;
  }
}
.introduction .logo_wrap img {
  aspect-ratio: 118/31;
}
.introduction_text_container {
  margin-top: 21px;
  display: -ms-grid;
  display: grid;
  gap: 37px;
}
@media (max-width: 1024px) {
  .introduction_text_container {
    margin-top: 39px;
  }
}
.introduction_text {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.2;
}
/* _mission */
.mission {
  margin: 48px 0;
}
.mission .heading_h2 {
  width: 100%;
  height: 85px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.mission .heading_h2 .main {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 1024px) {
  .mission .heading_h2 .main {
    font-size: 22px;
  }
}
.mission .heading_h2 .sub {
  font-size: 118px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: rgba(227,0,127,0.1);
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .mission .heading_h2 .sub {
    font-size: 80px;
  }
}
.mission_container {
  max-width: 1030px;
  margin-inline: auto;
  padding-inline: 15px;
  padding-top: 57px;
}
@media (max-width: 1024px) {
  .mission_container {
    width: auto;
    max-width: 100%;
    margin: 30px auto;
    padding: 0 22.5px;
  }
}
@media (max-width: 1024px) {
  .mission_container {
    padding-top: 25px;
  }
}
.mission_item {
  width: 100%;
  padding: 60px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 618px;
  grid-template-columns: auto 618px;
  gap: 135px;
  border-top: 1px solid #000;
}
.mission_item:last-child {
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .mission_item {
    padding: 50px 0;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    gap: 30px;
  }
}
.mission_item_head {
  font-size: 60px;
  letter-spacing: 0.025em;
  line-height: 0.9;
}
.mission_item_head::first-letter {
  color: #e3007f;
}
.mission_item_lead {
  font-size: 53px;
  color: #e3007f;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
}
.mission_item_lead.fs_46 {
  letter-spacing: 0.03em;
  font-size: 46px;
}
@media (max-width: 1024px) {
  .mission_item_lead.fs_46 {
    letter-spacing: 0.08em;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .mission_item_lead {
    font-size: 30px;
    line-height: 1.2;
  }
}
.mission_item_note {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  .mission_item_note {
    margin-top: 1.25em;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.mission_item_list {
  margin-top: 3em;
}
@media (max-width: 1024px) {
  .mission_item_list {
    margin-top: 1.5em;
  }
}
.mission_item_list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
/* _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;
}
@media (max-width: 1024px) {
  .access_info_map iframe {
    width: 330px;
    height: 175px;
  }
}
/* _history */
.history {
  margin: 115px 0;
}
@media (max-width: 1024px) {
  .history {
    margin: 80px 0;
  }
}
.history_table {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .history_table {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 22.5px;
  }
}
.history_table_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 40px 1fr;
  grid-template-columns: 120px 40px 1fr;
  gap: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .history_table_row {
    -ms-grid-columns: 80px 30px 1fr;
    grid-template-columns: 80px 30px 1fr;
    gap: 10px;
  }
}
.history_table_row:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .history_table_row:not(:last-child) {
    margin-bottom: 30px;
  }
}
.history_table_year {
  font-size: 40px;
  font-weight: 700;
  color: #e3007f;
  line-height: 1.2;
  text-align: right;
}
@media (max-width: 1024px) {
  .history_table_year {
    font-size: 28px;
  }
}
.history_table_timeline {
  padding-top: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .history_table_timeline {
    padding-top: 5px;
  }
}
.history_table_dot {
  width: 14px;
  height: 14px;
  background-color: #e3007f;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .history_table_dot {
    width: 10px;
    height: 10px;
    margin-top: 8px;
  }
}
.history_table_line {
  width: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e0e0e0;
  position: absolute;
  top: 32px;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .history_table_line {
    top: 18px;
    bottom: -45px;
  }
}
.history_table_row:last-child .history_table_line {
  display: none;
}
.history_table_content {
  padding-top: 0.75em;
}
@media (max-width: 1024px) {
  .history_table_content {
    padding-top: 0.5em;
  }
}
.history_table_item {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1024px) {
  .history_table_item {
    font-size: 14px;
    line-height: 1.7;
  }
}
.history_table_item:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .history_table_item:not(:last-child) {
    margin-bottom: 6px;
  }
}
/* _partners */
.partners {
  margin: 115px 0;
}
@media (max-width: 1024px) {
  .partners {
    margin: 80px 0;
  }
}
.partners_corplist {
  max-width: 800px;
  margin-top: 60px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .partners_corplist {
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    padding: 0 22.5px;
  }
}
.partners_corplist img {
  aspect-ratio: 175/158;
}
/* _officer */
.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 */
.policy {
  margin: 80px auto;
}
@media (max-width: 1024px) {
  .policy {
    width: auto;
    max-width: 100%;
    margin: 40px 0;
    padding: 0 15px;
  }
}
.policy_list {
  margin: 20px 0 0 0;
  display: -ms-grid;
  display: grid;
  gap: 19px;
}
.policy_list_item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  background-color: #fff;
}
.policy_list_title {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 1em;
  color: #fff;
  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;
  gap: 1em;
  background-color: #666;
}
@media (min-width: 1025px) {
  .policy_list_title:hover {
    color: #333;
    background-color: #ccc;
  }
}
.policy_list_data {
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.policy_list_data_inner {
  width: 100%;
  padding: 10px 0;
}
.policy_list_title_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .policy_list_title_name {
    font-size: 16px;
    padding-right: 35px;
  }
}
.policy_list_title_name:before,
.policy_list_title_name:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.policy_list_title_name:before {
  width: 2px;
  height: 20px;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .policy_list_title_name:before {
    height: 17px;
    right: 7.5px;
  }
}
.policy_list_title_name:after {
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .policy_list_title_name:after {
    width: 17px;
  }
}
.policy_list_data_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1024px) {
  .policy_list_data_txt {
    font-size: 14px;
  }
}
.policy_list_data_txt p {
  margin-bottom: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
.policy_list_data_txt p:last-child {
  margin-bottom: 0;
}
.policy_list_data_txt ul {
  margin: 1em 0;
  padding-left: 1.5em;
}
.policy_list_data_txt ul li {
  margin-bottom: 0.8em;
  list-style-type: disc;
}
.policy_list_data_txt ul li:last-child {
  margin-bottom: 0;
}
.policy_list_data_txt_heading {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.policy_list_data_txt_heading:first-child {
  margin-top: 0;
}
p.policy_list_data_txt_note {
  font-weight: 700;
  margin-bottom: 2em;
  line-height: 1.6;
  text-align: right;
}
.email-link a {
  margin-left: 0.5em;
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .email-link a {
    color: #e3007f;
    text-decoration: underline;
    pointer-events: auto;
  }
}
.is_active.policy_list_title {
  color: #333;
  background-color: #ccc;
}
.is_active .policy_list_title_name:before,
.is_active .policy_list_title_name:after {
  background-color: #333;
}
.is_active .policy_list_title_name:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
/* _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;
  }
}
