@charset "UTF-8";
:root {
  --orange:rgb(254 238 222 / .52);
  --blue: rgb(0 81 157 / .8);
}

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
  color: #313131;
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.9545454545;
  background-color: #fff;
}

button {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: pretty;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

section {
  box-sizing: border-box;
}

th, tr, table, tbody {
  margin: 0;
  padding: 0;
}

.sd {
  width: 100%;
  padding-inline: 75px;
}
@media (width < 768px) {
  .sd {
    padding-inline: 24px;
  }
}
.sd__wrap {
  width: min(100%, 600px);
  margin-inline: auto;
}
.sd__wrap--lg {
  width: min(100%, 750px);
  margin-inline: auto;
}

.sd-details {
  width: min(100%, 750px);
  margin-inline: auto;
}
.sd-details:not(:first-of-type) {
  margin-top: 78px;
}
@media (width < 768px) {
  .sd-details:not(:first-of-type) {
    margin-top: 36px;
  }
}

@media (width < 768px) {
  .sd-evnt {
    padding-block: 42px 0;
  }
}
.sd-evnt + .sd-evnt {
  padding-top: 92px;
}
@media (width < 768px) {
  .sd-evnt + .sd-evnt {
    padding-top: 40px;
  }
}

.def-headline2 {
  font-size: 4rem;
  color: #313131;
  line-height: 1.5;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (width < 768px) {
  .def-headline2 {
    font-size: clamp(2.3rem, 6.1333333333vw, 2.4rem);
    line-height: 1.5;
    text-shadow: none;
  }
}

.def-box-headline {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 256px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border: 5px solid #313131;
  border-radius: 10px;
  background-color: #ffef3b;
  padding: 0.8333333333em 40px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (width < 768px) {
  .def-box-headline {
    font-size: 2.2rem;
    min-width: 230px;
    max-width: 100%;
    border-width: 3px;
    border-radius: 5px;
    padding: 5.5px 20px;
  }
}
@media (width < 768px) {
  .def-box-headline--lg {
    min-width: 270px;
  }
}
.def-box-headline .small {
  font-size: max(1.4rem, 0.5833333333em);
}

.def-flag-headline {
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
  padding-top: 13px;
  padding-left: 60px;
  margin-bottom: 45px;
}
@media (width < 768px) {
  .def-flag-headline {
    font-size: 2.2rem;
    padding-left: 30px;
    padding-top: 0;
    margin-bottom: 24px;
  }
}
.def-flag-headline::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: auto;
  aspect-ratio: 40/68;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
@media (width < 768px) {
  .def-flag-headline::before {
    width: 24px;
    top: 50%;
    translate: 0 -50%;
  }
}
.def-flag-headline--blue::before {
  background-image: url(../img/icon_flag_blue@2x.png);
}
.def-flag-headline--green::before {
  background-image: url(../img/icon_flag_green@2x.png);
}
.def-flag-headline--yellow::before {
  background-image: url(../img/icon_flag_yellow@2x.png);
}
.def-flag-headline--pink::before {
  background-image: url(../img/icon_flag_pink@2x.png);
}
.def-flag-headline__caption {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.6666666667em;
  margin-left: 65px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (width < 768px) {
  .def-flag-headline__caption {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-left: 35px;
    margin-top: 11px;
  }
}

.def-flag-hgroup {
  margin-bottom: 45px;
}
@media (width < 768px) {
  .def-flag-hgroup {
    margin-bottom: 24px;
  }
}
.def-flag-hgroup .def-flag-headline {
  margin-bottom: 0;
}

.sp-only {
  display: none;
}
@media (width < 768px) {
  .sp-only {
    display: block;
  }
}

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

.c-red {
  color: red;
}

s {
  text-decoration-color: red;
}
s::before, s::after {
  position: absolute;
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}
s::before {
  content: "取り消し開始";
}
s::after {
  content: "取り消し終了";
}

.c-hero__top {
  background-color: #fff;
  padding: 11.5px 75px;
  border-bottom: 3px solid #313131;
}
@media (width < 768px) {
  .c-hero__top {
    padding: 3px 0;
    border: none;
  }
}
.c-hero__top > p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-inline: auto;
}
@media (width < 768px) {
  .c-hero__top > p {
    width: 100%;
    font-size: 2.1rem;
    letter-spacing: -0.025em;
    text-align: center;
  }
}
.c-hero__top > p::before, .c-hero__top > p::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 43px;
  background-color: #313131;
  top: 50%;
  translate: 0 -50%;
  transform-origin: center center;
}
@media (width < 768px) {
  .c-hero__top > p::before, .c-hero__top > p::after {
    height: 28px;
  }
}
.c-hero__top > p::before {
  rotate: -25.84deg;
  left: -24px;
}
@media (width < 768px) {
  .c-hero__top > p::before {
    left: 15px;
  }
}
.c-hero__top > p::after {
  rotate: 25.84deg;
  right: -24px;
}
@media (width < 768px) {
  .c-hero__top > p::after {
    right: 13px;
  }
}
.c-hero__container {
  position: relative;
  height: 643px;
  padding-top: 4px;
  background-color: #ffef3b;
  overflow: clip;
}
@media (width < 768px) {
  .c-hero__container {
    height: -moz-fit-content;
    height: fit-content;
    padding-block: 4px 13px;
  }
}
@media not (width < 768px) {
  .c-hero__container::before {
    content: "";
    position: absolute;
    display: block;
    width: 918px;
    height: 634px;
    background: url(../img/img_fv@2x.png) no-repeat left top/contain;
    top: 7px;
    left: calc(50% + 25px);
    translate: -50% 0;
  }
}
.c-hero__inner {
  position: relative;
  z-index: 1;
}
@media (width < 768px) {
  .c-hero__inner {
    z-index: 0;
  }
}
.c-hero__headline {
  text-align: center;
  line-height: 1;
}
@media (width < 768px) {
  .c-hero__headline img {
    width: 100%;
    height: auto;
  }
}
.c-hero__box {
  width: 493px;
  border: 6px solid #55c3e9;
  border-radius: 10px;
  background-color: #fff;
  margin: auto;
  padding: 13px 13px 4px;
  margin-top: -8px;
  box-sizing: border-box;
}
@media (width < 768px) {
  .c-hero__box {
    position: relative;
    z-index: 1;
    width: min(90.6666666667vw, 340px);
    margin-inline: auto;
    margin-top: -7px;
    border-width: 4px;
    border-radius: 5px;
    padding: 14px 8px 11px;
  }
}
.c-hero__data {
  text-align: center;
  line-height: 1;
}
.c-hero__data img {
  width: 100%;
}
.c-hero__del {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
@media (width < 768px) {
  .c-hero__del {
    display: block;
    margin-top: 13px;
  }
}
.c-hero__del > div {
  display: flex;
  gap: 9px;
}
.c-hero__term {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.1428571429;
  background-color: #ff9d03;
}
@media (width < 768px) {
  .c-hero__term {
    display: block;
    width: 65px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px;
  }
}
.c-hero__term:has(span) {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width < 768px) {
  .c-hero__term:has(span) {
    justify-content: space-between;
  }
}
.c-hero__term--bg-green {
  background-color: #22ac38;
}
.c-hero__desc {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.c-hero__desc .small {
  font-size: 0.75em;
}
@media (width < 768px) {
  .c-hero__desc .small {
    font-size: 0.6875em;
  }
}
.c-hero__button {
  display: block;
  width: 124px;
  border-radius: calc(infinity * 1px);
  background-color: #313131;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  margin-top: 5px;
  padding-block: 1px;
  border: 2px solid #313131;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (width < 768px) {
  .c-hero__button {
    display: inline-block;
    margin: 0 0 0 6px;
  }
}
.c-hero__button:is(:hover, :focus-visible) {
  color: #313131;
  background-color: #fff;
}

.c-footer {
  padding: 32px 20px 34px;
}
.c-footer__logo {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.c-footer p {
  font-size: 1.4rem;
  text-align: center;
}
.c-footer__syoken-code {
  margin-top: 1.2em;
}
@media (width < 768px) {
  .c-footer__syoken-code {
    margin-top: 1em;
  }
}
.c-footer__nav {
  margin-top: 24px;
}
.c-footer__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  list-style: none;
}
.c-footer__item {
  position: relative;
  padding-right: 1em;
}
.c-footer__item:not(:first-child) {
  padding-inline: 1.5em 0;
}
.c-footer__item:not(:first-child)::before {
  content: "｜";
  display: block;
  position: absolute;
  font-size: 1em;
  color: #313131;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
}
.c-footer__item > a {
  text-decoration: none;
  color: #313131;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.c-footer__item > a:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.c-footer__copylight {
  text-align: center;
  color: #00519d;
  line-height: 1;
  margin-top: 13px;
}
.c-footer__copylight > small {
  font-size: 1.2rem;
}

.c-join {
  position: relative;
  padding-block: 14px;
  background-color: #fff;
}
@media (width < 768px) {
  .c-join {
    padding-block: 9px;
  }
}
.c-join::before, .c-join::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #313131;
}
@media (width < 768px) {
  .c-join::before, .c-join::after {
    height: 3px;
  }
}
.c-join::before {
  top: 4px;
  left: 0;
}
.c-join::after {
  bottom: 4px;
  left: 0;
}
@media (width < 768px) {
  .c-join::after {
    bottom: 5px;
  }
}
.c-join__container {
  position: relative;
  background: url(../img/common/bg_stripe.png) repeat-x left top/cover, rgba(128, 185, 39, 0.2);
  padding-bottom: 8px;
}
.c-join.is-end .c-join__container {
  display: none;
}

@media (width < 768px) {
  .c-join__container {
    padding-bottom: 11px;
  }
}
.c-join__container--end {
  display: none;
}
.c-join.is-end .c-join__container--end {
  display: block;
}

.c-join__button {
  z-index: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  translate: 0 -23px;
  transition: filter 0.3s ease;
  cursor: pointer;
}
@media (width < 768px) {
  .c-join__button {
    width: min(94.6666666667vw, 355px);
    translate: 0 -16px;
  }
}
.c-join__button:is(:hover, :focus-visible) {
  filter: saturate(110%);
}
.c-join__button--end {
  width: min(100%, 360px);
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 0.6em 0.4em;
  border-radius: calc(infinity * 1px);
  background-color: #ccc;
  cursor: default;
  pointer-events: none;
}
@media (width < 768px) {
  .c-join__button--end {
    width: min(80%, 300px);
    font-size: 2rem;
  }
}
.c-join__button img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 2px rgba(4, 0, 0, 0.2));
  mix-blend-mode: multiply;
}
@media (width < 768px) {
  .c-join__button img {
    filter: drop-shadow(0 3px 1px rgba(4, 0, 0, 0.15));
  }
}
.c-join__inner {
  margin-top: -15px;
}
@media (width < 768px) {
  .c-join__inner {
    padding-inline: 15px;
    margin-top: -9px;
  }
}
.c-join__careful {
  width: min(100%, 780px);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #ff0000;
  background-color: #fff;
  padding: 1.2em 1.5em;
  margin-inline: auto;
}
@media (width < 768px) {
  .c-join__careful {
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-join__limit-box {
  width: min(100%, 600px);
  background-color: #fff;
  padding-block: 22px 12px;
  padding-inline: 22.5px;
  margin: 20px auto 5px;
}
@media (width < 768px) {
  .c-join__limit-box {
    padding: 20px 10px 10px;
    margin-top: 15px;
  }
}
.c-join__slash {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media (width < 768px) {
  .c-join__slash {
    font-size: min(4.2666666667vw, 1.8rem);
  }
}
.c-join__slash::before {
  content: "＼";
  padding-right: 0.5em;
}
.c-join__slash::after {
  content: "／";
  padding-left: 0.5em;
}
.c-join__limit {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.075em;
  margin-top: 0.2em;
}
@media (width < 768px) {
  .c-join__limit {
    width: min(100%, 353px);
    font-size: min(4.2666666667vw, 1.8rem);
    font-feature-settings: "palt";
  }
}
.c-join__limit > span {
  font-size: 1.5555555556em;
}
.c-join__transition-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4285714286;
  text-align: center;
  background-color: #00519d;
  border-radius: calc(infinity * 1px);
  padding: 4px 26px;
  text-decoration: none;
  margin: 4px auto 0;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.c-join__transition-button:is(:hover, :focus-visible) {
  color: #00519d;
  background-color: #fff;
}

.c-search {
  margin-top: 36px;
}
@media (width < 768px) {
  .c-search {
    margin-top: 18px;
  }
}
.c-search :where(label, select, input) {
  cursor: pointer;
}
.c-search__table {
  width: 100%;
}
.c-search :where(tr) {
  display: block;
}
.c-search :where(tr) + tr {
  margin-top: 15px;
}
.c-search :where(th, td) {
  display: block;
}
.c-search th {
  text-align: left;
}
.c-search th:has(.c-search__title) {
  text-align: center;
}
.c-search__pop > img {
  filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.13));
}
@media (width < 768px) {
  .c-search__pop > img {
    width: 100%;
    height: auto;
  }
}
.c-search__flex {
  display: flex;
  gap: 10px;
}
.c-search__flex--center {
  justify-content: center;
}
.c-search__title {
  font-size: 1.8rem;
  font-weight: bold;
}
.c-search__label {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-search__select {
  position: relative;
  width: min(100%, 380px);
  margin-top: 2px;
  margin-inline: auto;
}
.c-search__select::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #313131;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  right: 8px;
  translate: 0 -50%;
}
.c-search__select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.6rem;
  color: #313131;
  padding: 8px 1em 8px 0.5em;
}
.c-search__pattern {
  display: none;
}
.c-search__pattern.active {
  display: block;
}
.c-search__pattern > th {
  display: none;
}
.c-search__pattern.visited {
  display: block;
}
.c-search [type=radio] {
  margin-left: 0;
}

.c-itineraries {
  margin-top: 20px;
}
@media (width < 768px) {
  .c-itineraries {
    margin-top: 18px;
  }
}
.c-itineraries table, .c-itineraries th, .c-itineraries td {
  border: 5px solid #434343;
}
@media (width < 768px) {
  .c-itineraries table, .c-itineraries th, .c-itineraries td {
    border-style: 3px;
  }
}
.c-itineraries th, .c-itineraries td {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  vertical-align: baseline;
  padding: 1.2em 1em;
}
@media (width < 768px) {
  .c-itineraries th, .c-itineraries td {
    font-size: 1.6rem;
    padding: 23px 12px;
  }
}
.c-itineraries table {
  width: 100%;
  border-collapse: collapse;
}
.c-itineraries table.passive {
  display: none;
}
.c-itineraries th {
  width: 4.5em;
}
.c-itineraries__group + .c-itineraries__group {
  margin-top: 20px;
}
@media (width < 768px) {
  .c-itineraries__group + .c-itineraries__group {
    margin-top: 18px;
  }
}
.c-itineraries p:not([class]) {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 0.4em;
}
@media (width < 768px) {
  .c-itineraries p:not([class]) {
    margin-top: 0.5em;
  }
}
.c-itineraries__err {
  display: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}
.c-itineraries__err.active {
  display: block;
}

.c-company-list {
  background-color: #fff;
  padding: 34px 46px 24px;
}
@media (width < 768px) {
  .c-company-list {
    padding: 23px 25px;
    margin-inline: auto;
  }
}
.c-company-list > li {
  position: relative;
  display: inline;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (width < 768px) {
  .c-company-list > li {
    line-height: 1.875;
  }
}
.c-company-list > li:not(:last-child)::after {
  content: "／";
  display: inline-block;
}

.c-acc {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #313131;
}
.c-acc:not(:first-child) {
  margin-top: 20px;
}
.c-acc::details-content {
  overflow: clip;
}
.c-acc summary, .c-acc > div[data-acc=inner] > div {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1em 2em 1em 1em;
}
@media (width < 768px) {
  .c-acc summary, .c-acc > div[data-acc=inner] > div {
    font-size: 1.4rem;
    padding: 0.8em 1.5em 0.8em 0.8em;
  }
}
.c-acc summary {
  position: relative;
  display: flex;
  gap: 0.25em;
  font-weight: 700;
  list-style: none;
  background: url(../img/bg_gray_line@2x.png) no-repeat left top/cover;
}
.c-acc summary::marker, .c-acc summary::-webkit-details-marker {
  display: none;
}
.c-acc summary::before {
  content: "Q.";
  color: #00519d;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}
.c-acc summary::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-color: #313131;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform-origin: center center;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: rotate 0.3s ease;
}
@media (width < 768px) {
  .c-acc summary::after {
    width: 0.6em;
    height: 0.6em;
    right: 0.6em;
  }
}
.c-acc div[data-acc=inner] > div {
  position: relative;
  display: flex;
  gap: 0.25em;
}
.c-acc div[data-acc=inner] > div::before {
  content: "A.";
  font-weight: bold;
  color: #ff0000;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}
.c-acc[open] summary::after {
  rotate: 180deg;
}
.c-acc dl {
  background-color: rgba(238, 238, 238, 0.5);
  padding: 1em 1.25em;
  margin-top: 0.75em;
}
@media (width < 768px) {
  .c-acc dl {
    padding: 0.8em;
  }
}
.c-acc dt {
  font-weight: 700;
}
.c-acc dd {
  margin-top: 0.5em;
}
.c-acc li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-acc li:not(:first-child) {
  margin-top: 0.5em;
}
.c-acc li::before {
  content: "・";
}

.s-state {
  padding-block: 60px 0;
}
@media (width < 768px) {
  .s-state {
    position: relative;
    padding-block: 40px 151px;
  }
}
@media (width < 768px) {
  .s-state__wrap {
    display: contents;
  }
}
.s-state__container {
  position: relative;
}
@media (width < 768px) {
  .s-state__container {
    display: contents;
  }
}
.s-state p {
  margin-top: 1.3636363636em;
}
@media (width < 768px) {
  .s-state p {
    line-height: 1.875;
    margin-top: 0.6875em;
  }
}
.s-state__img01 {
  z-index: -1;
  position: absolute;
  width: 45.4666666667%;
  right: -5.3333333333%;
  top: -60px;
}
@media (width < 768px) {
  .s-state__img01 {
    width: min(89.3333333333vw, 335px);
    right: inherit;
    left: 50%;
    top: inherit;
    bottom: 0;
    translate: calc(-50% - 10px) 0;
  }
}
.s-state__img01 picture {
  display: block;
}
.s-state__img01 img {
  width: 100%;
  height: auto;
}
.s-state__img01 p {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4em;
  top: 14px;
  left: -7.7em;
}
@media (width < 768px) {
  .s-state__img01 p {
    top: inherit;
    bottom: 30px;
    left: 0;
    padding-inline: 0;
    margin: 0;
  }
}
.s-state__img02 {
  display: block;
  width: min(63.046875vw, 807px);
  margin: 12px auto 0;
}
@media (width < 768px) {
  .s-state__img02 {
    width: min(100%, 345px);
    margin-top: -15px;
  }
}
.s-state__img02 > img {
  width: 100%;
  height: auto;
}
.s-state__bg-blue {
  position: relative;
  padding-block: 0 90px;
  margin-top: -50px;
}
@media (width < 768px) {
  .s-state__bg-blue {
    margin-top: 0;
    padding-block: 0 36px;
    margin-top: 0;
  }
}
.s-state__bg-blue::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: calc(100% - 21px);
  background-color: #cae9f7;
  background-image: url(../img/bg_grid.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: cover;
  top: 21px;
  left: 0;
}
@media (width < 768px) {
  .s-state__bg-blue::before {
    height: calc(100% - 10px);
    top: 10px;
  }
}

.s-about :where(p) {
  margin-top: 32px;
  line-height: 2.1818181818;
}
@media (width < 768px) {
  .s-about :where(p) {
    margin-top: 18px;
    line-height: 1.875;
  }
}

.s-genre__img {
  display: block;
  margin-top: 24px;
}
@media (width < 768px) {
  .s-genre__img {
    margin-top: 24px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (width < 768px) {
  .s-genre img {
    width: 100%;
    height: auto;
  }
}

@property --ttl-size {
  syntax: "<length>";
  inherits: true;
  initial-value: 3.2rem;
}
.s-exhibit-part {
  --ttl-size: 3.2rem;
  padding-block: 60px;
}
@media (width < 768px) {
  .s-exhibit-part {
    --ttl-size: 2.4rem;
    padding-block: 40px 0;
  }
}
.s-exhibit-part__container {
  position: relative;
}
.s-exhibit-part__container::before {
  --top: calc(var(--ttl-size));
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - var(--top));
  background-color: rgba(255, 243, 82, 0.4);
  border: 4px solid #313131;
  top: var(--top);
}
.s-exhibit-part__title {
  position: relative;
  font-size: var(--ttl-size);
  line-height: 2;
  text-align: center;
  color: #fff;
  background: url(../img/bg_flag_lg.svg) no-repeat center center/contain;
}
@media (width < 768px) {
  .s-exhibit-part__title {
    width: 310px;
    margin-inline: auto;
    padding: 0 1em;
  }
}
.s-exhibit-part__title .small {
  font-size: 1.8rem;
}
@media (width < 768px) {
  .s-exhibit-part__title .small {
    font-size: 1.4rem;
  }
}
.s-exhibit-part__list {
  padding-block: 24px;
}
@media (width < 768px) {
  .s-exhibit-part__list {
    padding-block-start: 18px;
  }
}
.s-exhibit-part__list li {
  font-size: 1.8rem;
}
@media (width < 768px) {
  .s-exhibit-part__list li {
    font-size: 1.6rem;
  }
}
.s-exhibit-part__button {
  position: relative;
  display: block;
  width: min(100%, 400px);
  font-size: 2rem;
  font-weight: bold;
  color: #313131;
  text-align: center;
  text-decoration: none;
  border-radius: calc(infinity * 1px);
  border: 5px solid #313131;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 0.6em 0.8em;
  margin: 32px auto 0;
}
@media (width < 768px) {
  .s-exhibit-part__button {
    width: min(100%, 260px);
    font-size: 1.6rem;
    border-style: 3px;
    margin-top: 20px;
    padding: 0.4em 0.6em;
  }
}
.s-exhibit-part__button:is(:hover, :focus-visible) {
  background-color: #313131;
  color: #fff;
}
.s-exhibit-part__arrow {
  position: absolute;
  top: 50%;
  right: 12%;
  translate: 0 -50%;
  width: 18px;
}
.s-exhibit-part__arrow use {
  width: 100%;
  height: auto;
  transition: fill 0.3s ease;
}
.s-exhibit-part__button:is(:hover, :focus-visible) .s-exhibit-part__arrow use {
  fill: #fff;
}

.s-exhibit__list {
  margin-top: 24px;
}

@media not (width < 768px) {
  .s-targets {
    padding-block: 92px 0;
  }
}
.s-targets__list {
  display: grid;
  grid-template-columns: 64.1666666667% 35.8333333333%;
  grid-template-rows: repeat(2, 0fr);
  width: 100%;
  border: 5px solid #434343;
  box-sizing: border-box;
}
@media (width < 768px) {
  .s-targets__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-targets__item:first-child {
  position: relative;
  grid-area: 1/1/3/2;
  border-right: 5px solid #434343;
  background-color: #ffef3b;
}
@media (width < 768px) {
  .s-targets__item:first-child {
    grid-area: 1/1/2/3;
    border-right: none;
    border-bottom: 5px solid #434343;
  }
}
.s-targets__item:first-child::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 37.7952755906%;
  background: url(../img/bg_dots@2x.png) repeat left top/cover;
  bottom: 0;
  left: 0;
}
.s-targets__item:first-child figure {
  height: 109px;
}
.s-targets__item:nth-child(2) {
  grid-area: 1/2/2/3;
  border-bottom: 5px solid #434343;
  background-color: #9efe49;
  padding-bottom: 9px;
}
@media (width < 768px) {
  .s-targets__item:nth-child(2) {
    grid-area: 2/1/3/2;
    border-bottom: 0;
    border-right: 5px solid #434343;
  }
}
.s-targets__item:last-child {
  grid-area: 2/2/3/3;
  background-color: #ffd040;
  padding-bottom: 9px;
}
@media (width < 768px) {
  .s-targets__item:last-child {
    grid-area: 2/2/3/3;
  }
}
.s-targets__item:not(:first-child) figure {
  height: 84px;
}
@media (width < 768px) {
  .s-targets__item:not(:first-child) figure {
    height: 85px;
  }
}
.s-targets__flex {
  display: flex;
  align-items: center;
}
.s-targets__flex--grid01 {
  gap: 35px;
  padding: 30px 26px 2px;
}
@media (width < 768px) {
  .s-targets__flex--grid01 {
    justify-content: center;
    gap: 22px;
    padding: 18px 8px 8px;
  }
}
.s-targets__flex--grid02 {
  padding: 10px 0 0 14px;
}
@media (width < 768px) {
  .s-targets__flex--grid02 {
    padding: 6px 0 0 4px;
  }
}
.s-targets__flex--grid03 {
  gap: 10px;
  padding: 6px 15px 0;
}
@media (width < 768px) {
  .s-targets__flex--grid03 {
    align-items: flex-start;
    padding: 6px 4px 0 13px;
  }
}
.s-targets__right {
  margin-top: 18px;
}
.s-targets__name {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1818181818;
  text-align: center;
}
.s-targets__name--sm {
  font-size: 2.2rem;
}
@media (width < 768px) {
  .s-targets__name--sm {
    font-size: 1.8rem;
  }
}
.s-targets__name--grid03 {
  letter-spacing: 0.2em;
  text-align: left;
}
.s-targets__name--grid02 {
  margin-left: -8px;
}
@media (width < 768px) {
  .s-targets__name--grid02 {
    margin-left: -10px;
  }
}
.s-targets__desc-button {
  position: relative;
  z-index: 1;
  display: block;
  width: min(130px, 100%);
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #313131;
  border: 2px solid #313131;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  text-decoration: none;
  margin-inline: auto;
  padding: 6px 10px;
}
.s-targets__desc-button--grid02 {
  margin-top: -11px;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.s-targets__desc-button--grid02:is(:hover, :focus-visible) {
  color: #fff;
  background-color: #313131;
}
.s-targets__desc-button--grid03 {
  width: 85%;
  margin-top: -15px;
  color: #fff;
  background-color: #313131;
}
@media (width < 768px) {
  .s-targets__desc-button--grid03 {
    width: calc(100% - 4px);
    margin-top: -11px;
  }
}
.s-targets__str {
  width: min(328px, 100%);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
  color: #fff;
  background-color: #313131;
  text-align: center;
  border-radius: calc(infinity * 1px);
  padding: 7px 20px;
  margin-inline: auto;
}
@media (width < 768px) {
  .s-targets__str {
    width: 100%;
  }
}
.s-targets__text-box {
  position: relative;
  padding: 0 24px 10px;
}
@media (width < 768px) {
  .s-targets__text-box {
    padding: 0 8px 24px;
  }
}
.s-targets__caption {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7142857143;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 0.7857142857em;
}
@media (width < 768px) {
  .s-targets__caption {
    padding-top: 16px;
    line-height: 1.2857142857;
  }
}
.s-targets__comment {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2857142857;
  margin-top: 10px;
}

.s-schedule h2 {
  margin-bottom: 48px;
}
@media (width < 768px) {
  .s-schedule h2 {
    margin-bottom: 30px;
  }
}

.s-schedule-table {
  width: 100%;
  border-collapse: collapse;
  font-feature-settings: "palt";
}
.s-schedule-table caption {
  position: relative;
  width: 200px;
  border-style: solid;
  border-color: #313131;
  border-width: 5px 5px 0;
  padding-block: 13px 16px;
  text-align: center;
  line-height: 1;
}
@media (width < 768px) {
  .s-schedule-table caption {
    width: 190px;
    border-width: 3px 3px 0;
    padding-block: 13px 14px;
  }
}
.s-schedule-table caption::before {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: calc(100% + 10px);
  background-color: #707070;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  top: -5px;
  right: -22px;
}
@media (width < 768px) {
  .s-schedule-table caption::before {
    right: -19px;
    height: calc(100% + 6px);
    top: -3px;
  }
}
.s-schedule-table th, .s-schedule-table td {
  min-height: 73px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  vertical-align: top;
  border: 5px solid #313131;
  padding-block: 1.1111111111em;
  padding-inline: 1.2222222222em 1em;
}
@media (width < 768px) {
  .s-schedule-table th, .s-schedule-table td {
    min-height: 70px;
    font-size: 1.6rem;
    border-width: 3px;
    padding-block: 1.4375em;
    padding-inline: 0.75em;
  }
}
.s-schedule-table th {
  width: 8.7777777778em;
  text-align: left;
}
.s-schedule-table td[colspan="2"] {
  padding: 0;
}
.s-schedule-table__flex {
  display: flex;
  justify-content: space-between;
  gap: 5.9259259259%;
}
@media (width < 768px) {
  .s-schedule-table__flex {
    display: block;
  }
}
.s-schedule-table__flex-left {
  display: block;
  flex: 1;
}
.s-schedule-table__button {
  display: contents;
  background-color: transparent;
  border: none;
  font-size: initial;
  text-align: left;
  font-weight: bold;
}
@media (width < 768px) {
  .s-schedule-table__button {
    display: block;
  }
}
.s-schedule-table__box {
  width: min(100%, 212px);
  font-size: 1.6rem;
  line-height: 1.37125;
  background: #fff;
  border-radius: 10px;
  padding: 1.25em 1.125em;
}
@media (width < 768px) {
  .s-schedule-table__box {
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding-block: 1.125em;
  }
}
@media not (width < 768px) {
  .s-schedule-table__sp-only {
    display: none;
  }
}

.s-presents {
  padding-bottom: 100px;
}
@media (width < 768px) {
  .s-presents {
    padding-bottom: 40px;
  }
}
.s-presents :where(p) {
  line-height: 1.3;
}
@media (width < 768px) {
  .s-presents :where(p) {
    line-height: 1.3636363636;
  }
}
.s-presents__headline3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media (width < 768px) {
  .s-presents__headline3 {
    font-size: 2rem;
  }
}
.s-presents__headline3 > span {
  font-size: 1.4rem;
}
@media (width < 768px) {
  .s-presents__headline3 > span {
    font-size: 1.2rem;
  }
}
.s-presents__headline4 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media (width < 768px) {
  .s-presents__headline4 {
    font-size: 1.8rem;
    margin-bottom: 0.1em;
  }
}
.s-presents__headline4::before {
  content: "■";
  display: inline-block;
}
.s-presents__headline5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  line-height: 1.3;
  border-bottom: 2px solid #313131;
}
@media (width < 768px) {
  .s-presents__headline5 {
    font-size: 1.6rem;
  }
}
.s-presents__img {
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
@media (width < 768px) {
  .s-presents__img {
    margin-top: 15px;
  }
}
.s-presents__em {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6666666667;
  padding: 26px 1em;
  border-block: 3px solid #313131;
  margin-top: 30px;
}
@media (width < 768px) {
  .s-presents__em {
    display: flex;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 18px;
    padding: 18px 1em;
    gap: 8px;
  }
}
.s-presents__em::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 53px;
  background: url(../img/icon_carefull@2x.png) no-repeat left top/contain;
  left: 52px;
  top: 50%;
  translate: 0 -50%;
}
@media (width < 768px) {
  .s-presents__em::before {
    position: relative;
    display: block;
    left: initial;
    top: initial;
    translate: 0 0;
    width: 40px;
    height: 39px;
  }
}
.s-presents__em > em {
  position: relative;
  font-style: normal;
  left: 13px;
}
@media (width < 768px) {
  .s-presents__em > em {
    flex: 1;
    left: 0;
  }
}
.s-presents__caption-list {
  margin-top: 17px;
}
.s-presents__caption-item {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (width < 768px) {
  .s-presents__caption-item {
    text-align: left;
    padding-left: 1rem;
    text-indent: -1em;
  }
}
.s-presents__strong-box {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  background-color: #fff799;
  border-image-source: linear-gradient(#fff799, #fff799);
  border-image-outset: 0 25px;
  border-image-slice: 0 fill;
  margin-top: 26px;
  padding: 24px 0;
}
@media (width < 768px) {
  .s-presents__strong-box {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    border-image-outset: 0 4px;
    padding: 17px 10px 12px;
  }
}
.s-presents__child-sec {
  margin-top: 28px;
}
@media (width < 768px) {
  .s-presents__child-sec {
    margin-top: 20px;
  }
}
.s-presents__child-sec p {
  font-size: 1.4rem;
}
.s-presents__child-sec .small {
  font-size: 1.2rem;
  padding-top: 0.5em;
}
.s-presents__child-sec .cap {
  padding-left: 1em;
  text-indent: -1em;
}
.s-presents__grand-child-sec:not(:first-of-type) {
  margin-top: 24px;
}
@media (width < 768px) {
  .s-presents__grand-child-sec:not(:first-of-type) {
    margin-top: 16px;
  }
}
.s-presents__border-box {
  border: 3px solid #313131;
  padding: 32px 23px 27px;
}
@media (width < 768px) {
  .s-presents__border-box {
    padding: 24px 16px 22px;
  }
}
.s-presents__def:not(:first-of-type) {
  margin-top: 24px;
}
@media (width < 768px) {
  .s-presents__def:not(:first-of-type) {
    margin-top: 18px;
  }
}
.s-presents__def-group + .s-presents__def-group {
  margin-top: 16px;
}
.s-presents__term {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.s-presents__desc {
  font-size: 1.4rem;
  line-height: 1.5671428571;
}
.s-presents__child-def {
  margin-top: 16px;
  padding: 22px 20px 24px;
}
@media (width < 768px) {
  .s-presents__child-def {
    padding: 20px 16px;
  }
}
.s-presents__child-term {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.s-presents__child-term::before {
  content: "■";
  display: inline-block;
}
.s-presents__child-def-group + .s-presents__child-def-group {
  margin-top: 10px;
}
.s-presents__list {
  font-size: 1.4rem;
  line-height: 1.5671428571;
  font-feature-settings: "palt";
}
.s-presents__item {
  position: relative;
  color: #000;
  padding-left: 1em;
}
.s-presents__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.s-presents__item--cap::before {
  content: "※";
}
.s-presents__item > a {
  color: #313131;
}

@media not (width < 768px) {
  .s-flow {
    padding-block: 73px 88px;
  }
}
@media (width < 768px) {
  .s-flow {
    padding-bottom: 20px;
  }
}
.s-flow__list li {
  position: relative;
  line-height: 1;
}
.s-flow__list li:not(:first-child) {
  margin-top: 22px;
}
@media (width < 768px) {
  .s-flow__list li:not(:first-child) {
    margin-top: 25px;
  }
}
.s-flow__list li:not(:last-child)::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 20px;
  background-color: #ffb746;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  bottom: -19px;
  translate: -50% 0;
}
@media (width < 768px) {
  .s-flow__list li img {
    width: 100%;
    height: auto;
  }
}

.s-summary {
  background: url(../img/bg_gray_line@2x.png) repeat left top/auto;
}
@media not (width < 768px) {
  .s-summary {
    padding-block: 64px 90px;
  }
}
@media (width < 768px) {
  .s-summary {
    padding-bottom: 40px;
  }
}
.s-summary__def:not(:first-of-type) {
  margin-top: 50px;
}
@media (width < 768px) {
  .s-summary__def:not(:first-of-type) {
    margin-top: 32px;
  }
}
.s-summary__term {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 164px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border: 5px solid #313131;
  background-color: #fff;
  padding: 0.375em;
  margin-inline: auto;
}
@media (width < 768px) {
  .s-summary__term {
    font-size: 2rem;
    min-width: 145px;
    border-width: 3px;
    padding: 0.1363636364em;
  }
}
.s-summary__term--lg {
  min-width: 260px;
}
@media (width < 768px) {
  .s-summary__term--lg-sp {
    min-width: 164px;
  }
}
.s-summary__desc {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-top: 1.6666666667em;
  text-align: center;
}
@media (width < 768px) {
  .s-summary__desc {
    font-size: 1.6rem;
    margin-top: 0.7777777778em;
  }
}
.s-summary__box {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 10px;
  padding: 0.7142857143em 1em;
  background-color: #fff;
}
@media (width < 768px) {
  .s-summary__box {
    text-align: left;
  }
}
@media (width < 768px) {
  .s-summary__box li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.s-summary__box a {
  padding-left: 0.5em;
  color: #00519d;
}
.s-summary__box a:is(:hover, :focus-visible) {
  text-decoration: none;
}
.s-summary__kosen-plus {
  background-color: #fff;
  border: 3px solid #80b927;
  border-radius: 10px;
  margin-top: 72px;
  padding: 60px 26px 54px;
}
@media (width < 768px) {
  .s-summary__kosen-plus {
    margin-top: 30px;
    padding: 30px 18px 24px;
  }
}
.s-summary__kosen-plus dt {
  width: min(53.5vw, 321px);
  line-height: 1;
  text-align: center;
  margin-inline: auto;
}
@media (width < 768px) {
  .s-summary__kosen-plus dt {
    width: min(71.7333333333vw, 269px);
  }
}
.s-summary__kosen-plus dt a {
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.s-summary__kosen-plus dt a:is(:hover, :focus-visible) {
  opacity: 0.6;
}
.s-summary__kosen-plus dt img {
  width: 100%;
  height: auto;
}
.s-summary__kosen-plus dd {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 1.3333333333em;
}
@media screen {
  .s-summary__kosen-plus dd {
    font-size: 1.6rem;
  }
}

iframe {
  width: 100%;
  height: 380px;
  margin-block: 4px;
}
@media (width < 768px) {
  iframe {
    height: 357px;
    margin-block: 7px 5px;
  }
}

.s-contact {
  background-color: #00519d;
  padding-block: 32px 30px;
}
@media (width < 768px) {
  .s-contact {
    padding-block-end: 0;
  }
}
.s-contact h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.s-contact__flex {
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media (width < 768px) {
  .s-contact__flex {
    position: relative;
    display: block;
    margin-top: 38px;
  }
}
@media (width < 768px) {
  .s-contact__flex::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 91px;
  }
}
.s-contact__del {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (width < 768px) {
  .s-contact__del {
    margin-top: 0;
    padding-block: 10px;
  }
}
@media (width < 768px) {
  .s-contact__del:last-of-type {
    padding-bottom: 56px;
  }
}
.s-contact__del dt, .s-contact__del dd {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
}
.s-contact__del dt {
  position: relative;
  padding-right: 11px;
}
@media (width < 768px) {
  .s-contact__del dt {
    width: 6.7142857143em;
    font-size: 1.4rem;
    padding-right: 10px;
    text-align: right;
  }
}
.s-contact__del dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: max(50px, 100%);
  background-color: #fff;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media (width < 768px) {
  .s-contact__del dt::after {
    display: none;
  }
}
.s-contact__del dd {
  flex: 1;
  padding-left: 9px;
}
.s-contact__del dd > span {
  display: block;
  font-size: 1.2rem;
  margin-top: 3px;
}
@media (width < 768px) {
  .s-contact__del dd > span {
    font-size: 1.4rem;
  }
}
.s-contact__del dd > address {
  font-size: 1.4rem;
}
@media (width < 768px) {
  .s-contact__del dd > address {
    font-size: 1.6rem;
  }
}
.s-contact__del dd a {
  color: #fff;
}

.u-bold {
  font-weight: bold;
}

.u-fz-xl {
  font-size: 2.4rem;
}
@media (width < 768px) {
  .u-fz-xl {
    font-size: 2rem;
  }
}

.u-fz-l {
  font-size: 2.2rem;
}
@media (width < 768px) {
  .u-fz-l {
    font-size: 1.6rem;
  }
}

.u-fz-s {
  font-size: 1.4rem;
}
@media (width < 768px) {
  .u-fz-s {
    font-size: 1.2rem;
  }
}

.u-fz-ss {
  font-size: 1.2rem;
}

@media (width < 768px) {
  .u-fz-md-sp {
    font-size: 1.4rem;
  }
}

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

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

@media (width < 768px) {
  .u-text-left-sp {
    text-align: left;
  }
}

.u-bg-gray-line {
  background: url(../img/bg_gray_line@2x.png) repeat left top/auto;
}

.u-bg-yellow {
  background-color: rgba(255, 239, 59, 0.4);
}

.u-c-red {
  color: red;
}