html {
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #282828;
}
@media (min-width: 769px) {
  html {
    font-size: min(0.897vw, 10px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
  cursor: pointer;
}

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

svg {
  width: 100%;
  height: 100%;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.txt01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .txt01 {
    line-height: 2;
    font-size: 1.5rem;
  }
  .txt01 > p {
    font: inherit;
  }
  .txt01 > p:first-of-type {
    margin-top: -0.5em;
  }
  .txt01 > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .txt01 {
    line-height: 1.77;
    font-size: 2.6rem;
  }
  .txt01 > p {
    font: inherit;
  }
  .txt01 > p:first-of-type {
    margin-top: -0.384em;
  }
  .txt01 > p:last-of-type {
    margin-bottom: -0.384em;
  }
}

.txt02 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .txt02 {
    line-height: 1.572;
    font-size: 1.4rem;
  }
  .txt02 > p {
    font: inherit;
  }
  .txt02 > p:first-of-type {
    margin-top: -0.285em;
  }
  .txt02 > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media (max-width: 768px) {
  .txt02 {
    line-height: 1.5;
    font-size: 2.4rem;
  }
  .txt02 > p {
    font: inherit;
  }
  .txt02 > p:first-of-type {
    margin-top: -0.25em;
  }
  .txt02 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.att01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .att01 {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .att01 > p {
    font: inherit;
  }
  .att01 > p:first-of-type {
    margin-top: -0.25em;
  }
  .att01 > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .att01 {
    line-height: 1.364;
    font-size: 2.2rem;
  }
  .att01 > p {
    font: inherit;
  }
  .att01 > p:first-of-type {
    margin-top: -0.181em;
  }
  .att01 > p:last-of-type {
    margin-bottom: -0.181em;
  }
}

.js-accElement {
  height: 0;
  overflow: hidden;
  transition: height 0.1s linear;
}

.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

.hover-line {
  position: relative;
}
.hover-line::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: -0.05rem;
  right: -0.05rem;
  bottom: 0;
  transform-origin: right bottom;
  scale: 0 1;
  transition: scale 0.2s ease-out;
  pointer-events: none;
}
.hover-line:hover::before {
  transform-origin: left bottom;
  scale: 1 1;
}

.header_outer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.header_outer::before {
  content: "";
  position: absolute;
  background: #fff;
  inset: 0;
  transition: 0.2s linear;
  pointer-events: none;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .header_inner {
    height: 9rem;
    padding: 0 5rem;
  }
}
@media (max-width: 768px) {
  .header_inner {
    gap: 1.3rem;
    height: 12rem;
    padding: 0 2rem 0 3rem;
  }
}

.header_logo {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 769px) {
  .header_logo {
    gap: 1.2rem;
    z-index: 3;
  }
}
@media (max-width: 768px) {
  .header_logo {
    gap: 1.4rem;
  }
}
.header_logo figure {
  position: relative;
}
@media (min-width: 769px) {
  .header_logo figure {
    width: 16.2rem;
  }
}
@media (max-width: 768px) {
  .header_logo figure {
    width: 21rem;
  }
}
.header_logo figure img {
  transition: 0.2s linear;
}
.header_logo p {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .header_logo p {
    padding-bottom: 0.3rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .header_logo p {
    padding-bottom: 0.4rem;
    font-size: 2.1rem;
  }
}
.header_logo:hover {
  opacity: 0.6;
}

.header_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0096c7;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media (min-width: 769px) {
  .header_button {
    border-radius: 4.4rem;
    width: 14rem;
    height: 4.4rem;
    margin-left: 4rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .header_button {
    border-radius: 7rem;
    width: 21rem;
    height: 7rem;
    margin-left: auto;
    font-size: 2.6rem;
  }
}
.header_button:hover {
  background: #ffe60a;
  color: #282828;
}

@media (min-width: 769px) {
  .nav_outer {
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .nav_outer {
    position: fixed;
    background: #fff;
    height: calc(100% - 12rem);
    inset: 12rem 0 0;
    transition: height 0.4s linear;
    overflow: hidden;
  }
  .nav_outer:not(.is-opened) {
    height: 0;
  }
}

.nav_inner {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .nav_inner {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .nav_inner {
    flex-direction: column;
    max-height: 100%;
    padding: 9.5rem 3.5rem 10rem;
    overflow-y: auto;
  }
}

.nav_list {
  display: flex;
}
@media (min-width: 769px) {
  .nav_list {
    align-items: center;
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .nav_list {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .nav_list > li {
    display: flex;
    align-items: center;
    height: 9rem;
  }
  .nav_list > li.js-navBoxParent:hover .nav_list_index.js-navBoxSwitch {
    color: #0096c7;
  }
  .nav_list > li.js-navBoxParent:hover .nav_list_index.js-navBoxSwitch::before {
    scale: 1 1;
    transform-origin: left bottom;
  }
}

.nav_list_index {
  padding: 0 1.5rem;
  line-height: 1.534;
  font-size: 1.5rem;
  font-weight: 600;
  z-index: 3;
}
@media (max-width: 768px) {
  .nav_list_index {
    display: none !important;
  }
}
.nav_list_index::before {
  left: 1.45rem;
  right: 1.45rem;
}
.nav_list_index:not(.js-navBoxSwitch):hover {
  color: #0096c7;
}
.nav_list_index:not(.js-navBoxSwitch):hover::before {
  scale: 1 1;
  transform-origin: left bottom;
}

.nav_box {
  color: #282828;
}
@media (min-width: 769px) {
  .nav_box {
    position: fixed;
    background: #fff;
    height: 27.4rem;
    left: 0;
    right: 0;
    top: 5.6rem;
    padding: 3.4rem 9.151% 9rem;
    transition: opacity 0.3s linear, translate 0.4s ease-out;
  }
  .nav_list > li:not(.js-navBoxParent:hover) .nav_box {
    opacity: 0;
    translate: 0 -50%;
    pointer-events: none;
  }
  .nav_list > li.js-navBoxParent:hover .nav_box {
    opacity: 1;
    translate: 0 0;
  }
  .nav_box:has(.nav_item_card) {
    padding: 0.1rem 9.151% 0;
  }
  .nav_box:has(.nav_item_card) .nav_box_index {
    padding-bottom: 6.2rem;
  }
}
@media (max-width: 768px) {
  .nav_box {
    position: relative;
    background: #f0f2f4;
    border-radius: 8rem;
    padding: 2rem 6.5rem;
  }
}

.nav_box_inner {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .nav_box_inner {
    align-items: center;
    gap: 3rem;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .nav_box_inner {
    flex-direction: column;
  }
}

.nav_box_index {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .nav_box_index {
    justify-content: flex-start;
    min-width: 27.778%;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .nav_box_index {
    fill: none;
    stroke: #282828;
    align-items: center;
    height: 12rem;
    padding: 0 5.5rem 0 0;
    cursor: pointer;
  }
  .nav_box_index:not(.is-opened) i svg:nth-of-type(2) {
    display: none;
  }
  .nav_box_index.is-opened i svg:nth-of-type(1) {
    display: none;
  }
}
.nav_box_index a {
  display: flex;
  position: relative;
  fill: #0096c7;
  stroke: #fff;
}
@media (min-width: 769px) {
  .nav_box_index a {
    flex-direction: column;
    gap: 0.7rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index a {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: none;
  }
}
.nav_box_index a small {
  line-height: 1;
  color: #0096c7;
}
@media (min-width: 769px) {
  .nav_box_index a small {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index a small {
    font-size: 2.4rem;
  }
}
.nav_box_index a strong {
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .nav_box_index a strong {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index a strong {
    font-size: 5.2rem;
  }
}
.nav_box_index a svg {
  position: absolute;
  stroke-width: 0.24rem;
  width: 2.4rem;
  height: 2.4rem;
  left: calc(100% + 1.5rem);
  bottom: 1.4rem;
}
@media (max-width: 768px) {
  .nav_box_index a svg {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .nav_box_index a:hover {
    fill: #ffe60a;
    stroke: #282828;
  }
}
.nav_box_index p {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .nav_box_index p {
    flex-direction: column;
    gap: 0.7rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index p {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.nav_box_index p small {
  line-height: 1;
  color: #0096c7;
}
@media (min-width: 769px) {
  .nav_box_index p small {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index p small {
    font-size: 2.4rem;
  }
}
.nav_box_index p strong {
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .nav_box_index p strong {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .nav_box_index p strong {
    font-size: 5.2rem;
  }
}
.nav_box_index i {
  position: absolute;
  stroke-width: 0.3rem;
  width: 7.28rem;
  height: 7.28rem;
  right: -3.58rem;
}
@media (min-width: 769px) {
  .nav_box_index i {
    display: none !important;
  }
}
.nav_box_index i svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.nav_box_index em {
  position: absolute;
  background: #0096c7;
  stroke: #fff;
  border-radius: 50%;
  stroke-width: 0.3rem;
  width: 4.2rem;
  height: 4.2rem;
  right: -2rem;
}
@media (min-width: 769px) {
  .nav_box_index em {
    display: none !important;
  }
}
.nav_box_index em svg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
@media (max-width: 768px) {
  .nav_box_index:active {
    stroke: #0096c7;
  }
}

.nav_item {
  position: relative;
}
@media (min-width: 769px) {
  .nav_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav_item {
    height: 0;
    transition: height 0.2s linear;
    overflow: hidden;
  }
}

.nav_item_inner {
  display: flex;
}
@media (min-width: 769px) {
  .nav_item_inner {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .nav_item_inner {
    flex-direction: column;
    padding: 2rem 0 5.4rem;
  }
  .nav_item_inner:has(.nav_item_card) {
    gap: 3rem;
    padding-bottom: 7.4rem;
  }
}

.nav_item_index {
  position: relative;
}
@media (min-width: 769px) {
  .nav_item_index {
    display: none !important;
  }
}
.nav_item_index::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 0;
}
.nav_item_index .nav_item_link {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .nav_item_index + .nav_item_link {
    margin-top: 4rem;
  }
}

.nav_item_link {
  display: block;
  position: relative;
  fill: #0096c7;
  stroke: #fff;
}
@media (min-width: 769px) {
  .nav_item_link {
    width: 100%;
    max-width: 20rem;
    padding: 1.4rem 0;
  }
  .nav_item_link::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .nav_item_link {
    padding: 1rem 0;
  }
  .nav_item_link + .nav_item_link {
    margin-top: 2rem;
  }
}
.nav_item_link p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 1;
}
@media (min-width: 769px) {
  .nav_item_link p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .nav_item_link p {
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .nav_item_link p svg {
    stroke-width: 0.24rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .nav_item_link p svg {
    stroke-width: 0.5rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.nav_item_link:hover {
  fill: #ffe60a;
  stroke: #282828;
}

.nav_item_card {
  position: relative;
  fill: #0096c7;
  stroke: #fff;
}
@media (max-width: 768px) {
  .nav_item_card {
    padding-bottom: 3rem;
  }
  .nav_item_card::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
}
.nav_item_card figure {
  position: relative;
  border-radius: 2rem;
  width: 14rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nav_item_card figure {
    display: none !important;
  }
}
.nav_item_card p {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
}
@media (min-width: 769px) {
  .nav_item_card p {
    gap: 1.5rem;
    justify-content: center;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .nav_item_card p {
    justify-content: space-between;
    padding: 1rem 0;
    font-size: 2.6rem;
  }
}
@media (min-width: 769px) {
  .nav_item_card p span > span {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .nav_item_card p svg {
    stroke-width: 0.24rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 768px) {
  .nav_item_card p svg {
    stroke-width: 0.5rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.nav_item_card:hover {
  fill: #ffe60a;
  stroke: #282828;
}

.nav_buttons {
  display: flex;
}
@media (min-width: 769px) {
  .nav_buttons {
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .nav_buttons {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 8rem;
  }
}

.nav_button {
  position: relative;
}
@media (min-width: 769px) {
  .nav_button {
    display: block;
    padding: 0 0.5rem;
    line-height: 1.534;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .nav_button::before {
    left: 0.45rem;
    right: 0.45rem;
  }
}
@media (max-width: 768px) {
  .nav_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0096c7;
    fill: #fff;
    stroke: #0096c7;
    border-radius: 10rem;
    width: 48rem;
    height: 10rem;
    font-size: 2.8rem;
    color: #fff;
  }
  .nav_button::before {
    display: none;
  }
}
.nav_button svg {
  position: absolute;
  stroke-width: 0.4rem;
  width: 5rem;
  height: 5rem;
  right: 2rem;
}
@media (min-width: 769px) {
  .nav_button svg {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .nav_button:hover {
    color: #0096c7;
  }
}
@media (max-width: 768px) {
  .nav_button:hover {
    background: #ffe60a;
    stroke: #282828;
    color: #282828;
  }
}

.nav_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 12rem;
  stroke: #282828;
  line-height: 1;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .nav_link {
    display: none !important;
  }
}
.nav_link svg {
  stroke-width: 0.22rem;
  width: 1.6rem;
  height: 1.6rem;
}
.nav_link:active {
  stroke: #0096c7;
  color: #0096c7;
}

.nav_switch {
  position: relative;
  fill: #fff;
  stroke: #0096c7;
  stroke-width: 0.3rem;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 769px) {
  .nav_switch {
    display: none !important;
  }
}
.nav_switch:active {
  stroke: #282828;
}
.nav_switch:not(.is-opened) svg:nth-of-type(2) {
  display: none;
}
.nav_switch.is-opened svg:nth-of-type(1) {
  display: none;
}

.header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened)) {
  color: #fff;
}
.header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened))::before {
  opacity: 0;
}
.header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened)) .header_logo figure::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/logo_publichd_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  transition: 0.2s linear;
}
.header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened)) .header_logo figure img {
  opacity: 0;
}
@media (min-width: 769px) {
  .header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened)) .nav_list_index:not(.js-navBoxSwitch):hover, .header_outer:not(.is-scrolled):not(:has(.nav_list > li.js-navBoxParent:hover)):not(:has(.nav_outer.is-opened)) .nav_button:hover {
    color: #ffe60a;
  }
}
.header_outer:has(.nav_list > li.js-navBoxParent:hover)::before {
  opacity: 1;
}
.header_outer.is-scrolled::before {
  opacity: 1;
}
.header_outer.is-scrolled .header_logo figure::after {
  opacity: 0;
}

.main_outer {
  contain: paint;
}

.kv_header {
  position: relative;
  color: #fff;
  contain: paint;
}
@media (min-width: 769px) {
  .kv_header {
    margin-bottom: 18rem;
  }
}
@media (max-width: 768px) {
  .kv_header {
    margin-bottom: 20rem;
  }
}
.kv_header .breadcrumb_list {
  position: absolute;
  right: 6rem;
  top: 10.8rem;
  opacity: 0;
  translate: 0 20px;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (max-width: 768px) {
  .kv_header .breadcrumb_list {
    display: none;
  }
}
.kv_header.is-animated .breadcrumb_list {
  opacity: 1;
  translate: 0 0;
}

.kv_header_bg {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .kv_header_bg {
    border-radius: 0 0 34rem 0;
  }
}
@media (max-width: 768px) {
  .kv_header_bg {
    border-radius: 0 0 31rem 0;
  }
}

.kv_header_caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  position: absolute;
  inset: 0;
}
@media (min-width: 769px) {
  .kv_header_caption {
    padding: 2rem 0 0 12.5rem;
  }
}
@media (max-width: 768px) {
  .kv_header_caption {
    align-items: center;
    padding: 1.5rem 0 0;
    text-align: center;
  }
}
.kv_header_caption p {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  translate: 0 20px;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
@media (min-width: 769px) {
  .kv_header_caption p {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .kv_header_caption p {
    font-size: 2.8rem;
  }
}
.kv_header_caption h1 {
  letter-spacing: 0.025em;
  line-height: 1;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  translate: 0 20px;
  transition: 1.3s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
@media (min-width: 769px) {
  .kv_header_caption h1 {
    font-size: 7.8rem;
  }
}
@media (max-width: 768px) {
  .kv_header_caption h1 {
    font-size: 9.6rem;
  }
}
.kv_header.is-animated .kv_header_caption p, .kv_header.is-animated .kv_header_caption h1 {
  opacity: 1;
  translate: 0 0;
}

.breadcrumb_list {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 0.5em;
}
@media (min-width: 769px) {
  .breadcrumb_list {
    line-height: 1.2;
    font-size: 1rem;
  }
}
.breadcrumb_list > li {
  display: flex;
  gap: 0.5em;
}
.breadcrumb_list > li + li::before {
  content: "-";
}

.breadcrumb_link.is-current {
  opacity: 0.5;
  pointer-events: none;
}

.entry_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(../img/common/entry_bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 769px) {
  .entry_footer {
    margin-top: 18rem;
    height: 32rem;
  }
}
@media (max-width: 768px) {
  .entry_footer {
    margin-top: 20rem;
    height: 53.8rem;
  }
}

.entry_footer_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .entry_footer_buttons {
    flex-direction: column;
  }
}

.entry_footer_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .entry_footer_button {
    border-radius: 8rem;
    width: 30rem;
    height: 8rem;
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .entry_footer_button {
    border-radius: 10rem;
    width: 56rem;
    height: 10rem;
    font-size: 2.8rem;
  }
}
.entry_footer_button svg {
  position: absolute;
}
@media (min-width: 769px) {
  .entry_footer_button svg {
    stroke-width: 0.2rem;
    width: 3rem;
    height: 3rem;
    right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .entry_footer_button svg {
    stroke-width: 0.4rem;
    width: 5rem;
    height: 5rem;
    right: 2rem;
  }
}
.entry_footer_button.col1 {
  background: #0096c7;
  fill: #fff;
  stroke: #0096c7;
  color: #fff;
}
.entry_footer_button.col1:hover {
  background: #ffe60a;
  stroke: #282828;
  color: #282828;
}
.entry_footer_button.col2 {
  background: #ffe60a;
  fill: #fff;
  stroke: #282828;
  color: #282828;
}
.entry_footer_button.col2:hover {
  background: #0096c7;
  stroke: #0096c7;
  color: #fff;
}

.footer_outer {
  position: relative;
  background: #f1f2f2;
}
@media (min-width: 769px) {
  .footer_outer {
    padding: 8rem 6.5rem 4rem;
  }
}
@media (max-width: 768px) {
  .footer_outer {
    padding: 12rem 0 7.5rem;
  }
}

@media (min-width: 769px) {
  .footer_inner {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 10rem 4rem;
  }
}
@media (max-width: 768px) {
  .footer_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .footer_logo {
    display: flex;
    align-self: flex-start;
  }
}
.footer_logo a {
  display: flex;
  position: relative;
}
@media (min-width: 769px) {
  .footer_logo a {
    align-items: flex-end;
    gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .footer_logo a {
    flex-direction: column;
    align-items: center;
    gap: 1.4rem;
  }
}
@media (min-width: 769px) {
  .footer_logo a figure {
    width: 16.2rem;
  }
}
@media (max-width: 768px) {
  .footer_logo a figure {
    width: 34.2rem;
  }
}
.footer_logo a p {
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .footer_logo a p {
    padding-bottom: 0.2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .footer_logo a p {
    font-size: 3.3rem;
    color: #0096c7;
  }
}
.footer_logo a:hover {
  opacity: 0.6;
}

.footer_nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.7rem;
}
@media (max-width: 768px) {
  .footer_nav {
    display: none !important;
  }
}

.footer_nav_list {
  display: flex;
  gap: 6rem;
}
.footer_nav_list > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.3rem;
}

.footer_nav_index {
  position: relative;
  line-height: 1.534;
  font-size: 1.5rem;
  font-weight: 500;
}
.footer_nav_index[href]:hover {
  color: #0096c7;
}

.footer_nav_child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.footer_nav_link {
  display: block;
  position: relative;
  line-height: 1.429;
  font-size: 1.4rem;
  color: #646464;
}
.footer_nav_link:hover {
  color: #0096c7;
}

.footer_site {
  display: flex;
}
@media (min-width: 769px) {
  .footer_site {
    grid-column: 1/2;
    grid-row: 2/3;
    justify-content: flex-start;
    padding-bottom: 3.7rem;
  }
}
@media (max-width: 768px) {
  .footer_site {
    margin-top: 7.5rem;
  }
}
.footer_site a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  stroke: #282828;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 769px) {
  .footer_site a {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .footer_site a {
    line-height: 1.364;
    font-size: 2.2rem;
  }
}
.footer_site a svg {
  width: 0.75em;
  height: 0.75em;
}
.footer_site a:hover {
  stroke: #0096c7;
  color: #0096c7;
}

.footer_copyright {
  position: relative;
  line-height: 1;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #969696;
}
@media (min-width: 769px) {
  .footer_copyright {
    align-self: flex-end;
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 1.1rem;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 9rem;
    font-size: 2rem;
  }
}