@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

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

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd {
  margin:0;
}

ul, ol {
  padding: 0;
  list-style-type: '';
}

picture, img{
  display:inline-block;
}

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

em,
address {
  font-style: normal;
}

strong {
  font-weight: inherit;
}

button {
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

@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
  }
}

/* Base Styles */
html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  color: #3d2610;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-break: strict;
  overflow-wrap: anywhere;
  overflow-y: scroll;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
}

:root {
  --font-size-10: 0.7692rem;
  --font-size-11: 0.8462rem;
  --font-size-12: 0.9231rem;
  --font-size-13: 1rem;
  --font-size-14: 1.0769rem;
  --font-size-15: 1.1538rem;
  --font-size-16: 1.2308rem;
  --font-size-17: 1.3077rem;
  --font-size-18: 1.3846rem;
  --font-size-20: 1.5385rem;
  --font-size-21: 1.6154rem;
  --font-size-22: 1.6923rem;
  --font-size-24: 1.8462rem;
  --font-size-25: 1.9231rem;
  --font-size-26: 2rem;
  --font-size-27: 2.0769rem;
  --font-size-28: 2.1538rem;
  --font-size-30: 2.3077rem;
  --font-size-32: 2.4615rem;
  --font-size-34: 2.6154rem;
  --font-size-40: 3.0769rem;

  --header-height: 0;
}

section[id] {
  scroll-margin-top: var(--header-height);
}

body a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink:all;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inline-block {
  display: inline-block;
}

.noto-serif-jp {
  font-family: 'Noto Serif JP', serif;
}

.zen-kaku-gothic-new {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media (width >= 40rem) {
  .sm {
    display: none !important;
  }
}
@media (width < 40rem) {
  .lg {
    display: none !important;
  }
}

.container {
  width: 90%;
  max-width: calc(1200/13*1rem);
  margin-right: auto;
  margin-left: auto;
}

#bosai-taiken #header {
  background-color: #fff;
  z-index: 2;
}

#bosai-taiken #header_fix {
  opacity: 1;
}

/* Main */
.main {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--header-height) * -1);
  color: #243447;
}

.fv {
  position: relative;
  height: min(calc(987/13*1rem), 100svh);
}
@media (width < 60rem) {
  .fv {
    height: 100svh;
  }
}
@media (width < 60rem) and (orientation: landscape) {
  .fv {
    height: calc(987 / 1560 * 100%);
  }
}
@media (width < 40rem) {
  .fv {
    background: transparent url(../../bosai-taiken/img/fv-sm.webp) center / cover no-repeat;
  }
}

.fv > * {
  position: relative;
  z-index: 1;
}

.fv .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(1560 / 1920 * 100vw);
  background: transparent url(../../bosai-taiken/img/fv-lg.webp) left center / cover no-repeat;
}
@media (width < 60rem) and (orientation: portrait) {
  .fv .img {
    left: 0;
    width: 100%;
  }
}

.fv .lead {
  position: absolute;
  top: calc(var(--header-height) + 20px);
  right: 20px;
  color: #fff;
  font-size: var(--font-size-14);
  text-align: right;
}

