/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --color-primary: #22913B;
  --color-primary-dark: #10411B;
}

/* default settings */
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-BOLD.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-MEDIUM.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a1gothic";
  src: url("../font/AP-OTF-A1GOTHICSTD-REGULAR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.page-template-page_event2026 #footer .pagetop.normal {
  top: -50px;
}

* {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#main {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  padding-top: 7.5rem;
}
#main #p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem 1.25rem;
}
@media (max-width: 767px) {
  #main #p_list {
    display: none;
  }
}
#main #p_list b {
  margin: 0 5px;
}
#main #p_list a {
  color: #000;
}
#main #p_list a:hover {
  color: #029040;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#main #p_list span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #029040;
}
#main #p_list a,
#main #p_list li,
#main #p_list span {
  font-size: 10px;
}

.section {
  position: relative;
}

.cc-revoke {
  display: none !important;
}

/* custom style */
:root {
  --skew-angle: -24deg;
  --skew-angle-span: 24deg;
}

.green-marker {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-image: linear-gradient(to bottom, transparent calc(100% - 8px), #22903B calc(100% - 8px), #22903B calc(100% - 6px), transparent calc(100% - 6px), transparent calc(100% - 4px), #22903B calc(100% - 4px), #22903B 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-bottom: 14px;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .green-marker {
    display: block;
    padding-bottom: 9px;
  }
}

.kv {
  position: relative;
  background-color: #EEF3EF;
}
.kv__image {
  width: 100%;
}

.top-en__container {
  padding-block: 5rem 0;
  font-weight: bold;
  background-image: url("../../common/img/bg_repeat.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
  color: #000;
}
@media (max-width: 767px) {
  .top-en__container {
    background-image: url("../../common/img/sp-bg_repeat.png");
  }
}

.skew-title {
  min-width: 21.75rem;
  margin-inline: auto;
  padding: 0.75rem 0;
  -webkit-transform: skewX(var(--skew-angle));
          transform: skewX(var(--skew-angle));
  background: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
  background: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .skew-title {
    font-size: 2.5rem;
    margin-inline: 1.25rem;
  }
}
.skew-title span {
  display: inline-block;
  -webkit-transform: skewX(var(--skew-angle-span));
          transform: skewX(var(--skew-angle-span));
}

.txt-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .txt-note {
    font-size: 1.25rem;
  }
}

