@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: "NotoSansCJKjp";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
/*--------------------------------------------
    Global
 --------------------------------------------*/
:root {
  --white: #FFFFFF;
  --gold: #AF9837;
  --red: #DC4713;
  --txt-main: #252525;
  --txt-darkgray: #656565;
  --txt-disabled: #B3B3B3;
  --txt-placeholder: #c8c8c8;
  --txt-red: #BD481F;
  --txt-gold: #8C722A;
  --txt-link: #1683FF;
  --txt-error: #EF4343;
  --txt-brown: #463F38;
  --bg-lightgray: #F4F4F4;
  --bg-lightblue: #ECF1F4;
  --bg-bluegray: #E1E7E9;
  --bg-darkblue: #395A77;
  --bg-lightbeige: #F1F0ED;
  --bg-beige: #DCD9CD;
  --bg-gold: #A4883C;
  --bg-disabled: #E9E9E9;
  --bg-error: #FFF4F4;
  --bg-ok: #F1F7FC;
  --bg-label-want: #A4A4A4;
  --bg-label-must: #EF4343;
  --line-gray: #C4C4C4;
}

html {
  font-family: "YakuHanJP", "NotoSansCJKjp", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  --fixed-header-height: 108px;
  scroll-padding-top: var(--fixed-header-height);
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  overscroll-behavior: none;
  text-size-adjust: 100%;
  color: #000;
  font-size: 1rem;
}

* {
  min-height: 0vw;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

::placeholder {
  color: var(--txt-placeholder);
}

input,
button,
select {
  color: inherit;
}

small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  display: block;
  padding-block-end: 0.5rem;
  color: var(--white);
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media not all and (min-width: 768px) {
  [href=tel] {
    pointer-events: none;
    cursor: initial;
  }
  small {
    padding-block-end: 1rem;
  }
}
.ly_header {
  width: 100%;
  position: absolute;
  top: 0;
  color: var(--white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 54.81%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

.ly_header_inner {
  width: 1080px;
  margin-inline: auto;
}

.ly_cont_inner {
  display: block;
  width: 960px;
  margin-inline: auto;
}
.ly_cont_inner[data-var=wide] {
  width: 1080px;
}

.ly_section {
  padding: 5rem 0;
}
.ly_section[data-var=lightblue] {
  background-color: var(--bg-lightblue);
}

.ly_footer {
  background-color: var(--bg-darkblue);
}

.ly_footer_inner {
  width: 1080px;
  margin-inline: auto;
}

.ly_news {
  --negative-margin: -156px;
  max-width: 960px;
  min-height: 175px;
  margin-inline: auto;
  padding: 24px;
  margin-block-start: var(--negative-margin);
  border-radius: 8px;
  background-color: var(--white);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
  z-index: 2;
}

.ly_anchorNav {
  padding: 62px 0 46px 0;
}

.ly_outline {
  padding: 56px 0 0 0;
}

@media not all and (min-width: 1280px) {
  .ly_header_inner {
    width: 100%;
  }
  .ly_cont_inner {
    width: 100%;
    padding: 0 1rem;
  }
  .ly_cont_inner[data-var=wide] {
    width: 100%;
  }
  .ly_footer_inner {
    width: 100%;
    padding: 0 1rem;
  }
}
@media not all and (min-width: 1080px) {
  .ly_news {
    max-width: clamp(100% - 64px, 100% - 64px, 960px);
  }
}
@media not all and (min-width: 768px) {
  .ly_news {
    max-width: none;
    margin-block-start: 0;
    padding: 40px 16px;
    background-color: var(--bg-lightbeige);
    border-radius: 0;
    filter: none;
  }
  .ly_news::before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/material/rectangle-sp.svg);
    background-size: cover;
    transform: rotate(180deg);
    z-index: 2;
  }
  .ly_anchorNav {
    padding: 40px 0 24px 0;
  }
  .ly_section {
    padding: 56px 0;
  }
}
.bl_header_first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 0.5rem;
}

.bl_header_logo .fixed {
  display: none;
}

.bl_header_btns {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.bl_header_second {
  margin-top: 7px;
}

.bl_header_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(154px, 1fr));
}

