@charset "UTF-8";
/* 共通
========================================================*/
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    list-style: none; }

ol {
  margin: 0;
  padding: 0; }

p, li, a {
  font-size: 1.6rem;
  line-height: 1.5; }

/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
/*================================
	hoverアクション
=================================*/
/* 共通パーツ
========================================================*/
/*================================
	color
=================================*/
.mt_xxxl {
  margin-top: 120px !important; }
  @media screen and (max-width: 767px) {
    .mt_xxxl {
      margin-top: 64px !important; } }

.mt_xxl {
  margin-top: 80px !important; }
  @media screen and (max-width: 767px) {
    .mt_xxl {
      margin-top: 40px !important; } }

.mt_xl {
  margin-top: 64px !important; }
  @media screen and (max-width: 767px) {
    .mt_xl {
      margin-top: 32px !important; } }

.mt_x {
  margin-top: 48px !important; }
  @media screen and (max-width: 767px) {
    .mt_x {
      margin-top: 24px !important; } }

.mt_l {
  margin-top: 32px !important; }
  @media screen and (max-width: 767px) {
    .mt_l {
      margin-top: 16px !important; } }

.mt_m {
  margin-top: 24px !important; }
  @media screen and (max-width: 767px) {
    .mt_m {
      margin-top: 8px !important; } }

.mt_s {
  margin-top: 16px !important; }
  @media screen and (max-width: 767px) {
    .mt_s {
      margin-top: 8px !important; } }

.mt_xs {
  margin-top: 8px !important; }
  @media screen and (max-width: 767px) {
    .mt_xs {
      margin-top: 8px !important; } }

.mt_-xxl {
  margin-top: -80px !important; }
  @media screen and (max-width: 767px) {
    .mt_-xxl {
      margin-top: -40px !important; } }

.mt_-xl {
  margin-top: -64px !important; }
  @media screen and (max-width: 767px) {
    .mt_-xl {
      margin-top: -32px !important; } }

.mt_-x {
  margin-top: -40px !important; }
  @media screen and (max-width: 767px) {
    .mt_-x {
      margin-top: -24px !important; } }

.mt_-l {
  margin-top: -32px !important; }
  @media screen and (max-width: 767px) {
    .mt_-l {
      margin-top: -16px !important; } }

.mt_-m {
  margin-top: -24px !important; }
  @media screen and (max-width: 767px) {
    .mt_-m {
      margin-top: -8px !important; } }

.mt_-s {
  margin-top: -16px !important; }
  @media screen and (max-width: 767px) {
    .mt_-s {
      margin-top: -8px !important; } }

.mt_-xs {
  margin-top: -8px !important; }
  @media screen and (max-width: 767px) {
    .mt_-xs {
      margin-top: -8px !important; } }

.mb_xxxl {
  margin-bottom: 120px !important; }
  @media screen and (max-width: 767px) {
    .mb_xxxl {
      margin-bottom: 64px !important; } }

.mb_xxl {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 767px) {
    .mb_xxl {
      margin-bottom: 40px !important; } }

.mb_xl {
  margin-bottom: 64px !important; }
  @media screen and (max-width: 767px) {
    .mb_xl {
      margin-bottom: 32px !important; } }

.mb_x {
  margin-bottom: 48px !important; }
  @media screen and (max-width: 767px) {
    .mb_x {
      margin-bottom: 24px !important; } }

.mb_l {
  margin-bottom: 32px !important; }
  @media screen and (max-width: 767px) {
    .mb_l {
      margin-bottom: 16px !important; } }

.mb_m {
  margin-bottom: 24px !important; }
  @media screen and (max-width: 767px) {
    .mb_m {
      margin-bottom: 8px !important; } }

.mb_s {
  margin-bottom: 16px !important; }
  @media screen and (max-width: 767px) {
    .mb_s {
      margin-bottom: 8px !important; } }

.mb_xs {
  margin-bottom: 8px !important; }
  @media screen and (max-width: 767px) {
    .mb_xs {
      margin-bottom: 8px !important; } }

.twocols {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }

@media screen and (max-width: 768px) {
  .twocols.sp-onecols {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(1, 1fr); } }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  position: relative; }

.wrapper {
  overflow: hidden; }

.main {
  padding-bottom: 140px; }
  @media screen and (max-width: 1001px) {
    .main {
      padding-bottom: calc(9.99000999vw); } }
  @media screen and (max-width: 768px) {
    .main {
      padding-bottom: calc(10.4166666667vw); } }
  @media screen and (max-width: 428px) {
    .main {
      padding-bottom: calc(18.691588785vw); } }

img {
  width: 100%;
  height: auto; }

.for-pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .for-pc {
      display: none !important; } }

.for-sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .for-sp {
      display: block !important; } }

.inner-content {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1240px) {
    .inner-content {
      max-width: 100%;
      padding: 0 20px; } }