.button {
  background: -webkit-gradient(linear, left top, right top, from(#22913B), color-stop(50%, #10401B), to(#22913B));
  background: linear-gradient(90deg, #22913B 0%, #10401B 50%, #22913B 100%);
  border-radius: 40px;
  background-size: 200% 100%;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 1.875rem auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .button {
    font-size: 1.125rem;
    line-height: 2.375rem;
    width: 22.5rem;
    border-radius: 2.5rem;
    height: 4.6875rem;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: 2rem;
    line-height: 3.75rem;
    height: 7.3125rem;
    border-radius: 6.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-inline: 3rem 5rem;
    /* position: relative; */
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.button::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url(../../common/img/icon_yajirushi02.svg) no-repeat 0 50%/contain;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .button::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 1.625rem;
  }
}
.button:hover {
  background-position: 100% 0;
}
.button-outline {
  background: none;
  border: solid 2px #22913B;
  color: #22913B;
}
.button-outline::before {
  background: url(../../common/img/icon_yajirushi02.svg) no-repeat 0 50%/contain;
}

.section1 {
  padding: 7.5rem 0 7.5rem;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section1 {
    padding: 3.75rem 0 7.5rem;
  }
}
.section1 h2 {
  width: 42rem;
  margin: 0 auto;
  padding: 0.625rem 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  background: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
  background: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .section1 h2 {
    width: 41.25rem;
    padding: 1rem 0;
    font-size: 3.5rem;
    font-weight: 600;
    margin-inline: auto;
    margin-bottom: 2.125rem;
    line-height: 1.1;
  }
}
.section1 h2 span {
  display: inline-block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.section1__txt {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .section1__txt {
    font-size: 1.5rem;
    line-height: 3rem;
    z-index: 1;
  }
}
.section1__txt p + p {
  padding-top: 1.9375rem;
}
@media (max-width: 767px) {
  .section1__txt p + p {
    padding-top: 2.75rem;
  }
}

.secRead {
  text-align: center;
  margin-bottom: 6.25rem;
}
.secRead__title {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .secRead__title {
    font-size: 1.5rem;
  }
}
.secRead__subtitle {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .secRead__subtitle {
    font-size: 1.3125rem;
  }
}

.secInfo {
  margin-bottom: 3.75rem;
}
.secInfo__container {
  background: #fff;
  width: 100%;
  margin-inline: auto;
  border: solid 2px #22913B;
  -o-border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
     border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  border-image-slice: 1;
  padding: 0 1rem 2.5rem;
}
.secInfo__title {
  width: 21.75rem;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .secInfo__title {
    width: 31.125rem;
  }
}
.secInfo__title.skew-title {
  -webkit-transform: skewX(var(--skew-angle)) translateY(-50%);
          transform: skewX(var(--skew-angle)) translateY(-50%);
}
@media (max-width: 767px) {
  .secInfo__title.skew-title {
    -webkit-transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
            transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
  }
}
.secInfo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .secInfo__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.secInfo__contentItem {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}
.secInfo__contentItem:first-of-type {
  border-right: solid 1px #000;
}
@media (max-width: 767px) {
  .secInfo__contentItem:first-of-type {
    border-right: none;
    border-bottom: solid 1px #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.secInfo__contentItem:last-of-type .secInfo__contentItem-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .secInfo__contentItem {
    font-size: 1.75rem;
    width: 100%;
  }
}
.secInfo__contentItem-title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .secInfo__contentItem-title {
    font-size: 1.75rem;
  }
}
.secInfo__contentItem-text {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.secInfo__schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.secInfo__schedule li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.secInfo__schedule li .day-label {
  background-color: #2e8b57;
  color: #fff;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  margin-right: 0.9375rem;
  min-width: 3.75rem;
  text-align: center;
}

.secStatement {
  margin-bottom: 6.4375rem;
}
.secStatement__text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .secStatement__text {
    font-size: 1.5rem;
  }
}
.secStatement__text:not(:last-of-type) {
  margin-bottom: 1rem;
}

.secLive {
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .secLive {
    margin-bottom: 7.5rem;
  }
}
.secLive__container {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .secLive__container {
    margin-bottom: 2.5rem;
  }
}
.secLive__title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .secLive__title {
    font-size: 2.875rem;
  }
}
.secLive__subtitle {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .secLive__subtitle {
    padding-top: 2.125rem;
  }
}
.secLive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1875rem;
}
@media (max-width: 767px) {
  .secLive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}
@media (min-width: 768px) {
  .secLive__list-content--01 .secLive__list-text {
    min-height: 3.5em;
  }
}
.secLive__list-item {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.secLive__list-item:hover {
  opacity: 0.8;
}
.secLive__list-text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .secLive__list-text {
    margin-top: 0.875rem;
    font-size: 1.75rem;
  }
}
.secLive .btn {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .secLive .btn {
    margin-block: 1rem;
  }
}
.secLive .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  color: var(--color-primary);
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  border-radius: 2.3125rem;
  border: 2px solid currentColor;
}
.secLive .btn a::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url("../../common/img/icon_yajirushi02.svg") no-repeat 0 50%/100% auto;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin-top: -0.75rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .secLive .btn a::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 2rem;
  }
}
.secLive .btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .secLive .btn a {
    width: 25.875rem;
    height: 4.6875rem;
    border-radius: 2.5rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .secLive .btn a {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.75rem;
    height: 7.3125rem;
    width: 32.5rem;
    border-radius: 6.25rem;
    margin: 0 auto;
  }
}
.secLive__explanation {
  display: -ms-grid;
  display: grid;
  gap: 3.625rem;
  margin-block: 3.125rem 6.25rem;
}
@media (max-width: 767px) {
  .secLive__explanation {
    margin-block: 5rem;
  }
}
.secLive__explanation-item {
  border: solid 0.125rem #10401B;
  padding: 2.5rem;
}
.secLive__explanation-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.secLive__explanation-hr {
  border-top: 0.0625rem solid #000000;
  margin: 1.5rem 0;
}
.secLive__explanation-text {
  font-size: 1.0625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .secLive__explanation-text {
    font-size: 1.375rem;
  }
}