.bl_header_list_item {
  text-align: center;
}
.bl_header_list_item > a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  display: block;
  padding: 0.75rem;
  line-height: 1;
}
.bl_header_list_item:after {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  background-color: var(--white);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bl_header_list_item:last-of-type::after {
  display: none;
}

[data-sticky=true].bl_header {
  display: grid;
  grid-template-columns: 240px auto max-content;
  width: 1200px;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  padding: 11px 32px;
  background-color: var(--white);
  border-radius: calc(infinity * 1px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.14);
  color: var(--txt-main);
}
[data-sticky=true] .bl_header_logo {
  line-height: 1;
}
[data-sticky=true] .bl_header_logo img {
  width: 240px;
  height: auto;
}
[data-sticky=true] .bl_header_first {
  display: contents;
}
[data-sticky=true] .bl_header_logo {
  width: 240px;
}
[data-sticky=true] .bl_header_btns {
  order: 1;
  gap: 1.5rem;
}
[data-sticky=true] .bl_header_second {
  align-items: center;
  margin-block-start: 0;
  margin-inline-end: 1.5rem;
}
[data-sticky=true] .bl_header_list {
  display: grid;
  grid-template-columns: repeat(7, max-content);
  justify-content: flex-end;
}
[data-sticky=true] .bl_header_list_item {
  font-size: 0.875rem;
}
[data-sticky=true] .bl_header_list_item::after {
  background-color: var(--line-gray);
}
[data-sticky=true] .bl_header_list_item:last-of-type::after {
  display: block;
}
[data-sticky=true] .bl_header_list_item > a {
  padding: 0 1em;
  transition: filter 0.3s ease-in-out;
}
[data-sticky=true] .bl_header_list_item > a:hover {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
}

@media not all and (min-width: 1280px) {
  [data-sticky=true].bl_header {
    width: calc(100% - 2rem);
    grid-template-columns: 220px auto max-content;
  }
  [data-sticky=true] .bl_header_logo img {
    width: 200px;
  }
  [data-sticky=true] .bl_header_btns {
    gap: 0.75rem;
  }
  [data-sticky=true] .bl_header_list_item > a {
    padding: 0 clamp(1px, 0.5vw, 10px);
  }
}
@media not all and (min-width: 1080px) {
  .bl_header {
    display: none !important;
  }
}
.bl_mv:after {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/material/rectangle.svg);
  background-size: cover;
  z-index: 2;
}
.bl_mv img {
  height: auto;
  object-position: top center;
  object-fit: contain;
}

.bl_mv_txt {
  --txt-height: 206px;
  position: absolute;
  color: var(--white);
  top: calc(50% - var(--txt-height) / 2);
  left: calc((100vw - 1080px) / 2);
  line-height: 1.4;
  z-index: 2;
}
.bl_mv_txt .sp_only {
  display: none;
}