.fv .wrap {
  display: grid;
  align-content: end;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: min(221px, calc(221 / 987 * 100svh));
  padding-right: calc(124 / 1920 * 100vw);
  padding-left: calc(124 / 1920 * 100vw);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media (width < 80rem) {
  .fv .wrap {
    padding-right: calc(60 / 1920 * 100vw);
    padding-left: calc(60 / 1920 * 100vw);
  }
}
@media (width < 60rem) {
  .fv .wrap {
    align-content: center;
    padding-bottom: 0;
  }
}
@media (width < 60rem) and (orientation: landscape) {
  .fv .wrap {
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 0;
  }
}
@media (width < 40rem) {
  .fv .wrap {
    padding-right: 0;
    padding-left: calc(20 / 390 * 100vw);
  }
}

.fv .en {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
@media (width < 60rem) and (orientation: portrait) {
  .fv .en {
    color: #fff;
  }
}
@media (width < 40rem) {
  .fv .en {
    color: #fff;
    font-size: var(--font-size-22);
  }
}

.fv .overwrap {
  position: relative;
  margin-top: 10px;
}

.fv .catchphrase {
  display: grid;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.015em;
}
@media (width < 96rem) {
  .fv .catchphrase {
    font-size: calc(96 / 1536 * 100vw);
  }
}
@media (width < 40rem) {
  .fv .catchphrase {
    gap: 10px;
    font-size: 36px;
    text-shadow: 0 3px 10px rgb(from #243447 r g b / 0.5);
  }
}

.fv .catchphrase.overtext {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 3px 10px rgb(from #243447 r g b / 0.5);
  clip-path: polygon(calc(236 / 1920 * 100vw) 0, 100% 0, 100% 100%, calc(236 / 1920 * 100vw) 100%);
}
@media (width < 80rem) {
  .fv .catchphrase.overtext {
    clip-path: polygon(calc(300 / 1920 * 100vw) 0, 100% 0, 100% 100%, calc(300 / 1920 * 100vw) 100%);
  }
}
@media (width < 60rem) and (orientation: portrait) {
  .fv .catchphrase {
    color: #fff;
  }
  .fv .catchphrase.overtext {
    display: none;
  }
}


.fv .text {
  display: grid;
  justify-items: start;
  gap: calc(10 / 16 * 1em);
  margin-top: 36px;
  font-size: var(--font-size-28);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.118em;
}
@media (width < 80rem) {
  .fv .text {
    font-size: var(--font-size-16);
  }
}
@media (width < 40rem) {
  .fv .text {
    margin-top: 10px;
    font-size: var(--font-size-16);
    line-height: 1.4;
  }
}

.fv .text span {
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #243447;
  color: #fff;
  line-height: 1.64;
}
@media (width < 40rem) {
  .fv .text span {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (width >= 80rem) {
  .fv .text span br {
    display: none;
  }
}

.concept {
  padding-top: 107px;
  padding-bottom: 96px;
  text-align: center;
}
@media (width < 40rem) {
  .concept {
    padding-top: 60px;
    padding-bottom: 41px;
  }
}

.concept h2 {
  position: relative;
  font-size: var(--font-size-24);
  font-weight: 500;
}

.concept h2 span {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  z-index: 1;
  display: block;
  letter-spacing: 0.086em;
}

.concept h2::before {
  content: 'Concept';
  color: #dfeff8;
  font-size: 131px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.089em;
}

.concept h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  width: 40px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(to right, #bedaf6, #4da8da);
}

@media (width < 40rem) {
  .concept h2 {
    font-size: 17px;
  }
  .concept h2 span {
    bottom: 3px;
  }
  .concept h2::before {
    font-size: 70px;
  }
  .concept h2::after {
    bottom: -18px;
  }
}

.concept h2 + p {
  margin-top: 28px;
  font-size: var(--font-size-18);
  line-height: 2.24;
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .concept h2 + p {
    margin-top: 45px;
    padding-right: calc(10 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
    font-size: var(--font-size-16);
    line-height: 2.5;
  }
  .concept h2 + p span {
    display: inline;
  }
}

.concept_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 114px;
}
@media (width < 40rem) {
  .concept_list {
    gap: 0;
    margin-top: 64px;
  }
}

.concept_list li {
  position: relative;
  flex: 0 1 calc(380 / 13 * 1rem);
  border-bottom: 1px solid #bedaf6;
  background-color: #fff;
}
@media (width < 40rem) {
  .concept_list li {
    flex: 0 0 calc(310 / 13 * 1rem);
    border-bottom: none;
  }
}
@media (width < 20rem) {
  .concept_list li {
    flex-basis: 100%;
  }
}

.concept_list li::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #e5f0fb;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.concept_list a {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 119px 1fr 20px;
  padding: 9px 6px 9px 9px;
}
@media (width < 40rem) {
  .concept_list a {
    grid-template-columns: 97px 1fr 17px;
    padding: 7px;
    font-size: var(--font-size-14);
  }
}

.concept_list li:has(a:focus-visible)::before {
  opacity: 1;
}
@media (any-hover: hover) {
  .concept_list li:has(a:hover)::before {
    opacity: 1;
  }
}

.concept_list a::before {
  content: '';
  aspect-ratio: 119 / 100;
  height: 100%;
  background: transparent url(../../bosai-taiken/img/page-link-01.webp) center / cover no-repeat;
}
@media (width < 20rem) {
  .concept_list a::before {
    aspect-ratio: auto;
    height: auto;
  }
}

.concept_list li:nth-of-type(2) a::before {
  background-image: url(../../bosai-taiken/img/page-link-02.webp);
}
.concept_list li:nth-of-type(3) a::before {
  background-image: url(../../bosai-taiken/img/page-link-03.webp);
}

.concept_list a::after {
  content: '';
  background: transparent url(../../bosai-taiken/img/chevron-down.svg) center / 100% auto no-repeat;
}

.concept_list a span {
  padding: 26px 13px 26px 30px;
  letter-spacing: 0.016em;
}

.concept_list a small {
  font-size: var(--font-size-14);
}
@media (width < 40rem) {
  .concept_list a span {
    padding: 21px 13px 21px 25px;
  }
  .concept_list a small {
    font-size: var(--font-size-12);
  }
}

.history {
  display: grid;
  gap: 144px;
}
@media (width < 40rem) {
  .history {
    gap: 64px;
  }
}

.history_heading {
  display: grid;
  gap: 16px;
  margin-bottom: 48px;
  font-weight: 400;
}

.history_heading .ja {
  font-size: 52px;
  letter-spacing: 0.118em;
}

.history_heading .en {
  font-size: 22px;
  letter-spacing: 0.086em;
  text-transform: uppercase;
}

.history_text {
  font-size: var(--font-size-18);
  line-height: 1.9;
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .history_heading {
    gap: 10px;
    margin-bottom: 32px;
  }
  .history_heading .ja {
    font-size: 32px;
  }
  .history_heading .en {
    font-size: 22px;
  }
  .history_text {
    font-size: var(--font-size-16);
    line-height: 1.8;
  }
}

.story {
  width: min(1920px, 100%);
  margin-right: auto;
  margin-left: auto;
}
.story_wrap {
  max-width: 1722px;
  padding-top: 94px;
  padding-bottom: 97px;
  padding-left: 60px;
  background-image: linear-gradient(to right, #efeae4, #efeae4 calc(100% - 162px), #fff calc(100% - 162px), #fff);
}

.story_inner {
  padding: 93px 162px 71px 84px;
  background: transparent url(../../bosai-taiken/img/story-lg.webp) left top / cover no-repeat;
}
@media (width < 60rem) {
  .story {
    padding-left: 0;
  }
  .story_inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (width < 40rem) {
  .story {
    padding: 32px 20px 32px 0;
    background-color: #efeae4;
    background-image: none;
  }
  .story_wrap {
    padding: 0;
    background-image: none;
  }
  .story_inner {
    padding: 26px 20px 0 40px;
    background-image: url(../../bosai-taiken/img/story-sm.webp);
    background-size: 100% auto;
  }
}

.story h2 .ja::first-letter {
  color: #3097fd;
}

.story p em {
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.086em;
}

.story p + p {
  max-width: calc(561 / 13 * 1rem);
  margin-top: 88px;
  margin-left: auto;
}
@media (width < 40rem) {
  .story h2 {
    margin-bottom: 56px;
  }
  .story h2 .en {
    font-size: 14px;
  }
  .story p em {
    font-size: 20px;
    line-height: 1.6;
  }
  .story p + p {
    margin-top: 60px;
  }
}

.history :where(section[class^="history-"]) {
  width: min(1920px, 100%);
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media (width < 40rem) {
  .history :where(section[class^="history-"]) {
    padding-right: 0;
    padding-left: 0;
  }
}

.history-01 {
  padding-bottom: clamp(411px, 2466.111px + -160.556vw, 700px);
  background-image: url(../../bosai-taiken/img/history-01.webp), linear-gradient(to right, #fff, #fff calc(300 / 1920 * 100%), #efeae4 calc(300 / 1920 * 100%), #efeae4);
  background-size: min(1240px, 100%) auto, 100% calc(432 / 867 * 100%);
  background-position: left bottom, left bottom 218px;
  background-repeat: no-repeat;
}
.history-01_wrap {
  max-width: 725px;
  margin-left: auto;
  padding: 78px 79px;
  background-color: #fff;
}
@media (width < 60rem) {
  .history-01 {
    padding-top: calc(260 / 390 * 100%);
    padding-bottom: 0;
    background: transparent url(../../bosai-taiken/img/history-01.webp) left top / calc(370 / 390 * 100%) auto no-repeat;
  }

  .history-01_wrap {
    padding: 40px;
    margin-left: 0;
  }
}

.history-02,
.history-04 {
  padding-bottom: 750px;
  background-size: min(1567px, 100%) auto, 100% calc(401 / 1203 * 100%);
  background-position: right bottom, left bottom 205px;
  background-repeat: no-repeat;
}
.history-02_wrap,
.history-04_wrap {
  max-width: 725px;
  padding: 80px 82px;
  background-color: #fff;
}
@media (width < 60rem) {
  .history-02,
  .history-04 {
    padding-top: calc(305 / 390 * 100%);
    padding-bottom: 0;
    background-position: left top, left top calc(58 / 390 * 100vw);
    background-size: 100% auto, 100% calc(180 / 390 * 100vw);
  }

  .history-02_wrap,
  .history-04_wrap {
    padding: 40px;
  }
}
.history-02 {
  background-image: url(../../bosai-taiken/img/history-02.webp), linear-gradient(to left, #fff, #fff calc(300 / 1920 * 100%), #efeae4 calc(300 / 1920 * 100%), #efeae4);
}
@media (width < 60rem) {
  .history-02 {
    background-image: url(../../bosai-taiken/img/history-02.webp), linear-gradient(to left, #efeae4, #efeae4);
  }
}

.history-04 {
  background-image: url(../../bosai-taiken/img/history-04.webp), linear-gradient(to left, #fff, #fff calc(300 / 1920 * 100%), #efeae4 calc(300 / 1920 * 100%), #efeae4);
}
@media (width < 60rem) {
  .history-04 {
    background-image: url(../../bosai-taiken/img/history-04.webp), linear-gradient(to left, #efeae4, #efeae4);
  }
}

.history-03 {
  padding-top: 160px;
  background: transparent linear-gradient(to right, #efeae4, #efeae4) left top / 100% min(420px, calc(420 / 1500 * 100vw)) no-repeat;
}
@media (width < 60rem) {
  .history-03 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }
}

.history-03_img {
  position: relative;
  display: grid;
  grid-template-columns: 1.78fr 1fr 1fr;
  gap: 20px;
  max-width: 1500px;
}
@media (width < 60rem) {
  .history-03_img {
    grid-template-columns: 1fr 1fr;
    padding: calc(36 / 390 * 100vw) calc(40 / 390 * 100vw);
    background-color: #efeae4;
  }
}
@media (width < 40rem) {
  .history-03_img {
    padding: 36px 40px;
  }
}

.history-03_img div {
  aspect-ratio: 386 / 356;
  background: transparent center / cover no-repeat;
}

.history-03_img div:first-of-type {
  aspect-ratio: 686 / 356;
  background-image: url(../../bosai-taiken/img/history-03-1.webp);
}
@media (width < 60rem) {
  .history-03_img div:first-of-type {
    grid-column: span 2;
  }
}

.history-03_img div:nth-of-type(2) {
  background-image: url(../../bosai-taiken/img/history-03-2.webp);
}
.history-03_img div:nth-of-type(3) {
  background-image: url(../../bosai-taiken/img/history-03-3.webp);
}

.history-03_wrap {
  max-width: 725px;
  margin-top: -20px;
  margin-left: auto;
  padding: 88px 53px;
  background-color: #fff;
}

@media (width < 60rem) {
  .history-03_wrap {
    margin-top: 0;
    margin-right: 60px;
    margin-left: 60px;
    padding: 40px;
  }
}
@media (width < 40rem) {
  .history-03_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

.history-05 {
  display: grid;
  place-content: center;
  gap: 72px;
  width: 100%;
  height: 594px;
  background: transparent url(../../bosai-taiken/img/history-05-lg.webp) center / cover no-repeat;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  text-shadow: 0 2px 12px rgb(0 0 0 / 0.3);
}
@media (width < 40rem) {
  .history-05 {
    height: 480px;
    background-image: url(../../bosai-taiken/img/history-05-sm.webp);
  }
}

.history-05 h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.0624em;
}

.history-05 h3 + p {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.118em;
}

@media (width >= 60rem) {
  .history-05 .hide-pc {
    display: none;
  }
}

@media (width < 40rem) {
  .history-05 h3 {
    font-size: 32px;
    line-height: 1.5;
  }

  .history-05 h3 + p {
    font-size: var(--font-size-16);
  }
}

.rebrand {
  width: min(1920px, 100%);
  margin-top: 144px;
  margin-right: auto;
  margin-left: auto;
  padding: clamp(304px, 545.920px + -16.8vw, 430px) 60px 137px;
  background-image: url(../../bosai-taiken/img/rebrand.webp), linear-gradient(to left, #fff, #fff calc(366 / 1920 * 100%), #efeae4 calc(366 / 1920 * 100%), #efeae4);
  background-size: min(1240px, 100%) auto, 100% calc(432 / 867 * 100%);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
}
@media (width < 60rem) {
  .rebrand {
    margin-top: 64px;
    padding-top: calc(257 / 390 * 100vw);
    padding-bottom: 64px;
    background-image: url(../../bosai-taiken/img/rebrand.webp), linear-gradient(to left, #fff, #fff calc(40 / 390 * 100vw), #efeae4 calc(40 / 390 * 100vw), #efeae4);
    background-size: calc(350 / 390 * 100vw) auto, 100% calc(122 / 390 * 100vw);
    background-position: right top, left top calc(135 / 390 * 100vw);
  }
}

.rebrand_wrap {
  max-width: 725px;
  padding: 82px 57px;
  background-color: #fff;
}
@media (width < 40rem) {
  .rebrand {
    padding-right: 0;
    padding-left: 0;
  }

  .rebrand_wrap {
    padding: 40px 40px 56px;
  }
}

.rebrand h2 {
  display: grid;
  gap: 16px;
  margin-bottom: 48px;
  font-weight: 400;
}

.rebrand h2 .ja {
  font-size: 52px;
  letter-spacing: 0.118em;
}

.rebrand h2 .ja::first-letter {
  color: #3097fd;
}
@media (width >= 40rem) {
  .rebrand h2 .hide-pc {
    display: none;
  }
}

.rebrand h2 .en {
  font-size: 22px;
  letter-spacing: 0.086em;
  text-transform: uppercase;
}

.rebrand h2 + p {
  font-size: var(--font-size-18);
  line-height: 1.9;
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .rebrand h2 {
    gap: 10px;
    margin-bottom: 32px;
  }
  .rebrand h2 .ja {
    font-size: 32px;
  }
  .rebrand h2 .en {
    font-size: var(--font-size-12);
  }
  .rebrand h2 + p {
    font-size: var(--font-size-16);
    line-height: 1.8;
  }
}

.generation {
  margin-top: 180px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #efeae4;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (width < 60rem) {
  .generation {
    margin-top: 0;
  }
}
@media (width < 40rem) {
  .generation {
    padding-top: 48px;
    padding-bottom: 42px;
  }
}
.generation_wrap {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.generation h2 {
  display: grid;
  gap: 14px;
}

.generation h2 .en {
  font-size: 52px;
  letter-spacing: 0.118em;
  text-transform: uppercase;
}

.generation h2 .en::first-letter {
  color: #3097fd;
}

.generation h2 .ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.086em;
}

.generation h2 + p {
  margin-top: 48px;
  font-size: var(--font-size-18);
  line-height: 1.7;
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .generation h2 {
    gap: 10px;
    margin-bottom: 32px;
  }
  .generation h2 .en {
    font-size: 22px;
  }
  .generation h2 .ja {
    font-size: var(--font-size-14);
  }
  .generation h2 + p {
    margin-top: 32px;
    max-width: calc(310 / 13 * 1rem);
    margin-right: auto;
    margin-left: auto;
    font-size: var(--font-size-16);
    line-height: 1.8;
    text-align: left;
  }
}

.generation .splide {
  margin-top: 64px;
}
@media (width >= 1936px) {
  .splide__list {
    justify-content: center;
  }
}
.generation .splide__track {
  overflow: clip visible;
}

.generation .splide__slide {
  padding-right: 9px;
  padding-left: 9px;
  font-weight: 700;
}

.generation .splide__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  max-width: 1140px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media (width >= 1936px) {
  .generation .splide__arrows {
    display: none;
  }
}
@media (width < 40rem) {
  .generation .splide__arrows {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.generation .splide__arrow {
  width: 62px;
  height: 24px;
  background: transparent url() center / 100% auto no-repeat;
}

.generation .splide__arrow--prev {
  background-image: url(../../bosai-taiken/img/arrow-left.svg);
}

.generation .splide__arrow--next {
  background-image: url(../../bosai-taiken/img/arrow-right.svg);
}

.generation .splide__slide {
  position: relative;
  transition: translate 0.3s ease;
}

.generation .splide__slide .img-wrap {
  position: relative;
  aspect-ratio: 396 / 594;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  border-radius: 58px;
  border: 4px solid #2e8b57;
  overflow: hidden;
}
@media (width < 40rem) {
  .generation .splide__slide .img-wrap {
    border-width: 3px;
  }
}

.generation .splide__slide .img {
  position: absolute;
  inset: 0;
  background: transparent center / cover no-repeat;
  transition: box-shadow 0.3s ease, scale 0.3s ease;
}

.generation .family .img {
  background-image: url(../../bosai-taiken/img/family-01.webp);
}
.generation .adults .img {
  background-image: url(../../bosai-taiken/img/adults-01.webp);
}
.generation .student .img {
  background-image: url(../../bosai-taiken/img/student-01.webp);
}
.generation .corporate .img {
  background-image: url(../../bosai-taiken/img/corporate-01.webp);
}

.generation .splide__slide::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: transparent center / 100% auto no-repeat;
}

.generation .family::before {
  top: 451px;
  left: -34px;
  width: 91px;
  height: 115px;
  background-image: url(../../bosai-taiken/img/family-deco.png);
}
.generation .adults::before {
  top: 50px;
  right: -44px;
  width: 109px;
  height: 116px;
  background-image: url(../../bosai-taiken/img/adults-deco.png);
}
.generation .student::before {
  top: 389px;
  right: -37px;
  width: 103px;
  height: 128px;
  background-image: url(../../bosai-taiken/img/student-deco.png);
}
.generation .corporate::before {
  top: 40px;
  right: -20px;
  width: 60px;
  height: 96px;
  background-image: url(../../bosai-taiken/img/corporate-deco.png);
}
@media (width < 40rem) {
  .generation .family::before {
    top: 451px;
    left: -8px;
    width: 64px;
    height: 81px;
  }
  .generation .adults::before {
    top: 46px;
    left: -26px;
    width: 76px;
    height: 81px;
  }
  .generation .student::before {
    top: 397px;
    right: -24px;
    width: 73px;
    height: 90px;
  }
  .generation .corporate::before {
    top: 40px;
    right: -10px;
    width: 48px;
    height: 78px;
  }
}

.generation .img.comming::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 0.32);
}

.generation .img.comming::after {
  content: 'COMINGSOON';
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
  color: #feac3d;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.generation .category {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: -74px;
}
@media (width < 40rem) {
  .generation .category {
    margin-top: -62px;
  }
}

.generation .category em {
  padding: 4px 20px;
  border-radius: 100em;
  background-color: #2e8b57;
  color: #fff;
  font-size: var(--font-size-18);
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .generation .category em {
    font-size: var(--font-size-13);
  }
}

.generation .category span {
  margin-right: -1em;
  margin-left: -1em;
  color: #3db6b1;
  font-size: 78px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 8px 10px 35px rgb(from #243447 r g b / 0.13);
  transition: text-shadow 0.3s ease, scale 0.3s ease;
}
@media (width < 40rem) {
  .generation .category span {
    font-size: 58px;
  }
}

.generation .category + p {
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 10px 20px;
  background-color: #2e8b57;
  color: #fff;
  line-height: 1.82;
  letter-spacing: 0.016em;
  text-align: left;
}
@media (width < 40rem) {
  .generation .category + p {
    margin-top: 26px;
    padding: 5px 18px;
  }
}
.generation .splide__slide:has(a:focus-visible) {
  translate: 0 -4px;
}
.generation .splide__slide a:focus-visible .img {
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.2);
  scale: 1.05;
}
.generation .splide__slide a:focus-visible .category span {
  text-shadow: 10px 14px 45px rgb(from #243447 r g b / 0.25);
  scale: 1.03;
}
@media (any-hover: hover) {
  .generation .splide__slide:has(a:hover) {
    translate: 0 -4px;
  }
  .generation .splide__slide a:hover .img {
    box-shadow: 0 10px 24px rgb(0 0 0 / 0.2);
    scale: 1.05;
  }
  .generation .splide__slide a:hover .category span {
    text-shadow: 10px 14px 45px rgb(from #243447 r g b / 0.25);
    scale: 1.03;
  }
}

.rising {
  padding-top: 116px;
  padding-bottom: 193px;
  background-color: #fff;
  background-image: url(../../bosai-taiken/img/family-bg-top.png), url(../../bosai-taiken/img/family-bg-bottom.png);
  background-position: top center, bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #4c5b68;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

@media (width < 40rem) {
  .rising {
    padding-top: 61px;
    padding-bottom: 119px;
  }
  .rising .container {
    width: 100%;
  }
}

.rising h2 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.3125;
  letter-spacing: 0.118em;
}

.rising h2 .small {
  font-size: calc(48 / 64 * 1em);
}

.rising h2 + p {
  font-size: var(--font-size-22);
  letter-spacing: 0.086em;
}

@media (width < 60rem) {
  .rising h2 {
    font-size: 48px;
  }
}
@media (width < 40rem) {
  .rising h2 {
    margin-bottom: 18px;
    font-size: var(--font-size-24);
  }
  .rising h2 .small {
    font-size: var(--font-size-17);
  }
  .rising h2 + p {

    font-size: var(--font-size-18);
  }
  .rising h2,
  .rising h2 + p {
    width: calc(360 / 390 * 100%);
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(20 / 390 * 100%);
    padding-left: calc(25 / 390 * 100%);
  }
}

.rising_img {
  position: relative;
  aspect-ratio: 1200 / 544;
  margin-top: 83px;
  background: transparent url(../../bosai-taiken/img/family-02.webp) center / 100% auto no-repeat;
}

.rising_img::before {
  content: '';
  position: absolute;
  top: -47px;
  right: calc(90 / 1200 * 100%);
  width: 404px;
  aspect-ratio: 404 / 107;
  background: transparent url(../../bosai-taiken/img/subject-01.png) center / 100% auto no-repeat;
}
@media (width < 40rem) {
  .rising_img {
    width: calc(360 / 390 * 100%);
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 360 / 180;
    margin-top: 52px;
    background-image: url(../../bosai-taiken/img/family-02-sm.webp);
  }
  .rising_img::before {
    top: -20px;
    right: calc(25 / 360 * 100%);
    width: calc(150 / 360 * 100%);
  }
}

.rising_content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(300 / 13 * 1rem), 1fr));
  gap: 30px;
  margin-top: 60px;
}
@media (width < 40rem) {
  .rising_content {
    grid-template-columns: 1fr;
    width: calc(360 / 390 * 100%);
    margin-right: auto;
    margin-left: auto;
    margin-top: 32px;
  }
}

.rising_content .wrap {
  display: grid;
  justify-items: center;
  gap: 28px;
  min-width: 0;
}

.rising_content .wrap:nth-of-type(1) {
  --content-color: #f2a53b;
}
.rising_content .wrap:nth-of-type(2) {
  --content-color: #f26ca7;
}
.rising_content .wrap:nth-of-type(3) {
  --content-color: #4da8da;
}

.rising_content h3 {
  display: grid;
  grid-template-columns: calc(46 / 16 * 1rem + 22px) 1fr;
  align-items: center;
  min-width: 0;
  width: 100%;
  padding: 29px 29px 29px 24px;
  background-color: var(--content-color);
  border-radius: 16px;
  color: #fff;
  font-size: var(--font-size-20);
  letter-spacing: 0.086em;
}

.rising_content h3::before {
  content: '';
  width: calc(46 / 13 * 1rem);
  height: calc(46 / 13 * 1rem);
  background: transparent center / 100% auto no-repeat;
}
@media (width < 20rem) {
  .rising_content h3 {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .rising_content h3::before {
    width: 46px;
    height: 46px;
  }
}

.rising_content .wrap:nth-of-type(1) h3::before {
  background-image: url(../../bosai-taiken/img/compass-regular-full.svg);
}
.rising_content .wrap:nth-of-type(2) h3::before {
  background-image: url(../../bosai-taiken/img/seedling-solid-full.svg);
}
.rising_content .wrap:nth-of-type(3) h3::before {
  background-image: url(../../bosai-taiken/img/map-regular-full.svg);
}

.rising_content p {
  min-width: 0;
  max-width: calc(320 / 13 * 1rem);
  color: var(--content-color);
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.016em;
}

.rising_content .wrap:nth-of-type(1) p {
  max-width: calc(334 / 13 * 1rem);
}

@media (width < 40rem) {
  .rising_content p {
    width: auto;
    max-width: 100% !important;
    margin-right: calc(25 / 360 * 100%);
    margin-left: calc(25 / 360 * 100%);
  }
  .rising_content p .hide {
    display: none;
  }
}

.rising_kit {
  display: grid;
  place-items: center;
  margin-top: 100px;
  padding-top: 193px;
  padding-bottom: 211px;
  background-color: #fff;
  background-image: url(../../bosai-taiken/img/adventure-kit-bg-lg-1.webp), url(../../bosai-taiken/img/adventure-kit-bg-lg-2.webp);
  background-position: top center, bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #243447;
}

.rising_kit h3 {
  text-align: center;
}

@media (width < 40rem) {
  .rising_kit {
    margin-top: 64px;
    padding-top: 148px;
    padding-bottom: 139px;
    background-image: url(../../bosai-taiken/img/adventure-kit-bg-sm-1.webp), url(../../bosai-taiken/img/adventure-kit-bg-sm-2.webp);
  }
  .rising_kit h3 {
    width: calc(310 / 390 * 100%);
  }
}

.rising_kit ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(200 / 13 * 1rem), 1fr));
  gap: 40px;
  place-content: center;
  width: calc(1020 / 1200 * 100%);
  margin-top: 54px;
}
@media (width < 80rem) {
  .rising_kit ul {
    max-width: calc(490 / 13 * 1rem);
    margin-top: 36px;
  }
}
@media (width < 40rem) {
  .rising_kit ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    width: calc(310 / 390 * 100%);
    max-width: 100%;
  }
}

.rising_kit ul li {
  display: grid;
  justify-items: center;
  min-width: 0;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (width < 40rem) {
  .rising_kit ul li {
    font-size: var(--font-size-12);
  }
}

.rising_kit li .img {
  width: min(225px, 100%);
  min-width: 0;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 6px solid #a7db63;
  background: #fff center / auto no-repeat;
}
@media (width < 40rem) {
  .rising_kit li .img {
    width: min(139px, 100%);
    margin-bottom: 12px;
    border-width: 4px;
  }
}

.rising_kit li:nth-of-type(1) .img {
  background-image: url(../../bosai-taiken/img/icon-line.png);
  background-size: 96px auto;
}
.rising_kit li:nth-of-type(2) .img {
  background-image: url(../../bosai-taiken/img/icon-map.png);
  background-size: 107px auto;
}
.rising_kit li:nth-of-type(3) .img {
  background-image: url(../../bosai-taiken/img/icon-compass.png);
  background-size: 124px auto;
}
.rising_kit li:nth-of-type(4) .img {
  background-image: url(../../bosai-taiken/img/icon-light.png);
  background-size: 145px auto;
}
@media (width < 40rem) {
  .rising_kit li:nth-of-type(1) .img {
    background-size: 60px auto;
  }
  .rising_kit li:nth-of-type(2) .img {
    background-size: 65px auto;
  }
  .rising_kit li:nth-of-type(3) .img {
    background-size: 76px auto;
  }
  .rising_kit li:nth-of-type(4) .img {
    background-size: 89px auto;
  }
}

.rising_rain {
  display: grid;
  justify-items: center;
  width: calc(1020 / 1200 * 100%);
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  border: 6px solid #4da8da;
  background-color: #fff;
}
@media (width < 40rem) {
  .rising_rain {
    width: calc(360 / 390 * 100%);
    margin-top: 48px;
  }
}

.rising_rain h3 {
  width: 100%;
  padding: 12px 18px 18px;
  background-color: #4da8da;
  color: #fff;
  font-size: var(--font-size-22);
  text-align: center;
}
@media (width < 40rem) {
  .rising_rain h3 {
    padding: 16px;
  }
}

.rising_rain p {
  padding: 36px 34px 30px;
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.016em;
}
@media (width < 40rem) {
  .rising_rain p {
    padding: 18px 18px 12px;
    font-size: var(--font-size-18);
    font-weight: 500;
    letter-spacing: 0.086em;
  }
}

.mission {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}
@media (width < 40rem) {
  .mission {
    padding-top: 83px;
    padding-bottom: 64px;
  }
}

.mission .container {
  width: 100%;
}

.mission_wrap {
  padding: 48px calc(90 / 1200 * 100%);
  background: #f6eedc url(../../bosai-taiken/img/mission-bg-lg.webp) center top / cover no-repeat;
  color: #3d2610;
}
@media (width < 40rem) {
  .mission_wrap {
    padding: 36px calc(15 / 390 * 100%);
  }
}

.mission_wrap h2 {
  margin-bottom: 40px;
  padding-top: 159px;
  background: transparent url(../../bosai-taiken/img/mission-ttl.png) center top / 714px auto no-repeat;
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.086em;
  text-align: center;
}
@media (width < 60rem) {
  .mission_wrap h2 {
    margin-bottom: 32px;
    padding-top: calc(159 / 714 * 100% + 36px);
    background-size: min(714px, 100%) auto;
  }
}

.mission_wrap h2 + p {
  max-width: calc(600 / 13 * 1rem);
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: 0.016em;
  text-align: center;
}
@media (width < 40rem) {
  .mission_wrap h2 + p {
    width: calc(310 / 360 * 100%);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}


.mission_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
  border-top: 1px solid #707070;
}

.mission_list li {
  position: relative;
  border-color: #707070;
  border-style: solid;
  border-width: 0;
}

.mission_list li > * {
  position: relative;
  z-index: 1;
}

.mission_list li::before,
.mission_list li::after {
  content: '';
  min-width: 0;
  background: transparent center / 100% auto no-repeat;
}

@media (width >= 60rem) {
  .mission_list li:last-of-type {
    grid-column: span 2;
  }
}

.mission_list li:nth-of-type(1) {
  padding-top: 41px;
  padding-right: 57px;
  padding-bottom: 69px;
  border-bottom-width: 1px;
}

.mission_list li:nth-of-type(1)::before {
  position: absolute;
  z-index: 0;
  top: 26px;
  right: 57px;
  width: 111px;
  aspect-ratio: 1;
  background-image: url(../../bosai-taiken/img/mission-stamp-01.svg);
}

.mission_list li:nth-of-type(1)::after {
  display: block;
  aspect-ratio: 453 / 201;
  margin-top: 35px;
  background-image: url(../../bosai-taiken/img/mission-box-01.webp);
}

.mission_list li:nth-of-type(2) {
  padding-top: 36px;
  padding-bottom: 69px;
  padding-left: 57px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.mission_list li:nth-of-type(2)::before {
  display: block;
  aspect-ratio: 453 / 201;
  margin-bottom: 20px;
  background-image: url(../../bosai-taiken/img/mission-box-02.webp);
}

.mission_list li:nth-of-type(2)::after {
  position: absolute;
  z-index: 0;
  bottom: 38px;
  right: 36px;
  width: 113px;
  aspect-ratio: 1;
  background-image: url(../../bosai-taiken/img/mission-stamp-02.svg);
}

.mission_list li:nth-of-type(3) {
  display: grid;
  grid-template-columns: 1.166fr 1fr;
  gap: 0 22px;
  align-items: start;
  padding: 36px 20px 36px 0;
  background: transparent url(../../bosai-taiken/img/mission-box-03a.webp) bottom 36px left / calc(244 / 510 * 100%) auto no-repeat;
  border-bottom-width: 1px;
}

.mission_list li:nth-of-type(3) h3 {
  grid-column: span 2;
}

.mission_list li:nth-of-type(3) p {
  grid-column: 1 / 2;
}

@media (width >= 40rem) {
  .mission_list li:nth-of-type(3) p + p::after {
    content: '';
    display: block;
    aspect-ratio: 244 / 165;
    margin-top: 28px;
  }
}

.mission_list li:nth-of-type(3)::before {
  grid-column: 2 / 3;
  grid-row: 2 / span 3;
  align-self: stretch;
  width: 100%;
  background-image: url(../../bosai-taiken/img/mission-box-03b.webp);
  background-size: auto calc(100% - 9px);
}

.mission_list li:nth-of-type(3)::after {
  position: absolute;
  top: 21px;
  right: 24%;
  width: 113px;
  aspect-ratio: 1;
  background-image: url(../../bosai-taiken/img/mission-stamp-03.svg);
}

.mission_list li:nth-of-type(4) {
  display: grid;
  align-content: start;
  padding: 36px 0 36px 57px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.mission_list li:nth-of-type(4)::after {
  grid-row: 2 / 3;
  aspect-ratio: 453 / 201;
  margin-bottom: 31px;
  background-image: url(../../bosai-taiken/img/mission-box-04.webp);
}

.mission_list li:nth-of-type(4)::before {
  position: absolute;
  right: 34px;
  bottom: 112px;
  width: 111px;
  aspect-ratio: 1;
  background-image: url(../../bosai-taiken/img/mission-stamp-04.svg);
}

.mission_list li:nth-of-type(5) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 57px;
  align-content: start;
  align-items: start;
  padding-top: 36px;
}

.mission_list li:nth-of-type(5)::before {
  position: absolute;
  top: 59px;
  left: 50%;
  width: 113px;
  aspect-ratio: 1;
  background-image: url(../../bosai-taiken/img/mission-stamp-05.svg);
  translate: -143px 0;
}

.mission_list li:nth-of-type(5)::after {
  grid-column: 2 / 3;
  grid-row: 1 / span 4;
  aspect-ratio: 482 / 271;
  background-image: url(../../bosai-taiken/img/mission-box-05.webp);
}

@media (width < 60rem) {
  .mission_list {
    grid-template-columns: 1fr;
    justify-items: center;
    border: none;
  }
  .mission_list li {
    max-width: 510px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none;
  }
  .mission_list li:nth-of-type(5) {
    grid-template-columns: 1fr;
  }
  .mission_list li:nth-of-type(5)::before {
    right: 0;
    left: auto;
    translate: 0 0;
  }
  .mission_list li:nth-of-type(5)::after {
    grid-column: 1 / 2;
    grid-row: initial;
    margin-top: 35px;
  }
}
@media (width < 40rem) {
  .mission_list {
    gap: 64px;
    width: calc(310 / 360 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .mission_list li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mission_list li:nth-of-type(1)::after,
  .mission_list li:nth-of-type(5)::after {
    margin-top: 24px;
  }
  .mission_list li:nth-of-type(2)::before,
  .mission_list li:nth-of-type(4)::after {
    margin-bottom: 24px;
  }
  .mission_list li:nth-of-type(1)::after {
    aspect-ratio: 310 / 201;
    background-image: url(../../bosai-taiken/img/mission-box-01-sm.webp);
  }
  .mission_list li:nth-of-type(2)::before {
    aspect-ratio: 310 / 201;
    background-image: url(../../bosai-taiken/img/mission-box-02-sm.webp);
  }
  .mission_list li:nth-of-type(3) {
    grid-template-columns: 1fr;
    background-image: none;
  }
  .mission_list li:nth-of-type(3)::before {
    position: absolute;
    top: 37px;
    right: 0%;
    grid-column: auto;
    grid-row: auto;
    width: 75px;
    aspect-ratio: 1;
    background-image: url(../../bosai-taiken/img/mission-stamp-03.svg);
    background-size: 100% auto;
  }
  .mission_list li:nth-of-type(3)::after {
    position: static;
    aspect-ratio: 310 / 255;
    width: 100%;
    margin-top: 24px;
    background-image: url(../../bosai-taiken/img/mission-box-03-sm.webp);
  }
  .mission_list li:nth-of-type(3) h3 {
    grid-column: 1 / 2;
  }
  .mission_list li:nth-of-type(1)::before {
    width: 75px;
    top: 15px;
    right: -25px;
  }
  .mission_list li:nth-of-type(2) {
    padding-bottom: 47px !important;
  }
  .mission_list li:nth-of-type(2)::after {
    width: 75px;
    right: 26px;
    bottom: 0;
  }
  .mission_list li:nth-of-type(3) {
    background-size: 75px auto;
    background-position: top 37px right;
  }
  .mission_list li:nth-of-type(4)::before {
    width: 75px;
    top: -46px;
    right: 0;
  }
  .mission_list li:nth-of-type(5)::before {
    width: 75px;
    top: auto;
    right: 0;
    bottom: calc(147 / 390 * 100vw);
    left: auto;
  }
}

.mission_list h3 {
  width: fit-content;
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  font-size: var(--font-size-32);
  letter-spacing: 0.118em;
}
@media (width < 68rem) {
  .mission_list h3 {
    font-size: var(--font-size-26);
  }
}
@media (width < 60rem) {
  .mission_list h3 {
    width: 100%;
  }
}
@media (width < 40rem) {
  .mission_list h3 {
    margin-bottom: 24px;
    padding-bottom: 9px;
  }
}

.mission_list em {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.086em;
}
@media (width < 40rem) {
  .mission_list em {
    font-size: var(--font-size-18);
  }
}

.mission_list p + p {
  margin-top: 24px;
  line-height: 1.8125;
  letter-spacing: 0.016em;
}

.mission_schedule {
  aspect-ratio: 1200 / 1074;
  margin-top: 120px;
  background: transparent url(../../bosai-taiken/img/schedule-txt-pc.webp) center / 100% auto no-repeat;
}
@media (width < 40rem) {
  .mission_schedule {
    aspect-ratio: 390 / 1945;
    margin-top: 64px;
    background-image: url(../../bosai-taiken/img/schedule-txt-day1-sp.webp), url(../../bosai-taiken/img/schedule-txt-day2-sp.webp);
    background-position: center top, center bottom;
  }
}

.plan {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3efe7;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

.plan .container {
  position: relative;
  display: grid;
  place-items: center;
  place-content: center;
  padding-top: 154px;
  padding-bottom: 134px;
  background-color: #fff;
  background-image: url(../../bosai-taiken/img/plan-detail-deco-top.png), url(../../bosai-taiken/img/plan-detail-deco-bottom.png);
  background-position: center top, center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (width < 40rem) {
  .plan {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .plan .container {
    width: calc((360 / 390 * 100%));
    padding-top: 67px;
    padding-bottom: 64px;
  }
}

.plan .container::before,
.plan .container::after {
  content: '';
  position: absolute;
  background: transparent center / 100% auto no-repeat;
}

.plan .container::before {
  top: 97px;
  left: 104px;
  width: 209px;
  height: 406px;
  background-image: url(../../bosai-taiken/img/plan-detail-deco-01-pc.png);
}
.plan .container::after {
  right: 117px;
  bottom: 80px;
  width: 191px;
  height: 388px;
  background-image: url(../../bosai-taiken/img/plan-detail-deco-02-pc.png);
}
@media (width < 70rem) {
  .plan .container::before {
    left: 30px;
  }
  .plan .container::after {
    right: 30px;
  }
}
@media (width < 60rem) {
  .plan .container::before,
  .plan .container::after {
    content: none;
  }
}

.plan h2 {
  display: grid;
  gap: 14px;
  margin-bottom: 48px;
  text-align: center;
}

.plan h2 .en {
  font-size: 52px;
  letter-spacing: 0.118em;
  text-transform: uppercase;
}

.plan h2 .en::first-letter {
  color: #3097fd;
}

.plan h2 .ja {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.086em;
}

.plan h2 + p {
  max-width: calc(498 / 13 * 1rem);
  letter-spacing: 0.016em;
  line-height: 1.81;
}
@media (width < 40rem) {
  .plan h2 {
    gap: 12px;
    margin-bottom: 32px;
  }
  .plan h2 .en {
    font-size: 32px;
  }
  .plan h2 .ja {
    font-size: var(--font-size-16);
  }
  .plan h2 + p {
    width: calc(280 / 360 * 100%);
  }
}

.plan a {
  width: min(100%, calc(295 / 13 * 1rem));
  margin-top: 34px;
  padding: 19px;
  border: 2px solid #2e8b57;
  background-color: #2e8b57;
  color: #fff;
  font-size: var(--font-size-18);
  font-weight: 700;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (width < 40rem) {
  .plan a {
    width: min(calc(280 / 360 * 100%), calc(295 / 13 * 1rem));
    margin-top: 32px;
  }
}
.plan a:focus-visible {
  background-color: #fff;
  color: #2e8b57;
}
@media (any-hover: hover) {
  .plan a:hover {
    background-color: #fff;
    color: #2e8b57;
  }
}

/* ここから下は公開時にcommon.cssに追加する
#header nav .gnav li a, #header_fix nav .gnav li a {
  font-size: 100%;
}

@media only screen and (max-width: 1360px) {
  #header nav .gnav li a, #header_fix nav .gnav li a {
    font-size: 80%;
  }
}
@media only screen and (min-width: 984px) and (max-width: 1360px) {
    #header nav .p-btn__en a, #header_fix nav .p-btn__en a {
      height: 100%;
      font-size: 78%;
    }
}

@media only screen and (min-width: 768px) {
    #header nav, #header_fix nav {
        max-width: 1120px;
        width: 100%;
        margin-left: 2.5%;
    }
}
@media only screen and (min-width: 984px) and (max-width: 1360px) {
    #header nav, #header_fix nav {
        width: 80%;
    }
}

#header .logo, #header_fix .logo {
  max-width: 252px;
  margin-left: 3.125%;
}
@media only screen and (min-width: 984px) and (max-width: 1360px) {
    #header .logo, #header_fix .logo {
        width: 15%;
        margin-left: 2.5%;
    }
}

@media only screen and (min-width: 984px) and (max-width: 1360px) {
  #header nav .c-btn2, #header_fix nav .c-btn2 {
    width: 17.85714%;
  }
  #header nav .c-btn2 a, #header_fix nav .c-btn2 a {
      font-size: 82%;
  }
  #header nav .c-btn2 a span, #header_fix nav .c-btn2 a span {
      padding-top: 1.75em;
      padding-bottom: 1.75em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
  #footer .l-footer__inner .l-footer__sitemap ul li a {
    font-size: 83%;
  }
}
*/