.sub-content {
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (max-width: 1201px) {
    .sub-content {
      max-width: 100%;
      padding: 0 20px; } }

a {
  text-decoration: none;
  color: #000; }

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  /* 対応外のブラウザは下のhiddenが効く */
  overflow-x: hidden; }

html, body {
  overscroll-behavior-y: none; }

.header {
  width: 100%;
  z-index: 101;
  height: 60px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: transform 200ms ease;
  will-change: transform;
  transition: 0.4s; }
  .header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 5px 0; }
  .header__logo {
    width: 262px;
    height: 50px; }
    .header__logo a {
      text-decoration: none;
      transition: all ease .7s; }
      .header__logo a:hover {
        opacity: .6;
        cursor: pointer; }
  .header__navi-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px; }
    .header__navi-list-item {
      font-weight: 700;
      color: #D3D3D3;
      font-size: 1.4rem; }
      .header__navi-list-item a {
        font-size: 1.4rem; }
        .header__navi-list-item a:hover {
          color: #29AAA6; }
      .header__navi-list-item.is-current a {
        color: #29AAA6;
        pointer-events: none; }
      .header__navi-list-item.store {
        position: relative;
        padding-left: calc(0.8571428571vw); }
        .header__navi-list-item.store::before {
          content: "";
          background: url(../images/common/ico_store.svg) 0 0 no-repeat;
          background-size: contain;
          width: calc(1.7142857143vw);
          height: calc(1.7142857143vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
      .header__navi-list-item.link-blank {
        position: relative;
        padding-right: calc(0.5714285714vw); }
        .header__navi-list-item.link-blank::after {
          content: "";
          background: url(../images/common/ico_link-blank.svg) 0 0 no-repeat;
          background-size: contain;
          width: calc(1.2857142857vw);
          height: calc(1.0714285714vw);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0; }
  .header__navi .hamburger {
    display: none; }
  .header__navi .header {
    width: 100%; }
    .header__navi .header__nav-area {
      position: absolute;
      top: 0;
      left: -100%;
      z-index: 9;
      width: 100%;
      visibility: hidden;
      padding-top: 60px;
      background-color: #fff;
      transition: 0.4s;
      padding: 150px 0; }
      .header__navi .header__nav-area.is-active {
        left: 0;
        visibility: visible;
        overflow: scroll;
        height: 100vh; }
        .header__navi .header__nav-area.is-active .global-navigation {
          max-width: 1200px;
          margin: 0 auto; }
          .header__navi .header__nav-area.is-active .global-navigation .accordion-toggle, .header__navi .header__nav-area.is-active .global-navigation .accordion-label {
            display: none; }
          .header__navi .header__nav-area.is-active .global-navigation__ttl {
            font-weight: 700;
            padding-bottom: 16px;
            border-bottom: 2px solid #022A43;
            color: #022A43; }
            .header__navi .header__nav-area.is-active .global-navigation__ttl a {
              display: block;
              transition: all ease .7s; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl a:hover {
                color: #4C8FBF; }
            .header__navi .header__nav-area.is-active .global-navigation__ttl.store {
              position: relative;
              padding-left: 24px; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl.store::before {
                content: "";
                background: url(../images/common/ico_store.svg) 0 0 no-repeat;
                background-size: contain;
                width: 20px;
                height: 20px;
                position: absolute;
                top: calc(50% - 8px);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0; }
            .header__navi .header__nav-area.is-active .global-navigation__ttl.link-blank {
              position: relative;
              padding-right: 8px; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl.link-blank::after {
                content: "";
                background: url(../images/common/ico_link-blank_navy.svg) 0 0 no-repeat;
                background-size: contain;
                width: 18px;
                height: 14px;
                position: absolute;
                top: calc(50% - 7px);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0; }
          .header__navi .header__nav-area.is-active .global-navigation__wrap-01 {
            width: calc(80% - 32px); }
          .header__navi .header__nav-area.is-active .global-navigation__wrap-02 {
            width: 20%; }
          .header__navi .header__nav-area.is-active .global-navigation__row {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            align-items: flex-start; }
            .header__navi .header__nav-area.is-active .global-navigation__row + .global-navigation__row {
              margin-top: 80px; }
            .header__navi .header__nav-area.is-active .global-navigation__row-item {
              width: calc((100% - (32px * 5)) / 6); }
          .header__navi .header__nav-area.is-active .global-navigation__list {
            margin-top: 16px; }
            .header__navi .header__nav-area.is-active .global-navigation__list-item a {
              font-size: 1.4rem;
              position: relative;
              padding-left: 22px;
              display: inline-block;
              text-decoration: none;
              transition: all ease .7s; }
              .header__navi .header__nav-area.is-active .global-navigation__list-item a:hover {
                opacity: .6;
                cursor: pointer; }
              .header__navi .header__nav-area.is-active .global-navigation__list-item a:hover {
                text-decoration: underline; }
              .header__navi .header__nav-area.is-active .global-navigation__list-item a::before {
                content: "";
                background: #022A43;
                width: 12px;
                height: 1px;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0; }
            .header__navi .header__nav-area.is-active .global-navigation__list-item + .global-navigation__list-item {
              margin-top: 8px; }
            .header__navi .header__nav-area.is-active .global-navigation__list + .global-navigation__list {
              margin-left: 64px; }
    .header__navi .header__search {
      position: absolute;
      top: 42px;
      right: 119px; }
      .header__navi .header__search #cse-search-box {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .header__navi .header__search #cse-search-box input[type="text"] {
          width: 430px;
          height: 60px;
          padding: 5px 15px;
          box-sizing: border-box;
          background-color: #F1F1F1;
          font-size: 1.6rem;
          outline: none;
          border: none; }
          .header__navi .header__search #cse-search-box input[type="text"]::placeholder {
            color: #5E5E5E;
            font-size: 1.6rem; }
        .header__navi .header__search #cse-search-box input[type="submit"] {
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center;
          align-items: center;
          width: 60px;
          height: 60px;
          border: none;
          background: url(../images/common/ico_search.svg) center center no-repeat #022A43;
          cursor: pointer; }
    .header__navi .header__bottom {
      max-width: 1200px;
      margin: 48px auto 0;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      align-items: flex-end; }
      .header__navi .header__bottom-link01 {
        font-weight: 700;
        color: #022A43;
        text-decoration: none;
        transition: all ease .7s; }
        .header__navi .header__bottom-link01:hover {
          opacity: .6;
          cursor: pointer; }
        .header__navi .header__bottom-link01:hover {
          text-decoration: underline; }
      .header__navi .header__bottom-link02 {
        font-size: 1.4rem;
        position: relative;
        padding-left: 22px;
        display: inline-block;
        text-decoration: none;
        transition: all ease .7s;
        margin-left: 100px; }
        .header__navi .header__bottom-link02:hover {
          opacity: .6;
          cursor: pointer; }
        .header__navi .header__bottom-link02:hover {
          text-decoration: underline; }
        .header__navi .header__bottom-link02::before {
          content: "";
          background: #022A43;
          width: 12px;
          height: 1px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
      .header__navi .header__bottom-right {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center;
        gap: 32px; }
        .header__navi .header__bottom-right a {
          text-decoration: none;
          transition: all ease .7s; }
          .header__navi .header__bottom-right a:hover {
            opacity: .6;
            cursor: pointer; }
        .header__navi .header__bottom-right-youtube {
          width: 60px;
          height: 42px; }
        .header__navi .header__bottom-right-facebook {
          width: 50px;
          height: 50px; }
        .header__navi .header__bottom-right-x {
          width: 42px;
          height: 43px; }
  .header__nav {
    display: none; }
  @media screen and (max-width: 1240px) {
    .header__inner {
      max-width: 100%;
      padding: 5px 20px; } }
  @media screen and (max-width: 1001px) {
    .header__logo {
      width: 220px;
      height: 42px; }
    .header__navi-list {
      gap: 10px; }
      .header__navi-list-item {
        font-size: 1.3rem; }
        .header__navi-list-item a {
          font-size: 1.3rem; }
    .header__navi .hamburger {
      display: none; }
    .header__navi .header {
      width: 100%; }
      .header__navi .header__nav-area {
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 9;
        width: 100%;
        visibility: hidden;
        padding-top: 60px;
        background-color: #fff;
        transition: 0.4s;
        padding: 150px 0; }
        .header__navi .header__nav-area.is-active {
          left: 0;
          visibility: visible;
          overflow: scroll;
          height: 100vh; }
          .header__navi .header__nav-area.is-active .global-navigation {
            max-width: 1200px;
            margin: 0 auto; }
            .header__navi .header__nav-area.is-active .global-navigation .accordion-toggle, .header__navi .header__nav-area.is-active .global-navigation .accordion-label {
              display: none; }
            .header__navi .header__nav-area.is-active .global-navigation__ttl {
              font-weight: 700;
              padding-bottom: 16px;
              border-bottom: 2px solid #022A43;
              color: #022A43; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl a {
                display: block;
                transition: all ease .7s; }
                .header__navi .header__nav-area.is-active .global-navigation__ttl a:hover {
                  color: #4C8FBF; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl.store {
                position: relative;
                padding-left: 24px; }
                .header__navi .header__nav-area.is-active .global-navigation__ttl.store::before {
                  content: "";
                  background: url(../images/common/ico_store.svg) 0 0 no-repeat;
                  background-size: contain;
                  width: 20px;
                  height: 20px;
                  position: absolute;
                  top: calc(50% - 8px);
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  left: 0; }
              .header__navi .header__nav-area.is-active .global-navigation__ttl.link-blank {
                position: relative;
                padding-right: 8px; }
                .header__navi .header__nav-area.is-active .global-navigation__ttl.link-blank::after {
                  content: "";
                  background: url(../images/common/ico_link-blank_navy.svg) 0 0 no-repeat;
                  background-size: contain;
                  width: 18px;
                  height: 14px;
                  position: absolute;
                  top: calc(50% - 7px);
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  right: 0; }
            .header__navi .header__nav-area.is-active .global-navigation__wrap-01 {
              width: calc(80% - 32px); }
            .header__navi .header__nav-area.is-active .global-navigation__wrap-02 {
              width: 20%; }
            .header__navi .header__nav-area.is-active .global-navigation__row {
              display: flex;
              display: -webkit-flex;
              justify-content: space-between;
              align-items: flex-start; }
              .header__navi .header__nav-area.is-active .global-navigation__row + .global-navigation__row {
                margin-top: 80px; }
              .header__navi .header__nav-area.is-active .global-navigation__row-item {
                width: calc((100% - (32px * 5)) / 6); }
            .header__navi .header__nav-area.is-active .global-navigation__list {
              margin-top: 16px; }
              .header__navi .header__nav-area.is-active .global-navigation__list-item a {
                font-size: 1.4rem;
                position: relative;
                padding-left: 22px;
                display: inline-block;
                text-decoration: none;
                transition: all ease .7s; }
                .header__navi .header__nav-area.is-active .global-navigation__list-item a:hover {
                  opacity: .6;
                  cursor: pointer; }
                .header__navi .header__nav-area.is-active .global-navigation__list-item a:hover {
                  text-decoration: underline; }
                .header__navi .header__nav-area.is-active .global-navigation__list-item a::before {
                  content: "";
                  background: #022A43;
                  width: 12px;
                  height: 1px;
                  position: absolute;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
                  left: 0; }
              .header__navi .header__nav-area.is-active .global-navigation__list-item + .global-navigation__list-item {
                margin-top: 8px; }
              .header__navi .header__nav-area.is-active .global-navigation__list + .global-navigation__list {
                margin-left: 64px; }
      .header__navi .header__search {
        position: absolute;
        top: 42px;
        right: 119px; }
        .header__navi .header__search #cse-search-box {
          display: flex;
          display: -webkit-flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          .header__navi .header__search #cse-search-box input[type="text"] {
            width: 430px;
            height: 60px;
            padding: 5px 15px;
            box-sizing: border-box;
            background-color: #F1F1F1;
            font-size: 1.6rem;
            outline: none;
            border: none; }
            .header__navi .header__search #cse-search-box input[type="text"]::placeholder {
              color: #5E5E5E;
              font-size: 1.6rem; }
          .header__navi .header__search #cse-search-box input[type="submit"] {
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            align-items: center;
            width: 60px;
            height: 60px;
            border: none;
            background: url(../images/common/ico_search.svg) center center no-repeat #022A43;
            cursor: pointer; }
      .header__navi .header__bottom {
        max-width: 1200px;
        margin: 48px auto 0;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: flex-end; }
        .header__navi .header__bottom-link01 {
          font-weight: 700;
          color: #022A43;
          text-decoration: none;
          transition: all ease .7s; }
          .header__navi .header__bottom-link01:hover {
            opacity: .6;
            cursor: pointer; }
          .header__navi .header__bottom-link01:hover {
            text-decoration: underline; }
        .header__navi .header__bottom-link02 {
          font-size: 1.4rem;
          position: relative;
          padding-left: 22px;
          display: inline-block;
          text-decoration: none;
          transition: all ease .7s;
          margin-left: 100px; }
          .header__navi .header__bottom-link02:hover {
            opacity: .6;
            cursor: pointer; }
          .header__navi .header__bottom-link02:hover {
            text-decoration: underline; }
          .header__navi .header__bottom-link02::before {
            content: "";
            background: #022A43;
            width: 12px;
            height: 1px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0; }
        .header__navi .header__bottom-right {
          display: flex;
          display: -webkit-flex;
          justify-content: flex-start;
          align-items: center;
          gap: 32px; }
          .header__navi .header__bottom-right a {
            text-decoration: none;
            transition: all ease .7s; }
            .header__navi .header__bottom-right a:hover {
              opacity: .6;
              cursor: pointer; }
          .header__navi .header__bottom-right-youtube {
            width: 60px;
            height: 42px; }
          .header__navi .header__bottom-right-facebook {
            width: 50px;
            height: 50px; }
          .header__navi .header__bottom-right-x {
            width: 42px;
            height: 43px; } }
  @media screen and (max-width: 768px) {
    .header__inner {
      padding: 15px 10px; }
    .header__logo {
      width: 157px;
      height: 30px; }
    .header__navi .hamburger {
      display: block;
      width: 58px;
      height: 30px;
      padding: 4px 10px; }
    .header__nav {
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      transform: translateX(100%);
      background-color: #fff;
      transition: ease .4s; }
      .header__nav .nav-items {
        width: 100%;
        padding: 0 16px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0; }
        .header__nav .nav-items__item {
          color: #D3D3D3;
          font-size: 1.4rem;
          font-weight: 700;
          text-align: center;
          padding: 8px 0; }
          .header__nav .nav-items__item + .nav-items__item {
            margin-top: 16px; }
          .header__nav .nav-items__item a {
            width: 100%;
            font-weight: 700;
            display: block;
            text-align: center;
            font-size: 1.4rem; }
          .header__nav .nav-items__item.is-current a {
            color: #29AAA6;
            pointer-events: none; }
      .header__nav .hamburger {
        height: 50px;
        width: 75px; }
        .header__nav .hamburger__line {
          height: 2px;
          width: 38px; }
    .header__hamburger {
      width: 48px;
      height: 100%; }
    .header .hamburger {
      background-color: transparent;
      border-color: transparent;
      z-index: 9999;
      position: relative; }
      .header .hamburger span {
        width: 100%;
        height: 1px;
        background-color: #000;
        position: relative;
        transition: ease .4s;
        display: block; }
        .header .hamburger span:nth-child(1) {
          top: 0; }
        .header .hamburger span:nth-child(2) {
          margin: 8px 0; }
        .header .hamburger span:nth-child(3) {
          top: 0; }
    .header .header__nav.active {
      transform: translateX(0); }
    .header .hamburger.active span:nth-child(1) {
      top: 5px;
      transform: rotate(45deg); }
    .header .hamburger.active span:nth-child(2) {
      opacity: 0;
      z-index: -1; }
    .header .hamburger.active span:nth-child(3) {
      top: -13px;
      transform: rotate(-45deg); } }

.footer {
  background: #F8F8F8; }
  .footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 95px 16px; }
  .footer__logo {
    width: 344px;
    margin: 0 auto 64px; }
    .footer__logo a {
      text-decoration: none;
      transition: all ease .7s; }
      .footer__logo a:hover {
        opacity: .6;
        cursor: pointer; }
  .footer__navi-list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 40px; }
    .footer__navi-list + .footer__navi-list {
      margin-top: 32px; }
    .footer__navi-list-item {
      color: #D3D3D3;
      font-size: 1.5rem; }
      .footer__navi-list-item a {
        font-size: 1.5rem; }
        .footer__navi-list-item a:hover {
          color: #29AAA6; }
      .footer__navi-list-item + .footer__navi-list-item {
        position: relative; }
        .footer__navi-list-item + .footer__navi-list-item::before {
          content: "";
          background: #000;
          width: 1px;
          height: 21px;
          position: absolute;
          left: -20px;
          top: 0; }
  .footer__copy {
    text-align: center;
    color: #29AAA6;
    font-size: 1.5rem;
    margin-top: 64px; }
  @media screen and (max-width: 768px) {
    .footer__inner {
      max-width: 100%;
      padding: 40px 16px 60px; }
    .footer__logo {
      width: 80%;
      margin: 0 auto 32px; }
    .footer__navi {
      text-align: center; }
      .footer__navi-list {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px 48px; }
        .footer__navi-list + .footer__navi-list {
          margin-top: 32px; }
        .footer__navi-list-item {
          color: #D3D3D3;
          font-size: 1.5rem; }
          .footer__navi-list-item a {
            font-size: 1.5rem; }
            .footer__navi-list-item a:hover {
              color: #29AAA6; }
          .footer__navi-list-item + .footer__navi-list-item {
            position: relative; }
            .footer__navi-list-item + .footer__navi-list-item::before {
              content: "";
              background: #000;
              width: 1px;
              height: 21px;
              position: absolute;
              left: -20px;
              top: 0; }
      .footer__navi-list2 {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 32px; }
        .footer__navi-list2-item {
          width: auto; }
          .footer__navi-list2-item + .footer__navi-list-item::before {
            content: "";
            display: block;
            background: #000;
            width: 1px;
            height: 21px;
            position: absolute;
            left: -17px;
            top: 0; }
    .footer__copy {
      font-size: 1.4rem;
      margin-top: 40px; } }

.action-b {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease; }
  .action-b.is-action {
    opacity: 100;
    transform: translateY(0); }

.action-l {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.5s ease; }
  .action-l.is-action {
    opacity: 100;
    transform: translateX(0px); }

.action-r {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease; }
  .action-r.is-action {
    opacity: 100;
    transform: translateX(0px); }

/* 共通コンポーネント
========================================================*/
.ttl01 {
  font-size: 2.8rem; }
  @media screen and (max-width: 768px) {
    .ttl01 {
      font-size: 2rem; } }

.ttl02 {
  font-size: 3.6rem; }
  @media screen and (max-width: 768px) {
    .ttl02 {
      font-size: 3rem; } }

.ttl03 {
  font-size: 2.4rem;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .ttl03 {
      font-size: 2rem; } }

.ttl04 {
  font-size: 2rem;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .ttl04 {
      font-size: 1.8rem; } }

.lead01 {
  font-size: 1.5rem;
  line-height: 1.86; }
  @media screen and (max-width: 768px) {
    .lead01 {
      font-size: 1.4rem; } }

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

.txt-right {
  text-align: right; }

.txt-red {
  color: #E51211; }

.txt-green {
  color: #29AAA6; }

.txt-white {
  color: #FFFFFF; }

.txt-vertical {
  writing-mode: vertical-rl; }

.txt-bold {
  font-weight: 700; }

.txt-caution {
  font-size: calc(0.8571428571vw);
  font-weight: 400;
  display: inline-block;
  line-height: 1.2; }
  .txt-caution a {
    font-size: calc(0.8571428571vw);
    color: #4C8FBF;
    text-decoration: underline; }
  @media screen and (min-width: 1400px) {
    .txt-caution {
      font-size: 1.2rem; }
      .txt-caution a {
        font-size: 1.2rem; } }
  @media screen and (max-width: 768px) {
    .txt-caution {
      font-size: calc(2.9333333333vw);
      line-height: 1.4; }
      .txt-caution a {
        font-size: calc(2.9333333333vw); } }

.link-pdf:after {
  content: "";
  background: url("../images/icon/ico_pdf.svg") 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  display: inline-block;
  margin: 0 5px -4px 5px; }
  @media screen and (max-width: 428px) {
    .link-pdf:after {
      width: 13px;
      height: 17px; } }

.link-eternal:after {
  content: "";
  background: url("../images/icon/ico_link.svg") 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 5px -4px 5px; }

.link-double {
  position: relative; }
  .link-double:before {
    content: "";
    background: url("../images/icon/ico_pdf.svg") 0 0 no-repeat;
    background-size: contain;
    width: 15px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px; }
  .link-double:after {
    content: "";
    background: url("../images/icon/ico_link.svg") 0 0 no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px; }

.btn01 {
  border: 1px solid #29AAA6;
  padding: 16px 54px;
  font-size: 1.8rem;
  display: block;
  position: relative;
  transition: 0.3s;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px; }
  .btn01::before {
    content: "";
    background: #29AAA6;
    width: 50px;
    height: 1px;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s; }
  .btn01::after {
    content: "";
    background: #29AAA6;
    width: 15px;
    height: 1px;
    position: absolute;
    right: -25px;
    top: calc(50% - 6px);
    transition: 0.3s;
    transform: rotate(45deg); }
  .btn01:hover {
    background: #29AAA6;
    color: #FFFFFF; }
    .btn01:hover::before {
      transform: translate(20px, 0);
      transition: 0.3s; }
    .btn01:hover::after {
      transform: translateX(20px) rotate(45deg);
      transition: 0.3s; }
  .btn01.disabled {
    color: rgba(51, 51, 51, 0.5);
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    .btn01 {
      font-size: 1.5rem; } }

.card01 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px; }
  .card01 a {
    display: block; }
    .card01 a .ttl08 {
      transition: 0.5s all; }
    .card01 a:hover .ttl08 {
      color: #4C8FBF;
      position: relative;
      padding-left: calc(1.4285714286vw); }
      .card01 a:hover .ttl08::before {
        content: "";
        background: url(../images/common/ico_arrow_next_blue.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(0.6428571429vw);
        height: calc(1.2857142857vw);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; }
    .card01 a:hover .card01__img img {
      transform: scale(1.2, 1.2);
      transition: 0.5s all; }
  .card01__box {
    width: calc((100% - 96px) / 3); }
  .card01__img {
    margin-bottom: 16px;
    height: 220px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .card01__img img {
      transition: 0.5s all; }
  .card01__subttl {
    margin-top: 8px; }
  .card01__caution {
    text-align: right;
    margin-top: 8px; }
  @media screen and (max-width: 768px) {
    .card01 {
      flex-direction: column; }
      .card01 .ttl08 {
        color: #4C8FBF;
        position: relative;
        padding-left: 20px; }
        .card01 .ttl08::before {
          content: "";
          background: url(../images/common/ico_arrow_next_blue.svg) 0 0 no-repeat;
          background-size: contain;
          width: 9px;
          height: 18px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
      .card01__box {
        width: 100%; }
      .card01__img {
        height: 190px;
        margin-bottom: 8px; } }

.card02 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px; }
  .card02__box {
    width: calc((100% - 96px) / 3); }
  .card02 a {
    display: block; }
    .card02 a .ttl08 {
      transition: 0.5s all; }
    .card02 a:hover .ttl08 {
      color: #4C8FBF;
      position: relative;
      padding-left: calc(1.4285714286vw); }
      .card02 a:hover .ttl08::before {
        content: "";
        background: url(../images/common/ico_arrow_next_blue.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(0.6428571429vw);
        height: calc(1.2857142857vw);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; }
    .card02 a:hover .card02__img img {
      transform: scale(1.2, 1.2);
      transition: 0.5s all; }
  .card02__icon {
    margin-bottom: 16px; }
  .card02__img {
    margin-bottom: 16px;
    border: 1px solid #DEDEDE;
    height: 220px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .card02__img img {
      transition: 0.5s all; }
  .card02__subttl {
    margin-top: 8px; }
  .card02__caution {
    text-align: right;
    margin-top: 8px; }
  @media screen and (max-width: 768px) {
    .card02 {
      flex-direction: column;
      gap: 48px 24px; }
      .card02 a .ttl08 {
        color: #4C8FBF;
        position: relative;
        padding-left: 20px; }
        .card02 a .ttl08::before {
          content: "";
          background: url(../images/common/ico_arrow_next_blue.svg) 0 0 no-repeat;
          background-size: contain;
          width: 9px;
          height: 18px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
      .card02__box {
        width: 100%; }
      .card02__img {
        margin-bottom: 8px;
        height: 200px; } }

.card03 {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px; }
  .card03__box {
    width: calc((100% - 48px) / 4); }
  .card03 a {
    text-decoration: none;
    transition: all ease .7s;
    display: block; }
    .card03 a:hover {
      opacity: .6;
      cursor: pointer; }
  .card03__ttl {
    margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .card03__box {
      width: calc((100% - 16px) / 2); } }

.card04 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 88px 32px; }
  .card04__box {
    width: calc((100% - 88px) / 2); }
  .card04__top {
    text-decoration: none;
    transition: all ease .7s;
    display: block;
    border-bottom: 1px solid #022A43;
    margin-bottom: 24px;
    padding-bottom: 16px; }
    .card04__top:hover {
      opacity: .6;
      cursor: pointer; }
    .card04__top img {
      height: 30px;
      width: auto;
      display: block;
      margin: 0 auto; }
  .card04__ttl {
    margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .card04 {
      flex-direction: column;
      gap: 24px; }
      .card04__box {
        width: 100%; }
      .card04__top {
        margin-bottom: 16px; } }

.card-catalog {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px 40px;
  flex-wrap: wrap; }
  .card-catalog__box {
    width: calc((100% - 80px) / 3); }
  .card-catalog__img {
    width: 142px;
    margin: 0 auto 16px;
    border: 1px solid #DEDEDE; }
  .card-catalog__btn {
    margin-top: 8px; }
  @media screen and (max-width: 768px) {
    .card-catalog {
      gap: 32px 24px; }
      .card-catalog__box {
        width: calc((100% - 24px) / 2); }
      .card-catalog__img {
        width: 60%;
        margin-bottom: 8px; } }

.card-company {
  max-width: 900px;
  margin: 0 auto; }
  .card-company__box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 64px; }
    .card-company__box + .card-company__box {
      margin-top: 40px; }
  .card-company__img {
    width: 35%; }
  .card-company__txt {
    width: calc(100% - 35% - 64px); }
  .card-company .ttl08 {
    margin-bottom: 8px; }
  .card-company__btn {
    width: 250px;
    margin-top: 16px; }
  @media screen and (max-width: 768px) {
    .card-company {
      max-width: 100%; }
      .card-company__box {
        flex-direction: column;
        gap: 0; }
        .card-company__box + .card-company__box {
          margin-top: 40px; }
      .card-company__img {
        width: 60%;
        margin-bottom: 16px; }
      .card-company__txt {
        width: 100%; }
      .card-company__btn {
        margin: 8px auto 0; } }

.page__bg-black .card01 .ttl08, .page__bg-black .card01 .lead01 {
  color: #FFFFFF; }

.page__bg-black .card02 .ttl08, .page__bg-black .card02 .lead01 {
  color: #FFFFFF; }

.page__bg-black .card03 .lead02 {
  color: #FFFFFF; }

.page-top {
  position: fixed;
  right: 32px;
  bottom: 80px;
  z-index: 99;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden; }
  .page-top a {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #29AAA6;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s; }
    .page-top a span {
      display: inline-block;
      vertical-align: middle;
      color: #29AAA6;
      line-height: 1;
      width: 1em;
      height: 1em;
      border: 0.1em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(25%) rotate(-45deg); }
    .page-top a:hover {
      background: #29AAA6;
      transition: 0.2s; }
      .page-top a:hover span {
        color: #FFFFFF; }
  .page-top.active {
    opacity: 1;
    visibility: visible;
    transition: 0.5s all; }
  @media screen and (max-width: 768px) {
    .page-top {
      right: 13px;
      bottom: 16px; } }

.fix-btn {
  top: 60vh;
  right: 0;
  position: fixed;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1px;
  flex-direction: column;
  z-index: 100; }
  .fix-btn__item {
    display: block;
    background: #022A43;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .fix-btn__item:first-child {
      border-radius: 10px 0 0 0; }
    .fix-btn__item:last-child {
      border-radius: 0 0 0 10px; }
    .fix-btn__item:hover {
      width: 165px;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .fix-btn__item:hover .fix-btn__txt {
        display: block; }
  .fix-btn__icon {
    width: 27px; }
  .fix-btn__txt {
    display: none; }
  @media screen and (max-width: 768px) {
    .fix-btn {
      top: auto;
      bottom: 0;
      width: 100%;
      display: grid;
      grid-template-rows: 1fr;
      grid-template-columns: repeat(3, 1fr);
      gap: 0px 1px; }
      .fix-btn__item {
        width: 100%;
        height: 50px;
        border-radius: 4px 4px 0 0; }
        .fix-btn__item:first-child {
          border-radius: 4px 4px 0 0; }
        .fix-btn__item:last-child {
          border-radius: 4px 4px 0 0; }
      .fix-btn__icon {
        width: 22px; }
      .fix-btn__txt {
        display: block; } }

.local-nav {
  padding-top: 64px;
  border-top: 1px solid #29AAA6; }
  .local-nav-list {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    list-style: none;
    counter-reset: number;
    flex-wrap: wrap; }
    @media screen and (max-width: 1240px) {
      .local-nav-list {
        max-width: 100%;
        padding: 0 20px; } }
    .local-nav-list li {
      position: relative;
      border: 1px solid #29AAA6;
      border-radius: 40px;
      width: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center; }
      .local-nav-list li::before {
        counter-increment: number;
        content: counter(number);
        position: absolute;
        top: 5px;
        left: 0;
        background: #fff;
        font-size: 2.4rem;
        color: #29AAA6;
        text-align: center;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 24px;
        font-family: "Oleo Script", system-ui;
        font-weight: 400; }
      .local-nav-list li a {
        display: block;
        color: #333;
        text-decoration: none;
        padding: 16px 24px;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: center; }
        .local-nav-list li a:hover {
          color: #29AAA6; }
      .local-nav-list li.is-current a {
        font-weight: 700;
        color: #29AAA6;
        pointer-events: none; }
  .local-nav-btn {
    max-width: 300px;
    margin: 56px auto 0; }
  @media screen and (max-width: 768px) {
    .local-nav {
      padding-top: 32px; }
      .local-nav-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px; }
        .local-nav-list li {
          border-radius: 12px;
          font-size: 1.4rem; }
          .local-nav-list li::befoe {
            font-size: 2rem; }
          .local-nav-list li a {
            font-size: 1.4rem;
            padding: 16px 8px; }
          .local-nav-list li.is-current {
            padding: 16px 8px; }
      .local-nav-btn {
        max-width: 80%;
        margin: 24px auto 0; } }

.breadcrumb {
  padding: 16px 0;
  background: #000; }
  .breadcrumb ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center; }
    .breadcrumb ul li {
      color: #FFFFFF; }
      .breadcrumb ul li a {
        color: #FFFFFF;
        text-decoration: none;
        transition: all ease .7s; }
        .breadcrumb ul li a:hover {
          opacity: .6;
          cursor: pointer; }
      .breadcrumb ul li + li:before {
        content: "＞";
        display: inline-block;
        padding: 0 10px; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      padding: 8px 0; }
      .breadcrumb ul {
        overflow-x: scroll; }
        .breadcrumb ul li {
          flex-shrink: 0; }
          .breadcrumb ul li a {
            text-decoration: underline; } }

.box01 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px; }
  .box01__img {
    width: 50%;
    position: relative;
    z-index: 0; }
    .box01__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1;
      transform: rotate(270deg); }
    .box01__img figcaption {
      text-align: right;
      margin-top: 8px; }
  .box01__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box01__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box01 {
      flex-direction: column; }
      .box01__img {
        order: 2;
        width: 100%; }
      .box01__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
      .box01__btn {
        width: 80%;
        margin: 0 auto; } }

.box02 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px; }
  .box02__img {
    width: 50%;
    position: relative;
    z-index: 0; }
    .box02__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: -1; }
    .box02__img figcaption {
      text-align: right;
      margin-top: 8px; }
  .box02__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box02__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box02 {
      flex-direction: column; }
      .box02__img {
        order: 2;
        width: 100%; }
      .box02__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
        .box02__text .page__title {
          order: 2; }
        .box02__text .box02__lead {
          order: 1; }
      .box02__btn {
        width: 80%;
        margin: 0 auto; } }

.box03 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px; }
  .box03__img {
    width: 50%;
    position: relative;
    z-index: 0;
    margin-top: 65px; }
    .box03__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1;
      transform: rotate(270deg); }
    .box03__img figcaption {
      text-align: right;
      margin-top: 8px; }
  .box03__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box03__lead .ttl03 {
    margin-bottom: 48px; }
  .box03__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box03 {
      flex-direction: column; }
      .box03__img {
        order: 2;
        width: 100%;
        margin-top: 0; }
      .box03__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
      .box03__lead .ttl03 {
        margin-bottom: 24px; }
      .box03__btn {
        width: 80%;
        margin: 0 auto; } }

.box04 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px; }
  .box04__img {
    width: 50%;
    position: relative;
    z-index: 0;
    margin-top: 65px; }
    .box04__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: -1; }
    .box04__img figcaption {
      text-align: right;
      margin-top: 8px; }
  .box04__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box04__lead .ttl03 {
    margin-bottom: 48px; }
  .box04__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box04 {
      flex-direction: column; }
      .box04__img {
        order: 2;
        width: 100%;
        margin-top: 0; }
      .box04__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
        .box04__text .page__title {
          order: 2; }
        .box04__text .box02__lead {
          order: 1; }
      .box04__lead .ttl03 {
        margin-bottom: 24px; }
      .box04__btn {
        width: 80%;
        margin: 0 auto; } }

.box05 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px; }
  .box05__img {
    width: 50%;
    position: relative;
    z-index: 0; }
    .box05__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1;
      transform: rotate(270deg); }
    .box05__img figcaption {
      text-align: right;
      margin-top: 8px; }
  .box05__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box05__lead .ttl03 {
    margin-bottom: 48px; }
  .box05__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box05 {
      flex-direction: column; }
      .box05__img {
        order: 2;
        width: 100%;
        margin-top: 0; }
      .box05__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
      .box05__lead .ttl03 {
        margin-bottom: 24px; }
      .box05__btn {
        width: 80%;
        margin: 0 auto; } }

.box06 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px; }
  .box06__img {
    width: 50%;
    position: relative;
    z-index: 0; }
    .box06__img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: -1; }
    .box06__img figcaption {
      text-align: right;
      margin-top: 8px; }
    .box06__img-vertical {
      width: 40%; }
  .box06__text {
    width: calc(50% - 32px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px; }
  .box06__lead .ttl03 {
    margin-bottom: 48px; }
  .box06__btn {
    width: 250px; }
  @media screen and (max-width: 768px) {
    .box06 {
      flex-direction: column; }
      .box06__img {
        order: 2;
        width: 100%;
        margin-top: 0; }
      .box06__text {
        order: 1;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px; }
        .box06__text .page__title {
          order: 2; }
        .box06__text .box02__lead {
          order: 1; }
      .box06__lead .ttl03 {
        margin-bottom: 24px; }
      .box06__btn {
        width: 80%;
        margin: 0 auto; } }

.table01 table {
  width: 100%;
  border: 1px solid #BCBCBC; }
.table01 table, .table01 td, .table01 th {
  border-collapse: collapse; }
.table01 td, .table01 th {
  padding: 20px;
  font-size: 1.5rem;
  vertical-align: top;
  border-right: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC; }
  .table01 td a, .table01 th a {
    font-size: 1.5rem;
    color: #4C8FBF;
    text-decoration: underline;
    transition: 0.3s; }
    .table01 td a:hover, .table01 th a:hover {
      transition: 0.3s;
      opacity: 0.7; }
.table01 th {
  background: #F8F8F8; }
@media screen and (max-width: 1001px) {
  .table01 td, .table01 th {
    padding: 15px;
    font-size: 1.5rem; }
    .table01 td li, .table01 th li {
      font-size: 1.5rem; }
    .table01 td a, .table01 th a {
      font-size: 1.5rem; } }
@media screen and (max-width: 768px) {
  .table01 td, .table01 th {
    padding: 15px;
    font-size: 1.4rem; }
    .table01 td li, .table01 th li {
      font-size: 1.4rem; }
    .table01 td a, .table01 th a {
      font-size: 1.4rem; } }
@media screen and (max-width: 428px) {
  .table01 td, .table01 th {
    font-size: 1.4rem; }
    .table01 td li, .table01 th li {
      font-size: 1.4rem; }
    .table01 td a, .table01 th a {
      font-size: 1.4rem; } }

.page__title {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .page__title-en {
    font-family: "Oleo Script", system-ui;
    font-weight: 400;
    color: #29AAA6;
    font-size: 2.8rem; }
  .page__title-jp {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 3.7rem;
    font-weight: 700; }
.page__block {
  padding: calc(22.2222222222vw) 0 188px; }
  .page__block.ceremony {
    background-image: url(../images/top/img_ceremony.jpg);
    background-repeat: no-repeat;
    background-size: contain; }
  .page__block.chronology {
    background-image: url(../images/history/img_history_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain; }
  .page__block .page__title {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .page__block-inner {
    background: #FFFFFF;
    max-width: 1200px;
    margin: 0 auto; }
  .page__block-body {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px; }
  @media screen and (max-width: 1240px) {
    .page__block-inner {
      width: calc(100% - 40px); } }
  @media screen and (max-width: 768px) {
    .page__block {
      padding: 88px 0 64px; }
      .page__block .inner-content {
        width: calc(100% - 32px);
        margin: 0 auto; }
      .page__block-inner {
        max-width: 100%;
        padding-top: 32px; }
      .page__block-body {
        max-width: 100%;
        padding-top: 0; } }
.page__img {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 0; }
  .page__img figcaption {
    text-align: right;
    margin-top: 8px;
    line-height: 1.5; }
  .page__img-left {
    position: relative; }
    .page__img-left:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      left: -10px;
      z-index: -1;
      transform: rotate(270deg); }
    .page__img-left figcaption {
      text-align: right;
      margin-top: 8px;
      line-height: 1.5; }
  .page__img-right {
    position: relative; }
    .page__img-right:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: -1; }
    .page__img-right figcaption {
      text-align: right;
      margin-top: 8px;
      line-height: 1.5; }
  .page__img-vertical {
    width: 246px;
    height: 310px;
    margin: 0 auto; }
    .page__img-vertical img {
      height: 100%;
      width: auto; }
  .page__img-vertical02 {
    width: 246px;
    height: 467px;
    margin: 0 auto; }
    .page__img-vertical02 img {
      height: 100%;
      width: auto; }
  .page__img-vertical03 {
    width: 60%;
    height: auto;
    margin: 0 auto; }
.page__list {
  padding-left: 24px; }
  .page__list li {
    list-style: disc;
    font-size: 1.5rem; }
    .page__list li a {
      font-size: 1.5rem; }
    .page__list li + li {
      margin-top: 8px; }
.page__col2 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px; }
  .page__col2 > div {
    width: 50%; }
.page__col3 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px; }
  .page__col3-img {
    padding: 10px 10px 0 0;
    position: relative;
    z-index: 0; }
    .page__col3-img:before {
      content: "";
      background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
      background-size: contain;
      width: 82px;
      height: 82px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
.page__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 48px; }
.page__bg-gray {
  background: #F8F8F8;
  padding: 64px 56px; }
.page__text .spacer {
  display: block;
  height: 15px; }
@media screen and (max-width: 768px) {
  .page__title-en {
    font-size: 2rem; }
  .page__title-jp {
    font-size: 3rem; }
  .page__block {
    padding: 88px 0 64px; }
    .page__block .inner-content {
      width: calc(100% - 32px);
      margin: 0 auto; }
    .page__block-inner {
      max-width: 100%;
      padding-top: 32px; }
    .page__block-body {
      max-width: 100%;
      padding-top: 0; }
  .page__list li {
    font-size: 1.4rem; }
    .page__list li a {
      font-size: 1.4rem; }
  .page__col2 {
    flex-direction: column;
    gap: 64px 0; }
    .page__col2 > div {
      width: 100%; }
  .page__bg-gray {
    padding: 32px 24px; }
  .page__img-vertical {
    width: 70%;
    height: auto; }
  .page__gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px; } }

/* 各ページ
========================================================*/
.top .kv {
  position: relative; }
  .top .kv__item {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .top .kv__item-wrap {
      padding: calc(1.6666666667vw) calc(2.7777777778vw);
      position: relative; }
      .top .kv__item-wrap::before {
        content: "";
        background: url(../images/top/img_frame_text.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(21.1111111111vw);
        height: calc(11.0416666667vw);
        position: absolute;
        top: calc(-1.5972222222vw);
        left: calc(-1.3888888889vw); }
      .top .kv__item-wrap::after {
        content: "";
        background: url(../images/top/img_frame_text2.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(21.1111111111vw);
        height: calc(11.0416666667vw);
        position: absolute;
        bottom: calc(-1.6666666667vw);
        right: calc(-1.875vw); }
  .top .kv__text {
    color: #29AAA6; }
    .top .kv__text-title {
      width: calc(19.8611111111vw); }
    .top .kv__text-subtitle {
      font-size: calc(1.5277777778vw);
      text-align: center;
      font-weight: 500;
      padding-top: calc(1.3888888889vw);
      margin-top: calc(1.3888888889vw);
      border-top: 1px solid #29AAA6; }
  @media screen and (min-width: 1400px) {
    .top .kv__item-wrap {
      padding: 24px 40px; }
      .top .kv__item-wrap::before {
        width: 304px;
        height: 159px;
        top: -23px;
        left: -20px; }
      .top .kv__item-wrap::after {
        width: 304px;
        height: 159px;
        bottom: -24px;
        right: -27px; }
    .top .kv__text-title {
      width: 286px; }
    .top .kv__text-subtitle {
      font-size: 2.2rem;
      padding-top: 20px;
      margin-top: 20px; } }
  @media screen and (max-width: 768px) {
    .top .kv__item-wrap {
      padding: 12px 24px 16px; }
      .top .kv__item-wrap::before {
        width: 161px;
        height: 86px;
        top: -12px;
        left: -10px; }
      .top .kv__item-wrap::after {
        width: 161px;
        height: 86px;
        bottom: -14px;
        right: -12px; }
    .top .kv__text-title {
      width: 155px; }
    .top .kv__text-subtitle {
      font-size: 1.2rem;
      padding-top: 12px;
      margin-top: 12px; } }
.top .lead {
  padding: 90px 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .top .lead__logo {
    width: 124px;
    margin: 0 auto 40px; }
  .top .lead__text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl; }
  @media screen and (max-width: 768px) {
    .top .lead {
      padding: 56px 16px; }
      .top .lead__logo {
        width: 100px; }
      .top .lead__text {
        font-size: 1.5rem; } }
.top .message {
  padding-bottom: 180px;
  position: relative; }
  .top .message::before {
    content: "";
    background: #F8F8F8;
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .top .message__wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px; }
  .top .message__box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px; }
    .top .message__box-img {
      padding: 10px 10px 0 0;
      position: relative;
      z-index: 0; }
      .top .message__box-img:before {
        content: "";
        background: url(../images/common/img_triangle.svg) 0 0 no-repeat;
        background-size: contain;
        width: 82px;
        height: 82px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .top .message__btn {
    max-width: 300px;
    margin: 0 auto; }
  .top .message__text {
    text-align: center; }
  @media screen and (max-width: 768px) {
    .top .message {
      padding-bottom: 70px; }
      .top .message__wrap {
        display: block;
        gap: 0;
        position: relative; }
      .top .message::before {
        height: 90%; }
      .top .message__box {
        flex-direction: column;
        margin-top: -150px; }
        .top .message__box-item {
          width: 85%; }
          .top .message__box-item:first-child {
            margin-left: auto; }
          .top .message__box-item:nth-child(3) {
            margin-left: auto; }
      .top .message__btn {
        max-width: 80%;
        margin: 0 auto; }
      .top .message__text {
        text-align: left; } }
.top .information {
  padding: 160px 16px; }
  .top .information__inner {
    max-width: 700px;
    margin: 0 auto; }
  .top .information .page__title {
    flex-direction: column; }
    .top .information .page__title-en {
      width: 100%; }
    .top .information .page__title-jp {
      width: 100%; }
  .top .information__list li + li {
    border-top: 1px solid #BCBCBC; }
  .top .information__list-item {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 0; }
    .top .information__list-item .date {
      color: #939393;
      display: block;
      width: 20%; }
    .top .information__list-item .honbun {
      display: block;
      width: 80%; }
    .top .information__list-item a {
      color: #29AAA6;
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .top .information {
      padding: 64px 16px; }
      .top .information__list-item {
        padding: 16px 0;
        flex-direction: column; }
        .top .information__list-item .honbun {
          margin-top: 8px; } }
.top .photo {
  /* ← “距離”を固定。必要に応じて調整 */ }
  .top .photo .swiper-wrapper {
    transition-timing-function: linear;
    will-change: transform; }
  .top .photo .swiper-slide {
    width: 400px; }
  @media screen and (max-width: 768px) {
    .top .photo {
      /* ← “距離”を固定。必要に応じて調整 */ }
      .top .photo .swiper-slide {
        width: 250px; } }
.top .lookback {
  padding: 160px 0 160px; }
  @media screen and (max-width: 768px) {
    .top .lookback {
      padding: 80px 0 80px; } }
.top .next100 {
  padding: 80px 0 160px; }
  @media screen and (max-width: 768px) {
    .top .next100 {
      padding: 40px 0 80px; } }
.top .ceremony__btn {
  max-width: 300px;
  margin: 0 auto; }
@media screen and (max-width: 768px) {
  .top .ceremony__btn {
    max-width: 80%;
    margin: 0 auto; } }

.sub__content {
  padding-bottom: 160px; }
  @media screen and (max-width: 768px) {
    .sub__content {
      padding-bottom: 80px; } }
.sub .kv {
  position: relative;
  margin: 0 0 120px;
  height: 290px; }
  .sub .kv__bg {
    height: 290px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
  .sub .kv__item {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .sub .kv__item-wrap {
      padding: 24px 40px;
      position: relative; }
      .sub .kv__item-wrap::before {
        content: "";
        background: url(../images/top/img_frame_text.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(16.3194444444vw);
        height: calc(8.6805555556vw);
        position: absolute;
        top: calc(-1.1805555556vw);
        left: calc(-1.1111111111vw); }
      .sub .kv__item-wrap::after {
        content: "";
        background: url(../images/top/img_frame_text2.svg) 0 0 no-repeat;
        background-size: contain;
        width: calc(16.3194444444vw);
        height: calc(8.4722222222vw);
        position: absolute;
        bottom: calc(-1.1805555556vw);
        right: calc(-1.5277777778vw); }
  .sub .kv__text-title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-weight: bold; }
  .sub .kv__text-subtitle {
    font-size: 1.6rem;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-weight: 700; }
  @media screen and (min-width: 1400px) {
    .sub .kv__item-wrap::before {
      width: 235px;
      height: 125px;
      top: -17px;
      left: -16px; }
    .sub .kv__item-wrap::after {
      width: 235px;
      height: 122px;
      bottom: -17px;
      right: -22px; } }
  @media screen and (max-width: 768px) {
    .sub .kv {
      height: 200px;
      margin: 0 0 64px; }
      .sub .kv__bg {
        height: 200px; }
      .sub .kv__item {
        width: 75%; }
        .sub .kv__item-wrap {
          padding: 12px 24px 16px; }
          .sub .kv__item-wrap::before {
            width: 161px;
            height: 86px;
            top: -12px;
            left: -11px; }
          .sub .kv__item-wrap::after {
            width: 161px;
            height: 86px;
            bottom: -13px;
            right: -12px; }
      .sub .kv__text-subtitle {
        font-size: 1.2rem; } }

.greeting__title-ttl {
  color: #29AAA6;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 3.7rem;
  line-height: 1.25; }
.greeting__title-position {
  font-size: 1.6rem;
  font-weight: 700; }
.greeting__box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px; }
  .greeting__box + .greeting__box {
    margin-top: 160px; }
  .greeting__box-img {
    width: calc(66% - 80px); }
  .greeting__box-text {
    max-width: 66%; }
@media screen and (max-width: 1001px) {
  .greeting__title-ttl {
    font-size: 3.2rem; } }
@media screen and (max-width: 768px) {
  .greeting__title-ttl {
    margin-bottom: 16px;
    font-size: 2.8rem; }
  .greeting__box {
    flex-direction: column;
    gap: 0 48px; }
    .greeting__box + .greeting__box {
      margin-top: 80px; }
    .greeting__box-img {
      width: 60%;
      order: 1;
      margin: 0 auto; }
    .greeting__box-text {
      max-width: 100%;
      order: 2; } }

.history__chronology {
  width: 60%;
  padding-left: 50px;
  position: relative; }
  .history__chronology:before {
    content: "";
    background-color: #EBEBEB;
    width: 3px;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 7px; }
  .history__chronology dl dt {
    color: #29AAA6;
    margin-right: 0 !important;
    float: none !important;
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 16px; }
    .history__chronology dl dt:before {
      content: "";
      background-color: #29AAA6;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: -50px; }
    .history__chronology dl dt:after {
      content: "";
      background-color: #29AAA6;
      width: 40px;
      height: 2px;
      position: absolute;
      top: 14px;
      left: -47px; }
  .history__chronology dl dd {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.86; }
    @media screen and (max-width: 1001px) {
      .history__chronology dl dd figure {
        width: 100%;
        margin: 0 auto; } }
    @media screen and (max-width: 1001px) {
      .history__chronology dl dd figcaption {
        width: 50%;
        margin: 0 auto; } }
    .history__chronology dl dd + dt {
      margin-top: 32px; }
.history__wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  position: relative; }
.history__navi {
  width: calc(40% - 24px);
  position: absolute;
  left: calc(((100% - 1200px) / 2) + 30px); }
  .history__navi.is-fixed {
    position: fixed;
    top: 70px;
    left: calc(((100% - 1200px) / 2) + 30px);
    z-index: 100; }
  .history__navi-list {
    padding-left: 32px;
    position: relative; }
    .history__navi-list::before {
      content: "";
      width: 3px;
      background: #EBEBEB;
      height: calc(100% + 10px);
      position: absolute;
      top: 10px;
      left: 0; }
    .history__navi-list li {
      position: relative; }
      .history__navi-list li:before {
        content: "";
        background-color: #ebebeb;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        position: absolute;
        top: 4px;
        left: -39px; }
      .history__navi-list li + li {
        margin-top: 76px; }
      .history__navi-list li a {
        position: relative;
        transition: 0.2s;
        font-size: 1.8rem; }
        .history__navi-list li a::before {
          content: '';
          width: 0.65em;
          height: 0.65em;
          border: 2px solid #29AAA6;
          border-top: 0;
          border-right: 0;
          transform: rotate(-45deg);
          transform-origin: bottom left;
          position: absolute;
          right: -1.4em;
          bottom: 0.4em;
          box-sizing: border-box; }
        .history__navi-list li a:hover {
          color: #29AAA6;
          text-decoration: underline;
          transition: 0.2s; }
    .history__navi-list .is-current::before {
      background: #29AAA6; }
    .history__navi-list .is-current a {
      color: #29AAA6; }
.history .chronology {
  padding-bottom: 0; }
  .history .chronology .page__block-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 32px 0; }
@media screen and (max-width: 1201px) {
  .history__navi {
    left: 30px; }
    .history__navi.is-fixed {
      left: 30px; }
    .history__navi-list li a {
      font-size: 1.5rem; } }
@media screen and (max-width: 768px) {
  .history__wrap {
    flex-direction: column;
    gap: 0; }
  .history__chronology {
    width: 100%;
    padding-top: 100px; }
    .history__chronology #chronology1925 {
      padding-top: 60px;
      margin-top: -60px; }
    .history__chronology #chronology1940 {
      padding-top: 60px;
      margin-top: -60px; }
    .history__chronology #chronology1980 {
      padding-top: 60px;
      margin-top: -60px; }
  .history__navi {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100; }
    .history__navi.is-fixed {
      position: fixed;
      top: 0;
      left: 0; }
    .history__navi-list {
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      padding-left: 0;
      gap: 4px;
      background: #FFFFFF;
      padding-top: 4px; }
      .history__navi-list::before {
        display: none; }
      .history__navi-list li {
        text-align: center; }
        .history__navi-list li::before {
          display: none; }
        .history__navi-list li a {
          text-align: center;
          font-size: 1.3rem;
          display: block; }
          .history__navi-list li a::before {
            display: none; }
          .history__navi-list li a::after {
            content: '';
            width: 0.65em;
            height: 0.65em;
            border: 0.1em solid #29AAA6;
            border-top: 0;
            border-right: 0;
            transform: rotate(-45deg);
            transform-origin: bottom left;
            position: relative;
            display: block;
            text-align: center;
            margin: 8px auto 16px; }
        .history__navi-list li + li {
          margin-top: 0; }
  .history .chronology .page__block-body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0; } }

.photo__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  .photo__box--text {
    line-height: 1.2; }
@media screen and (max-width: 768px) {
  .photo__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }

.lb-data .lb-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 8px;
  display: block; }

.lb-data .lb-number {
  margin-top: 8px; }