.bl_mv_txt_copy {
  font-size: 3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.bl_mv_txt_lead {
  margin-top: 1rem;
  font-size: 1.25rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

@media not all and (min-width: 1280px) {
  .bl_mv img {
    height: 700px;
    object-fit: cover;
  }
  .bl_mv_txt {
    left: 48px;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .bl_mv_txt {
    top: 214px;
  }
  .bl_mv_txt_copy {
    font-size: 2.5rem;
  }
}
@media not all and (min-width: 768px) {
  .bl_mv:after {
    height: 26px;
    aspect-ratio: auto;
    background-image: url(../img/material/rectangle-sp.svg);
  }
  .bl_mv img {
    max-width: none;
    width: auto;
    height: 580px;
  }
  .bl_mv_txt {
    width: calc(100% - 32px);
    top: auto;
    bottom: 64px;
    left: 16px;
  }
  .bl_mv_txt .sp_only {
    display: block;
  }
  .bl_mv_txt .pc_only {
    display: none;
  }
  .bl_mv_txt_copy {
    font-size: 2.125rem;
  }
  .bl_mv_txt_lead {
    font-size: 1rem;
  }
}
.bl_newsList-wrapper {
  max-height: 560px;
  overflow-y: auto;
}
.bl_newsList-wrapper .bl_newsList_item {
  padding: 16px 40px 16px 16px;
}

.bl_newsList_item {
  border-bottom: 1px dashed var(--line-gray);
  display: grid;
  grid-template-columns: 100px max-content auto;
  align-items: center;
  padding: 10px 40px 10px 16px;
}
.bl_newsList_item > time {
  font-weight: 400;
  font-size: 0.75rem;
  color: var(--txt-darkgray);
  line-height: 1.4;
}
.bl_newsList_item .tag {
  display: flex;
  align-self: flex-start;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  color: var(--txt-darkgray);
  border-radius: calc(infinity * 1px);
  background-color: var(--bg-bluegray);
  line-height: 1;
  top: 2px;
}
.bl_newsList_item .tag[data-var=campaign] {
  color: var(--white);
  background-color: var(--red);
}
.bl_newsList_item .tag[data-var=other] {
  color: var(--white);
  background-color: var(--bg-label-want);
}
.bl_newsList_item .title {
  margin-inline-start: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  text-decoration-thickness: from-font;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
.bl_newsList_item .title:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url(../img/icon/icon-arrow-next-light-dark.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.5rem;
}

@media not all and (min-width: 768px) {
  .bl_newsList-wrapper {
    --overlay-padding: 80px;
    --container-padding: 140px;
    max-height: calc(100svh - var(--container-padding) - var(--overlay-padding));
    max-height: calc(100vh - var(--container-padding) - var(--overlay-padding));
    overflow-y: scroll;
  }
  .bl_newsList-wrapper .bl_newsList_item {
    padding: 12px 0;
  }
  .bl_newsList_item {
    grid-template-columns: 105px 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    padding: 8px 10px 8px 0;
  }
  .bl_newsList_item time {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 0.875rem;
    top: 4px;
  }
  .bl_newsList_item .tag {
    width: fit-content;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .bl_newsList_item .title {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-inline-start: 0;
  }
  .bl_newsList_item .title:after {
    right: -10px;
  }
}
.bl_about {
  line-height: 1.75;
}

.bl_about_img {
  float: left;
  margin: 0 1rem 1rem 0;
}
.bl_about_img[data-var=right] {
  float: right;
  margin: 1.5rem 0 0 1rem;
}

.bl_about_txt > p + p {
  margin-top: 1rem;
}
.bl_about_txt:not(:first-of-type) {
  margin-top: 1.5rem;
}

@media not all and (min-width: 768px) {
  .bl_about_img {
    float: none;
    text-align: center;
    margin-inline: auto;
  }
  .bl_about_img[data-var=right] {
    float: none;
    margin: 1rem 0;
  }
  .bl_about_img img {
    height: auto;
  }
  .bl_about {
    display: grid;
  }
  .bl_about [data-order="1"] {
    order: 1;
  }
  .bl_about [data-order="2"] {
    order: 2;
  }
  .bl_about [data-order="3"] {
    order: 3;
  }
  .bl_about [data-order="4"] {
    order: 4;
  }
  .bl_about [data-order="5"] {
    order: 5;
  }
  .bl_about [data-order="3"] {
    margin-bottom: 0;
  }
  .bl_about_txt {
    display: contents;
  }
}
.bl_box {
  padding: 40px;
  border-radius: 8px;
}
.bl_box[data-var=lightblue] {
  background-color: var(--bg-lightblue);
}
.bl_box[data-var=lightbeige] {
  background-color: var(--bg-lightbeige);
}
.bl_box[data-var=beige] {
  background-color: var(--bg-beige);
}
.bl_box[data-var=white] {
  padding: 40px 40px 24px 40px;
  background-color: var(--white);
}
.bl_box[data-size=medium] {
  margin-inline: auto;
  padding: 32px 24px;
}
.bl_box[data-size=small] {
  max-width: 698px;
  margin-inline: auto;
  padding: 16px 24px;
}

@media not all and (min-width: 768px) {
  .bl_box {
    padding: 32px 16px;
  }
  .bl_box[data-var=lightbeige] {
    padding: 40px 16px;
  }
  .bl_box[data-var=white] {
    padding: 32px 16px;
  }
}
.bl_bluegrayList {
  display: grid;
  grid-template-columns: 200px auto;
  font-size: 0.875rem;
}

.bl_bluegrayList_term {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-weight: 600;
  color: var(--txt-darkgray);
  line-height: 1.4;
  background-color: var(--bg-bluegray);
  border-bottom: 1px solid var(--line-gray);
}

.bl_bluegrayList_desc {
  padding: 0.75rem 1rem;
  background-color: var(--white);
  border-bottom: 1px solid var(--line-gray);
}

.bl_bluegrayList_term:last-of-type,
.bl_bluegrayList_desc:last-of-type {
  border-bottom: none;
}

@media not all and (min-width: 768px) {
  .bl_bluegrayList {
    grid-template-columns: 1fr;
  }
  .bl_bluegrayList_term {
    padding: 4px;
    font-size: 1rem;
    border-bottom: none;
  }
  .bl_bluegrayList_desc {
    border-bottom: none;
  }
}
.bl_memberList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.bl_memberList:not(:has(.bl_memberList_item_img)) {
  grid-template-columns: 1fr;
  gap: 9px;
  line-height: 1;
}
.bl_memberList:not(:has(.bl_memberList_item_img)) .name {
  min-width: 4rem;
}

.bl_memberList_item {
  display: grid;
  grid-template-columns: 70px auto;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}
.bl_memberList_item .name {
  display: block;
  font-size: 0.875rem;
}
.bl_memberList_item .role {
  display: block;
  font-size: 0.75rem;
  color: var(--txt-darkgray);
  line-height: 1.2;
}
.bl_memberList_item .role[data-var=no-wrap] {
  white-space: nowrap;
}

@media not all and (min-width: 768px) {
  .bl_memberList {
    grid-template-columns: auto;
  }
  .bl_memberList_item {
    grid-template-columns: 60px minmax(0, 1fr);
  }
  .bl_memberList_item img {
    width: 100%;
    height: 100%;
  }
  .bl_memberList_item .role[data-var=no-wrap] {
    white-space: normal;
  }
  .bl_memberList_item_txt {
    line-height: 1.2;
  }
}
.bl_outlineBox {
  display: grid;
  gap: 0.75rem;
}
.bl_outlineBox + [class^=bl_] {
  margin-top: 1.5rem;
}

.bl_outlineBox_title {
  --border-width: 5px;
  --border-height: 22px;
  font-size: 1.125rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  line-height: 1;
  padding-left: calc(var(--border-width) + 0.5rem);
}
.bl_outlineBox_title::before {
  content: "";
  display: inline-block;
  width: var(--border-width);
  height: var(--border-height);
  background-color: var(--gold);
  border-radius: calc(infinity * 1px);
  position: absolute;
  left: 0;
  top: -0.1rem;
}

.bl_outlineBox_body {
  padding: 0 0.5rem;
}

@media not all and (min-width: 768px) {
  .bl_outlineBox {
    gap: 1rem;
  }
  .bl_outlineBox_title {
    font-style: 1.25rem;
  }
  .bl_outlineBox_body {
    padding: 0;
  }
  .bl_outlineBox_body .num-list {
    padding: 0 0 0 1.4em;
    text-indent: -1.4em;
  }
  .bl_outlineBox_body .num-list:not(:nth-of-type(1)) {
    margin-top: 0.5rem;
  }
  .bl_outlineBox_body > .data-list {
    display: grid;
    grid-template-columns: 80px auto;
  }
  .bl_outlineBox_body > .data-list:not(:nth-of-type(1)) {
    margin-top: 0.5rem;
  }
  .bl_outlineBox_body .term {
    text-align: right;
  }
}
.bl_founder-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.bl_founder {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.5rem;
  padding: 2rem 1.5rem;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.bl_founder_heading {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.bl_founder_title {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
}

.bl_founder_body {
  margin-top: 1rem;
  font-size: 0.875rem;
}

.bl_founder_link {
  width: fit-content;
  margin-left: auto;
  color: var(--txt-link);
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  font-size: 0.875rem;
}
.bl_founder_link::after {
  --icon-size: 15px;
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url(../img/icon/icon-textlink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.3em;
  position: relative;
  top: 0.1rem;
}

@media not all and (min-width: 768px) {
  .bl_founder-unit {
    grid-template-columns: 1fr;
  }
  .bl_founder {
    gap: 1rem;
  }
  .bl_founder_heading {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }
  .bl_founder_heading > img {
    margin: auto;
  }
  .bl_founder_title {
    font-size: 0.875rem;
  }
  .bl_founder_body {
    margin-block-start: 0;
  }
}
.bl_orgList {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.5rem;
}
.bl_orgList + [class^=bl_] {
  margin-top: 1.5rem;
}

.bl_orgList_item > a {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  text-align: center;
  background-color: var(--white);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  transition: filter 0.3s ease-in-out;
  transition: box-shadow 0.3s, opacity 0.3s ease-out;
}
.bl_orgList_item > a:hover {
  box-shadow: none;
}
.bl_orgList_item > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-next-light-dark.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

@media not all and (min-width: 768px) {
  .bl_orgList {
    grid-template-columns: 1fr;
  }
}
.bl_beigeList {
  display: grid;
  grid-template-columns: 88px auto;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: var(--bg-lightbeige);
  border-radius: 4px;
  font-size: 0.875rem;
}

.bl_beigeList_term {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  line-height: 1;
  background-color: var(--bg-beige);
  color: var(--txt-gold);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
}

@media not all and (min-width: 768px) {
  .bl_beigeList {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.bl_col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.bl_col > * {
  min-width: 0;
}
.bl_col[data-col="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.bl_col[data-col="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.bl_col[data-col="4"] {
  grid-template-columns: repeat(4, 1fr);
}

@media not all and (min-width: 768px) {
  .bl_col[data-col="2"] {
    grid-template-columns: 1fr;
  }
  .bl_col[data-col="3"] {
    grid-template-columns: 1fr;
  }
  .bl_col[data-col="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bl_form {
  display: grid;
  gap: 0.75rem;
}
.bl_form *[data-var=error] {
  background-color: var(--bg-error);
}
.bl_form *[data-var=ok] {
  background-color: var(--bg-ok);
}

.bl_form_row {
  display: grid;
  grid-template-columns: 194px auto;
  gap: 1rem;
}

.bl_form_label {
  padding-top: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
}

.bl_form_input .inputArea {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.bl_form_input .errorMsg {
  --input-width: 192px;
  --input-gap: 0.75rem;
  width: 100%;
  color: var(--txt-error);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  font-size: 0.75rem;
}
.bl_form_input .errorMsg[data-var=name] {
  display: grid;
  grid-template-columns: calc(var(--input-width) + var(--input-gap)) auto;
}

[data-var=confirm] .bl_form_row {
  grid-template-columns: 188px auto;
}
[data-var=confirm] .bl_form_label {
  padding-top: 0;
  font-weight: 400;
  text-align: right;
}
[data-var=confirm] .bl_form_label:after {
  content: "：";
}
[data-var=confirm] .bl_form_input {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media not all and (min-width: 768px) {
  .bl_form {
    gap: 20px;
  }
  .bl_form_label {
    padding-top: 0;
  }
  .bl_form_row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bl_form_input {
    gap: 10px;
    min-width: 0;
  }
  .bl_form_input * {
    min-width: 0;
  }
  [data-var=confirm] .bl_form_row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  [data-var=confirm] .bl_form_label {
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--txt-darkgray);
  }
  [data-var=confirm] .bl_form_label:before {
    --icon-width: 8px;
    content: "";
    width: var(--icon-width);
    height: var(--icon-width);
    background-color: var(--txt-darkgray);
    display: inline-block;
    margin-right: 4px;
  }
}
@media not all and (min-width: 460px) {
  .bl_form_input .errorMsg[data-var=name] {
    grid-template-columns: calc(50% + var(--input-gap) / 2) auto;
  }
}
.bl_newsDetail {
  display: grid;
  gap: 1.5rem;
}

.bl_newsDetail_heading {
  display: grid;
  grid-template-columns: auto max-content;
  align-items: flex-end;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line-gray);
}
.bl_newsDetail_heading > [class^=el_] {
  text-align: left;
}
.bl_newsDetail_heading > time {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-size: 0.75rem;
  color: var(--dark-gray);
  line-height: 1.4;
  padding-right: 1em;
}

.bl_newsDetail_body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  max-height: 560px;
  overflow-y: auto;
}

.bl_newsDetai_body_img {
  text-align: center;
}
.bl_newsDetai_body_img img {
  max-width: 100%;
  max-height: 400px;
  border-radius: 4px;
}
.bl_newsDetai_body_img + * {
  margin-block-start: 1.5rem;
}

.bl_newsDetail_body_txt > * + * {
  margin-block-start: 1.5rem;
}

.bl_newsDetail_links {
  padding: 16px;
  background: var(--bg-lightgray);
}
.bl_newsDetail_links__link {
  margin-top: 4px;
  padding-left: 1em;
}
.bl_newsDetail_links__link > a {
  color: var(--txt-link);
  text-decoration: underline;
}

@media not all and (min-width: 768px) {
  .bl_newsDetail {
    --overlay-padding: 60px;
    --container-padding: 120px;
    max-height: calc(100svh - var(--container-padding) - var(--overlay-padding));
    max-height: calc(100vh - var(--container-padding) - var(--overlay-padding));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bl_newsDetai_body_img + * {
    margin-block-start: 0.5rem;
  }
  .bl_newsDetail_heading {
    grid-template-columns: 1fr;
  }
  .bl_newsDetail_body {
    overflow-y: initial;
  }
  .bl_newsDetail_links {
    padding: 12px;
  }
  .bl_newsDetail_links__head {
    text-align: center;
  }
  .bl_newsDetail_links__link {
    padding-left: 0;
  }
}
.bl_spLogoArea {
  display: none;
  padding: 1rem 0.5rem;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .bl_spLogoArea {
    display: block;
  }
}
.bl_mobileHeader {
  display: none;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 16px;
  z-index: 2;
}

.bl_mobileHeader_logo {
  display: none;
}

.bl_mobileHeader_right {
  display: flex;
  grid-template-columns: 78px 40px;
  gap: 30px;
  align-items: center;
}
.bl_mobileHeader_right > * {
  justify-content: center;
}

@media not all and (min-width: 1080px) {
  .bl_mobileHeader {
    display: grid;
  }
  .bl_mobileHeader[data-sticky=true] {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 13px 12px 8px;
    background-color: var(--white);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
  }
  [data-sticky=true] .bl_mobileHeader_left [class^=el_] {
    display: none;
  }
  [data-sticky=true] .bl_mobileHeader_logo {
    display: block;
  }
  [data-sticky=true] .bl_mobileHeader_right {
    grid-template-columns: 1fr;
  }
  [data-sticky=true] .bl_mobileHeader_right a {
    display: none;
  }
  [data-sticky=true] .bl_mobileHeader_right button > * {
    background-color: var(--txt-gold);
  }
}
.bl_mobileNav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 20;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}
.bl_mobileNav-wrapper[data-open=true] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bl_mobileNav {
  --nav-width: 335px;
  display: block;
  width: var(--nav-width);
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: var(--bg-lightbeige);
  transform: translateX(var(--nav-width));
  transition: transform 0.25s ease-in;
}

[data-open=true] .bl_mobileNav {
  transform: translateX(0);
}

.bl_mobileNav_heading {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 12px 16px;
  background-color: var(--white);
}

.bl_mobileNav_menu {
  --mobileNav-heading-height: 64px;
  display: grid;
  grid-template-rows: max-content max-content 1fr;
  height: calc(100% - var(--mobileNav-heading-height));
}

.bl_mobileNav_list_item > a {
  display: block;
  color: var(--txt-main);
  line-height: 100%;
  padding: 16px 32px;
}
.bl_mobileNav_list_item > a:before {
  --icon-size: 14px;
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url(../img/icon/icon-menu-next.svg);
  background-size: cover;
  position: relative;
  margin-right: 0.5rem;
}

.bl_mobileNav_btns {
  display: grid;
  gap: 24px;
  padding: 24px 32px;
}
.bl_mobileNav_btns > [class^=el_lang] {
  justify-self: center;
}

.bl_mobileNav_legal {
  display: grid;
  gap: 1rem;
  margin-block-start: auto;
  padding-block-end: 24px;
  text-align: center;
}
.bl_mobileNav_legal > a {
  font-size: 0.875rem;
  color: var(--txt-darkgray);
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}

@media not all and (min-width: 1080px) {
  .bl_mobileNav {
    display: block;
  }
}
.bl_footer {
  display: grid;
  grid-template-columns: 260px auto auto;
  gap: 1.5rem;
  padding: 32px 0 40px 0;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.bl_footer_info {
  font-size: 0.875rem;
  line-height: 1.4;
}
.bl_footer_info .tel {
  display: inline-block;
  margin-top: 1em;
}

.bl_footer_links {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, max-content);
  gap: 1.5rem;
  justify-content: flex-end;
}
.bl_footer_links > a:not([class^=el_]) {
  font-size: 0.75rem;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}

@media not all and (min-width: 960px) {
  .bl_footer {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }
  .bl_footer_logo {
    margin-inline: auto;
  }
  .bl_footer_info {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .bl_footer_links {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
@media not all and (min-width: 768px) {
  .bl_footer_links > a:not([class^=el_]) {
    font-size: 0.875rem;
  }
  .bl_footer_links [class^=el_] {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .bl_clippedArea {
    overflow: hidden;
  }
  .bl_clippedArea[data-area=about] {
    height: 580px;
  }
  .bl_clippedArea[data-area=overview] {
    height: 400px;
  }
}
.bl_insurance {
  display: grid;
  gap: 1rem;
  text-align: center;
}

.bl_insurance_logo {
  margin-block-start: 24px;
}

.bl_insurance_desc {
  text-align: left;
  margin-block-start: 24px;
}
.bl_insurance_desc + [class^=el_] {
  justify-self: center;
}

.el_langBtn {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 400;
}
.el_langBtn > .icon {
  --icon-size: 18px;
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url(../img/icon/icon-globe.svg);
  background-size: contain;
  top: -1px;
}
.el_langBtn[data-sticky=true] {
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--txt-gold);
}
.el_langBtn[data-sticky=true] > .icon {
  --icon-size: 14px;
  background-image: url(../img/icon/icon-globe-gold.svg);
  top: 0;
}
.el_langBtn[data-var=mobile] {
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 400;
}
.el_langBtn[data-var=gold] {
  color: var(--txt-gold);
}
.el_langBtn[data-var=gold] > .icon {
  background-image: url(../img/icon/icon-globe-gold.svg);
}

.el_mainBtn {
  min-width: 240px;
  display: inline-block;
  padding: 1rem 3rem;
  background-color: var(--white);
  line-height: 1.5;
  border-radius: calc(infinity * 1px);
  color: var(--txt-gold);
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  text-align: center;
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--bg-gold);
  color: var(--white);
  transition: box-shadow 0.3s, opacity 0.3s ease-out;
}
.el_mainBtn:hover {
  box-shadow: none;
  opacity: 0.8;
}
.el_mainBtn[data-var=has-icon]:disabled {
  background-color: var(--bg-disabled);
  color: var(--txt-disabled);
  box-shadow: none;
}
.el_mainBtn[data-var=has-icon]:disabled:hover {
  box-shadow: none;
}
.el_mainBtn[data-var=has-icon]:disabled:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 1rem;
  background-image: url(../img/icon/icon-arrow-next-light-dark.svg);
  background-size: contain;
  position: relative;
  top: -1px;
}
.el_mainBtn[data-var=has-icon]:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 1rem;
  background-image: url(../img/icon/icon-arrow-next.svg);
  background-size: contain;
  position: relative;
  top: -1px;
}
.el_mainBtn[data-var=has-icon-send]:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-left: 9px;
  background-image: url(../img/icon/icon-send.svg);
  background-size: cover;
  position: relative;
  top: -1px;
}
.el_mainBtn[data-size=small] {
  padding: 0.5rem 1rem;
  min-width: 144px;
  font-size: 1rem;
  background-color: var(--white);
  color: var(--txt-gold);
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.el_mainBtn[data-var=gold] {
  background-color: var(--bg-gold);
  color: var(--white);
}
.el_mainBtn[data-sticky=true] {
  min-width: 112px;
  background-color: var(--bg-gold);
  color: var(--white);
}
.el_mainBtn > input[type=submit] {
  color: var(--white);
}

.el_btnWrap {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: center;
  margin-block-start: 1.5rem;
  text-align: center;
}

.el_borderBtns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.el_borderBtn {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
  border: 3px solid currentColor;
  text-align: center;
  background-repeat: repeat;
  background-size: 32px;
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s, opacity 0.3s ease-out;
}
.el_borderBtn[data-var=red] {
  color: var(--txt-red);
  border-color: var(--red);
  background-image: url(../img/material/pattern-red.svg);
}
.el_borderBtn[data-var=gold] {
  color: var(--txt-gold);
  border-color: var(--bg-gold);
  background-image: url(../img/material/pattern-gold.svg);
}
.el_borderBtn[data-var=gold]::after {
  background-image: url(../img/icon/icon-scroll-gold.svg);
}
.el_borderBtn::after {
  --icon-size: 32px;
  --border-width: 3px;
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-image: url(../img/icon/icon-scroll-red.svg);
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--icon-size) * -0.5 - var(--border-width));
}
.el_borderBtn:hover {
  box-shadow: none;
  opacity: 0.8;
}
.el_borderBtn[disabled] {
  filter: grayscale(1) opacity(0.5) brightness(0.94);
  box-shadow: none;
  pointer-events: none;
}
.el_borderBtn[disabled]:after {
  display: none;
}

.el_borderBtn_title {
  font-size: 1.375rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  color: inherit;
  line-height: 1;
}

.el_borderBtn_lead {
  font-size: 0.875rem;
  color: var(--txt-brown);
  line-height: 1.4;
}
.el_borderBtn_lead br {
  display: none;
}

.el_modalCloseBtn-wrapper {
  margin-top: 42px;
  text-align: center;
}

.el_modalCloseBtn {
  display: inline-block;
  line-height: 1;
  color: var(--txt-darkgray);
}
.el_modalCloseBtn::before {
  --icon-size: 20px;
  content: "";
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 4px;
  background-image: url(../img/icon/icon-close.svg);
  background-size: contain;
  position: relative;
  top: 0.25em;
}

.el_backBtn {
  line-height: 1;
  color: var(--txt-darkgray);
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
.el_backBtn::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-back-dark.svg);
  background-size: cover;
  position: relative;
  margin-right: 0.5rem;
}

.el_ham {
  --ham-width: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-inline: auto;
}
.el_ham > * {
  display: inline-block;
  width: var(--ham-width);
  height: 3px;
  background-color: var(--white);
  border-radius: calc(infinity * 1px);
}

.el_hamClose {
  --ham-width: 24px;
  margin-inline: auto;
}
.el_hamClose > * {
  display: inline-block;
  width: var(--ham-width);
  height: 2px;
  background-color: var(--txt-darkgray);
  border-radius: calc(infinity * 1px);
  position: absolute;
  right: 0;
}
.el_hamClose .first {
  transform: rotate(45deg);
}
.el_hamClose .second {
  transform: rotate(-45deg);
}

.el_moreBtn-wrapper {
  display: none;
  width: 100%;
  padding: 20px 0 8px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 62.02%, #FFFFFF 100%);
  backdrop-filter: blur(3px);
  text-align: center;
  position: absolute;
  bottom: 0;
}
.el_moreBtn-wrapper[data-color=lightblue] {
  background: linear-gradient(180deg, rgba(241, 247, 249, 0) 0%, #F1F7F9 62.02%, #F1F7F9 100%);
}
.el_moreBtn-wrapper * {
  color: inherit;
}
.el_moreBtn-wrapper[hidden] {
  display: none;
}

.el_moreBtn {
  max-width: 250px;
  width: 100%;
  margin-inline: auto;
  padding: 17px 24px;
  line-height: 1;
  background-color: var(--white);
  border-radius: calc(infinity * 1px);
  backdrop-filter: blur(4px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}

@media not all and (min-width: 768px) {
  .el_mainBtn[data-size=small] {
    min-width: 128px;
  }
  .el_btnWrap {
    flex-direction: column;
    gap: 24px;
    margin-top: 10px;
  }
  .el_btnWrap [data-sp-order=reverse] {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
  .el_borderBtns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .el_borderBtn {
    gap: 10px;
    padding: 16px 16px 14px 16px;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    align-items: center;
  }
  .el_borderBtn:after {
    --icon-size: 24px;
    grid-area: 2/2/3/3;
    position: relative;
    left: auto;
    bottom: auto;
    background-size: contain;
    background-position: center;
    transform: none;
  }
  .el_borderBtn .none_sp {
    display: none;
  }
  .el_borderBtn[disabled] {
    grid-template-columns: 1fr;
  }
  .el_borderBtn[disabled] .el_borderBtn_lead {
    justify-content: center;
  }
  .el_borderBtn_title {
    grid-area: 1/1/2/3;
    font-size: 1.25rem;
  }
  .el_borderBtn_lead {
    display: flex;
    justify-content: flex-end;
    grid-area: 2/1/3/2;
    text-align: center;
    top: 3px;
  }
  .el_borderBtn_lead br {
    display: block;
  }
  .el_modalCloseBtn-wrapper {
    margin-top: 26px;
  }
  .el_moreBtn-wrapper {
    display: block;
  }
}
.el_attr {
  border-radius: calc(infinity * 1px);
  margin-left: 14px;
  padding: 4px 6px 4px 6px;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
}
.el_attr[data-var=required] {
  background-color: var(--bg-label-must);
}
.el_attr[data-var=option] {
  background-color: var(--bg-label-want);
}

.el_inputText {
  padding: 7px 12px;
  background-color: var(--white);
  line-height: 1;
  border: 1px solid var(--line-gray);
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.12);
}
.el_inputText[data-size=small] {
  width: 120px;
}
.el_inputText[data-size=large] {
  width: calc(100% - 28px);
}

.el_textarea {
  width: 100%;
  padding: 7px 12px;
  background-color: var(--white);
  border: 1px solid var(--line-gray);
  border-radius: 4px;
  line-height: 1.5;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.12);
}

.el_telDash {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #BEBEBE;
}

.el_inputSelect-wrapper::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 12px solid var(--txt-gold);
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.el_inputSelect {
  width: 340px;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid var(--line-gray);
  border-radius: 4px;
  background-color: var(--white);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  appearance: base-select;
}
.el_inputSelect::picker-icon {
  display: none;
}
.el_inputSelect::picker(select) {
  appearance: base-select;
  border-radius: 4px;
  border: 1px solid var(--line-gray);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.el_inputSelect > option {
  border-bottom: 1px solid var(--line-gray);
  padding: 6px 12px;
}
.el_inputSelect > option:last-child {
  border-bottom: none;
}
.el_inputSelect > option::checkmark {
  display: none;
}
.el_inputSelect > option:checked {
  background-color: var(--bg-lightblue);
}

@media not all and (min-width: 768px) {
  .el_attr {
    margin-left: 8px;
  }
  .el_inputText[data-size=large] {
    width: 100%;
  }
  .el_inputText[data-size=small] {
    width: 102px;
  }
  .el_inputText[name=お電話番号1] {
    width: 60px;
  }
}
.el_sectionHeadingLev2 {
  display: grid;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  line-height: 1.2;
  gap: 1rem;
}
.el_sectionHeadingLev2::after {
  content: "";
  display: block;
  width: 46px;
  height: 5px;
  margin-inline: auto;
  background-color: var(--gold);
  border-radius: calc(infinity * 1px);
}
.el_sectionHeadingLev2[data-var=no-line]::after {
  display: none;
}
.el_sectionHeadingLev2[data-var=no-line] + [class^=bl_] {
  margin-top: 40px;
}
.el_sectionHeadingLev2[data-var=has-symbol] {
  --symbol-width: 40px;
  grid-template-columns: var(--symbol-width) auto;
  column-gap: 1rem;
  align-items: center;
}
.el_sectionHeadingLev2[data-var=has-symbol]::before {
  content: "";
  display: inline-block;
  width: var(--symbol-width);
  height: 48px;
  background-image: url(../img/common/symbol.svg);
  background-size: contain;
}
.el_sectionHeadingLev2[data-var=has-symbol]:after {
  grid-area: 2/2/3/2;
}
.el_sectionHeadingLev2 + [class^=bl_] {
  margin-top: 2.5rem;
}

.el_blockHeadingLev2 {
  font-size: 1.75rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.el_blockHeadingLev2 + [class^=bl_] {
  margin-top: 0.5rem;
}
.el_blockHeadingLev2 + [class$=-wrapper] {
  margin-top: 1.5rem;
}

.el_blockHeadingLev3 {
  font-size: 1.5rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  line-height: 1;
}
.el_blockHeadingLev3 + [class^=bl_] {
  margin-top: 1.5rem;
}

@media not all and (min-width: 768px) {
  .el_sectionHeadingLev2[data-var=has-symbol] {
    grid-template-columns: auto;
    gap: 1rem;
  }
  .el_sectionHeadingLev2[data-var=has-symbol]::before {
    margin-inline: auto;
  }
  .el_sectionHeadingLev2[data-var=has-symbol]::after {
    grid-area: auto;
  }
  .el_blockHeadingLev2 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .el_blockHeadingLev2[data-var=sp-small] {
    font-size: 1.5rem;
  }
  .el_blockHeadingLev2 + [class^=bl_] {
    margin-block-start: 1.5rem;
  }
  .el_blockHeadingLev3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }
  .el_blockHeadingLev3[data-var=sp-small] {
    font-size: 1.5rem;
  }
}
.el_contactLead {
  text-align: center;
  margin-block-end: 1.5rem;
}
.el_contactLead[data-var=large] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  font-weight: 700;
  font-size: 1.375rem;
  margin-block-end: 1rem;
}
.el_contactLead[data-var=large] br {
  display: none;
}

@media not all and (min-width: 768px) {
  .el_contactLead[data-var=large] {
    font-size: 1.125rem;
  }
  .el_contactLead[data-var=large] br {
    display: block;
  }
}
.whitespace-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.un_moreBtn-wrapper {
  margin-top: 12px;
  text-align: center;
}

.un_moreBtn {
  font-size: 0.875rem;
  color: var(--txt-link);
  text-decoration: underline;
  text-underline-offset: 0.1rem;
  transition: opacity 0.3s ease-out;
}
.un_moreBtn:hover {
  opacity: 0.8;
}

.un_contactBtnWrapper {
  margin-block-start: 1.5rem;
  text-align: center;
}

.un_temp {
  color: var(--txt-disabled);
  font-size: 1.125rem;
  margin-top: 1.5rem;
  padding: 1rem 0;
  text-align: center;
}

@media not all and (min-width: 768px) {
  .un_moreBtn-wrapper {
    margin-top: 24px;
  }
  .un_moreBtn {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.swiper .copy {
  --news-area-width: 960px;
  position: absolute;
  padding: 4px;
  right: calc((100vw - var(--news-area-width)) / 2);
  bottom: 160px;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
  border-radius: 2px;
}
.swiper .copy[data-color=white] {
  color: var(--white);
  background: rgba(0, 0, 0, 0.1);
}

[v-cloak] {
  opacity: 0;
}

@media not all and (min-width: 1080px) {
  .swiper .copy {
    --padding-inline-end: 32px;
    right: var(--padding-inline-end);
  }
}
@media (min-width: 768px) {
  .swiper .copy .sp_only {
    display: none;
  }
}
@media not all and (min-width: 768px) {
  .swiper .copy {
    bottom: 16px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper .copy .sp_only {
    display: block;
  }
  .swiper .copy .pc_only {
    display: none;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=style.css.map */