.secEvent {
  margin-bottom: 17.25rem;
}
@media (max-width: 767px) {
  .secEvent {
    margin-bottom: 20rem;
  }
}
.secEvent__title {
  margin-bottom: 2.5625rem;
}
@media (max-width: 767px) {
  .secEvent__title {
    margin-bottom: 2.5rem;
  }
}
.secEvent__container {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
.secEvent__kv {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .secEvent__kv {
    margin-bottom: 3.75rem;
  }
}
.secEvent__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.75rem;
}
@media (max-width: 767px) {
  .secEvent__content {
    gap: 4.0625rem;
  }
}
.secEvent__content-area {
  text-align: center;
  font-size: 1.375rem;
  background: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B));
  background: linear-gradient(90deg, #22913B 0%, #10401B 100%);
  clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0 50%);
  color: #fff;
  font-weight: 700;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  position: relative;
  z-index: 2;
  width: 16.75rem;
  padding-bottom: 0.125rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .secEvent__content-area {
    font-size: 1.875rem;
    width: 23.625rem;
  }
}
.secEvent__contentItem {
  width: 59.4375rem;
  z-index: 1;
  padding-block: 2.875rem 3.125rem;
  border: solid 2px transparent;
  -o-border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#22913B), to(#10401B)) 1;
     border-image: linear-gradient(90deg, #22913B 0%, #10401B 100%) 1;
  text-align: center;
  background: #fff;
}
@media (max-width: 767px) {
  .secEvent__contentItem {
    padding-block: 3rem 1.5625rem;
    width: 41.875rem;
  }
}
.secEvent__contentItem-title {
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .secEvent__contentItem-title {
    font-size: 2.875rem;
    margin-bottom: 1.875rem;
  }
}
.secEvent__contentItem-text {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .secEvent__contentItem-text {
    font-size: 1.4375rem;
    margin-bottom: 2.125rem;
  }
}
.secEvent__contentItem-link {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.secEvent__contentItem-link:hover {
  opacity: 0.6;
}
.secEvent__contentItem-image {
  width: 46.875rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .secEvent__contentItem-image {
    width: 38.75rem;
  }
}

.section4 {
  padding: 0 0 6rem;
  position: relative;
}
@media (max-width: 767px) {
  .section4 {
    padding-bottom: 7.5rem;
  }
}
.section4 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 2.875rem;
}
@media (max-width: 767px) {
  .section4 h2 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }
}
.section4__main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section4__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .section4__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .section4__main--img {
    width: 27.5rem;
  }
}
.section4__main--video {
  margin-top: 2.5625rem;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .section4__main--video {
    margin-top: 3.75rem;
  }
}
.section4__main--video iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.section4__main--txt {
  font-weight: 400;
}
@media (min-width: 768px) {
  .section4__main--txt {
    font-size: 1.25rem;
    width: 29.5625rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section4__main--txt {
    font-size: 1.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.03125rem;
  }
}
.section4__main--txt h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 750px) and (max-width: 1440px) {
  .section4__main--txt h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .section4__main--txt h3 {
    font-size: 2rem;
    margin: 1.625rem 0;
  }
}
.section4__main--txt p {
  margin-bottom: 1.5625rem;
  line-height: 1;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .section4__main--txt p {
    font-size: 1.4375rem;
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
}
.section4__main--txt p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section4__btn {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .section4__btn {
    margin-top: 5rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section4__btn li + li {
    margin-left: 1.4375rem;
  }
}
@media (max-width: 767px) {
  .section4__btn li + li {
    margin-top: 3.125rem;
  }
}
.section4__btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  color: var(--color-primary);
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: 600;
  border-radius: 2.3125rem;
  border: 2px solid currentColor;
  text-align: center;
  line-height: 1.4;
}
.section4__btn li a::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background: url("../../common/img/icon_yajirushi02.svg") no-repeat 0 50%/100% auto;
  position: absolute;
  top: 50%;
  right: 1.8125rem;
  margin-top: -0.75rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 767px) {
  .section4__btn li a::before {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.25rem;
    right: 2rem;
  }
}
.section4__btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .section4__btn li a {
    width: 25.875rem;
    height: 8rem;
    border-radius: 62.4375rem;
  }
}
@media (max-width: 767px) {
  .section4__btn li a {
    font-size: 2rem;
    font-weight: 500;
    height: 11.625rem;
    width: 32.5rem;
    border-radius: 6.25rem;
    margin: 0 auto;
  }
}

.secAccess {
  position: relative;
  padding-block: 8.5rem 5rem;
}
@media (max-width: 767px) {
  .secAccess {
    padding-block: 2.5rem 6.25rem;
  }
}
.secAccess::before {
  content: "";
  position: absolute;
  top: -53.6875rem;
  left: calc(50% - 120rem);
  width: 250rem;
  background: url("../img/sec-access-bg.svg") no-repeat center top/100% auto;
  pointer-events: none;
  background-size: cover;
  bottom: 0;
}
@media (max-width: 767px) {
  .secAccess::before {
    background-image: url("../img/sec-access-bg_sp.png");
    width: 46.875rem;
    top: -15.75rem;
    left: 0;
  }
}
.secAccess__title {
  width: 21.75rem;
  margin-bottom: 2rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .secAccess__title {
    -webkit-transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
            transform: skewX(var(--skew-angle)) translateY(-50%) translateX(-1rem);
    width: 31.125rem;
  }
}
.secAccess__map {
  margin-bottom: 3.75rem;
}
.secAccess__map-text {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .secAccess__map-text {
    font-size: 2rem;
  }
}
.secAccess__map-wrap {
  width: 100%;
  height: 20.8125rem;
}
.secAccess__map iframe {
  width: 100%;
  height: 100%;
}

.section3 {
  text-align: center;
  padding: 6rem 0 1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section3 {
    padding: 7.5rem 0 4.375rem;
  }
}
.section3::after {
  background: url("../img/deco5.png") no-repeat center top/100% auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 31.25rem;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .section3::after {
    background-image: url("../img/sp-deco5.png");
    width: 46.875rem;
    height: 51.5625rem;
  }
}
.section3 h2 {
  font-size: 3rem;
  line-height: 3.4375rem;
  font-weight: 800;
}
@media (max-width: 767px) {
  .section3 h2 {
    font-size: 3.5rem;
    line-height: 4.375rem;
  }
}
.section3 h3 {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  padding: 1.1875rem 0 0.75rem;
}
@media (max-width: 767px) {
  .section3 h3 {
    font-size: 2.25rem;
    padding: 0.75rem 0;
  }
}
.section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .section3 ul {
    margin-top: 3.75rem;
  }
}
.section3 ul li {
  width: 21.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .section3 ul li {
    width: 18.25rem;
  }
}
.section3 ul li:hover {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.section3 ul li:hover a {
  opacity: 1;
}
.section3 ul li + li {
  margin-left: -0.1875rem;
}

@media (max-width: 767px) {
  #footer.footer-en #pagetop.normal {
    top: -50px;
  }
}
#footer.footer-en .box01 .logo {
  width: 155px;
}
@media (max-width: 767px) {
  #footer.footer-en .box01 .logo {
    width: 100px;
  }
}
#footer.footer-en .box01 .logo a {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}